aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Group equivalent flags together and delete the `aliases' section.Giorgos Keramidas2004-09-211-13/+8
* 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
* Oops. Undo that last 'const' change. It expects similar changes to someGarance A Drosehn2004-06-222-13/+11
* Add 'const' to a few places.Garance A Drosehn2004-06-222-11/+13
* When displaying the "COMMAND" field for system-processes and/or kernelGarance A Drosehn2004-06-222-1/+4
* Have `ps' return the cputimes for zombies, with the assumption thatGarance A Drosehn2004-06-211-1/+1
* Add the `-O emul' format option, which prints the name of the system-callGarance A Drosehn2004-06-203-0/+13
* From SUSv3:Garance A Drosehn2004-06-201-1/+1
* Add new output-format keywords of LWP and NLWP, which show the thread-idGarance A Drosehn2004-06-201-0/+8
* Have the main() routine calculate %CPU and (if needed) memory informationGarance A Drosehn2004-06-202-36/+31
* Typo: s/SunOP/SunOS/g.Maxim Konovalov2004-06-161-2/+2
* style.Makefile(5)David E. O'Brien2004-06-131-2/+2
* If we are asked to print the total number of blocks, do so even if weDavid Schultz2004-06-081-12/+14
* Remove from the printfns the assumption that dp->list != NULL. EvenDavid Schultz2004-06-081-2/+6
* Remove a duplicated description of the test for the null string.Yaroslav Tykhiy2004-06-071-5/+0
* Describe how test(1) will evaluate its expressions for a symlink.Yaroslav Tykhiy2004-06-071-1/+13
* Plug file descriptor leak in implementation of -n option.Tim J. Robbins2004-06-051-0/+1
* Convert fsbtoblk() from a macro to a function. The redundantDavid Schultz2004-06-041-8/+13
* Plug small memory leak.Lukas Ertl2004-06-031-0/+1
* Try to change the isdigitch() macro to something that Bruce won't rollGarance A Drosehn2004-06-011-3/+3
* A few more style-fixes from Bruce. The only non-cosmetic changeGarance A Drosehn2004-06-011-16/+9
* Since I'm not ready to add the non-standard ADD_PS_LISTRESET feature,Garance A Drosehn2004-06-011-26/+1