aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Bury this properly.Bruce Evans1997-07-011-13/+0
* Import this unwanted file from Lite-original so that it doesn'tBruce Evans1997-07-011-0/+13
* Remove lines inside #ifdef 0/#endif.Philippe Charnier1997-06-301-34/+1
* NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".Paul Traina1997-06-291-1/+1
* Document the use of `ls -lo' to see flags.Philippe Charnier1997-06-241-0/+4
* Back out previous fix - this bug's got diplomatic immunity as a registeredJordan K. Hubbard1997-06-191-3/+1
* >Number: 3780Jordan K. Hubbard1997-06-191-1/+3
* Try again to explain the existence of lchown() and the absence ofJohn Polstra1997-06-191-12/+7
* Update some text to reflect the fact that symbolic links now haveJohn Polstra1997-06-141-4/+4
* Now [^abc] means the same as [!abc] like bash and *csh already doesAndrey A. Chernov1997-06-061-4/+4
* Typo in usage string. Looks like the man page now.Philippe Charnier1997-06-061-2/+2
* Err(3) was locally defined (for portability reasons). Use #ifdef 0/#endifPhilippe Charnier1997-06-061-1/+5
* Correct usage string. Man page don't reflect reality for now.Philippe Charnier1997-06-061-7/+8
* Cosmetic change in usage string.Philippe Charnier1997-06-064-18/+19
* Do not use __progname.Philippe Charnier1997-06-061-16/+12
* Revert part of previous patch: Don't use __progname.Philippe Charnier1997-06-041-4/+2
* Revert part of previous patch: Don't use __progname.Philippe Charnier1997-06-041-4/+2
* Add xref to lchown(2) and symlink(2).Philippe Charnier1997-06-031-3/+10
* Signal # NSIG (32) is invalid.Philippe Charnier1997-06-031-2/+2
* /etc/netstart -> /etc/rc.networkPhilippe Charnier1997-06-032-4/+6
* /etc/netstart -> /etc/rc.networkPhilippe Charnier1997-06-032-4/+25
* Add X-reference to ch(4).Masafumi Max NAKANE1997-06-021-0/+1
* Typo fix.Philippe Charnier1997-06-021-2/+3
* Typo (the the -> the).Philippe Charnier1997-06-021-2/+2
* Off by 1 adjustment. Properly NUL terminate after strncpy.Philippe Charnier1997-06-023-7/+11
* Off by 1 adjustment.Philippe Charnier1997-06-021-2/+2
* Remove unused variables. Suppress -Wall warnings. Check for potential bufferPhilippe Charnier1997-06-021-5/+13
* Submitted by: Whistle Communications (archie Cobbs)Julian Elischer1997-06-022-2/+13
* Make sh(1) less aware of the bit fields returned by wait bySteve Price1997-05-241-33/+42
* Remove y.tab.h from the beforedepend target. Also add aSteve Price1997-05-211-2/+3
* Add explicit y.tab.h rule so that 'make depend clean all' doesSteve Price1997-05-191-2/+4
* Use the __unused attribute where warranted.Steve Price1997-05-1911-47/+47
* Miscellaneous sorting and addition of rules for object files thatSteve Price1997-05-191-11/+25
* Ensure string termination after strncpy().Joerg Wunsch1997-05-091-2/+3
* Revise the section that explains how to protect parts of an $ENV scriptSteve Price1997-05-071-20/+12
* Don't source $ENV unless this is an interactive shell.Steve Price1997-05-051-2/+2
* 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