| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename new PLONG type to PGTOK as the conversion is more important than the | jmallett | 2002-09-17 | 3 | -4/+4 |
* | Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't think | jmallett | 2002-09-17 | 4 | -23/+6 |
* | Perform keyword.c:1.27 properly, implement -orss in the New World Order of | jmallett | 2002-09-16 | 3 | -2/+12 |
* | Remove some NOTINUSE stuff. Good housekeeping. | jmallett | 2002-09-16 | 1 | -9/+0 |
* | Do not risk using the kernel pgtok() which assumes the page size is | peter | 2002-09-13 | 1 | -6/+2 |
* | Correct a usage of fnctl that could not be right and results in a | nectar | 2002-09-11 | 1 | -1/+1 |
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -4/+2 |
* | Prevent ps(1) from doing idiotic munging of things in a -ofmt= string. | jmallett | 2002-09-03 | 1 | -1/+8 |
* | Fix a warning of "possibly used before initialisation". | keramida | 2002-08-29 | 1 | -2/+1 |
* | Add <stdlib.h> to get a prototype for exit(). | keramida | 2002-08-29 | 1 | -0/+1 |
* | Grammar fix. | keramida | 2002-08-26 | 1 | -1/+1 |
* | Fix 'SYNOPSIS' and 'usage' | trhodes | 2002-08-26 | 2 | -2/+2 |
* | Replace various spellings with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 4 | -14/+14 |
* | There is a built-in command called "builtin"; spell its name correctly | tjr | 2002-08-24 | 1 | -1/+1 |
* | Don't show the process ID of background jobs that have terminated, | tjr | 2002-08-24 | 1 | -1/+1 |
* | Removed extra $FreeBSD$. Moved #if 0 for the vendor id to the correct | bde | 2002-08-22 | 1 | -5/+3 |
* | s/filesystem/file system/ as discussed on -developers | trhodes | 2002-08-21 | 25 | -75/+75 |
* | Fix a few typos, among them s/builtin/built-in/ (except for the ref | schweikh | 2002-08-21 | 1 | -36/+36 |
* | mdoc(7) police: fixed the document date. | ru | 2002-08-19 | 1 | -1/+1 |
* | Remove local prototypes for main(). | jmallett | 2002-08-19 | 1 | -1/+0 |
* | Avoid accessing the current job's process table in the child part of | tjr | 2002-08-18 | 1 | -3/+5 |
* | Show job control ID, command text, etc. when foreground processes are | tjr | 2002-08-17 | 1 | -7/+2 |
* | Bump document date for the -n option. | johan | 2002-08-16 | 1 | -1/+1 |
* | o Backout rev. 1.40 and rev. 1.49. | maxim | 2002-08-15 | 1 | -36/+34 |
* | Claim conformance to 1003.2-1992 instead of 1003.1-2001 due to doubts | tjr | 2002-08-12 | 1 | -1/+1 |
* | Fix typos; each file has at least one s/seperat/separat/ | schweikh | 2002-08-11 | 1 | -1/+1 |
* | Allow redirections by themselves between "&&" and "||" operators. | tjr | 2002-08-11 | 1 | -3/+2 |
* | - Introduce a new struct xvfsconf, the userland version of struct vfsconf. | mux | 2002-08-10 | 1 | -12/+21 |
* | IPv6 support for rcp. | ume | 2002-08-09 | 2 | -22/+42 |
* | mdoc(7) police: tidying. | ru | 2002-08-09 | 1 | -36/+9 |
* | mdoc(7) police: whitespace nits. | ru | 2002-08-09 | 1 | -2/+3 |
* | mdoc(7) police: tidy up, bump document date on behalf of the -n option. | ru | 2002-08-09 | 1 | -9/+9 |
* | mdoc(7) police: grammar. | ru | 2002-08-09 | 1 | -1/+1 |
* | mdoc(7) police: kill hard sentence breaks and one double space. | ru | 2002-08-09 | 1 | -5/+9 |
* | Allow "-v -v" to mean very verbose. | obrien | 2002-08-04 | 2 | -4/+23 |
* | Remove the last reference to NOUUCP - we don't have UUCP in the base | markm | 2002-08-02 | 1 | -1/+1 |
* | Fix an easy WARNS. | markm | 2002-07-31 | 1 | -1/+1 |
* | Fix some easy WARNS. | markm | 2002-07-31 | 3 | -12/+12 |
* | Give lint a small bit of help. | markm | 2002-07-31 | 1 | -0/+2 |
* | Make test check the tv_nsec part of a struct stat when comparing | dwmalone | 2002-07-27 | 1 | -8/+10 |
* | Add a -P/-o physical option which behaves similarly to bash/ksh's options | tjr | 2002-07-25 | 3 | -4/+17 |
* | Set opterr to zero to avoid duplicate warnings from getopt(3) for unknown | tjr | 2002-07-25 | 5 | -2/+6 |
* | Use PATH_MAX instead of a local guess at it, which happened to be incorrect. | tjr | 2002-07-25 | 1 | -4/+3 |
* | pwdcmd()'s argc and argv arguments are no longer unused, remove __unused. | tjr | 2002-07-25 | 1 | -1/+1 |
* | Remove WARNS and WFORMAT overrides. | mp | 2002-07-24 | 1 | -2/+0 |
* | Avoid calling el_resize() from a signal handler, even though libedit | tjr | 2002-07-24 | 3 | -2/+11 |
* | Catch SIGWINCH in interactive shells and call el_resize() to update | tjr | 2002-07-23 | 1 | -0/+15 |
* | Call el_source() to read the contents of .editrc when line editing is enabled. | tjr | 2002-07-23 | 1 | -0/+1 |
* | Add a `bind' builtin command, which is simply a wrapper around libedit's | tjr | 2002-07-23 | 4 | -0/+24 |
* | Add the -n option, which automatically answers "no" to the overwrite question. | johan | 2002-07-23 | 4 | -12/+35 |