summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix rule parsing breakage introduced in 1.103 cleanup. 'tcp' andcjc2001-07-101-5/+8
* Use INTR_TYPE_AV rather than INTR_TYPE_MISC for the interrupt forimp2001-07-101-1/+1
* Link in new manpages:alfred2001-07-101-1/+4
* Note that this function is for debugging purposes.alfred2001-07-101-0/+2
* Fix explanation of LK_SLEEPFAIL option.alfred2001-07-101-2/+2
* fix typos: s/BUF_LOCK/BUF_TIMELOCK, order xrefs.alfred2001-07-101-4/+4
* Document some of the kernel API dealing with locks used primarily by VFS.alfred2001-07-1011-0/+758
* MFS: add the FreeBSD history.obrien2001-07-101-1/+3
* Give the FreeBSD history also.obrien2001-07-101-1/+3
* Somehow I missed this. Use INTR_TYPE_AV (high priority) instead ofpeter2001-07-091-1/+1
* style nitobrien2001-07-092-2/+2
* Add LIBBZ2.obrien2001-07-091-0/+1
* Whoops; we get an ACPI_OBJECT back from evaluating a method, notmsmith2001-07-091-8/+6
* New release notes: sysctl for TCP ISN fix, fsck_msdosfs(8), dump(8) -D,bmah2001-07-092-4/+28
* Log when the user is turning debugging on/off.joerg2001-07-092-10/+18
* Hmpf, remove two variables that got unused by rev 1.214.joerg2001-07-092-4/+2
* Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 secondsjoerg2001-07-092-2/+2
* Remove parts of rev 1.211 again: do not delete our children iff theyjoerg2001-07-092-14/+0
* As des' example shows us, DMA overruns could happen in a situationjoerg2001-07-093-18/+75
* Document more resolver(3) routines: dn_skip() from resolv.h, andtobez2001-07-092-2/+55
* Add SYSCTL ints for default normal I/O timeout && retry counts.mjacob2001-07-091-4/+20
* Constify the fstype argument to vfs_mount(). This eliminates at least onedes2001-07-093-4/+4
* Don't share sig handlers after an execguido2001-07-091-1/+23
* Get rid of useless bcopy (the next statement was equivalent)guido2001-07-091-2/+0
* Clean up (and in some cases write) the PAM mudules, usingmarkm2001-07-0935-266/+2030
* Bump the major number. The libraries API has changed incompatibly.markm2001-07-091-1/+1
* Almost completely rewrite the PAM module options processingmarkm2001-07-097-82/+334
* Add the WANT_INSECURE_OPIE frob which is useful for debugging andmarkm2001-07-091-0/+6
* Apply patch supplied by Jonathan Chen: use the correct arguments towpaul2001-07-0919-36/+36
* Axe S/Key. OPIE is the legal successor.markm2001-07-0914-4025/+3
* Axe S/Key. OPIE is the true and faithful successor.markm2001-07-091-4/+2
* Remove S/Key. PAM can do its job. Well, not quite - there is an issuemarkm2001-07-094-63/+19
* Remove the S/Key key-handling apps, which are no longer needed, asmarkm2001-07-0910-616/+0
* Provide a WANT_INSECURE_OPIE compile-time option, which is useful ifmarkm2001-07-093-0/+17
* Goodbye S/Key, Hello OPIE.markm2001-07-092-13/+17
* Note that spls are noopsimp2001-07-091-0/+2
* Better support for multi-lingual release documentation. We now supportbmah2001-07-092-3/+13
* mdoc(7) police: eliminate -ww warnings.ru2001-07-091-2/+2
* mdoc(7) police: eliminate -ww warnings.ru2001-07-091-3/+3
* Fix disordering.obrien2001-07-091-1/+1
* Add fsck_msdosfsobrien2001-07-091-0/+1
* Style tweaks.obrien2001-07-091-2/+4
* Add fsck_msdosfs.obrien2001-07-099-0/+2716
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-09323-431/+2
* Fix the type of the NULL arg to execl()brian2001-07-0954-83/+95
* Fix the type of the last arg to execl()brian2001-07-091-1/+1
* Link in manpages for vfs_busy, vfs_mount, vfs_unbusy, and vinvalbuf.alfred2001-07-091-1/+2
* Document kernel API for vfs_busy(), vfs_mount(), vfs_unbusy(), andalfred2001-07-094-0/+364
* It is just stupid to have to do ``<ESC>!rm -f %'' to write a file you own.obrien2001-07-091-0/+29
* Fix missing newline and terminator at the end of the vm.zone sysctl.des2001-07-091-2/+1
OpenPOWER on IntegriCloud