| Commit message (Expand) | Author | Age | Files | Lines |
* | Make a link from fr_FR.ISO8859-1 to fr_FR.ISO8859-15. | dwmalone | 2002-05-13 | 1 | -0/+5 |
* | If we can't change the scheduling priority, warn but still execute | tjr | 2002-05-13 | 1 | -3/+3 |
* | Support the SUSv3 -n option and the "--" end of options marker. | tjr | 2002-05-12 | 2 | -51/+61 |
* | Added new bsd.incs.mk which handles installing of header files | ru | 2002-05-12 | 1 | -4/+2 |
* | Fixed 5 style bugs in VCS ids. | bde | 2002-05-12 | 1 | -5/+7 |
* | Finish converting the rest of the function declaration and prototypes | mike | 2002-05-12 | 2 | -17/+17 |
* | Fixed printing the the strip binary's name in error messages. | bde | 2002-05-12 | 1 | -1/+1 |
* | To perform even basic error checking, one must have an exit code that | bsd | 2002-05-12 | 2 | -4/+8 |
* | Add support for stripping non-native object files by using an | marcel | 2002-05-11 | 1 | -1/+5 |
* | unbreak build: | alfred | 2002-05-11 | 2 | -6/+2 |
* | #include <stdlib.h> for exit(3) prototype. | jedgar | 2002-05-11 | 1 | -0/+1 |
* | BWK awk appears to work for world builds just fine now. We want to make | obrien | 2002-05-10 | 1 | -2/+0 |
* | xargs.c,v 1.33 broke the upgrade path from old versions of 4.x and 5.0. | ru | 2002-05-10 | 2 | -1/+13 |
* | Cast the uc_mcontext member to regcontext *, not the whole ucontext_t. | tg | 2002-05-10 | 1 | -2/+3 |
* | Fix wrong bitmask. | tg | 2002-05-10 | 1 | -3/+3 |
* | According to POSIX, exit status must be 127 if the requested utility was not | tjr | 2002-05-10 | 2 | -5/+15 |
* | Reimplement the who(1) utility to add some features required by SUSv3: | tjr | 2002-05-09 | 2 | -122/+270 |
* | Replace /kernel with /boot/kernel/kernel. | joe | 2002-05-09 | 8 | -16/+16 |
* | Back out part of previous commit - K&R doesn't have const. | des | 2002-05-09 | 1 | -1/+1 |
* | Make _msgout take a const char * rather than a char *. | des | 2002-05-08 | 1 | -2/+2 |
* | Change whtespace indent in format string to fit new output form of | kuriyama | 2002-05-08 | 1 | -2/+2 |
* | These files haven't been used in a while. | des | 2002-05-08 | 3 | -480/+0 |
* | Use libutil and libypclnt for all passwd manipulation and NIS needs. | des | 2002-05-08 | 11 | -1216/+317 |
* | Really include <paths.h> (it seems it was brought in indirectly) | des | 2002-05-08 | 1 | -0/+1 |
* | Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits. | des | 2002-05-08 | 5 | -45/+18 |
* | Oops, update usage() to have -i. | jmallett | 2002-05-07 | 1 | -2/+2 |
* | Add handling for any nil-length string passed to -i for the backup extension. | jmallett | 2002-05-07 | 2 | -2/+21 |
* | Un-shadow the `fname' variable. | jmallett | 2002-05-07 | 1 | -9/+9 |
* | Add a -i option to sed(1) to do inplace editing, to give us an alternative to | jmallett | 2002-05-07 | 2 | -3/+77 |
* | Add myself. | fanf | 2002-05-07 | 1 | -0/+1 |
* | Make sure the file in Attic is really "dead". | ru | 2002-05-07 | 1 | -91/+0 |
* | Affect the first of stdin, stdout and stderr that is attached to a terminal. | tjr | 2002-05-06 | 2 | -17/+28 |
* | -I and -J both set the same variable, replstr, to the string to replace with | jmallett | 2002-05-06 | 1 | -0/+2 |
* | - Properly initialize the count_win when the user turns the info window | mp | 2002-05-06 | 1 | -1/+4 |
* | Fix make(1) behaviour regarding SysV-style substitution when given a nil | jmallett | 2002-05-05 | 1 | -0/+6 |
* | Modify the -p implementation to use a user's locale, so they can respond to | jmallett | 2002-05-05 | 2 | -13/+63 |
* | Fix a typo. | jmallett | 2002-05-05 | 1 | -2/+3 |
* | In an effort to make this utility easier to work with at a source level, move | jmallett | 2002-05-05 | 1 | -141/+154 |
* | Document the fact that at(1) is run through cron(8) and that this affects | asmodai | 2002-05-04 | 1 | -0/+14 |
* | Add myself. | mini | 2002-05-04 | 1 | -0/+1 |
* | Grouping changes. | jmallett | 2002-05-04 | 1 | -2/+2 |
* | Don't use pointers as booleans. | jmallett | 2002-05-04 | 1 | -3/+3 |
* | Replace calloc(3) with malloc(3), and set the tail of the | jmallett | 2002-05-04 | 1 | -2/+3 |
* | Rename `eqrelval' which was renamed from `eqrel' to quiet a shadow warning | jmallett | 2002-05-03 | 1 | -3/+3 |
* | Fix a bug whereby we were getting ~0 and comparing it to maxsize, i.e. if | jmallett | 2002-05-03 | 1 | -1/+1 |
* | Move substitution out to a function, prerun(), and replace use of run() with | jmallett | 2002-05-03 | 1 | -85/+78 |
* | Get rid of bogus holder for realloc(3). | jmallett | 2002-05-03 | 1 | -6/+5 |
* | Rewrite the loop that handles substitution in the -I case, and try to make | jmallett | 2002-05-03 | 1 | -15/+75 |
* | Rename `lflag' to `Lflag' to match the option's case. | jmallett | 2002-05-03 | 1 | -6/+6 |
* | Revert revision 1.22. I incorrectly modified the Berkeley identifiers. | jmallett | 2002-05-03 | 1 | -3/+12 |