summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct use of .Nm. Add section number to .Xr references. Add rcsid.charnier1998-05-182-8/+10
|
* Add rcsid. Spelling.charnier1998-05-1827-79/+127
|
* Correct use of .Nm. Add rcsid.charnier1998-05-185-36/+37
|
* Correct use of .Nm. Add section number to .Xr references.charnier1998-05-181-6/+6
|
* .Nm rm -> .Nm.charnier1998-05-181-8/+8
|
* kill.1: Remove reference to obsolete sigvec(2) man page. Removedjkoshy1998-05-181-2/+2
| | | | | | | self reference in sigaction(2) man page. Submitted by: Josh Gilliam <josh@quick.net> PR: 6617
* Correct use of .Nm. Add rcsid.charnier1998-05-1525-119/+160
|
* correct use of .Nm. Add rcsid.charnier1998-05-152-7/+9
|
* Correct use of .Nm. Typo.charnier1998-05-151-11/+11
|
* Correct use of .Nm. Add rcsid.charnier1998-05-152-9/+11
|
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTphk1998-05-133-6/+6
| | | | | | PR: 6599 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net>
* Correct use of .Nm. Add rcsid.charnier1998-05-134-15/+19
|
* Correct use of .Nm.charnier1998-05-131-11/+11
|
* Convert to mdoc.charnier1998-05-131-544/+441
|
* Correct use of .Nm. Add rcsid.charnier1998-05-134-11/+15
|
* Correct use of .Nm.charnier1998-05-131-5/+5
|
* Restore Lite-2 sccsid. Restore include of sys/types.h.charnier1998-05-136-12/+14
|
* Restore Lite-2 sccsid. Restore include of sys/param.h.charnier1998-05-132-4/+5
|
* Restore include of sys/types.h and sys/param.h.charnier1998-05-139-9/+18
|
* Restore Lite-2 sccsid.charnier1998-05-132-4/+4
|
* Restore original Lite-2 sccsid. Restore include of sys/types.h.charnier1998-05-131-2/+3
|
* Do not remove include of <sys/param.h> and <sys/types.h>. They shouldcharnier1998-05-131-1/+2
| | | | | be here before including almost any POSIX header. Requested by: Bruce
* Restore Lite2 sccsids by removing `const'. Improve documentation a little.charnier1998-05-132-15/+11
| | | | Suggested by: Bruce
* Of these programs, only df and ps aren't compatible with FreeBSD/Alpha.jb1998-05-091-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.bde1998-05-061-10/+6
|
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.charnier1998-05-0633-257/+227
|
* Correct use of .Nm, .An and other cosmetics. Add rcsid. Remove unused #inc.charnier1998-05-062-13/+15
|
* Backed out previous commit. It was tested, but not for the case wherebde1998-05-051-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.bde1998-05-041-8/+4
|
* Simplified using new yacc rules and by not generating y.tab.h.bde1998-05-041-10/+4
|
* When calling a shell function, remember whether exit status is tested.cracauer1998-05-041-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.imp1998-04-291-2/+3
|
* Backed out most of rev.1.19 (explicit dependencies of object filesbde1998-04-261-19/+1
| | | | on generated headers). This is now handled generally in bsd.prog.mk.
* Fix nasty error in len_octal, result not initializedache1998-04-251-2/+2
|
* Fix ctype error #1 - chars must be unsignedache1998-04-251-2/+2
|
* Remove the bogus -? option after reading the getopt() manual :)des1998-04-243-8/+6
|
* o Removed two unused variables (f_dirname and f_newline) in ls.cdes1998-04-243-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).des1998-04-241-20/+15
| | | | | PR: bin/6140 Submitted by: Max Euston
* o Renamed '-b' (show unprintables in octal) to '-B'des1998-04-245-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.des1998-04-216-11/+71
| | | | PR: 1315
* Spelling/typo fixes: (preceeded, friday).rnordier1998-04-201-3/+3
|
* Rats. I was too quick. Work needs to be done on the non-Kerberosmarkm1998-03-261-3/+3
| | | | case. Re-enable SUID mode.
* KTH announced a weakness in their implementation of KerberosIV.markm1998-03-263-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 AUTHORScharnier1998-03-193-14/+24
| | | | Use .An/.Aq
* Some things only work on i386.jb1998-03-131-3/+7
|
* Fixed existence test for secure sources (don't test for secure objects).bde1998-03-061-4/+4
| | | | Fixed some formatting.
* Don't assume sigset_t and int are equivalent.jraynard1998-02-287-31/+31
|
* Exit with a nonzero status if we get killed by a SIGINT. POSIX.2bde1998-02-241-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.dima1998-02-181-2/+2
|
* cosmetic change for optstringdima1998-02-181-2/+2
|
OpenPOWER on IntegriCloud