summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Rename new PLONG type to PGTOK as the conversion is more important than thejmallett2002-09-173-4/+4
* Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't thinkjmallett2002-09-174-23/+6
* Perform keyword.c:1.27 properly, implement -orss in the New World Order ofjmallett2002-09-163-2/+12
* Remove some NOTINUSE stuff. Good housekeeping.jmallett2002-09-161-9/+0
* Do not risk using the kernel pgtok() which assumes the page size ispeter2002-09-131-6/+2
* Correct a usage of fnctl that could not be right and results in anectar2002-09-111-1/+1
* ANSIify function definitions.dwmalone2002-09-041-4/+2
* Prevent ps(1) from doing idiotic munging of things in a -ofmt= string.jmallett2002-09-031-1/+8
* Fix a warning of "possibly used before initialisation".keramida2002-08-291-2/+1
* Add <stdlib.h> to get a prototype for exit().keramida2002-08-291-0/+1
* Grammar fix.keramida2002-08-261-1/+1
* Fix 'SYNOPSIS' and 'usage'trhodes2002-08-262-2/+2
* Replace various spellings with FALLTHROUGH which is lint()ablecharnier2002-08-254-14/+14
* There is a built-in command called "builtin"; spell its name correctlytjr2002-08-241-1/+1
* Don't show the process ID of background jobs that have terminated,tjr2002-08-241-1/+1
* Removed extra $FreeBSD$. Moved #if 0 for the vendor id to the correctbde2002-08-221-5/+3
* s/filesystem/file system/ as discussed on -developerstrhodes2002-08-2125-75/+75
* Fix a few typos, among them s/builtin/built-in/ (except for the refschweikh2002-08-211-36/+36
* mdoc(7) police: fixed the document date.ru2002-08-191-1/+1
* Remove local prototypes for main().jmallett2002-08-191-1/+0
* Avoid accessing the current job's process table in the child part oftjr2002-08-181-3/+5
* Show job control ID, command text, etc. when foreground processes aretjr2002-08-171-7/+2
* Bump document date for the -n option.johan2002-08-161-1/+1
* o Backout rev. 1.40 and rev. 1.49.maxim2002-08-151-36/+34
* Claim conformance to 1003.2-1992 instead of 1003.1-2001 due to doubtstjr2002-08-121-1/+1
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-1/+1
* Allow redirections by themselves between "&&" and "||" operators.tjr2002-08-111-3/+2
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-101-12/+21
* IPv6 support for rcp.ume2002-08-092-22/+42
* mdoc(7) police: tidying.ru2002-08-091-36/+9
* mdoc(7) police: whitespace nits.ru2002-08-091-2/+3
* mdoc(7) police: tidy up, bump document date on behalf of the -n option.ru2002-08-091-9/+9
* mdoc(7) police: grammar.ru2002-08-091-1/+1
* mdoc(7) police: kill hard sentence breaks and one double space.ru2002-08-091-5/+9
* Allow "-v -v" to mean very verbose.obrien2002-08-042-4/+23
* Remove the last reference to NOUUCP - we don't have UUCP in the basemarkm2002-08-021-1/+1
* Fix an easy WARNS.markm2002-07-311-1/+1
* Fix some easy WARNS.markm2002-07-313-12/+12
* Give lint a small bit of help.markm2002-07-311-0/+2
* Make test check the tv_nsec part of a struct stat when comparingdwmalone2002-07-271-8/+10
* Add a -P/-o physical option which behaves similarly to bash/ksh's optionstjr2002-07-253-4/+17
* Set opterr to zero to avoid duplicate warnings from getopt(3) for unknowntjr2002-07-255-2/+6
* Use PATH_MAX instead of a local guess at it, which happened to be incorrect.tjr2002-07-251-4/+3
* pwdcmd()'s argc and argv arguments are no longer unused, remove __unused.tjr2002-07-251-1/+1
* Remove WARNS and WFORMAT overrides.mp2002-07-241-2/+0
* Avoid calling el_resize() from a signal handler, even though libedittjr2002-07-243-2/+11
* Catch SIGWINCH in interactive shells and call el_resize() to updatetjr2002-07-231-0/+15
* Call el_source() to read the contents of .editrc when line editing is enabled.tjr2002-07-231-0/+1
* Add a `bind' builtin command, which is simply a wrapper around libedit'stjr2002-07-234-0/+24
* Add the -n option, which automatically answers "no" to the overwrite question.johan2002-07-234-12/+35
OpenPOWER on IntegriCloud