2. Сделал make LINT. Вопрос, где можно найти детальное описание всех опций (можно на англицком). А то по крупинкам в гугле вылавливаю. Generic.hints и т.д. маловато будет.

Кстати вот конфиг ядра, подскажите может чё не так?
machine i386
cpu I686_CPU
ident MYKC
maxusers 0
makeoptions CONF_CFLAGS=-fno-builtin
options INCLUDE_CONFIG_FILE
options SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread preemption
options HZ=1000
options DEVICE_POLLING
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options P1003_1B_SEMAPHORES
options INET # InterNETworking
options LIBICONV
options LIBMCHAIN
options LIBALIAS
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options MD_ROOT # MD is a potential root device
options UDF #CD/DVD-RW burning
options UDF_ICONV
options MSDOSFS # MSDOS Filesystem
options MSDOSFS_ICONV
options MSDOSFS_LARGE
options CD9660 # ISO 9660 Filesystem
options CD9660_ICONV
options NTFS
options NTFS_ICONV
options PSEUDOFS # Pseudo-filesystem framework
options PROCFS # Process filesystem (requires PSEUDOFS)
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options COMPAT_LINUX
options COMPAT_AOUT
options LINPROCFS
options GEOM_GPT # GUID Partition Tables.
options KTRACE # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options PANIC_REBOOT_WAIT_TIME=10
options SC_DISABLE_REBOOT
options SC_PIXEL_MODE
options SC_HISTORY_SIZE=2048
options VESA
options ADAPTIVE_GIANT # Giant mutex is adaptive.
options ATA_STATIC_ID
options XSERVER
options SCSI_DELAY=1000 # Delay (in ms) before probing SCSI
options FAT_CURSOR
device apic
device eisa
device pci
device acpi
device acpi_video
device miibus
device io
device mem
device agp
device pmtimer
device vga
device atkbdc
device atkbd
device psm
device smbus
device ichsmb
device sound
device "snd_ich"
device drm
device "radeondrm"
device ata
device atadisk
device atapicd
device scbus
device ch
device da
device sa
device cd
device pass
device ses
device sc
device vt
device sio
device ppc
device ppbus
device lpt
device ppi
device sk
device bpf
device loop
device random
device ether
device pty
device md
device bpf
device uhci
device ohci
device ehci
device usb
device ugen
device uhid
device ukbd
device ulpt
device umass
device ums
device uscanner