summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename cpu_pause() to pause(). Originally I was going to make this anjhb2002-05-224-12/+12
* Remove register qualifier.jmallett2002-05-221-29/+29
* Use function prototypes.jmallett2002-05-221-95/+71
* PSD:19 (curses) is long dead.ru2002-05-221-8/+0
* Unencumber.ru2002-05-221-12/+12
* Build sccs(1) docs.ru2002-05-223-2/+13
* 19.curses wasn't encumbered, it's just dead.ru2002-05-221-1/+1
* Clean up formatting.jmallett2002-05-221-9/+11
* Replace the evil that is __DECONST() with (void *). This is one of the leastjmallett2002-05-221-2/+2
* Make sccs(1) compile cleanly by fixing syntax errors such as #endif followedjmallett2002-05-221-9/+14
* Unroff all forms of \f and \*, and the simplest form of \s.ru2002-05-221-8/+14
* Revision 1.39 made filtering of CFLAGS unnecessary.ru2002-05-221-6/+6
* Revive the SCCS front-end, sccs(1), back from the Attic, since it's somethingjmallett2002-05-226-0/+3700
* Fixed build of recently added legacy docs.ru2002-05-226-27/+6
* Added share/doc/[pu]sd entries.ru2002-05-221-0/+20
* Eliminate free'ing already freed chunks.sobomax2002-05-221-2/+3
* Build pathchk(1).tjr2002-05-221-0/+1
* Add the pathchk utility, which checks pathnames for validity ortjr2002-05-223-0/+321
* Quick fix for non-unique inode numbers for hard links. We use thebde2002-05-222-12/+28
* Include <sys.systm.h> for the declaration of some atomic functions -- don'tbde2002-05-221-0/+1
* Bring back the cd -L and -P options from revision 1.24, but try harder nottjr2002-05-221-33/+105
* Temporarily back out revision 1.24; it seems to handle the case where thetjr2002-05-221-78/+22
* o Add records for PCI bus and PCI device errors.marcel2002-05-221-10/+70
* Don't build doc on ia64. No groff in sight.marcel2002-05-221-2/+1
* o Make contigmalloc1() static.alc2002-05-222-5/+1
* Permit alternative break sequence to break to debugger in GENERIC. Breakagerwatson2002-05-212-0/+2
* Add appropriate IA32 "pause" instructions to improve performanec onjhb2002-05-212-2/+34
* - td will never be NULL, so the call to soalloc() in socreate() will alwaysarr2002-05-211-2/+2
* Fix an old cut 'n' paste bug inherited from BSD/OS: don't increment 'i'jhb2002-05-212-2/+2
* - OR the flag variable with M_ZERO so that the uma_zalloc() handles thearr2002-05-211-2/+1
* Whitespace fixup, properly indent the body of an else clause.jhb2002-05-212-4/+4
* Add code to make default mutexes adaptive if the ADAPTIVE_MUTEXES kerneljhb2002-05-214-0/+58
* Update to match kernel side.phk2002-05-2116-906/+1152
* Optimize spin mutexes for UP kernels without debugging to just enter andjhb2002-05-213-2/+23
* Introduce the concept of "magic spaces", and implement them in most ofphk2002-05-216-3/+108
* Make ReadMakefile() operate using the realpath(3) name for the file handed tojmallett2002-05-211-3/+7
* Add an inline function cpu_pause() for the IA32 'pause' instruction.jhb2002-05-212-0/+12
* Remove the "-class" suffix from classes, they will not be ambiguous.phk2002-05-216-8/+8
* - Change the newly turned INVARIANTS #ifdef blocks (they were changed fromarr2002-05-213-24/+16
* Allow prefix/prefixlen syntax for IPv6 to have consistencyume2002-05-211-15/+22
* Fix null_lock() not unlocking vp->v_interlock if LK_THISLAYER.semenu2002-05-211-2/+6
* Reword a small part of the uniq(1) manual page to help reduce wordtrhodes2002-05-211-3/+3
* Added support for ia64 and sparc64.ru2002-05-212-0/+10
* Fixed to conflict labels.nyan2002-05-211-3/+3
* Remove unneeded ## for GCC 3.1nyan2002-05-211-26/+26
* Have RTF_HOST for /128 destionation.ume2002-05-211-4/+9
* Mention our support of the authentication side of rfc2548brian2002-05-211-1/+1
* MFi386: revision 1.22nyan2002-05-211-9/+8
* Remove ptx. It is not used anywhere in the base system, has not beenmarkm2002-05-2141-6893/+1
* Do not guess what a bool is, just use it.peter2002-05-211-1/+2
OpenPOWER on IntegriCloud