aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Turn a tab into a space. This fixes a misalignment for ls -l.Warner Losh2008-04-051-2/+2
* - Add -D to usage().Ruslan Ermilov2008-04-042-4/+5
* Add -D option to specify exact format of date and time output with ls -l.Greg Lehey2008-04-044-16/+46
* Reset the internal state used for the 'getopts' built-in when 'shift' or 'set'Stefan Farfeleder2008-03-221-2/+2
* uuidgen has been repo-copied from usr.bin/ to bin/ to match its "new"David E. O'Brien2008-03-132-3/+2
* - P_SA has been removed.Jeff Roberson2008-03-121-1/+0
* Add an '-a' option which is identical to specifying '-RpP' forJohn Baldwin2008-03-103-5/+15
* Enhance realpath(1) in a number of ways:Robert Watson2008-03-092-7/+34
* Make chflags(1) more chmod(1)-like (and more feature complete):Robert Watson2008-03-092-17/+43
* Split updatepwd() into two smaller functions. The first one, findpwd(),Stefan Farfeleder2008-02-241-38/+45
* Fix "warning: comparison is always false due to limited range of data type"Marcel Moolenaar2008-02-181-4/+1
* Don't reset DST computed by strptime() (when e.g. setting theRuslan Ermilov2008-02-071-6/+3
* - Roll-back attempts to mimic rename(2) atomicity introduced in 1.47,Diomidis Spinellis2007-12-271-95/+69
* As suggested, replace earlier changed warnx() / exit() with an errx()Edwin Groothuis2007-12-261-4/+3
* When copying multiple files to a directory, make sure that a properEdwin Groothuis2007-12-251-1/+1
* Calling any function from vfork other than exec* and _exit yieldsDiomidis Spinellis2007-12-171-3/+9
* Eliminate gcc "variable clobbered" warnings by declaring the variablesDiomidis Spinellis2007-12-161-1/+2
* When moving a directory across devices to a place where a directoryDiomidis Spinellis2007-12-161-22/+82
* Move WARNS as ed(1) also is only WARNS = 2 clean in the !DES case.Marius Strobl2007-12-091-1/+1
* Revise the markup.Ruslan Ermilov2007-12-051-275/+382
* Reduce the WARNS level to avoid a compiler warning about a variableJohn Birrell2007-11-181-1/+1
* Express in the usage() and SYNOPSIS that -F depends on -s, andRuslan Ermilov2007-11-172-4/+8
* Swap "source"/"target" where appropriate, to match documentation.Ruslan Ermilov2007-11-171-38/+38
* Teach ps(1) to parse pts TT values (i.e. '0', '1') for the -t flag.John Baldwin2007-11-081-9/+23
* Bump document date on behalf of previous revision.Ruslan Ermilov2007-11-011-1/+1
* fix sorting of 'tdnam' keyword in keyword list.Julian Elischer2007-10-281-2/+1
* Introduce a way to make pure kernal threads.Julian Elischer2007-10-264-6/+27
* The exit status of a case statement where none of the patterns is matchedStefan Farfeleder2007-10-042-0/+5
* Use owner name and owning group name instead of uid and gidKevin Lo2007-09-191-2/+30
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-172-7/+6
* Take care that the input to setenv() may actually be a pointer straightSean Farley2007-07-061-14/+28
* Significantly reduce the memory leak as noted in BUGS section forSean Farley2007-07-042-7/+17
* Don't include encryption features of ed(1) when building for theKen Smith2007-07-021-0/+2
* Correct the referenced securelevel document, it's now securelevel 7.Remko Lodder2007-06-021-2/+2
* Fix probably copy&paste from chmod(1) - we change file flags here, not mode.Pawel Jakub Dawidek2007-05-281-1/+1
* Remove unnecessary free argument casts.Brian Somers2007-05-254-32/+29
* Cleanup pax(1) sources a little bit while I poked around in them:Ralf S. Engelschall2007-05-245-25/+25
* In the error handling path, don't call close(fd) if the error we'reColin Percival2007-05-221-1/+2
* Work around a vendor issue that was causing the builtin malloc to beMark Peek2007-05-162-2/+3
* Replace a fairly opaque sentence with a much clearer wording from NetBSD.Pav Lucistnik2007-05-121-2/+2
* Back out all POSIXified *env() changes.Andrey A. Chernov2007-05-012-13/+8
* Simplify previous fix and disallow VTEXTFIXED direct pass for putenv() too,Andrey A. Chernov2007-04-301-3/+3
* Put some safeguards:Andrey A. Chernov2007-04-301-4/+9
* Eliminate error with -W* strict flags and make putenv() calls conforming toAndrey A. Chernov2007-04-301-4/+4
* Move uuidgen(1) from /usr/bin/ to /bin/. It will be used in rc.d/hostidPawel Jakub Dawidek2007-04-091-0/+2
* getblocksize expects pointer to long as a second argument, notAlexander Kabaev2007-04-061-2/+2
* Build updates for tcsh-6.15.00 import.Mark Peek2007-03-112-23/+39
* Fix a bug where the mutual exclusivity of the -l and -t options is notWill Andrews2007-03-081-1/+4
* Fix markup.Ruslan Ermilov2007-03-041-5/+8
* Fix markup.Ruslan Ermilov2007-03-041-16/+13