summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use nanoseconds and then lexicographic ordering when the seconds ofdwmalone2004-06-221-6/+42
* Don't sleep in the g_down path. More error checks to come.le2004-06-221-9/+27
* Merged from sys/dev/sio/sio.c revisions 1.439 and 1.440.nyan2004-06-222-102/+230
* MFi386: revision 1.592.nyan2004-06-222-50/+14
* Use the right ordering of args on mtx_init(). No functional changessos2004-06-226-6/+6
* Whitespace cleanup.des2004-06-221-25/+25
* Update reference to FAQ (3.16 -> 5.3, still hardcoded)den2004-06-221-1/+1
* ng_fec(4) is not anymore incompatible with ng_ether(4).ru2004-06-221-6/+1
* fix handling of an unknown progeam nameeik2004-06-221-1/+1
* Fixed copyright owner.ru2004-06-221-3/+2
* Document the "fec" Netgraph node type.ru2004-06-222-0/+109
* Set up logging before trying to lock the sandbox; otherwise tbmaster(1)des2004-06-221-15/+15
* Fix typos and add spaces before `(' in some commentsbrueffer2004-06-221-3/+3
* Catch up with g_dev_open() changes and pass over the current threadle2004-06-221-1/+1
* revert section of code that calls netisr_queue() to match v1.33 of this filedarrenr2004-06-221-15/+1
* #ifdef's for FreeBSD are wrong, causing too many variable declaractions todarrenr2004-06-221-2/+3
* Regenerate after updating syscalls.master.rwatson2004-06-225-6/+6
* Mark unlink() as MPSAFE as we now acquire Giant in the unlink()rwatson2004-06-221-1/+1
* Acquire Giant in link() so that the system call can be markedrwatson2004-06-222-2/+10
* Rebuild following marking link() as MPSAFE.rwatson2004-06-225-6/+6
* Mark link() system call as MPSAFE.rwatson2004-06-221-1/+1
* Acquire Giant in link() so that we can mark it as MSTD inrwatson2004-06-222-2/+10
* Mark linux_emul_convpath() as GIANT_REQUIRED.rwatson2004-06-221-0/+2
* Acquire socket lock around frobbing of socket state in divert sockets.rwatson2004-06-221-0/+2
* Prefer use of the inpcb as a MAC label source for outgoing packets sentrwatson2004-06-221-6/+8
* Remove spl's from uipc_socket to ease in merging.rwatson2004-06-221-40/+8
* one too many #endif's from the update broke the builddarrenr2004-06-221-1/+0
* Get rid of a cast to '(void) ' on the return of a call to strcpy.gad2004-06-221-1/+1
* Oops. Undo that last 'const' change. It expects similar changes to somegad2004-06-222-13/+11
* Add 'const' to a few places.gad2004-06-222-11/+13
* When displaying the "COMMAND" field for system-processes and/or kernelgad2004-06-222-1/+4
* Fix another typo in the previous commit.scottl2004-06-211-1/+1
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.phk2004-06-2116-2/+73
* on media exchange, update/rescan the drives. This allows a volumeps2004-06-211-0/+4
* Committ changes from 3.4.31 -> 3.4.35darrenr2004-06-218-44/+124
* This commit was generated by cvs2svn to compensate for changes in r130887,darrenr2004-06-2161-376/+1296
|\
| * Import ipfilter 3.4.35 onto vendor branchdarrenr2004-06-2186-838/+2160
* | Update ipfilter from 3.4.31 -> 3.4.35. Some important changes:darrenr2004-06-2116-392/+692
* | Fix typo that somehow crept into the previous commitscottl2004-06-211-1/+1
* | Update previous commit to:kbyanc2004-06-211-18/+13
* | Add the sysctl node 'kern.sched.name' that has the name of the schedulerscottl2004-06-212-1/+13
* | Be BURN_BRIDGES compliantphk2004-06-211-1/+1
* | Be BURN_BRIDGES compliant.phk2004-06-211-1/+1
* | There is no need to call ciss_media_accept async anymore since allps2004-06-211-42/+16
* | Mark the thread in an exiting program as inactive.julian2004-06-211-1/+1
* | Call the detach function with g_waitfor_event() so that it can accessgreen2004-06-211-1/+8
* | Kill g_access_rel() already now before we send it down 5-stablephk2004-06-211-3/+0
* | Add SCSI passthrough support to CISS. This allows devices like tape drivesscottl2004-06-213-22/+286
* | Spelling fixes.mpp2004-06-212-3/+3
* | Give control devices their own cdevsw{} so that we can eliminate themphk2004-06-211-51/+111
OpenPOWER on IntegriCloud