aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix markup.Ruslan Ermilov2007-02-281-2/+3
* Fix markup.Ruslan Ermilov2007-02-271-10/+20
* Implement the -h flag (set an ACL on a symbolic link).Kirk McKusick2007-02-261-4/+14
* Correct typos containing my login name (plus one more in expr.y).Ceri Davies2007-02-181-2/+2
* Use eaccess() instead of access() for the type builtin, like we do for theStefan Farfeleder2007-01-181-1/+1
* Return an error status (127) from the builtins 'type' and 'command' (withStefan Farfeleder2007-01-111-2/+5
* Fix markup.Ruslan Ermilov2006-12-271-5/+7
* More markup fixes.Ruslan Ermilov2006-12-271-3/+3
* Fix markup.Ruslan Ermilov2006-12-271-6/+7
* Give a hint to the reader as to what the "whiteout" actually means.Ruslan Ermilov2006-12-261-2/+3
* Fix markup, add the EXIT STATUS section.Ruslan Ermilov2006-12-261-7/+12
* One more nit.Ruslan Ermilov2006-12-231-1/+1
* Fix markup.Ruslan Ermilov2006-12-231-10/+12
* - Mention umask(2) when first referring to it.Ruslan Ermilov2006-12-221-2/+6
* Use a standard section name.Ruslan Ermilov2006-12-181-1/+1
* Simplify some markup.Ruslan Ermilov2006-12-141-32/+34
* Style(9) fixes, thanks to Ruslan.Tim Kientzle2006-12-082-7/+8
* Support the "-f" option by simply ignoring it.Tim Kientzle2006-12-082-2/+11
* Once upon a time, the hostname was being set in the /etc/netstart,Ruslan Ermilov2006-12-051-2/+2
* Fix some of the alignment warnings on ARM.Ruslan Ermilov2006-11-272-17/+17