Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct use of .Nm. Add rcsid. | charnier | 1998-05-15 | 25 | -119/+160 |
| | |||||
* | correct use of .Nm. Add rcsid. | charnier | 1998-05-15 | 2 | -7/+9 |
| | |||||
* | Correct use of .Nm. Typo. | charnier | 1998-05-15 | 1 | -11/+11 |
| | |||||
* | Correct use of .Nm. Add rcsid. | charnier | 1998-05-15 | 2 | -9/+11 |
| | |||||
* | .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT | phk | 1998-05-13 | 3 | -6/+6 |
| | | | | | | PR: 6599 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net> | ||||
* | Correct use of .Nm. Add rcsid. | charnier | 1998-05-13 | 4 | -15/+19 |
| | |||||
* | Correct use of .Nm. | charnier | 1998-05-13 | 1 | -11/+11 |
| | |||||
* | Convert to mdoc. | charnier | 1998-05-13 | 1 | -544/+441 |
| | |||||
* | Correct use of .Nm. Add rcsid. | charnier | 1998-05-13 | 4 | -11/+15 |
| | |||||
* | Correct use of .Nm. | charnier | 1998-05-13 | 1 | -5/+5 |
| | |||||
* | Restore Lite-2 sccsid. Restore include of sys/types.h. | charnier | 1998-05-13 | 6 | -12/+14 |
| | |||||
* | Restore Lite-2 sccsid. Restore include of sys/param.h. | charnier | 1998-05-13 | 2 | -4/+5 |
| | |||||
* | Restore include of sys/types.h and sys/param.h. | charnier | 1998-05-13 | 9 | -9/+18 |
| | |||||
* | Restore Lite-2 sccsid. | charnier | 1998-05-13 | 2 | -4/+4 |
| | |||||
* | Restore original Lite-2 sccsid. Restore include of sys/types.h. | charnier | 1998-05-13 | 1 | -2/+3 |
| | |||||
* | Do not remove include of <sys/param.h> and <sys/types.h>. They should | charnier | 1998-05-13 | 1 | -1/+2 |
| | | | | | be here before including almost any POSIX header. Requested by: Bruce | ||||
* | Restore Lite2 sccsids by removing `const'. Improve documentation a little. | charnier | 1998-05-13 | 2 | -15/+11 |
| | | | | Suggested by: Bruce | ||||
* | Of these programs, only df and ps aren't compatible with FreeBSD/Alpha. | jb | 1998-05-09 | 1 | -4/+4 |
| | | | | | | All the rest work! Actually, I don't know if chio works because I can't test that. df can be built using NetBSD's mount.h. ps depends on libkvm so there is no point trying. | ||||
* | Backed out previous backout. Put y.tab.h back in SRCS. | bde | 1998-05-06 | 1 | -10/+6 |
| | |||||
* | Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc. | charnier | 1998-05-06 | 33 | -257/+227 |
| | |||||
* | Correct use of .Nm, .An and other cosmetics. Add rcsid. Remove unused #inc. | charnier | 1998-05-06 | 2 | -13/+15 |
| | |||||
* | Backed out previous commit. It was tested, but not for the case where | bde | 1998-05-05 | 1 | -4/+8 |
| | | | | | a separate object tree doesn't exist. Crufty makefiles will have to put y.tab.h in SRCS so that we know not to create foo.h from foo.y. | ||||
* | Fixed races in `make -jN' using new yacc rules. | bde | 1998-05-04 | 1 | -8/+4 |
| | |||||
* | Simplified using new yacc rules and by not generating y.tab.h. | bde | 1998-05-04 | 1 | -10/+4 |
| | |||||
* | When calling a shell function, remember whether exit status is tested. | cracauer | 1998-05-04 | 1 | -2/+5 |
| | | | | | | This is needed for the '-e' option. See the PR for more details. PR: 6047 Reviewed by: PR submitter, silence on review request. | ||||
* | Add note about BLOCKSIZE variable to -s flag. | imp | 1998-04-29 | 1 | -2/+3 |
| | |||||
* | Backed out most of rev.1.19 (explicit dependencies of object files | bde | 1998-04-26 | 1 | -19/+1 |
| | | | | on generated headers). This is now handled generally in bsd.prog.mk. | ||||
* | Fix nasty error in len_octal, result not initialized | ache | 1998-04-25 | 1 | -2/+2 |
| | |||||
* | Fix ctype error #1 - chars must be unsigned | ache | 1998-04-25 | 1 | -2/+2 |
| | |||||
* | Remove the bogus -? option after reading the getopt() manual :) | des | 1998-04-24 | 3 | -8/+6 |
| | |||||
* | o Removed two unused variables (f_dirname and f_newline) in ls.c | des | 1998-04-24 | 3 | -27/+58 |
| | | | | | | | | | | | | | | | o Added the -H and -P options for treatment of symbolic links. o Removed the #ifdef BSD4_4_LITE, since it does not seem to do anything useful o Fixed up prn_octal() so its output looks more like that of AT&T Unices when -b is given. The next two lines apply only to the first two changes above: PR: bin/6140 Submitted by: Max Euston | ||||
* | Updated references to the behaviour of ls(1). | des | 1998-04-24 | 1 | -20/+15 |
| | | | | | PR: bin/6140 Submitted by: Max Euston | ||||
* | o Renamed '-b' (show unprintables in octal) to '-B' | des | 1998-04-24 | 5 | -25/+97 |
| | | | | | | | | o Added a new '-b' which behaves as in AT&T Unices (show unprintables in octal, using C escape codes when possible) o Added '?' to the getopt() string, since the code in the switch considers it as a valid option. | ||||
* | Added -b option to display unprintables in octal. | des | 1998-04-21 | 6 | -11/+71 |
| | | | | PR: 1315 | ||||
* | Spelling/typo fixes: (preceeded, friday). | rnordier | 1998-04-20 | 1 | -3/+3 |
| | |||||
* | Rats. I was too quick. Work needs to be done on the non-Kerberos | markm | 1998-03-26 | 1 | -3/+3 |
| | | | | case. Re-enable SUID mode. | ||||
* | KTH announced a weakness in their implementation of KerberosIV. | markm | 1998-03-26 | 3 | -15/+30 |
| | | | | | | FreeBSD was not vulnerable, but their fix had some useful features. Incorporate the best of those - rcp(1) no longer needs to be SUID to root. | ||||
* | .Sh AUTHOR -> .Sh AUTHORS | charnier | 1998-03-19 | 3 | -14/+24 |
| | | | | Use .An/.Aq | ||||
* | Some things only work on i386. | jb | 1998-03-13 | 1 | -3/+7 |
| | |||||
* | Fixed existence test for secure sources (don't test for secure objects). | bde | 1998-03-06 | 1 | -4/+4 |
| | | | | Fixed some formatting. | ||||
* | Don't assume sigset_t and int are equivalent. | jraynard | 1998-02-28 | 7 | -31/+31 |
| | |||||
* | Exit with a nonzero status if we get killed by a SIGINT. POSIX.2 | bde | 1998-02-24 | 1 | -4/+5 |
| | | | | | | | | | specifies exiting with a zero status if the file was copied successfully, and with a nonzero status if an error occurred. We are too sloppy to tell if the file was copied successfully when we get killed by a SIGINT, but it is unlikely to have been. Added a comment about related sloppiness (calling exit() from a signal handler). | ||||
* | Add 'f' flag to the optstring. | dima | 1998-02-18 | 1 | -2/+2 |
| | |||||
* | cosmetic change for optstring | dima | 1998-02-18 | 1 | -2/+2 |
| | |||||
* | Explicitly describe the rules the shell uses to search for a file | jdp | 1998-02-12 | 1 | -1/+10 |
| | | | | sourced by the "." command. | ||||
* | spelling | eivind | 1998-02-11 | 1 | -2/+2 |
| | | | | Obtained from: OpenBSD (src/bin/chio/chio.c rev 1.7) by todd@openbsd.org | ||||
* | Fix printing for bytes read > 4G. | asami | 1998-02-11 | 2 | -4/+4 |
| | | | | Reviewed by: bde | ||||
* | Back out my previous attempt to fix SIGINT/SIGTERM behaviour | cracauer | 1998-02-06 | 1 | -16/+0 |
| | |||||
* | Fix handling of SIGINT/SIGQUIT for foreground subprocesses. Most | cracauer | 1998-02-06 | 1 | -1/+17 |
| | | | | | | | | | | | | | | | | urgent need is when you run sh around a program that intentionally uses SIGQUIT/SIGINT for asynchronous events, i.e. $EDITOR started from system(2), like many mailers do. This fixes PR bin/1206 and possibly bin/4241. The solution committed has been tested for a large number of possible cases (see recent discussion on cvs-committers). I completed a make world, made sure 'make world' is interruptable and used the changed /bin/sh as a login shell all day, including job control and using SIGQUIT-catching programs (to write this message :-). PR: bin/1206 Reviewed by: discussion on cvs-commiters | ||||
* | Display VSZ much more accurately now. | dyson | 1998-02-02 | 1 | -3/+2 |
| |