summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make use of the full screen width to display p_comm rather than assuming ajhb2000-11-291-3/+6
* Lose an extra paragraph break.dannyboy2000-11-293-12/+0
* Introduce a 'mtxname' keyword that displays the current mutex that ajhb2000-11-293-0/+20
* I didn't maintain the "chs" ordering. Rather the bug was in print_part().obrien2000-11-292-12/+12
* Display the name of the mutex we are blocked on in the state field. Tojhb2000-11-291-0/+6
* 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
* o Add a PATH statement to the beginning of make-localhost, making itrwatson2000-11-291-0/+3
* 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
* Call MSCHAP CHAP80 in ``show lcp'' so that it's consistent with CHAP81.brian2000-11-291-1/+1
* Fix stdbool.h to actually work as advertised.asmodai2000-11-291-11/+3
* Xref make.conf(5), and point to /usr/share/doc/psd/12.make for thenik2000-11-291-1/+4
* Typo police.nik2000-11-291-1/+1
* Merged from sys/i386/i386/userconfig.c revision 1.185.kato2000-11-291-2/+1
* Eliminate groff(1) warnings.ru2000-11-291-27/+28
* 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
* Eliminate groff(1) warnings caused by vgrind(1).ru2000-11-291-4/+6
* Looks like my last round of suggestions didn't make it in. Fix invalidsheldonh2000-11-291-8/+8
* Add streams(4) and svr4(4) to man4.i386 Makefile (yes, I know this shouldnewton2000-11-291-1/+3
* Introduce svr4(4) and streams(4).newton2000-11-292-0/+286
* Eliminate groff(1) warnings.ru2000-11-291-0/+1
* Eliminate ``number register `.U' not defined'' groff(1) warnings.ru2000-11-294-0/+4
* New release note items: realpath(1), file(1) contribify-ed, stty(1)bmah2000-11-292-6/+22
* Fix a typo and a punctuation mistake, the two of which conspiredsheldonh2000-11-291-2/+2
* document O_NOFOLLOW and O_FSYNC flags to openalfred2000-11-291-0/+21
* 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
* Prefix the register argument of indirect 'jmp's with a * to make gas 2.10.xjhb2000-11-283-3/+3
* Use only the bit after the ``\'' when hashing the challenge inbrian2000-11-281-1/+1
* The parameter that contains valid options is "optstring", not "optarg".mph2000-11-281-1/+1
* Add the 'amr' control device.msmith2000-11-281-0/+5
* (Last commit accidentally missed a message)msmith2000-11-280-0/+0
* Remove some over-msmith2000-11-281-4/+0
* Fix typos and layout problem.ben2000-11-282-10/+12
* Kernel support for erase2 character.jkh2000-11-283-5/+16
* Add support for an "erase2" so that both ^H and DEL can be usedjkh2000-11-282-1/+4
* Document removal of DEC3000-series and SLIP support from the mfsroot image.wilko2000-11-281-0/+6
* MFS:msmith2000-11-282-15/+31
* Eliminate groff(1) warnings.ru2000-11-281-8/+11
OpenPOWER on IntegriCloud