summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix build without INVARIANTS and update a comment to matchru2007-11-091-3/+9
* Link wpi(4) into the build.benjsc2007-11-085-0/+12
* Remove an unneeded CFLAGS linebenjsc2007-11-081-1/+1
* Turn off debug output, its been confusing users.benjsc2007-11-081-1/+1
* A couple of optimizations to the last commit.jhb2007-11-081-2/+2
* Whitespace only.njl2007-11-081-2/+0
* Use VM_FAULT_DIRTY to fault in pages for write access inups2007-11-081-2/+3
* Turn most ffs 'DIAGNOSTIC's into INVARIANTS.obrien2007-11-089-58/+55
* correct termination check doing amsdu de-aggregationsam2007-11-081-4/+3
* Make it easier to add more ptys to the pty(4) driver:jhb2007-11-081-19/+12
* Initial checkin for rmlock (read mostly lock) a multi reader single writerups2007-11-0810-17/+738
* Add entries for the L2 cache-related functions for armv5.cognet2007-11-081-0/+5
* Document the per-arch default value of kern.maxbcache.ru2007-11-081-2/+3
* - Remove magic number and fit max rx buffer size accurately.ariff2007-11-082-12/+88
* Put back devstat support that was lost during GEOM transition. Initially,sobomax2007-11-071-0/+12
* Change unused 'user_wait' argument to 'timo' argument, which will bepjd2007-11-073-7/+7
* asmc build infrastructure.rpaulo2007-11-071-0/+8
* Connect asmc to the build infrastructure.rpaulo2007-11-073-0/+5
* Driver for the Apple System Management Console (SMC). This hardware isrpaulo2007-11-072-0/+1141
* Implement LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX.kib2007-11-072-1/+15
* Warn if kmem_map size is set to less than 512MB. Previous warning was a bitpjd2007-11-072-10/+10
* 1) dummynet_io() declaration has changed.oleg2007-11-065-36/+68
* style(9) cleanup.oleg2007-11-061-340/+350
* Check wep flag in *_tx_mgt since we need to encrypt some management framekevlo2007-11-065-0/+55
* Correct typo.grog2007-11-061-1/+1
* Apparently some NVIDIA NICs store ethernet address in reverse orderyongari2007-11-061-2/+2
* Remove unused header.pjd2007-11-052-1138/+0
* If setting a state to anything but open state, close access to vdev.pjd2007-11-052-0/+22
* Do not pass an address to local stack variable to usbd_set_report_async.kan2007-11-051-3/+4
* Remove "zfs:" prefix from lock and condvar names and also skip non-letterpjd2007-11-056-6/+48
* Add comments explaining why all stores updating a non-kernel page tablealc2007-11-052-2/+45
* Correct handling of off-channel frames:sam2007-11-051-12/+37
* Fix NOP message sending in ciss_periodic() which causes panic withiwasaki2007-11-051-3/+16
* Remove unused variable td from sched_idletd().rwatson2007-11-051-2/+0
* Initial Import of wpi driver based on p4 changeset 128641.benjsc2007-11-057-0/+7588
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-0541-93/+222
* Add missing locking for SBus controllers.scottl2007-11-051-0/+5
* The intent of the freeing the (zeroed) page in vm_page_cache() forkib2007-11-051-2/+5
* Remove a staled comment, NPE-C should work fine.cognet2007-11-041-1/+0
* Garbage collect now-unused nfsrv_setcred() -- it's not only unused, butrwatson2007-11-042-18/+0
* Add support for trimmed down version of ATI SB600 AC97 audioariff2007-11-042-0/+2
* Add an option to limit the number of source MACs that can be behind a bridgethompsa2007-11-042-23/+91
* fix build: when usb was enabled wireless drivers were brought in sosam2007-11-031-8/+0
* upgrade zd1211b firmware for the zyd driver. This solves a hardwaresam2007-11-031-512/+471
* fix a typo in rx radiotap's flagssam2007-11-031-1/+1
* correct entrysam2007-11-031-1/+1
* bandaid crash as I have no time to research the issue and the driversam2007-11-031-1/+1
* Ever since the module registration system was introduced to this driver,scottl2007-11-031-1/+2
* Remove zyd as wireless is not supported on PAE.thompsa2007-11-031-0/+1
* Eliminate spurious "Approaching the limit on PV entries, ..."alc2007-11-032-11/+8
OpenPOWER on IntegriCloud