summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Pass in a pointer to the mutex's lock_object as the second argument tojhb2001-03-281-4/+4
* Catch up to header include changes:jhb2001-03-2843-22/+51
* Use mtx_initiaalized() rather than violating the internals of the mutexjhb2001-03-281-2/+1
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-2833-3852/+1279
* - Resort some includes to deal with the new witness code coming in shortly.jhb2001-03-281-4/+8
* Back out previous commit until I figure out a way to do it properly.jlemon2001-03-281-11/+1
* Fix nasty corruption problem where a 64bit variable was being usedmarkm2001-03-281-8/+6
* Add support for the Addtron AWA100 PCI wireless card.alfred2001-03-282-16/+157
* Don't explicitly zero p_intr_nesting_level and p_aioinfo in fork.jhb2001-03-281-2/+0
* - Fix a whitespace bogon with p_blocked.jhb2001-03-281-4/+4
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-2818-417/+343
* Catch up to the mtx_saveintr -> mtx_savecrit change.jhb2001-03-284-6/+6
* Use mtx_intr_enable() on sched_lock to ensure child processes always startjhb2001-03-281-2/+2
* - Switch from using save/disable/restore_intr to using critical_enter/exitjhb2001-03-289-97/+171
* - Add the new critical_t type used to save state inside of criticaljhb2001-03-287-58/+57
* Revert previous commit which had a bogus message. It actually justjhb2001-03-281-1/+1
* - Include <machine/prom.h> to get the prototype for prom_halt().jhb2001-03-289-58/+57
* Last commit was broken.. It always prints '[CTRL-C to abort]'.ps2001-03-286-51/+31
* Check whether we need to do a full restore after handling ASTs. Ifgallatin2001-03-281-4/+4
* Don't leak the memory we've just malloced if we can't find thedwmalone2001-03-271-2/+2
* Remove NOMANcokane2001-03-271-1/+0
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Don't bypass notifying a corresponding interfaceyar2001-03-271-0/+6
* Add a missing m_pullup() before a mtod() in in_arpinput().yar2001-03-271-0/+6
* MAN[1-9] -> MAN.ru2001-03-274-6/+4
* Reflect recent bsd.man.mk changes here, but do not assign theru2001-03-271-5/+8
* Use PLAY_MSF instead of PLAY_BIG when doing audio play.sos2001-03-273-31/+36
* Make cblock_alloc_cblocks() spell its own nameyar2001-03-272-2/+2
* Change the dump routines to only abort if control-c is pressed.ps2001-03-274-4/+12
* Rewrite of the CAM error recovery code.ken2001-03-2724-1906/+2669
* Replace dyn_fin_lifetime with dyn_ack_lifetime for half-closed state.simokawa2001-03-271-1/+1
* limit the amount of retries when sending data to prevent lockups.alfred2001-03-271-2/+9
* Introduce support for POSIX.1e ACLs on UFS-based file systems. Thisrwatson2001-03-265-5/+825
* Previous commit broke interlock locking for !LK_RETRY case.bp2001-03-261-2/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-26154-184/+4
* First step towards plugging the "pccard is trying to map into a BIOSimp2001-03-262-75/+64
* Prevent race condition by using msleep() instead of mtx_unlock()/tsleep().bp2001-03-261-2/+1
* Turn off building the ARC loader. I don't know of anyone currently workingobrien2001-03-251-3/+4
* fix whitespace bogonscg2001-03-257-188/+188
* release resources if one of the speculative probes in opti_detect() fails,cg2001-03-251-7/+12
* the softc is not a mutex, don't try to lock it.cg2001-03-251-2/+2
* Make header files conform to style(9).brian2001-03-256-326/+311
* (MFC candidate since this is already a merge from /sys/net only.)joerg2001-03-251-2/+16
* This is another MFC candidate.joerg2001-03-251-2/+2
* Remove some unused stuffpeter2001-03-252-54/+2
* Allow bog-standard ioctls through. There are really handled inmarkm2001-03-251-1/+9
* Remove an extraneous declaration.brian2001-03-251-1/+0
* Move the atomic() mbstat.m_drops incrementing to the MGET(HDR) andbmilekic2001-03-242-22/+13
* mega-commit.cg2001-03-2444-1892/+2201
* Catch these modules up with obrien's recent cleanup commit.peter2001-03-244-18/+22
OpenPOWER on IntegriCloud