| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "warning: comparison is always false due to limited range of data type" | marcel | 2008-02-18 | 1 | -4/+1 |
* | Don't reset DST computed by strptime() (when e.g. setting the | ru | 2008-02-07 | 1 | -6/+3 |
* | - Roll-back attempts to mimic rename(2) atomicity introduced in 1.47, | dds | 2007-12-27 | 1 | -95/+69 |
* | As suggested, replace earlier changed warnx() / exit() with an errx() | edwin | 2007-12-26 | 1 | -4/+3 |
* | When copying multiple files to a directory, make sure that a proper | edwin | 2007-12-25 | 1 | -1/+1 |
* | Calling any function from vfork other than exec* and _exit yields | dds | 2007-12-17 | 1 | -3/+9 |
* | Eliminate gcc "variable clobbered" warnings by declaring the variables | dds | 2007-12-16 | 1 | -1/+2 |
* | When moving a directory across devices to a place where a directory | dds | 2007-12-16 | 1 | -22/+82 |
* | Move WARNS as ed(1) also is only WARNS = 2 clean in the !DES case. | marius | 2007-12-09 | 1 | -1/+1 |
* | Revise the markup. | ru | 2007-12-05 | 1 | -275/+382 |
* | Reduce the WARNS level to avoid a compiler warning about a variable | jb | 2007-11-18 | 1 | -1/+1 |
* | Express in the usage() and SYNOPSIS that -F depends on -s, and | ru | 2007-11-17 | 2 | -4/+8 |
* | Swap "source"/"target" where appropriate, to match documentation. | ru | 2007-11-17 | 1 | -38/+38 |
* | Teach ps(1) to parse pts TT values (i.e. '0', '1') for the -t flag. | jhb | 2007-11-08 | 1 | -9/+23 |
* | Bump document date on behalf of previous revision. | ru | 2007-11-01 | 1 | -1/+1 |
* | fix sorting of 'tdnam' keyword in keyword list. | julian | 2007-10-28 | 1 | -2/+1 |
* | Introduce a way to make pure kernal threads. | julian | 2007-10-26 | 4 | -6/+27 |
* | The exit status of a case statement where none of the patterns is matched | stefanf | 2007-10-04 | 2 | -0/+5 |
* | Use owner name and owning group name instead of uid and gid | kevlo | 2007-09-19 | 1 | -2/+30 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 2 | -7/+6 |
* | Take care that the input to setenv() may actually be a pointer straight | scf | 2007-07-06 | 1 | -14/+28 |
* | Significantly reduce the memory leak as noted in BUGS section for | scf | 2007-07-04 | 2 | -7/+17 |
* | Don't include encryption features of ed(1) when building for the | kensmith | 2007-07-02 | 1 | -0/+2 |
* | Correct the referenced securelevel document, it's now securelevel 7. | remko | 2007-06-02 | 1 | -2/+2 |
* | Fix probably copy&paste from chmod(1) - we change file flags here, not mode. | pjd | 2007-05-28 | 1 | -1/+1 |
* | Remove unnecessary free argument casts. | brian | 2007-05-25 | 4 | -32/+29 |
* | Cleanup pax(1) sources a little bit while I poked around in them: | rse | 2007-05-24 | 5 | -25/+25 |
* | In the error handling path, don't call close(fd) if the error we're | cperciva | 2007-05-22 | 1 | -1/+2 |
* | Work around a vendor issue that was causing the builtin malloc to be | mp | 2007-05-16 | 2 | -2/+3 |
* | Replace a fairly opaque sentence with a much clearer wording from NetBSD. | pav | 2007-05-12 | 1 | -2/+2 |
* | Back out all POSIXified *env() changes. | ache | 2007-05-01 | 2 | -13/+8 |
* | Simplify previous fix and disallow VTEXTFIXED direct pass for putenv() too, | ache | 2007-04-30 | 1 | -3/+3 |
* | Put some safeguards: | ache | 2007-04-30 | 1 | -4/+9 |
* | Eliminate error with -W* strict flags and make putenv() calls conforming to | ache | 2007-04-30 | 1 | -4/+4 |
* | Move uuidgen(1) from /usr/bin/ to /bin/. It will be used in rc.d/hostid | pjd | 2007-04-09 | 1 | -0/+2 |
* | getblocksize expects pointer to long as a second argument, not | kan | 2007-04-06 | 1 | -2/+2 |
* | Build updates for tcsh-6.15.00 import. | mp | 2007-03-11 | 2 | -23/+39 |
* | Fix a bug where the mutual exclusivity of the -l and -t options is not | will | 2007-03-08 | 1 | -1/+4 |
* | Fix markup. | ru | 2007-03-04 | 1 | -5/+8 |
* | Fix markup. | ru | 2007-03-04 | 1 | -16/+13 |
* | Fix markup. | ru | 2007-02-28 | 1 | -2/+3 |
* | Fix markup. | ru | 2007-02-27 | 1 | -10/+20 |
* | Implement the -h flag (set an ACL on a symbolic link). | mckusick | 2007-02-26 | 1 | -4/+14 |
* | Correct typos containing my login name (plus one more in expr.y). | ceri | 2007-02-18 | 1 | -2/+2 |
* | Use eaccess() instead of access() for the type builtin, like we do for the | stefanf | 2007-01-18 | 1 | -1/+1 |
* | Return an error status (127) from the builtins 'type' and 'command' (with | stefanf | 2007-01-11 | 1 | -2/+5 |
* | Fix markup. | ru | 2006-12-27 | 1 | -5/+7 |
* | More markup fixes. | ru | 2006-12-27 | 1 | -3/+3 |
* | Fix markup. | ru | 2006-12-27 | 1 | -6/+7 |
* | Give a hint to the reader as to what the "whiteout" actually means. | ru | 2006-12-26 | 1 | -2/+3 |