summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fixed overflow for attempts to seek to offsets > ULONG_MAX. See theBruce Evans1997-04-301-2/+2
* Enable whiteout code since we now have the lite2 support for them.Doug Rabson1997-04-294-8/+8
* Dynamically adjust size of displayed username to the longest username whichJordan K. Hubbard1997-04-295-145/+254
* Change spelling of ECBDIC to EBCDIC. Closes PR #3402Steve Price1997-04-281-2/+2
* Turn on the new type builtin.Steve Price1997-04-281-1/+2
* Sync with NetBSD's revision 1.29 of this file.Steve Price1997-04-281-27/+55
* Remove an extra semicolon and nuke register keyword usage.Steve Price1997-04-281-7/+7
* Fix redirection of unopened file descriptors and nuke registerSteve Price1997-04-281-9/+27
* Revert changes from rev 1.16 to 1.17 for now. Closes PR 2879.Steve Price1997-04-281-49/+29
* mdoc-ify and cleanup UNIMPLEMENTED messages. Closes PR 2880.Steve Price1997-04-281-735/+587
* Reorder declarations slightly.Steve Price1997-04-281-3/+3
* Avoid a possible NULL pointer dereference, nuke register usage,Steve Price1997-04-281-6/+5
* Nuke register keyword usage, #if -> #ifdef, and avoid void *Steve Price1997-04-282-13/+13
* Nuke register keyword usage, rename pread to preadfd, and openSteve Price1997-04-281-7/+9
* When NO_HISTORY is defined and the history command is usedSteve Price1997-04-281-3/+16
* Add a type builtin and nuke register keyword usage.Steve Price1997-04-282-5/+81
* Nuke register keyword usage and #if -> #ifdef.Steve Price1997-04-2814-65/+65
* Shamelessly pilfer most of NetBSD's Makefile so that theSteve Price1997-04-281-28/+16
* When "-c" is specified, don't pad the command with spaces if it isJohn Polstra1997-04-161-2/+5
* Fix typo in comment; Document in an example that years beyond 1999Daniel O'Callaghan1997-04-162-4/+4
* Provide examples of how to remove file names that begin withMike Pritchard1997-04-091-1/+8
* Improve the wording in the NOTES section. Closes PR# 3223.Mike Pritchard1997-04-081-13/+12
* Fix several problems with mkdir:Mike Pritchard1997-04-011-29/+38
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-2821-44/+44
* make usage() and SYNOPSIS agree with each other and add missing optionsDavid E. O'Brien1997-03-262-4/+4
* Use mkstemp rather than mktemp to prevent races.Warner Losh1997-03-241-4/+8
* Merged from Lite2. The -t option is now handled better. The only visibleBruce Evans1997-03-131-104/+37
* Merged from Lite2. The man page no longer attempts to list all theBruce Evans1997-03-131-21/+28
* Merge from Lite2. Straightforward changes.Bruce Evans1997-03-131-2/+7
* Correct the self reference in the description of the "tabs" option.Mike Pritchard1997-03-121-2/+2
* Fix buffer overflowGuido van Rooij1997-03-101-2/+3
* This is a funny one: df for a device that was not mounted used to failGuido van Rooij1997-03-101-2/+2
* Fix buffer overflow (probably unexploitable).Guido van Rooij1997-03-101-2/+2
* Make mv more robust. A race has been fixed, as well as an extra warningGuido van Rooij1997-03-081-10/+28
* Typo fix.Mike Pritchard1997-03-071-2/+2
* Acitvate chio(1).Joerg Wunsch1997-03-061-2/+2
* Import Jason Thorpe's contribution for an updated SCSI media changerJoerg Wunsch1997-03-065-0/+966
* Big usernames fixesAndrey A. Chernov1997-03-041-4/+5
* Use MAXLOGNAME-1 for width because MAXLOGNAME includes NULAndrey A. Chernov1997-03-031-3/+3
* Add a missing period in the -o option description.Mike Pritchard1997-02-251-3/+10
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-22269-269/+269
* Use the .Bx macro in the HISTORY section.Mike Pritchard1997-02-191-1/+2
* Add history section. Follows chflags(2).David E. O'Brien1997-02-191-0/+4
* Include <ufs/ufs/ufsmount.h>.Jordan K. Hubbard1997-02-171-0/+1
* Fix a expansion bug that caused the result of `echo $((1 << 30))`Steve Price1997-02-161-2/+5
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-14269-269/+269
* Sort cross references.Wolfram Schneider1997-01-135-13/+13
* Minor mdoc cleanup.Mike Pritchard1997-01-111-2/+4