| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix several problems with mkdir: | Mike Pritchard | 1997-04-01 | 1 | -29/+38 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-29 | 1 | -1/+1 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-28 | 21 | -44/+44 |
| * | make usage() and SYNOPSIS agree with each other and add missing options | David E. O'Brien | 1997-03-26 | 2 | -4/+4 |
| * | Use mkstemp rather than mktemp to prevent races. | Warner Losh | 1997-03-24 | 1 | -4/+8 |
| * | Merged from Lite2. The -t option is now handled better. The only visible | Bruce Evans | 1997-03-13 | 1 | -104/+37 |
| * | Merged from Lite2. The man page no longer attempts to list all the | Bruce Evans | 1997-03-13 | 1 | -21/+28 |
| * | Merge from Lite2. Straightforward changes. | Bruce Evans | 1997-03-13 | 1 | -2/+7 |
| * | Correct the self reference in the description of the "tabs" option. | Mike Pritchard | 1997-03-12 | 1 | -2/+2 |
| * | Fix buffer overflow | Guido van Rooij | 1997-03-10 | 1 | -2/+3 |
| * | This is a funny one: df for a device that was not mounted used to fail | Guido van Rooij | 1997-03-10 | 1 | -2/+2 |
| * | Fix buffer overflow (probably unexploitable). | Guido van Rooij | 1997-03-10 | 1 | -2/+2 |
| * | Make mv more robust. A race has been fixed, as well as an extra warning | Guido van Rooij | 1997-03-08 | 1 | -10/+28 |
| * | Typo fix. | Mike Pritchard | 1997-03-07 | 1 | -2/+2 |
| * | Acitvate chio(1). | Joerg Wunsch | 1997-03-06 | 1 | -2/+2 |
| * | Import Jason Thorpe's contribution for an updated SCSI media changer | Joerg Wunsch | 1997-03-06 | 5 | -0/+966 |
| * | Big usernames fixes | Andrey A. Chernov | 1997-03-04 | 1 | -4/+5 |
| * | Use MAXLOGNAME-1 for width because MAXLOGNAME includes NUL | Andrey A. Chernov | 1997-03-03 | 1 | -3/+3 |
| * | Add a missing period in the -o option description. | Mike Pritchard | 1997-02-25 | 1 | -3/+10 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 269 | -269/+269 |
| * | Use the .Bx macro in the HISTORY section. | Mike Pritchard | 1997-02-19 | 1 | -1/+2 |
| * | Add history section. Follows chflags(2). | David E. O'Brien | 1997-02-19 | 1 | -0/+4 |
| * | Include <ufs/ufs/ufsmount.h>. | Jordan K. Hubbard | 1997-02-17 | 1 | -0/+1 |
| * | Fix a expansion bug that caused the result of `echo $((1 << 30))` | Steve Price | 1997-02-16 | 1 | -2/+5 |
| * | Sweep through the tree fixing mmap() usage: | Alexander Langer | 1997-01-16 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 269 | -269/+269 |
| * | Sort cross references. | Wolfram Schneider | 1997-01-13 | 5 | -13/+13 |
| * | Minor mdoc cleanup. | Mike Pritchard | 1997-01-11 | 1 | -2/+4 |
| * | Add a blurb describing the fact that ls will print the | Mike Pritchard | 1997-01-11 | 1 | -2/+8 |
| * | Make ls include the year when displaying times that are more than | Mike Pritchard | 1997-01-11 | 1 | -2/+6 |
| * | Fix a problem that caused some foreground pipelines to die with: | Steve Price | 1997-01-06 | 1 | -3/+2 |
| * | Make sh(1) think and be in the same place at the same time. This closes | Steve Price | 1997-01-04 | 1 | -15/+11 |
| * | add some string examples, eg. test "" -o "" | Wolfram Schneider | 1996-12-28 | 1 | -12/+16 |
| * | Use strcoll instead of strcmp for file names comparation | Andrey A. Chernov | 1996-12-28 | 1 | -3/+3 |
| * | Fix handling of -o and -a operators in the 3 argument case. | Steve Price | 1996-12-25 | 1 | -2/+2 |
| * | With these changes sh(1)'s trap command should be POSIX-compliant, | Steve Price | 1996-12-24 | 1 | -49/+107 |
| * | Oops, it needs little more caulk to get it right. | Steve Price | 1996-12-23 | 1 | -2/+2 |
| * | Apply a little dab of bit caulk to keep those beggars | Steve Price | 1996-12-23 | 1 | -6/+2 |
| * | Don't use _POSIX_PATH_MAX to limit the size of the path, instead | Steve Price | 1996-12-23 | 1 | -3/+3 |
| * | Make sh(1) a little braver in the face of adversity. sh(1) | Steve Price | 1996-12-21 | 4 | -169/+21 |
| * | This doesn't change any behavior, but may be a slight | Steve Price | 1996-12-21 | 1 | -2/+2 |
| * | Remove extra #undef. | Steve Price | 1996-12-21 | 1 | -2/+1 |
| * | Fix a problem caused by finger failure on my part. The builtin | Steve Price | 1996-12-21 | 1 | -3/+7 |
| * | Merge in NetBSD mods and -Wall cleaning. | Steve Price | 1996-12-14 | 43 | -491/+908 |
| * | -Wall cleaning. | Steve Price | 1996-12-14 | 10 | -26/+26 |
| * | Cleanup man page and -Wall cleaning. | Steve Price | 1996-12-14 | 4 | -16/+27 |
| * | -Wall cleaning and implement -p commandline option. | Steve Price | 1996-12-14 | 2 | -23/+61 |
| * | Merge Lite2 mods, and -Wall cleaning. Unimplemented undelete(2) | Steve Price | 1996-12-14 | 2 | -38/+113 |
| * | -Wall cleaning. | Steve Price | 1996-12-14 | 41 | -99/+105 |
| * | Merge Lite2 mods, cleanup man page, and -Wall cleaning. | Steve Price | 1996-12-14 | 2 | -9/+9 |