summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-09-04even better fix for importpath(); from christos@zoulas.com; millert@ okMichael Shalayeff
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-08-30prevent core dumps when stderror() is called before reslab is initializedMichael Shalayeff
2000-08-20Use mkstemp(), ryker@ryker.orgTodd C. Miller
2000-08-05remove blank linePaul Janzen
2000-07-31make -h option work again, it was left out on the getopt stringEric Jackson
2000-07-31remove incorrect space, as enami@netbsd.orgPaul Janzen
2000-07-23oops, what was i thinking?Eric Jackson
2000-07-23un .Xr chflagsEric Jackson
2000-07-19bye-byeMichael Shalayeff
2000-07-19merge chflags(1) into chmod.Michael Shalayeff
2000-07-19new strtofflags/fflagstostrMichael Shalayeff
2000-07-10Xr chflags(1)Aaron Campbell
2000-07-06fix another, similar typoAaron Campbell
2000-07-06typoAaron Campbell
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-06-28use strtol() in getn(); millert@ and meMichael Shalayeff
2000-06-28Use strtol(), not atoi() when converting a decimal string to an integer.Todd C. Miller
2000-06-28document signal 0Theo de Raadt
2000-06-18Mark kernel threads as system processes. Make ps hide them by default,Niklas Hallqvist
2000-06-10argh, not enough testing again; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
2000-06-09oopsMichael Shalayeff
2000-06-09Some minor cleanup, ok'd millert@Marc Espie
2000-06-09merge chown/chgrp into chmod.Michael Shalayeff
2000-05-28Need -DUVM if UVM is enabled.Artur Grabowski
2000-05-26Add a note saying symbolic links are followed for all primaries except -LAaron Campbell
2000-05-04avoid IEEE underflow in exp(), shows up most on 68060 FPE which is precise; a...Theo de Raadt
2000-05-01MAXPATHLEN, not MAXPATHLEN+1; millert agreesTheo de Raadt
2000-04-26Support for ext2fs rev. 1jasoni
2000-04-23Some fixups.Aaron Campbell
2000-04-21Don't hyphenate the words {left|right}most.Aaron Campbell
2000-04-19Change the second sentence a bit so it doesn't seem like you're reading theAaron Campbell
2000-04-17Move some misplaced periods outside of the parentheses.Aaron Campbell
2000-04-16correct getoptEric Jackson
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-01commons type mismatch; ath@algonet.seTheo de Raadt
2000-04-01buf oflow; ath@algonet.seTheo de Raadt
2000-03-31more timezone pointersTheo de Raadt
2000-03-24Correct the HISTORY section to note that this command appeared in Version 5Aaron Campbell
2000-03-24Make f_bsize signed. Having it unsigned causes surprising (and unwanted)Todd C. Miller
2000-03-24All man pages should have a DESCRIPTION section. Fix some formatting nitsAaron Campbell
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
2000-03-21Add HISTORY sections; from FreeBSD. Information originally obtained fromAaron Campbell
2000-03-21Sometimes it is confusing when a sentence begins with lowercase; d@Aaron Campbell
2000-03-17Try to synchronize the ksh(1) and sh(1) man pages somewhat.Aaron Campbell
2000-03-17Remove hard sentence breaks.Aaron Campbell