summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Switch ste_encap() over to using m_defrag().ru2004-03-301-14/+2
* Added options for 3ware 9000 series RAID controller driver (twa).vkashyap2004-03-301-0/+4
* Shut up a couple of annoying gcc warnings. Do not enclose the fixes withmlaier2004-03-301-14/+16
* Replace td2 with td on the assumption that this was a typo. This should atbenno2004-03-302-2/+2
* The VLAN TCI field should be operated in network byte order.ru2004-03-301-2/+2
* White space and wording changes to init_param3().alc2004-03-301-5/+3
* Disable serialize_methods and enable _OSI support by default. The formernjl2004-03-301-5/+14
* Fixed a style bug in previous commit (misformatted comment). Fixedbde2004-03-301-3/+4
* Catch all cases where bread() returns an error and a valid *bp, and releasescottl2004-03-302-6/+11
* Initial check-in of the device driver for 3ware's 9000 seriesvkashyap2004-03-3013-0/+29298
* Prefer NULL to 0 when testing and assigning pointer values.rwatson2004-03-301-56/+57
* Shorten some XXXKSE commentrypeter2004-03-291-4/+2
* Kill some XXXKSE's. vnlru/syncer are single threaded.peter2004-03-291-3/+2
* Clean up the stub fake vnode locking implemenations. The main reason thispeter2004-03-295-166/+11
* Add per-softc locking to if_tun:rwatson2004-03-291-6/+66
* Bring these files closer to style(9) conformance by comparing arobert2004-03-292-2/+2
* Eliminate support for FreeBSD 3.x and earlier now that we're in theimp2004-03-291-203/+0
* Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. Somepeter2004-03-294-12/+6
* Lock down if_tun global variables using a new mutex, tunmtx. As withrwatson2004-03-291-11/+31
* Use a common return path for filt_soread() and filt_sowrite() torwatson2004-03-291-16/+20
* In sofree(), moving caching of 'head' from 'so->so_head' to later inrwatson2004-03-291-2/+2
* If debug.mpsafenet, initialize UNIX domain socket timeouts as MPSAFE;rwatson2004-03-291-2/+11
* Add a comment about time stamper.nyan2004-03-293-3/+3
* This commit was generated by cvs2svn to compensate for changes in r127563,des2004-03-291-5/+5
|\
| * Synch with NetBSD: avoid "unused parameter" warning.des2004-03-291-5/+5
* | Conditionally acquire Giant when entering the sockets layer via therwatson2004-03-291-31/+31
* | MFi386: Use the BSD madvise() syscall implementation for Linux binarybms2004-03-295-8/+3
* | Add missing cprd_flags member to partial resource structure inwpaul2004-03-295-1/+17
* | MFi386: correctly calculate the top-of-stack when a kthread is createdkensmith2004-03-291-4/+2
* | Conditionally acquire Giant when entering the socket layer via filerwatson2004-03-291-6/+6
* | When validating that the length sum in recvit(), we fail to releaserwatson2004-03-291-0/+1
* | MFi386: correctly calculate the top-of-stack when a kthread is createdkensmith2004-03-291-4/+3
* | Remove "-frename-registers" option for sparc64 kernel builds. Thatkensmith2004-03-291-1/+3
* | Modify BPF descriptor assertions to assert Giant when a BPF descriptorrwatson2004-03-291-1/+4
* | Conditionally assert Giant in fputsock() based on the value ofrwatson2004-03-291-0/+1
* | Invert the logic of NET_LOCK_GIANT(), and remove the one reference to it.rwatson2004-03-282-5/+3
* | Regen from ibcs2_wait() becoming MPSAFE.rwatson2004-03-283-5/+4
* | ibcs2_wait() now MPSAFE.rwatson2004-03-281-1/+1
* | Use the BSD madvise() syscall implementation for Linux binary emulation,bms2004-03-285-8/+3
* | Commit two fixes from OpenBSD's stable branch:mlaier2004-03-282-6/+41
* | Remove unused argument.pjd2004-03-281-4/+3
* | - Fix PC98 supports after importing auto selection. [1]nyan2004-03-282-130/+108
* | MFi386: revision 1.1136.nyan2004-03-281-4/+4
* | MFi386: revision 1.586.nyan2004-03-282-0/+2
* | Reset callout if in nfs_timeout and rpcclnt_timeout functions. Timerkan2004-03-282-0/+3
* | Fixed s style bug in previous commit (tab lossage). Fixed some nearbybde2004-03-281-5/+6
* | The compatibility specification property is named "compatible", nottmm2004-03-272-2/+2
* | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:pjd2004-03-2711-63/+68
* | Remove unused argument.pjd2004-03-278-10/+8
* | Apparently, some atheros drivers want rand(), so implement it (in termswpaul2004-03-271-0/+12
OpenPOWER on IntegriCloud