Age | Commit message (Expand) | Author |
2004-03-03 | Extend "md5 -c" to parse the output of GNU md5sum. | Todd C. Miller |
2004-02-24 | - `C' before `c' | Jason McIntyre |
2004-02-19 | escape full stops where necessary to kill erroneous double spaces; | Jason McIntyre |
2004-02-19 | filenames can have 100 chars, total pathname 255 in ustar format; not 250; | Jason McIntyre |
2004-02-19 | basic knf | Theo de Raadt |
2004-02-16 | If the user does "chown foo.bar" check to see if foo.bar is a username | Todd C. Miller |
2004-02-16 | give up on amd64 -O0 | Theo de Raadt |
2004-02-14 | remove some unneeded .Fl's; | Jason McIntyre |
2004-02-12 | some typos and macro simplification; | Jason McIntyre |
2004-02-10 | upper case id; | Jason McIntyre |
2004-02-10 | XXX: build ksh -O0 for now, since it makes it a whole lot more stable. | Theo de Raadt |
2004-02-08 | 'ps' should not act like 'ps a'. Resolves PR 3676. | Otto Moerbeek |
2004-02-08 | forget about 16 bit machines; millert ok | Theo de Raadt |
2004-02-04 | (uid_t) -1 is a valid uid, so do not use it as a flag. | Otto Moerbeek |
2004-02-01 | make documentation of cradle mode (-C) clearer, and give an example of why | Jason McIntyre |
2004-02-01 | add paper.txt target; | Jason McIntyre |
2004-02-01 | add paper.txt target; | Jason McIntyre |
2004-01-31 | make references to USD docs clearer; | Jason McIntyre |
2004-01-30 | The empty filename does not receive normalization. | Nikolay Sturm |
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre |
2004-01-23 | support for cradle mode by marius at monkey.org; cradle mode allows the | Nikolay Sturm |
2004-01-20 | When trying to append to a gzipped archive, print msg using errx(), | Otto Moerbeek |
2004-01-15 | escape full stops properly to avoid double spaces; | Jason McIntyre |
2004-01-09 | use cc -E for the preprocessor instead of cpp. | Brad Smith |
2004-01-08 | Convert to kinfo_proc2. The sort order for -u and -m will be different | Todd C. Miller |
2004-01-08 | typo; from ray at cyth dot net (PR 3632); | Jason McIntyre |
2004-01-07 | new command line option allows logging to stderr instead of syslog | Nikolay Sturm |
2004-01-05 | wording improvemements; | Jason McIntyre |
2004-01-05 | include path fixes for gcc3. | Marc Espie |
2003-12-27 | this page documents `sh', not `ksh'; | Jason McIntyre |
2003-12-27 | - revert a typo introduced when this page was mdoc'ed | Jason McIntyre |
2003-12-22 | document matching the empty string; | Jason McIntyre |
2003-12-22 | note that `&&' and `||' are left-associative; | Jason McIntyre |
2003-12-16 | use full sentence for description of cols; from Jared Yanovich; | Jason McIntyre |
2003-12-16 | typo; mjc@bitz.ca | Theo de Raadt |
2003-12-15 | Unbreak parameter assignment when calling bourne style functions; | Otto Moerbeek |
2003-12-13 | sort options, and adjust -width of options' list; | Jason McIntyre |
2003-12-12 | typo; ok jmc@ | Christian Weisgerber |
2003-12-08 | -h also overrides BLOCKSIZE; | Jason McIntyre |
2003-12-08 | use POSIX description of -L, since it's much clearer; | Jason McIntyre |
2003-12-03 | .Xr myname(5) in SEE ALSO; suggested by Michael W. Burden; | Jason McIntyre |
2003-12-01 | Truncate the source string before copying during variable substitution | Todd C. Miller |
2003-11-30 | Ignore -o/-O in non-extract mode. Earlier version OK'd by henning@ | Todd C. Miller |
2003-11-27 | permit trailing '$' in usernames, from Tom Cosgrove | Nikolay Sturm |
2003-11-24 | madvise mmapped memory (not used code) | Michael Shalayeff |
2003-11-23 | allow underscore in usernames, from Niels/NetBSD | Nikolay Sturm |
2003-11-21 | kill comma splice; from Jared Yanovich; | Jason McIntyre |
2003-11-21 | grammar improvements from Jared Yanovich; | Jason McIntyre |
2003-11-21 | encourage people to use -h rather than -L; | Jason McIntyre |
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy |