aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* Remove bits and pieces of support for atty, which was made obsolete byTim J. Robbins2002-10-014-41/+1
* Callers of error() don't need to supply a program name prefix in theTim J. Robbins2002-09-301-6/+6
* Allow a left parenthesis before patterns in case blocks. POSIX requiresTim J. Robbins2002-09-301-0/+2
* Allow empty case/esac statements; POSIX requires this, and recent versionsTim J. Robbins2002-09-301-2/+2
* Remove dead code which supported systems without O_APPEND, O_CREAT or SIGTSTP.Tim J. Robbins2002-09-292-34/+0
* Convert the remaining callers of errmsg() to use strerror(), and removeTim J. Robbins2002-09-294-111/+13
* Mark the signo as __unused in a lazy signal handler.Juli Mallett2002-09-291-1/+1
* s/behaviour/behavior/ in the chmod(1) manualTom Rhodes2002-09-281-1/+1
* List valid keywords, ala kill(1), rather than the csh builtin kill, whichJuli Mallett2002-09-271-2/+5
* Ala kill(1), tell people to type 'ps -L' for a list of format keywords.Juli Mallett2002-09-271-1/+1
* cp -p could report success even if a file copy failed. This was due toStephen McKay2002-09-221-3/+4
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structGarrett Wollman2002-09-212-4/+4
* Rename new PLONG type to PGTOK as the conversion is more important than theJuli Mallett2002-09-173-4/+4
* Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't thinkJuli Mallett2002-09-174-23/+6
* Perform keyword.c:1.27 properly, implement -orss in the New World Order ofJuli Mallett2002-09-163-2/+12
* Remove some NOTINUSE stuff. Good housekeeping.Juli Mallett2002-09-161-9/+0
* Do not risk using the kernel pgtok() which assumes the page size isPeter Wemm2002-09-131-6/+2
* Correct a usage of fnctl that could not be right and results in aJacques Vidrine2002-09-111-1/+1
* ANSIify function definitions.David Malone2002-09-041-4/+2
* Prevent ps(1) from doing idiotic munging of things in a -ofmt= string.Juli Mallett2002-09-031-1/+8
* Fix a warning of "possibly used before initialisation".Giorgos Keramidas2002-08-291-2/+1
* Add <stdlib.h> to get a prototype for exit().Giorgos Keramidas2002-08-291-0/+1
* Grammar fix.Giorgos Keramidas2002-08-261-1/+1
* Fix 'SYNOPSIS' and 'usage'Tom Rhodes2002-08-262-2/+2
* Replace various spellings with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-254-14/+14
* There is a built-in command called "builtin"; spell its name correctlyTim J. Robbins2002-08-241-1/+1
* Don't show the process ID of background jobs that have terminated,Tim J. Robbins2002-08-241-1/+1
* Removed extra $FreeBSD$. Moved #if 0 for the vendor id to the correctBruce Evans2002-08-221-5/+3
* s/filesystem/file system/ as discussed on -developersTom Rhodes2002-08-2125-75/+75
* Fix a few typos, among them s/builtin/built-in/ (except for the refJens Schweikhardt2002-08-211-36/+36
* mdoc(7) police: fixed the document date.Ruslan Ermilov2002-08-191-1/+1
* Remove local prototypes for main().Juli Mallett2002-08-191-1/+0
* Avoid accessing the current job's process table in the child part ofTim J. Robbins2002-08-181-3/+5
* Show job control ID, command text, etc. when foreground processes areTim J. Robbins2002-08-171-7/+2
* Bump document date for the -n option.Johan Karlsson2002-08-161-1/+1
* o Backout rev. 1.40 and rev. 1.49.Maxim Konovalov2002-08-151-36/+34
* Claim conformance to 1003.2-1992 instead of 1003.1-2001 due to doubtsTim J. Robbins2002-08-121-1/+1
* Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt2002-08-111-1/+1
* Allow redirections by themselves between "&&" and "||" operators.Tim J. Robbins2002-08-111-3/+2
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.Maxime Henrion2002-08-101-12/+21
* IPv6 support for rcp.Hajimu UMEMOTO2002-08-092-22/+42
* mdoc(7) police: tidying.Ruslan Ermilov2002-08-091-36/+9
* mdoc(7) police: whitespace nits.Ruslan Ermilov2002-08-091-2/+3
* mdoc(7) police: tidy up, bump document date on behalf of the -n option.Ruslan Ermilov2002-08-091-9/+9
* mdoc(7) police: grammar.Ruslan Ermilov2002-08-091-1/+1
* mdoc(7) police: kill hard sentence breaks and one double space.Ruslan Ermilov2002-08-091-5/+9
* Allow "-v -v" to mean very verbose.David E. O'Brien2002-08-042-4/+23
* Remove the last reference to NOUUCP - we don't have UUCP in the baseMark Murray2002-08-021-1/+1
* Fix an easy WARNS.Mark Murray2002-07-311-1/+1
* Fix some easy WARNS.Mark Murray2002-07-313-12/+12