| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace a home-grown printf() clone with a fwopen() wrapper around | tjr | 2002-10-01 | 1 | -190/+23 |
* | It is now safe to remove WARNS=0 and WFORMAT=0. | mux | 2002-10-01 | 1 | -2/+0 |
* | Restore "not found" error message when searching for (or executing) | tjr | 2002-10-01 | 1 | -2/+8 |
* | - Don't use quad_t when we really mean rlim_t. | mux | 2002-10-01 | 1 | -5/+6 |
* | Add back WARNS=0 and WFORMAT=0; gcc is finding nonexistent format string | tjr | 2002-10-01 | 1 | -0/+2 |
* | Use the %t format modifier to print differences between | mux | 2002-10-01 | 2 | -2/+2 |
* | Remove WARNS=0 and WFORMAT=0. The shell compiles cleanly at WARNS=2 | tjr | 2002-10-01 | 1 | -2/+0 |
* | Remove some kind of profiling support that required the 4.2BSD monitor() | tjr | 2002-10-01 | 1 | -12/+0 |
* | Remove bits and pieces of support for atty, which was made obsolete by | tjr | 2002-10-01 | 4 | -41/+1 |
* | Callers of error() don't need to supply a program name prefix in the | tjr | 2002-09-30 | 1 | -6/+6 |
* | Allow a left parenthesis before patterns in case blocks. POSIX requires | tjr | 2002-09-30 | 1 | -0/+2 |
* | Allow empty case/esac statements; POSIX requires this, and recent versions | tjr | 2002-09-30 | 1 | -2/+2 |
* | Remove dead code which supported systems without O_APPEND, O_CREAT or SIGTSTP. | tjr | 2002-09-29 | 2 | -34/+0 |
* | Convert the remaining callers of errmsg() to use strerror(), and remove | tjr | 2002-09-29 | 4 | -111/+13 |
* | Mark the signo as __unused in a lazy signal handler. | jmallett | 2002-09-29 | 1 | -1/+1 |
* | s/behaviour/behavior/ in the chmod(1) manual | trhodes | 2002-09-28 | 1 | -1/+1 |
* | List valid keywords, ala kill(1), rather than the csh builtin kill, which | jmallett | 2002-09-27 | 1 | -2/+5 |
* | Ala kill(1), tell people to type 'ps -L' for a list of format keywords. | jmallett | 2002-09-27 | 1 | -1/+1 |
* | cp -p could report success even if a file copy failed. This was due to | mckay | 2002-09-22 | 1 | -3/+4 |
* | Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct | wollman | 2002-09-21 | 2 | -4/+4 |
* | 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 |