summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2000-10-18sort out printf formats according to types, 64bit arithmetics in ffs_df; ↵Michael Shalayeff
millert@ ok
2000-10-18remention -TEric Jackson
2000-10-18Properly introduce options.Aaron Campbell
2000-10-18typoAaron Campbell
2000-10-18Add some rudimentary EXAMPLES sections and standardize the way we displayAaron Campbell
existing EXAMPLES sections.
2000-10-12Compare the return from mmap with MAP_FAILED, do not cast to int and comapreArtur Grabowski
with -1.
2000-10-07remove non-existant T optionEric Jackson
2000-10-06Sync usage() with man page.Aaron Campbell
2000-10-06- Get rid of more short lines.Aaron Campbell
- Fix a formatting error I missed in the last commit.
2000-10-06- Fix numerous formatting glitches.Aaron Campbell
- Convert plain reference to an mdoc macro'd reference. - Get rid of some annoying short lines, which make the man src hard to read. - parenthesis -> parentheses
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
Closes PR 1246
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
also, use new strtofflags, avoid ls/stat_flags.c usage. millert@ ok
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
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales).
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
That way we can catch typos when people say 'kill -HUP 65Q' and not send the signal to process 65. Theo and myself.
2000-06-28document signal 0Theo de Raadt
2000-06-18Mark kernel threads as system processes. Make ps hide them by default,Niklas Hallqvist
show them with -k. Do not try to show RSS based values for them as they mess up column alignment. vmstat -f now shows kernel threads separately from rforks too.
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
- remove zflag variable, since gzip_program is enough to know what's going on. - fix ar_gzip call to not depend on global variables. Avoid bogus act checks, avoid calling if fd == -1. - do gzip check for append as early as possible. - remove old K&R prototype when updating.
2000-06-09merge chown/chgrp into chmod.Michael Shalayeff
provide symlinks from old location for the time being.
2000-05-28Need -DUVM if UVM is enabled.Artur Grabowski
Alignment saved us on i386 and sparc, but it doesn't save us on 68k.
2000-05-26Add a note saying symbolic links are followed for all primaries except -LAaron Campbell
and -h; millert@ok
2000-05-04avoid IEEE underflow in exp(), shows up most on 68060 FPE which is precise; ↵Theo de Raadt
any math wizards want to help me clean this up?
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
same thing twice; noticed by angelos@, but no beer for him yet. :-)
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
- Some punctuation fixes. - Some `id' -> `ID'.
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