summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Retire the osf1(8) utility. The Makefile hasn't installed this crittersheldonh2000-11-302-82/+0
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-3018-79/+166
* Increase NKPT from 17 to 30. This fixes the 4GB ram boot panic on bothpeter2000-11-302-2/+2
* Fix up priority propagation:jhb2000-11-304-73/+180
* Set p_mtxname when blocking on a mutex and clear it when waking up.jhb2000-11-293-0/+6
* Save a copy of p_mtxname in e_mtxname when creating an eproc.jhb2000-11-291-0/+4
* - Add a p_mtxname field to proc which points to the description of thejhb2000-11-292-1/+4
* This fixes several problems with CIS as suggested by Justin Gibbs:jon2000-11-292-7/+4
* Use an atomic operation with an appropriate memory barrier when releasingjhb2000-11-293-3/+6
* The sched_lock mutex goes after the sio mutex in the locking order sincejhb2000-11-293-3/+3
* Save the line number and filename of the last mtx_enter operation forjhb2000-11-293-0/+24
* Don't drop Giant and the passed in mutex incorrectly in thejhb2000-11-291-10/+12
* Oops, broke CIS reading from ROM on my last commit.jon2000-11-293-37/+59
* Merged from sys/i386/i386/userconfig.c revision 1.185.kato2000-11-291-2/+1
* Remove the ibcs2(8) shell script.sheldonh2000-11-293-114/+0
* Decommission the svr4(8) shell script, which has been pointless sincesheldonh2000-11-294-76/+1
* Only print out APIC info on an SMP system during a panic if APIC_IO isjhb2000-11-291-0/+2
* Don't wait forever for CPUs to stop or restart. Instead, give up after ajhb2000-11-287-14/+133
* Use atomic ops to close a race condition on the in_Debugger variable usedjhb2000-11-282-8/+6
* Remove some over-msmith2000-11-281-4/+0
* Kernel support for erase2 character.jkh2000-11-283-5/+16
* MFS:msmith2000-11-282-15/+31
* Oops, broke newcard because I forgot to commit this in my last round of chang...jon2000-11-281-0/+4
* Reduce code duplication by using the GET_RESOURCE_LIST bus method and relatedmdodd2000-11-284-168/+66
* Alter the return value and arguments of the GET_RESOURCE_LIST bus method.mdodd2000-11-283-35/+34
* Don't include system-specific header files for userland program.grog2000-11-281-4/+4
* Avoid hardcoding the 'rid' and 'type' of the MEM/IOPORT resource.mdodd2000-11-283-9/+13
* 1) When mucking with mapping registers, it is best to *not* havejon2000-11-283-27/+72
* overhaul cis functions to read cis tuple by tuple (instead of all at once).jon2000-11-281-130/+139
* A bunch of newcard/cardbus changes that's been sitting in my tree for a while:jon2000-11-287-277/+395
* Patch to use M_ZEROjon2000-11-271-8/+3
* Use callout_reset instead of timeout(9). Most callouts are staticallyjake2000-11-279-31/+45
* Drop Giant around the mi_switch() call in yield().jhb2000-11-271-0/+2
* Add bogomips to cpuinfo (set it equal to the CPU frequency, which is bogusdes2000-11-273-21/+30
* Don't install the osf1 script from here. It causes the release build toobrien2000-11-271-4/+0
* `cdboot' is broken as it cannot load a kernel.obrien2000-11-272-4/+1559
* ucred system overhaul:alfred2000-11-272-10/+25
* Don't scroll of the end of the help pages when using the visualdwmalone2000-11-261-2/+1
* Fix another callout_init() that I missed.jlemon2000-11-262-4/+2
* Unbreak world; #include <sys/mutex.h> instead of <machine/mutex.h>jlemon2000-11-261-1/+3
* Move the #define of _KERN_MUTEX_C_ so that it's before any system headersalfred2000-11-263-3/+18
* Simplify the tprintf() API.phk2000-11-266-107/+22
* Make log(-1, ...) do what addlog(...) did.phk2000-11-264-226/+202
* Make diskerr() always log with printf.phk2000-11-2611-32/+23
* unhook netgraph/bridge until somebody makes it compile in LINTphk2000-11-261-1/+3
* Add uidinfo hash and uidinfo struct to the witness order list.jake2000-11-263-0/+3
* Add 'mpsafe' parameter to callout_init() in MD bits.jlemon2000-11-262-2/+2
* Make uidinfo subsystem mpsafealfred2000-11-262-24/+55
* Fix safety-net code. While technically a bug, I'm delighted to seemarkm2000-11-261-1/+1
* Merged from sys/i386/i386/machdep.c revision 1.422.kato2000-11-262-2/+2
OpenPOWER on IntegriCloud