summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* MFC rev. 1.86: fix a typo.Maxim Konovalov2005-05-031-1/+1
* MFC: rev 1.52: Support \H, \h, \w, \W, \$ string expansion in the prompt.David E. O'Brien2005-03-031-4/+91
* MFC: rev 1.9; Respect LC_MESSAGES locale category while handling ofAlexey Zelkin2005-02-271-0/+2
* MFC 1.32 1.33:Tom Rhodes2005-02-261-1/+7
* MFC 1.22 and 1.23Tom Rhodes2005-02-261-1/+18
* Sync ps(1) in RELENG_5 with HEAD:Xin LI2005-02-223-9/+7
* MFC ps.c revision 1.108Christian S.J. Peron2005-02-131-0/+22
* MFC v1.71Christian S.J. Peron2005-02-121-1/+1
* MFC:Christian Brueffer2005-02-084-9/+13
* MFC: rev. 1.95 by ceriChristian Brueffer2005-02-081-1/+1
* MFC src/bin/mkdir/mkdir.c,v 1.29:David Schultz2005-02-061-1/+1
* MFC: Don't descend into directories when -d is set and the directory itselfBrian Somers2005-01-243-2/+19
* MFC: (rev 1.84) document the actual behaviour for displaying the `Total'Joerg Wunsch2005-01-181-3/+5
* MFC: -p fixes.Ruslan Ermilov2005-01-091-7/+8
* MFC rev. 1.94: add a missed "." .Maxim Konovalov2004-12-271-1/+1
* Merge ps.1:1.80 and ps.1:1.81 from HEAD to RELENG_5:Robert Watson2004-12-221-6/+4
* MFC 1.19:Giorgos Keramidas2004-12-211-13/+8
* MFC 1.24:Yaroslav Tykhiy2004-12-101-18/+30
* MFC rm.1,v 1.32-1.33; rm.c 1.51: -I option which asks for confirmationXin LI2004-11-282-4/+69
* MFC: unsetting an undefined variable or function is not an error.Dag-Erling Smørgrav2004-09-302-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2004-08-184-364/+0
* Add a "fillchar" command line argument to dd(1) that permits the userRobert Watson2004-08-155-2/+32
* Change the behaviour of `-v' so that, e.g., stepping a month backYaroslav Tykhiy2004-08-092-1/+30
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
* Now that we have gcc 3.4, we can flip ia64 to using a dynamically linkedGordon Tetlow2004-08-061-1/+1
* Allow for capital letters as size suffixes.Pawel Jakub Dawidek2004-07-311-8/+20
* Currently if a mount point is not accessible by the calling user,Christian S.J. Peron2004-07-202-6/+18
* Use warn() instead of perror().Tim J. Robbins2004-07-202-4/+4
* Give the most awesome example of how to parse the output of dateAlfred Perlstein2004-07-171-0/+8
* Remove BUGS section that talked about missing multibyte character support.Tim J. Robbins2004-07-121-5/+1
* KANJI and DSPMBYTE are now "on" by default in the tcsh 6.13.00 distribution.Mark Peek2004-07-112-24/+34
* Document missing multibyte character handling in utilities specifiedTim J. Robbins2004-07-034-4/+20
* Clarify: test compares strings by binary value, not "ASCII value".Tim J. Robbins2004-07-031-3/+3
* Deal with double whitespace.Ruslan Ermilov2004-07-039-21/+23
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-0218-156/+302
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-1/+1
* Change the "rtprio" format so it prints an informative string forGarance A Drosehn2004-06-271-0/+3
* Improve checking for `ps -t <dev>', and give better error messages whenGarance A Drosehn2004-06-271-8/+16
* Don't continue if the '-C' option (a-la GNUtar; commited in options.cDavid E. O'Brien2004-06-251-1/+3
* Fix a bug I introduced by some last-minute changes in -r 1.102. I endedGarance A Drosehn2004-06-241-1/+1
* Rework the logic for `-t <tty>', such that it accepts "ttyp0" and "console",Garance A Drosehn2004-06-241-15/+43
* Change "struct varent" to use the standard queue(8) macros, instead ofGarance A Drosehn2004-06-235-32/+25
* Add a check for defunct processes in saveuser(), so the output for "args"Garance A Drosehn2004-06-231-10/+18
* Avoid padding the value of "ucomm" when it is the last column in the line.Garance A Drosehn2004-06-231-1/+4
* Make sure the value of "upr" (scheduling priority on return from system call)Garance A Drosehn2004-06-233-3/+15
* Include the `-c' option in the usage() message.Garance A Drosehn2004-06-231-1/+1
* In the sorting routine, sort by thread-id if two processes have the same PID.Garance A Drosehn2004-06-231-0/+2
* Fix some style bugs I introduced pointed out by bde. Also add a blankDavid Malone2004-06-231-15/+23
* Use nanoseconds and then lexicographic ordering when the seconds ofDavid Malone2004-06-221-6/+42
* Get rid of a cast to '(void) ' on the return of a call to strcpy.Garance A Drosehn2004-06-221-1/+1