| Commit message (Expand) | Author | Age | Files | Lines |
| * | Un-deprecate od(1): rename the `deprecated' variable to `odmode', remove the | Tim J. Robbins | 2002-05-17 | 4 | -14/+7 |
| * | Clean up malloc(3)'s argument. Remove casts which do nothing when we're | Juli Mallett | 2002-05-17 | 6 | -24/+24 |
| * | Remove spurious casts in malloc(3)'s argument. | Juli Mallett | 2002-05-17 | 1 | -3/+3 |
| * | Add a Standards section, and note that compress(1) and uncompress(1) now | Tim J. Robbins | 2002-05-17 | 1 | -1/+8 |
| * | As required by SUSv3, a file argument of "-" causes standard input | Tim J. Robbins | 2002-05-17 | 2 | -3/+13 |
| * | Compression ratio statistics should be written to stderr instead of stdout. | Tim J. Robbins | 2002-05-17 | 1 | -4/+5 |
| * | Use exit status 2 to indicate that the file was not compressed because | Tim J. Robbins | 2002-05-17 | 2 | -0/+8 |
| * | Process and user ID arguments must be treated as decimal integers, | Tim J. Robbins | 2002-05-16 | 1 | -1/+1 |
| * | Accept decimal user IDs with -u option as well as usernames. | Tim J. Robbins | 2002-05-16 | 2 | -6/+8 |
| * | Diagnostic messages belong on stderr, not stdout. SUSv3 specifies that | Tim J. Robbins | 2002-05-16 | 1 | -1/+2 |
| * | OOPS! rev 1.16 accidently changed the default outfile from stderr to | Peter Wemm | 2002-05-16 | 1 | -1/+1 |
| * | Handle the case where a negative offset in a regular expression match | Tim J. Robbins | 2002-05-16 | 1 | -0/+2 |
| * | Correct synopsis and usage(): pattern arguments are not optional. | Tim J. Robbins | 2002-05-16 | 2 | -2/+2 |
| * | More consistancy. file system > filesystem | Tom Rhodes | 2002-05-16 | 16 | -21/+21 |
| * | Add the SUSv3 -l option to at. This is an alias for atq. Allow job ids | Tim J. Robbins | 2002-05-16 | 3 | -6/+62 |
| * | Report errors properly if wait() fails. | Tony Finch | 2002-05-15 | 1 | -1/+2 |
| * | Upgrade unifdef: | Tony Finch | 2002-05-15 | 4 | -520/+972 |
| * | Build the asa(1) utility. | Tim J. Robbins | 2002-05-15 | 1 | -0/+1 |
| * | #include <unistd.h> for getopt() and friends. | Tim J. Robbins | 2002-05-15 | 1 | -0/+1 |
| * | Use getopt() to reject options (asa has none), and to the "--" end of options | Tim J. Robbins | 2002-05-15 | 2 | -21/+38 |
| * | Remove __P, | Tim J. Robbins | 2002-05-15 | 1 | -7/+3 |
| * | style(9): remove space between function name and opening parentheses, | Tim J. Robbins | 2002-05-15 | 1 | -23/+21 |
| * | Add the POSIX.2 asa utility, which interprets FORTRAN carriage-control | Tim J. Robbins | 2002-05-15 | 3 | -0/+221 |
| * | o Clean up tmp file usage a little by using mkstemp(3) instead of | Brian Feldman | 2002-05-14 | 1 | -5/+6 |
| * | Fix a "tiny and squeeby and little" markup mistake. | Juli Mallett | 2002-05-14 | 1 | -1/+1 |
| * | Make a link from fr_FR.ISO8859-1 to fr_FR.ISO8859-15. | David Malone | 2002-05-13 | 1 | -0/+5 |
| * | If we can't change the scheduling priority, warn but still execute | Tim J. Robbins | 2002-05-13 | 1 | -3/+3 |
| * | Support the SUSv3 -n option and the "--" end of options marker. | Tim J. Robbins | 2002-05-12 | 2 | -51/+61 |
| * | Added new bsd.incs.mk which handles installing of header files | Ruslan Ermilov | 2002-05-12 | 1 | -4/+2 |
| * | Fixed 5 style bugs in VCS ids. | Bruce Evans | 2002-05-12 | 1 | -5/+7 |
| * | Finish converting the rest of the function declaration and prototypes | Mike Barcroft | 2002-05-12 | 2 | -17/+17 |
| * | Fixed printing the the strip binary's name in error messages. | Bruce Evans | 2002-05-12 | 1 | -1/+1 |
| * | To perform even basic error checking, one must have an exit code that | Brian S. Dean | 2002-05-12 | 2 | -4/+8 |
| * | Add support for stripping non-native object files by using an | Marcel Moolenaar | 2002-05-11 | 1 | -1/+5 |
| * | unbreak build: | Alfred Perlstein | 2002-05-11 | 2 | -6/+2 |
| * | #include <stdlib.h> for exit(3) prototype. | Chris D. Faulhaber | 2002-05-11 | 1 | -0/+1 |
| * | BWK awk appears to work for world builds just fine now. We want to make | David E. O'Brien | 2002-05-10 | 1 | -2/+0 |
| * | xargs.c,v 1.33 broke the upgrade path from old versions of 4.x and 5.0. | Ruslan Ermilov | 2002-05-10 | 2 | -1/+13 |
| * | Cast the uc_mcontext member to regcontext *, not the whole ucontext_t. | Thomas Gellekum | 2002-05-10 | 1 | -2/+3 |
| * | Fix wrong bitmask. | Thomas Gellekum | 2002-05-10 | 1 | -3/+3 |
| * | According to POSIX, exit status must be 127 if the requested utility was not | Tim J. Robbins | 2002-05-10 | 2 | -5/+15 |
| * | Reimplement the who(1) utility to add some features required by SUSv3: | Tim J. Robbins | 2002-05-09 | 2 | -119/+267 |
| * | Replace /kernel with /boot/kernel/kernel. | Josef Karthauser | 2002-05-09 | 8 | -16/+16 |
| * | Back out part of previous commit - K&R doesn't have const. | Dag-Erling Smørgrav | 2002-05-09 | 1 | -1/+1 |
| * | Make _msgout take a const char * rather than a char *. | Dag-Erling Smørgrav | 2002-05-08 | 1 | -2/+2 |
| * | Change whtespace indent in format string to fit new output form of | Jun Kuriyama | 2002-05-08 | 1 | -2/+2 |
| * | These files haven't been used in a while. | Dag-Erling Smørgrav | 2002-05-08 | 3 | -480/+0 |
| * | Use libutil and libypclnt for all passwd manipulation and NIS needs. | Dag-Erling Smørgrav | 2002-05-08 | 11 | -1216/+317 |
| * | Really include <paths.h> (it seems it was brought in indirectly) | Dag-Erling Smørgrav | 2002-05-08 | 1 | -0/+1 |
| * | Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits. | Dag-Erling Smørgrav | 2002-05-08 | 5 | -45/+18 |