summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reserve a bit for use when capturing callchains.jkoshy2007-11-141-0/+1
* Drastically simplify the i386 pcpu backend by merging parts of thepeter2007-11-135-141/+25
* o Do not leak inodes hash table at module unload.maxim2007-11-131-0/+1
* Remove the IEEE80211_C_WEP capability flag - setting it makes net80211 expectrink2007-11-131-2/+1
* Split decr_init() into two, with the section that reads the timebasegrehan2007-11-135-8/+27
* Though we are currently not interested in the EDD3 flag,bz2007-11-121-1/+1
* Add a missing priv check in key_attach to prevent non-su usersbz2007-11-121-0/+7
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasjhb2007-11-1236-5942/+59
* Correct a stack overflow which will trigger panics whendelphij2007-11-121-1/+1
* Add support for D-Link DGE-528(T) Rev.B1remko2007-11-121-0/+2
* Update quirks for the MetaGeek Wi-Spy 1A, 1B and 2.4x.brix2007-11-112-4/+7
* The ESP driver isn't really MPSAFE, so don't mark it that it is.scottl2007-11-111-1/+1
* Adjust the padding of struct pcpu to src/sys/sys/pcpu.h rev 1.23.marius2007-11-111-1/+1
* Eliminate a stale comment concerning contigmalloc(9).alc2007-11-101-1/+0
* Add SMB support for the MCP61 chipset.remko2007-11-101-0/+3
* Add private tx/rx buffer management to support large frame sizessam2007-11-102-110/+224
* Add rm_wowned(9) function to test whether the current thread owns anrwatson2007-11-102-0/+8
* Limit total playback channels to just 1, for ALi M5451.ariff2007-11-101-3/+23
* - Fix a bug in sctp_calc_rwnd() which resulted in wrong rwnd predictions.rrs2007-11-102-3/+3
* 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
OpenPOWER on IntegriCloud