| Commit message (Expand) | Author | Age | Files | Lines |
* | WARNS 6 this. | obrien | 2002-05-18 | 2 | -0/+2 |
* | Add a perl wrapper. mergmaster(8) is broken with out it. | obrien | 2002-05-18 | 2 | -0/+68 |
* | Add my birthday to the list. Apparently, I share a birthday with dwhite. | gordon | 2002-05-17 | 1 | -0/+1 |
* | Fix a tiny bug in shlib support of ldd(1); if dlopen(lib, RTLD_TRACE) | knu | 2002-05-17 | 1 | -4/+5 |
* | Get byte swapping primitives from sys/endian.h now that they are exported | jake | 2002-05-17 | 1 | -5/+1 |
* | Group the output chunks differently, to try to match BSD/OS output. Switch | jmallett | 2002-05-17 | 1 | -3/+6 |
* | Revert part of the previous revision. Changing exit() to return() in main() | jmallett | 2002-05-17 | 1 | -1/+1 |
* | Make the output tidier when multiple integer formats are requested by | tjr | 2002-05-17 | 1 | -3/+3 |
* | Simplify prerun() in the case where there are no arguments. Can't do -I or -J | jmallett | 2002-05-17 | 1 | -1/+1 |
* | Overhaul hexdump's od syntax code to handle the -s -A -j -N -t options that | tjr | 2002-05-17 | 5 | -87/+425 |
* | Declare variables that were extern'd in multiple places in hexdump.h. | tjr | 2002-05-17 | 4 | -9/+3 |
* | Add support for printing long doubles. | tjr | 2002-05-17 | 3 | -1/+12 |
* | Print signed single-byte decimal integers correctly instead of implicitly | tjr | 2002-05-17 | 1 | -1/+1 |
* | Un-deprecate od(1): rename the `deprecated' variable to `odmode', remove the | tjr | 2002-05-17 | 4 | -14/+7 |
* | Clean up malloc(3)'s argument. Remove casts which do nothing when we're | jmallett | 2002-05-17 | 6 | -24/+24 |
* | Remove spurious casts in malloc(3)'s argument. | jmallett | 2002-05-17 | 1 | -3/+3 |
* | Add a Standards section, and note that compress(1) and uncompress(1) now | tjr | 2002-05-17 | 1 | -1/+8 |
* | As required by SUSv3, a file argument of "-" causes standard input | tjr | 2002-05-17 | 2 | -3/+13 |
* | Compression ratio statistics should be written to stderr instead of stdout. | tjr | 2002-05-17 | 1 | -4/+5 |
* | Use exit status 2 to indicate that the file was not compressed because | tjr | 2002-05-17 | 2 | -0/+8 |
* | Process and user ID arguments must be treated as decimal integers, | tjr | 2002-05-16 | 1 | -1/+1 |
* | Accept decimal user IDs with -u option as well as usernames. | tjr | 2002-05-16 | 2 | -6/+8 |
* | Diagnostic messages belong on stderr, not stdout. SUSv3 specifies that | tjr | 2002-05-16 | 1 | -1/+2 |
* | OOPS! rev 1.16 accidently changed the default outfile from stderr to | peter | 2002-05-16 | 1 | -1/+1 |
* | Handle the case where a negative offset in a regular expression match | tjr | 2002-05-16 | 1 | -0/+2 |
* | Correct synopsis and usage(): pattern arguments are not optional. | tjr | 2002-05-16 | 2 | -2/+2 |
* | More consistancy. file system > filesystem | trhodes | 2002-05-16 | 16 | -21/+21 |
* | Add the SUSv3 -l option to at. This is an alias for atq. Allow job ids | tjr | 2002-05-16 | 3 | -6/+62 |
* | Report errors properly if wait() fails. | fanf | 2002-05-15 | 1 | -1/+2 |
* | Upgrade unifdef: | fanf | 2002-05-15 | 4 | -545/+997 |
* | Build the asa(1) utility. | tjr | 2002-05-15 | 1 | -0/+1 |
* | #include <unistd.h> for getopt() and friends. | tjr | 2002-05-15 | 1 | -0/+1 |
* | Use getopt() to reject options (asa has none), and to the "--" end of options | tjr | 2002-05-15 | 2 | -21/+38 |
* | Remove __P, | tjr | 2002-05-15 | 1 | -7/+3 |
* | style(9): remove space between function name and opening parentheses, | tjr | 2002-05-15 | 1 | -23/+21 |
* | Add the POSIX.2 asa utility, which interprets FORTRAN carriage-control | tjr | 2002-05-15 | 3 | -0/+221 |
* | o Clean up tmp file usage a little by using mkstemp(3) instead of | green | 2002-05-14 | 1 | -5/+6 |
* | Fix a "tiny and squeeby and little" markup mistake. | jmallett | 2002-05-14 | 1 | -1/+1 |
* | 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 |