aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Restored clobbered parts of rev.1.15 (build intermediate object filesBruce Evans1997-08-251-2/+14
* Correct confusing error message when called as 'stty -sane'.Steve Price1997-08-241-5/+8
* Disallow empty arguments (eg: '') as process ids.Jonathan Lemon1997-08-211-4/+4
* Document correct option in manual page.Jonathan Lemon1997-08-191-2/+2
* Pad the input buffer whenever sync is used, not just if the noerror flagJonathan Lemon1997-08-191-10/+12
* Hint at how to use TZ.Brian Somers1997-08-181-1/+6
* Make all status values an integral type and useSteve Price1997-08-182-7/+8
* Use -I${.CURDIR}/../../sys so that the path is relativeSteve Price1997-08-131-2/+2
* Describe signals behaviour nowAndrey A. Chernov1997-08-121-1/+7
* Oops, add #include's (forgotten in last commit) to make thisSteve Price1997-08-111-1/+4
* Use -I../../sys instead of -I/sys.Steve Price1997-08-111-2/+2
* Remove #ifdef NEWVM code and remove extra "key.name = p" line.Steve Price1997-08-111-125/+6
* Fix seg fault when invalid keywords are used.Steve Price1997-08-111-3/+2
* Remove forgotten debug statement.Brian Somers1997-08-101-2/+1
* Add "-f fmt date" for specification of theBrian Somers1997-08-102-63/+93
* Change [-DMHW [+|-]val] to [-v [+|-]val[ymwdHM]]Brian Somers1997-08-095-108/+166
* More minor nits (mostly using memove instead of memcpy).Steve Price1997-08-086-16/+13
* More $@ -> ${.TARGET} that I missed earlier.Steve Price1997-08-082-8/+8
* Observe precedence set by Philippe Charnier when adding anSteve Price1997-08-071-3/+8
* Observe precedence set by Phillippe Charnier in adding anSteve Price1997-08-075-15/+28
* Changes include: sccsid -> rcsid, bcopy -> memcpy, don't use theSteve Price1997-08-0725-540/+606
* Remove remaining Lite1 stuff from the man page and uphold theSteve Price1997-08-072-10/+9
* sccsid -> rcsid and fix some minor nits.Steve Price1997-08-078-21/+46
* Add Bruce's _NEW_VFSCONF flag to make this compile cleanly andSteve Price1997-08-072-6/+9
* #include <err.h> for err(3) call and replace extern reference to errnoSteve Price1997-08-071-8/+6
* Remove #if(n)def BSD_4_4_LITE cruft and change sccsid to rcsid.Steve Price1997-08-071-46/+5
* Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid.Steve Price1997-08-077-35/+21
* Add [-DWMY] flags for date adjustment.Brian Somers1997-08-045-8/+430
* Fix "lstart". (Displays "19" rather than time)Peter Wemm1997-08-031-2/+2
* Kill #ifndef NEWVM etc. It affected a lot of other things besidesPeter Wemm1997-08-034-130/+7
* devname.c moved to libc before Lite1 and isn't in ps in Lite2.Bruce Evans1997-07-131-82/+0
* 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