| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -1/+4 |
* | Fix ACL preservation, apparently broken in 1.47. | trasz | 2008-08-07 | 1 | -1/+3 |
* | Mark functions as __dead2 in order to help the LLVM static checker | cperciva | 2008-08-04 | 3 | -3/+3 |
* | Pass the correct flags to expandarg() for NFROMFD and NTOFD. This fixes a | stefanf | 2008-07-30 | 1 | -1/+1 |
* | Staticify symbols that will not be used in other | delphij | 2008-07-19 | 1 | -11/+11 |
* | Remove unnessasary cast | kevlo | 2008-07-18 | 1 | -1/+1 |
* | Remove OTTYDISC, NETLDISC and NTTYDISC definitions. | ed | 2008-07-16 | 1 | -5/+0 |
* | Add hard sentence breaks. | csjp | 2008-07-06 | 1 | -8/+10 |
* | Document default ACLs and how to use them. | csjp | 2008-07-06 | 1 | -0/+16 |
* | use 'const' for the parameters of the two static functions unalias() and hash... | rse | 2008-06-07 | 1 | -4/+4 |
* | remove an unnecessary include | rse | 2008-06-07 | 1 | -1/+0 |
* | Unbreak last commit to ln for amd64. | keramida | 2008-06-07 | 1 | -1/+1 |
* | Add a -w warning flag to ln(1). When the -w option is enabled, | keramida | 2008-06-06 | 2 | -7/+47 |
* | Fix checking if a variable name is LINENO. As STPUTC changes the pointer if it | stefanf | 2008-05-28 | 1 | -2/+5 |
* | Expand $LINENO to the current line number. This is required by SUSv3's "User | stefanf | 2008-05-15 | 3 | -7/+35 |
* | Sigh, when reapplying the patch to HEAD, I somehow forgot to commit this file. | stefanf | 2008-04-28 | 1 | -6/+3 |
* | - Fix bugs where the value of arithmetic expansion$((...)) was trucated | stefanf | 2008-04-27 | 3 | -14/+29 |
* | Turn a tab into a space. This fixes a misalignment for ls -l. | imp | 2008-04-05 | 1 | -2/+2 |
* | - Add -D to usage(). | ru | 2008-04-04 | 2 | -4/+5 |
* | Add -D option to specify exact format of date and time output with ls -l. | grog | 2008-04-04 | 4 | -16/+46 |
* | Reset the internal state used for the 'getopts' built-in when 'shift' or 'set' | stefanf | 2008-03-22 | 1 | -2/+2 |
* | uuidgen has been repo-copied from usr.bin/ to bin/ to match its "new" | obrien | 2008-03-13 | 2 | -3/+2 |
* | - P_SA has been removed. | jeff | 2008-03-12 | 1 | -1/+0 |
* | Add an '-a' option which is identical to specifying '-RpP' for | jhb | 2008-03-10 | 3 | -5/+15 |
* | Enhance realpath(1) in a number of ways: | rwatson | 2008-03-09 | 2 | -7/+34 |
* | Make chflags(1) more chmod(1)-like (and more feature complete): | rwatson | 2008-03-09 | 2 | -17/+43 |
* | Split updatepwd() into two smaller functions. The first one, findpwd(), | stefanf | 2008-02-24 | 1 | -38/+45 |
* | 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 |