summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* '%' is not a valid format string :-)kris2001-04-172-2/+2
* Remove spurious extra format string argument.kris2001-04-171-1/+1
* Add a missing argument to an error message format string.kris2001-04-171-1/+1
* Add debugging option to always read/write cylinder groups as fullmckusick2001-04-172-1/+18
* Background fsck sysctl operations must use vn_start_write andmckusick2001-04-171-8/+14
* In my first reading of POSIX.1e, I misinterpreted handling of therwatson2001-04-176-225/+312
* Blow away the panic mutex in favor of using a single atomic_cmpset() on ajhb2001-04-1711-39/+9
* Check to see if enroll() returns NULL in the witness initialization. Thisjhb2001-04-171-0/+4
* Exit and re-enter the critical section while spinning for a spinlock sojhb2001-04-172-0/+6
* Previous clobbered a work-in-progress. Here is the merged result:peter2001-04-171-3/+6
* - Add appropriate #ifndef/#define/#endif to protect against multiplejhb2001-04-171-5/+4
* - Fix memory barriers in atomic operations so that the barriers are alwaysjhb2001-04-171-20/+26
* Add a cpu_throw() function that secondary CPU's can use for their firstjhb2001-04-171-0/+10
* In exception_return(), test for usermode before testing the IPL to see ifjhb2001-04-171-3/+7
* - Stop other CPU's in the SMP case when we enter ddb.jhb2001-04-171-2/+52
* Limit number of paths returned via glob() for authorized usersjedgar2001-04-171-0/+4
* s/Over 4500 ports/Over 5000 ports/bmah2001-04-171-1/+1
* Minor background cleanups:mckusick2001-04-165-30/+87
* Support the empty "PASS\r\n" command.green2001-04-161-3/+7
* Add support the the Intel ICH2 mobilesos2001-04-162-20/+14
* Fix typo s/thissystem/this system/jesper2001-04-161-1/+1
* Clean up temporary file(s) and directory when m4 exits without fallinggshapiro2001-04-163-7/+18
* Add missing sound module.markm2001-04-161-0/+1
* Fix an off-by-2 error in periphdriver_register(). The read side of theken2001-04-161-1/+1
* mdoc(7) police: Prepare for mdocNG.ru2001-04-161-2/+3
* Grrr, get the right change from the the machine I tested this on.obrien2001-04-161-1/+1
* mdoc(7) police: cosmetics.ru2001-04-161-1/+1
* mdoc(7) police: prepare for mdocNG.ru2001-04-162-2/+2
* mdoc(7) police: add missing .El call.ru2001-04-161-0/+1
* mdoc(7) police: fix markup.ru2001-04-161-5/+5
* Document that SITE extensions are disabled for anonymous logins.ru2001-04-161-0/+2
* Move the isa parts to a separate file.jhay2001-04-166-2447/+6
* Update to the 2001-04-02 version of the nanokernel code from Dave Mills.jhay2001-04-162-24/+30
* Merged from sys/i386/isa/npx.c revision 1.95.kato2001-04-161-1/+1
* Merged from sys/conf/options.i386 revision 1.148.kato2001-04-161-2/+2
* New script to help creation of shared readonly diskless partition.luigi2001-04-161-0/+144
* Add the "SITE MD5 filename" facility.phk2001-04-152-1/+16
* Add a more useful solution to the problem of password files with more thandougb2001-04-151-3/+14
* Forced commit to point out that PR 25961 was actually originated bydougb2001-04-150-0/+0
* Rev 1.11 introduced a bug where the processing became case insensative forobrien2001-04-151-1/+1
* Grammar police: "its", not "it's", is the possessive form of "it".dd2001-04-159-12/+12
* Make links from setresuid.2 to getresgid.2 and getresuid.2.dd2001-04-151-1/+1
* Document getresgid and getresuid calls.dd2001-04-151-2/+21
* Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)obrien2001-04-1512-6/+118
* Apply rev 1.48 (only dike out the `ncr' driver, not every line with theobrien2001-04-155-5/+5
* Correct a bogus cast in acl_get_qualifier() causing invalidjedgar2001-04-151-1/+1
* In the /etc/rc startup script a soft link is created from /var/run/log tophk2001-04-151-1/+1
* note that VOP_STRATEGY may block.alfred2001-04-151-0/+2
* use TAILQ_FOREACH, fix a comment's locationalfred2001-04-153-15/+6
* Get the crypto checksums in the right file. This bug has beenjkh2001-04-141-1/+4
OpenPOWER on IntegriCloud