| Commit message (Expand) | Author | Age | Files | Lines |
| * | Put documentation of the -m option's argument in its list tag in the | Tim J. Robbins | 2002-06-30 | 1 | -2/+4 |
| * | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 1 | -2/+4 |
| * | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 67 | -145/+138 |
| * | Consistently use __FBSDID | David E. O'Brien | 2002-06-30 | 34 | -95/+72 |
| * | Avoid truncating the pathname to UNIX Domain Sockets with snprintf(), | Tim J. Robbins | 2002-06-29 | 1 | -2/+5 |
| * | Check that snprintf() does not truncate the destination pathname when | Tim J. Robbins | 2002-06-29 | 1 | -1/+6 |
| * | Document addition of RLIMIT_VMEM support, added in rev 1.26 of miscbltin.c. | Sheldon Hearn | 2002-06-27 | 1 | -1/+3 |
| * | Add support for RLIMIT_VMEM. The #ifdef's were already there but getopt() | Matthew Dillon | 2002-06-26 | 1 | -1/+1 |
| * | ln(1)'s symbolic link handling conforms to IEEE Std. 1003.1-2001, note | Tim J. Robbins | 2002-06-25 | 1 | -1/+1 |
| * | Correctly mark up the final command line arguments with the Ar macro for | Tim J. Robbins | 2002-06-25 | 1 | -2/+2 |
| * | Add a description of the restrictions that red(1) imposes to users, | Giorgos Keramidas | 2002-06-24 | 1 | -7/+24 |
| * | Don't try to decode old-style options if the argv[1] begins with `-' and the | Maxim Sobolev | 2002-06-20 | 1 | -10/+28 |
| * | Bogusness may have happened using a variable assignment here before, but | Juli Mallett | 2002-06-20 | 1 | -1/+1 |
| * | Use size_t consistently and complete some uncompleted code resulting in a | Juli Mallett | 2002-06-20 | 2 | -3/+6 |
| * | We have a place for extern declarations of global variables in ed.h, do not | Juli Mallett | 2002-06-20 | 2 | -3/+2 |
| * | Remove two unused variables. | Juli Mallett | 2002-06-20 | 1 | -2/+0 |
| * | Minor const cleanup. | Juli Mallett | 2002-06-20 | 2 | -4/+4 |
| * | Bring documentation on CDPATH and its effects on cd(1) back into sync with | Tim J. Robbins | 2002-06-19 | 1 | -4/+6 |
| * | When trying to emulate a cross-device move operation with cp and rm, add | Tim J. Robbins | 2002-06-16 | 1 | -2/+2 |
| * | Use an usage() rather than doing the fprintf inside option parsing. | Juli Mallett | 2002-06-14 | 1 | -3/+9 |
| * | When -R is not specified, fail to copy the contents of dangling symlinks | Tim J. Robbins | 2002-06-13 | 1 | -3/+11 |
| * | Print the "$" symbol on blank lines when the -s and -e options are used | Tim J. Robbins | 2002-06-13 | 1 | -17/+11 |
| * | Remove bogus "-" operand from usage message. There is no restriction on | Tim J. Robbins | 2002-06-13 | 1 | -1/+1 |
| * | Markup nits: use the Ar macro when describing the -signal_name and | Tim J. Robbins | 2002-06-13 | 1 | -5/+7 |
| * | Add examples and diagnostics sections | Tim J. Robbins | 2002-06-13 | 1 | -0/+17 |
| * | Support the "--" end of options marker, useful to disambiguate between | Tim J. Robbins | 2002-06-13 | 1 | -1/+4 |
| * | Don't list shell builtins when the hash command is used (SUSv3) | Tim J. Robbins | 2002-06-13 | 1 | -1/+2 |
| * | ps(1) appeared in v4 | Juli Mallett | 2002-06-10 | 1 | -1/+1 |
| * | Sort sections, use Ex macro in Diagnostics section, point out that the first | Tim J. Robbins | 2002-06-10 | 1 | -11/+4 |
| * | Add History section. sleep appeared in v4. | Tim J. Robbins | 2002-06-10 | 1 | -0/+5 |
| * | Note early appearence of some commands. These actually appeared in PWB, but | Juli Mallett | 2002-06-10 | 1 | -0/+5 |
| * | Use socklen_t for the length of a socket structure instead of `int'. | Giorgos Keramidas | 2002-06-09 | 1 | -1/+2 |
| * | Replace <strings.h> with <string.h>. No functions from the former are | Giorgos Keramidas | 2002-06-09 | 1 | -1/+1 |
| * | Check the return value of getcwd() to avoid printf()ing a NULL. Mark | Mike Barcroft | 2002-06-09 | 1 | -4/+5 |
| * | Allow whitespace to act as a delimiter in the keywords list given to the -o, | Juli Mallett | 2002-06-08 | 2 | -5/+14 |
| * | Fixed unsorting. | Bruce Evans | 2002-06-08 | 1 | -1/+1 |
| * | Don't say that the list of formats can be space delimited, it no longer can be. | Juli Mallett | 2002-06-08 | 1 | -2/+5 |
| * | Back out previous back out of previously correct code. | Juli Mallett | 2002-06-07 | 1 | -2/+1 |
| * | Remove tunables to hide warnings that no longer exist. | Juli Mallett | 2002-06-07 | 1 | -2/+0 |
| * | Cast to long to match format. Hidden by revision 1.18 of Makefile. | Juli Mallett | 2002-06-07 | 1 | -1/+2 |
| * | Use a global `now' variable for the current time, and initialise it at | Juli Mallett | 2002-06-06 | 3 | -6/+5 |
| * | Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsed | Juli Mallett | 2002-06-06 | 4 | -0/+21 |
| * | sysctlbyname(3) returns -1 on failure, not any other value < 0. | Juli Mallett | 2002-06-06 | 1 | -3/+3 |
| * | Support the SUSv3 `rgroup' format. | Juli Mallett | 2002-06-06 | 4 | -5/+24 |
| * | Cast arg_max to size_t when comparing it (times 4, plus 1) against SIZE_MAX. I | Juli Mallett | 2002-06-06 | 1 | -1/+2 |
| * | SUSv3 conform on the "comm" and "args" formats, and make correct the "command" | Juli Mallett | 2002-06-06 | 4 | -4/+41 |
| * | Refer to the command format by its SUSv3 name (comm), and list command as an | Juli Mallett | 2002-06-06 | 1 | -2/+2 |
| * | As per behaviour on SVR4 systems, to allow any desirable type of header in the | Juli Mallett | 2002-06-06 | 1 | -2/+4 |
| * | Document the -f and -v options of the unset builtin. | Tim J. Robbins | 2002-06-06 | 1 | -5/+15 |
| * | Quote the output of the no-argument form of the `set' builtin for re-input | Tim J. Robbins | 2002-06-06 | 1 | -2/+8 |