summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Sigh, when reapplying the patch to HEAD, I somehow forgot to commit this file.stefanf2008-04-281-6/+3
* - Fix bugs where the value of arithmetic expansion$((...)) was trucatedstefanf2008-04-273-14/+29
* Turn a tab into a space. This fixes a misalignment for ls -l.imp2008-04-051-2/+2
* - Add -D to usage().ru2008-04-042-4/+5
* Add -D option to specify exact format of date and time output with ls -l.grog2008-04-044-16/+46
* Reset the internal state used for the 'getopts' built-in when 'shift' or 'set'stefanf2008-03-221-2/+2
* uuidgen has been repo-copied from usr.bin/ to bin/ to match its "new"obrien2008-03-132-3/+2
* - P_SA has been removed.jeff2008-03-121-1/+0
* Add an '-a' option which is identical to specifying '-RpP' forjhb2008-03-103-5/+15
* Enhance realpath(1) in a number of ways:rwatson2008-03-092-7/+34
* Make chflags(1) more chmod(1)-like (and more feature complete):rwatson2008-03-092-17/+43
* Split updatepwd() into two smaller functions. The first one, findpwd(),stefanf2008-02-241-38/+45
* Fix "warning: comparison is always false due to limited range of data type"marcel2008-02-181-4/+1
* Don't reset DST computed by strptime() (when e.g. setting theru2008-02-071-6/+3
* - Roll-back attempts to mimic rename(2) atomicity introduced in 1.47,dds2007-12-271-95/+69
* As suggested, replace earlier changed warnx() / exit() with an errx()edwin2007-12-261-4/+3
* When copying multiple files to a directory, make sure that a properedwin2007-12-251-1/+1
* Calling any function from vfork other than exec* and _exit yieldsdds2007-12-171-3/+9
* Eliminate gcc "variable clobbered" warnings by declaring the variablesdds2007-12-161-1/+2
* When moving a directory across devices to a place where a directorydds2007-12-161-22/+82
* Move WARNS as ed(1) also is only WARNS = 2 clean in the !DES case.marius2007-12-091-1/+1
* Revise the markup.ru2007-12-051-275/+382
* Reduce the WARNS level to avoid a compiler warning about a variablejb2007-11-181-1/+1
* Express in the usage() and SYNOPSIS that -F depends on -s, andru2007-11-172-4/+8
* Swap "source"/"target" where appropriate, to match documentation.ru2007-11-171-38/+38
* Teach ps(1) to parse pts TT values (i.e. '0', '1') for the -t flag.jhb2007-11-081-9/+23
* Bump document date on behalf of previous revision.ru2007-11-011-1/+1
* fix sorting of 'tdnam' keyword in keyword list.julian2007-10-281-2/+1
* Introduce a way to make pure kernal threads.julian2007-10-264-6/+27
* The exit status of a case statement where none of the patterns is matchedstefanf2007-10-042-0/+5
* Use owner name and owning group name instead of uid and gidkevlo2007-09-191-2/+30
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-172-7/+6
* Take care that the input to setenv() may actually be a pointer straightscf2007-07-061-14/+28
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-042-7/+17
* Don't include encryption features of ed(1) when building for thekensmith2007-07-021-0/+2
* Correct the referenced securelevel document, it's now securelevel 7.remko2007-06-021-2/+2
* Fix probably copy&paste from chmod(1) - we change file flags here, not mode.pjd2007-05-281-1/+1
* Remove unnecessary free argument casts.brian2007-05-254-32/+29
* Cleanup pax(1) sources a little bit while I poked around in them:rse2007-05-245-25/+25
* In the error handling path, don't call close(fd) if the error we'recperciva2007-05-221-1/+2
* Work around a vendor issue that was causing the builtin malloc to bemp2007-05-162-2/+3
* Replace a fairly opaque sentence with a much clearer wording from NetBSD.pav2007-05-121-2/+2
* Back out all POSIXified *env() changes.ache2007-05-012-13/+8
* Simplify previous fix and disallow VTEXTFIXED direct pass for putenv() too,ache2007-04-301-3/+3
* Put some safeguards:ache2007-04-301-4/+9
* Eliminate error with -W* strict flags and make putenv() calls conforming toache2007-04-301-4/+4
* Move uuidgen(1) from /usr/bin/ to /bin/. It will be used in rc.d/hostidpjd2007-04-091-0/+2
* getblocksize expects pointer to long as a second argument, notkan2007-04-061-2/+2
* Build updates for tcsh-6.15.00 import.mp2007-03-112-23/+39
* Fix a bug where the mutual exclusivity of the -l and -t options is notwill2007-03-081-1/+4
OpenPOWER on IntegriCloud