summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Turn all explicit giant acquires into conditional VFS_LOCK_GIANTs.jeff2007-03-177-644/+236
* - Cast the intermediate value in priority computtion back down tojeff2007-03-171-1/+1
* Fix long delay closing/syncing issues on mmaped buffer.ariff2007-03-172-4/+8
* Unbreak IPv6 after consolidation of TCP options insertion.andre2007-03-171-3/+2
* Fix the most obvious of the bugs introduced by recent syncache changeskmacy2007-03-171-0/+3
* - Moved the uninitialized variables from the data to the bss section.kato2007-03-173-14/+19
* move inline function above use so that -O workskmacy2007-03-171-20/+18
* Revert/re-make previous commit in a manner that maintains hyphenation ofrwatson2007-03-161-3/+4
* [stage: 9/9]ariff2007-03-163-14/+160
* [stage: 8/9]ariff2007-03-164-69/+213
* [stage: 7/9]ariff2007-03-161-1/+1
* [stage: 6/9]ariff2007-03-161-115/+147
* [stage: 5/9]ariff2007-03-163-1252/+1225
* [stage: 4/9]ariff2007-03-164-32/+64
* [stage: 3.2/9]ariff2007-03-161-91/+76
* [stage: 3.1/9]ariff2007-03-161-106/+67
* [stage: 2/9]ariff2007-03-161-2/+2
* [stage: 1/9]ariff2007-03-161-34/+46
* Remove unused and #if 0'd net.inet.tcp.tcp_rttdflt sysctl.rwatson2007-03-162-12/+0
* Minor white space tweaks in comments.rwatson2007-03-162-15/+15
* Replace xfer->act.hand with xfer->hand.simokawa2007-03-168-36/+34
* Remove retry_count.simokawa2007-03-162-3/+0
* * Remove xfer->retry_req.simokawa2007-03-168-45/+4
* Less verbose debug messages.simokawa2007-03-161-3/+3
* Detect cycle lost.simokawa2007-03-162-0/+19
* Print warning for large DFLTPHYS.simokawa2007-03-161-0/+5
* Fix support for ASUS A7T ALC882 laptop (gpio0 quirk).ariff2007-03-161-0/+3
* Support MAXPHYS up to 512KBsimokawa2007-03-161-2/+3
* Just use 'fdrop()' instead of 'FILE_LOCK(); fdrop_locked()' injhb2007-03-151-10/+4
* Spring cleanup on irrelevant NULL checking over M_WAITOK allocations.ariff2007-03-156-47/+3
* - Put some sanity break statement in few missing places.ariff2007-03-151-6/+4
* NOOP (for now) for hdac_dma_nocache(). It is a wrong way to enforceariff2007-03-151-1/+3
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-1520-34/+25
* Consolidate insertion of TCP options into a segment from within tcp_output()andre2007-03-156-234/+264
* Remove NULL allocation checking since malloc() is allow to wait.ariff2007-03-151-2/+0
* NULL instead of 0 in mtx_init() .ariff2007-03-152-5/+5
* Don't mess with PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN.simokawa2007-03-151-3/+1
* Remove a spurious blank line at the start of vlan_growhash().yar2007-03-151-1/+4
* - Sysctl's move to seperate filerrs2007-03-1530-4024/+4782
* Diff reduction with NetBSD; use IN_LOCAL_GROUP() to check if an addressbms2007-03-151-1/+1
* A silly buglet found by Coverity- check the return value frommjacob2007-03-151-1/+7
* Remove vestiges of very specific fpga support for my company's board.imp2007-03-152-38/+1
* Add "force" to ext2_ops, to match what was in the old mount_ext2fs binary.rodrigc2007-03-151-1/+1
* Create an identity mapping (V=P) super page for the low memory region onnjl2007-03-142-11/+13
* Properly move the setting of bstp_linkstate_p to the bridgestp module.thompsa2007-03-142-2/+1
* Only enter the debugger on a Fatal op if this is a debug build of thenjl2007-03-141-1/+3
* Update a comment: Rather than suggesting suser(), suggest priv(9) forrwatson2007-03-141-2/+2
* Map the second CS of the compact flash too. This allow us access tojhay2007-03-142-4/+20
* Disable linking in of firmware on ia64 to avoid build failures from akmacy2007-03-141-3/+6
* Map the second CS of the compact flash too. This allow us access tojhay2007-03-141-113/+82
OpenPOWER on IntegriCloud