| Commit message (Expand) | Author | Age | Files | Lines |
| * | Dekerberise. The corresponding userland stuff has been dekerberised | Mark Murray | 2002-10-16 | 3 | -169/+6 |
| * | Do not strip CTL* escapes from redirection filenames in argstr(); they | Tim J. Robbins | 2002-10-08 | 1 | -1/+1 |
| * | Clean up use of <stdarg.h> macros: always call va_end after va_start, | Tim J. Robbins | 2002-10-06 | 1 | -2/+6 |
| * | Ensure all va_starts have a matching va_end. | Tim J. Robbins | 2002-10-06 | 1 | -1/+1 |
| * | While removing a memory leak, rev 1.32 introduced a | Philippe Charnier | 2002-10-06 | 1 | -16/+11 |
| * | /dev/sa0 is the default tape device, not /dev/rst0. | Tim J. Robbins | 2002-10-06 | 2 | -6/+6 |
| * | Disallow empty condition parts of "if", "while" and "until" compound | Tim J. Robbins | 2002-10-06 | 1 | -3/+6 |
| * | Use %jd in format string and cast argument to intmax_t instead of using | Tim J. Robbins | 2002-10-06 | 2 | -4/+3 |
| * | Fix format string errors relating mainly to the use of %qu to print off_t's. | Tim J. Robbins | 2002-10-06 | 4 | -9/+15 |
| * | Oops, the previous version was a last minute test version with off_t | Bruce Evans | 2002-10-03 | 1 | -1/+1 |
| * | Use a non-bogus type for representing the values of offsets in structs. | Bruce Evans | 2002-10-03 | 1 | -1/+1 |
| * | Fix some twelve hour clock braindamage. The range for hours is 0-23 not 1-12. | Tony Finch | 2002-10-03 | 1 | -1/+1 |
| * | Catch up to SMTX -> SLOCK changes. | John Baldwin | 2002-10-02 | 4 | -25/+22 |
| * | Use %d in a printf() format string and cast the argument to int instead of | Tim J. Robbins | 2002-10-02 | 1 | -1/+1 |
| * | Return the ``u'' | Tom Rhodes | 2002-10-01 | 1 | -1/+1 |
| * | Back out experimental changes to fmtstr() that I didn't mean to include | Tim J. Robbins | 2002-10-01 | 1 | -1/+9 |
| * | Replace a home-grown printf() clone with a fwopen() wrapper around | Tim J. Robbins | 2002-10-01 | 1 | -188/+21 |
| * | It is now safe to remove WARNS=0 and WFORMAT=0. | Maxime Henrion | 2002-10-01 | 1 | -2/+0 |
| * | Restore "not found" error message when searching for (or executing) | Tim J. Robbins | 2002-10-01 | 1 | -2/+8 |
| * | - Don't use quad_t when we really mean rlim_t. | Maxime Henrion | 2002-10-01 | 1 | -5/+6 |
| * | Add back WARNS=0 and WFORMAT=0; gcc is finding nonexistent format string | Tim J. Robbins | 2002-10-01 | 1 | -0/+2 |
| * | Use the %t format modifier to print differences between | Maxime Henrion | 2002-10-01 | 2 | -2/+2 |
| * | Remove WARNS=0 and WFORMAT=0. The shell compiles cleanly at WARNS=2 | Tim J. Robbins | 2002-10-01 | 1 | -2/+0 |
| * | Remove some kind of profiling support that required the 4.2BSD monitor() | Tim J. Robbins | 2002-10-01 | 1 | -12/+0 |
| * | Remove bits and pieces of support for atty, which was made obsolete by | Tim J. Robbins | 2002-10-01 | 4 | -41/+1 |
| * | Callers of error() don't need to supply a program name prefix in the | Tim J. Robbins | 2002-09-30 | 1 | -6/+6 |
| * | Allow a left parenthesis before patterns in case blocks. POSIX requires | Tim J. Robbins | 2002-09-30 | 1 | -0/+2 |
| * | Allow empty case/esac statements; POSIX requires this, and recent versions | Tim J. Robbins | 2002-09-30 | 1 | -2/+2 |
| * | Remove dead code which supported systems without O_APPEND, O_CREAT or SIGTSTP. | Tim J. Robbins | 2002-09-29 | 2 | -34/+0 |
| * | Convert the remaining callers of errmsg() to use strerror(), and remove | Tim J. Robbins | 2002-09-29 | 4 | -111/+13 |
| * | Mark the signo as __unused in a lazy signal handler. | Juli Mallett | 2002-09-29 | 1 | -1/+1 |
| * | s/behaviour/behavior/ in the chmod(1) manual | Tom Rhodes | 2002-09-28 | 1 | -1/+1 |
| * | List valid keywords, ala kill(1), rather than the csh builtin kill, which | Juli Mallett | 2002-09-27 | 1 | -2/+5 |
| * | Ala kill(1), tell people to type 'ps -L' for a list of format keywords. | Juli Mallett | 2002-09-27 | 1 | -1/+1 |
| * | cp -p could report success even if a file copy failed. This was due to | Stephen McKay | 2002-09-22 | 1 | -3/+4 |
| * | Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct | Garrett Wollman | 2002-09-21 | 2 | -4/+4 |
| * | Rename new PLONG type to PGTOK as the conversion is more important than the | Juli Mallett | 2002-09-17 | 3 | -4/+4 |
| * | Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't think | Juli Mallett | 2002-09-17 | 4 | -23/+6 |
| * | Perform keyword.c:1.27 properly, implement -orss in the New World Order of | Juli Mallett | 2002-09-16 | 3 | -2/+12 |
| * | Remove some NOTINUSE stuff. Good housekeeping. | Juli Mallett | 2002-09-16 | 1 | -9/+0 |
| * | Do not risk using the kernel pgtok() which assumes the page size is | Peter Wemm | 2002-09-13 | 1 | -6/+2 |
| * | Correct a usage of fnctl that could not be right and results in a | Jacques Vidrine | 2002-09-11 | 1 | -1/+1 |
| * | ANSIify function definitions. | David Malone | 2002-09-04 | 1 | -4/+2 |
| * | Prevent ps(1) from doing idiotic munging of things in a -ofmt= string. | Juli Mallett | 2002-09-03 | 1 | -1/+8 |
| * | Fix a warning of "possibly used before initialisation". | Giorgos Keramidas | 2002-08-29 | 1 | -2/+1 |
| * | Add <stdlib.h> to get a prototype for exit(). | Giorgos Keramidas | 2002-08-29 | 1 | -0/+1 |
| * | Grammar fix. | Giorgos Keramidas | 2002-08-26 | 1 | -1/+1 |
| * | Fix 'SYNOPSIS' and 'usage' | Tom Rhodes | 2002-08-26 | 2 | -2/+2 |
| * | Replace various spellings with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 4 | -14/+14 |
| * | There is a built-in command called "builtin"; spell its name correctly | Tim J. Robbins | 2002-08-24 | 1 | -1/+1 |