summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement the protection check required by the pmap_extract_and_hold()alc2004-06-221-8/+24
* Fix a problem with multiple-delivery (i.e. broadcast) in ng_bridge.green2004-06-221-3/+5
* No need to free the softc, because it wasn't allocated.le2004-06-221-1/+0
* Use the maximum physical bus when rescanning those targets. Thisps2004-06-221-1/+1
* Fix a paste-o in key_cmpspidx_withmask().bms2004-06-221-2/+2
* Adjust the system endian and a.out headers to be more MI and cross-buildingobrien2004-06-221-18/+20
* 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
* 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
* 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
* 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
* Give control devices their own cdevsw{} so that we can eliminate themphk2004-06-211-51/+111
* Revert rev 1.140, it was a bit pre-mature.ps2004-06-211-5/+0
* Add a quirk for ciss to stop trying to read the serial number offps2004-06-211-0/+5
* Turned off the "calcru: negative time" warning for certain SMP casesbde2004-06-211-12/+34
* Use the correct type (lwpid_t) for ki_tid .gad2004-06-211-1/+1
* (1) Removed the bogus condition "p->p_pid != 1" on calling sched_exit()bde2004-06-211-7/+1
* Update p_runtime on exit. This fixes calcru() on zombies, and preparesbde2004-06-211-2/+9
* Prevent the rp driver from panic'ing on first access and make atgallatin2004-06-213-29/+33
* New style functions, kill register keyword.phk2004-06-211-43/+28
* Don't hold topology lock while calling g_gate_release().pjd2004-06-211-0/+2
* Include module.hscottl2004-06-211-0/+1
OpenPOWER on IntegriCloud