Age | Commit message (Expand) | Author |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-11-09 | typo, inspired by deraadt@ | Niels Provos |
2000-11-08 | Escape the quotation marks in the first example so they show; deraadt@ | Aaron Campbell |
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell |
2000-10-30 | Use mkstemp(3) for here document (<<) temporary files instead of $$ | Todd C. Miller |
2000-10-19 | Where we talk about $$, also say mention that PIDs are not safe to use for | Aaron Campbell |
2000-10-18 | sort out printf formats according to types, 64bit arithmetics in ffs_df; mill... | Michael Shalayeff |
2000-10-18 | remention -T | Eric Jackson |
2000-10-18 | Properly introduce options. | Aaron Campbell |
2000-10-18 | typo | Aaron Campbell |
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell |
2000-10-12 | Compare the return from mmap with MAP_FAILED, do not cast to int and comapre | Artur Grabowski |
2000-10-07 | remove non-existant T option | Eric Jackson |
2000-10-06 | Sync usage() with man page. | Aaron Campbell |
2000-10-06 | - Get rid of more short lines. | Aaron Campbell |
2000-10-06 | - Fix numerous formatting glitches. | Aaron Campbell |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt |
2000-09-04 | even better fix for importpath(); from christos@zoulas.com; millert@ ok | Michael Shalayeff |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie |
2000-08-30 | prevent core dumps when stderror() is called before reslab is initialized | Michael Shalayeff |
2000-08-20 | Use mkstemp(), ryker@ryker.org | Todd C. Miller |
2000-08-05 | remove blank line | Paul Janzen |
2000-07-31 | make -h option work again, it was left out on the getopt string | Eric Jackson |
2000-07-31 | remove incorrect space, as enami@netbsd.org | Paul Janzen |
2000-07-23 | oops, what was i thinking? | Eric Jackson |
2000-07-23 | un .Xr chflags | Eric Jackson |
2000-07-19 | bye-bye | Michael Shalayeff |
2000-07-19 | merge chflags(1) into chmod. | Michael Shalayeff |
2000-07-19 | new strtofflags/fflagstostr | Michael Shalayeff |
2000-07-10 | Xr chflags(1) | Aaron Campbell |
2000-07-06 | fix another, similar typo | Aaron Campbell |
2000-07-06 | typo | Aaron Campbell |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller |
2000-06-28 | use strtol() in getn(); millert@ and me | Michael Shalayeff |
2000-06-28 | Use strtol(), not atoi() when converting a decimal string to an integer. | Todd C. Miller |
2000-06-28 | document signal 0 | Theo de Raadt |
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist |
2000-06-10 | argh, not enough testing again; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt |
2000-06-09 | oops | Michael Shalayeff |
2000-06-09 | Some minor cleanup, ok'd millert@ | Marc Espie |
2000-06-09 | merge chown/chgrp into chmod. | Michael Shalayeff |
2000-05-28 | Need -DUVM if UVM is enabled. | Artur Grabowski |
2000-05-26 | Add a note saying symbolic links are followed for all primaries except -L | Aaron Campbell |
2000-05-04 | avoid IEEE underflow in exp(), shows up most on 68060 FPE which is precise; a... | Theo de Raadt |
2000-05-01 | MAXPATHLEN, not MAXPATHLEN+1; millert agrees | Theo de Raadt |
2000-04-26 | Support for ext2fs rev. 1 | jasoni |
2000-04-23 | Some fixups. | Aaron Campbell |
2000-04-21 | Don't hyphenate the words {left|right}most. | Aaron Campbell |
2000-04-19 | Change the second sentence a bit so it doesn't seem like you're reading the | Aaron Campbell |
2000-04-17 | Move some misplaced periods outside of the parentheses. | Aaron Campbell |