aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* De-__P()-ifyWill Andrews2001-01-281-6/+6
* BDECFLAGS: constify; use proper types. Add $FreeBSD$, clean up #ifndef lint.Will Andrews2001-01-281-10/+13
* Fix typoAlexey Zelkin2001-01-252-4/+4
* Slightly re-word sentence to allow using .Nm macro without parameterAlexey Zelkin2001-01-251-1/+2
* Slightly re-word sentence to allow using .Nm macro without parameterAlexey Zelkin2001-01-251-4/+6
* Fix bogus checking of snprintf() by decreasing the remaining size of theWill Andrews2001-01-251-0/+3
* Catch up to proc flag changes.John Baldwin2001-01-241-3/+3
* Catch up to proc flag change.John Baldwin2001-01-241-1/+1
* Catch up to new proc flags.John Baldwin2001-01-241-1/+1
* Mention the -F in the usage().Ruslan Ermilov2001-01-241-1/+1
* Call pam_setcred.Jacques Vidrine2001-01-231-0/+4
* Add mibs to hold the number of forks since boot. New mibs are:Hajimu UMEMOTO2001-01-231-0/+8
* Add the -empty flag, from OpenBSD. It returns true if the directoryPeter Wemm2001-01-235-2/+49
* Document that the -z option is equivalent to 'sysctl vm.zone'.Dag-Erling Smørgrav2001-01-231-1/+5
* Use the vm.zone sysctl rather that grope through the zone allocator'sDag-Erling Smørgrav2001-01-231-52/+15
* Update vm zone list traversal for changes made to kernel. Note that thisMatt Jacob2001-01-231-2/+6
* Fix numerous style(9) bugs: Put #define's before declarations; sort theWill Andrews2001-01-211-12/+11
* Fix style(9) bug; use ISDOT[DOT,]() macro available in util.c by movingWill Andrews2001-01-213-11/+9
* Print out resid portion of MTIOCGET returned data.Matt Jacob2001-01-211-3/+4
* Fix typo: -c -> -tAndrey A. Chernov2001-01-211-1/+1
* Make "killall -t p0" really works.Andrey A. Chernov2001-01-211-1/+2
* Check strdup() return valuesChris D. Faulhaber2001-01-201-4/+8
* Minor grammar nit.Ben Smithurst2001-01-161-1/+1
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-161-165/+135
* mdoc(7) police: fixed broken references.Ruslan Ermilov2001-01-163-4/+2
* Correct spelling of millennium.David Malone2001-01-161-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-1612-14/+14
* mdoc(7) police: fix the weird construct.Ruslan Ermilov2001-01-151-2/+8
* The patch for the new calendar contained spaces instead of tabs.David Malone2001-01-151-184/+184
* /usr/libexec/cpp -> /usr/bin/cppAndrey A. Chernov2001-01-131-1/+1
* Have rpcgen actually tell us what cpp it is looking for (as it would if weDavid E. O'Brien2001-01-101-1/+1
* Use /usr/bin/cpp as on NetBSD, not /usr/libexec/cpp.David E. O'Brien2001-01-091-3/+1
* Off by one error in reading mmap data.Wolfram Schneider2001-01-061-1/+2
* Reinstate revision 1.11:Will Andrews2001-01-051-37/+62
* Back out last commit; it had string function mistakes. I will fix thisWill Andrews2001-01-042-47/+23
* Document new -s option: pass a shell to apply(1) when the desired shellWill Andrews2001-01-041-0/+7
* BDECFLAGS; de-__P()-ify, ANSIfy, use snprintf() instead of sprintf(),Will Andrews2001-01-041-23/+40
* Update for 2001.David Malone2001-01-041-138/+186
* .publickey -> .pubkey to match other finger daemons.Dag-Erling Smørgrav2001-01-043-4/+4
* Use a slightly better documented way of calculating easter andDavid Malone2001-01-022-61/+38
* Oops, I'm such an idiot. For reasons I don't really agree with,Matt Jacob2000-12-311-1/+1
* The default is /dev/nrsa0 (now), not /dev/nsa0.Matt Jacob2000-12-311-1/+1
* My bad, committed the submitted patch rather than the fixed patch.Poul-Henning Kamp2000-12-301-2/+3
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-303-18/+17
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-301-31/+16
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-301-1/+1
* Add support for a .publickey file.Dag-Erling Smørgrav2000-12-293-4/+9
* Used macro-API to <sys/queue.h>.Poul-Henning Kamp2000-12-291-13/+13
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-279-25/+19
* Fix for the case where the first two entries returned by readdir() areWill Andrews2000-12-261-6/+12