summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Make sure we don't overflow the path buffer. Exit if we do.imp1998-06-091-2/+4
| | | | Obtained from or inspired by: A similar change in OpenBSD by theo
* Make sure we pass the length - 1 to readlink, since it adds its ownimp1998-06-093-10/+8
| | | | | NUL at the end of the path. Inspired by: OpenBSD's changes in this area by theo de raadt
* Fix a bunch of spelling errors.steve1998-06-041-2/+2
| | | | | PR: 6856 Submitted by: Josh Gilliam <josh@quick.net>
* Fix errors that crept into the previous commit.jkoshy1998-06-041-3/+3
|
* 1. `ps' output now shows 3 characters in the `TT' field, not 2, afterjkoshy1998-06-041-3/+4
| | | | | | | | rev 1.6 of "ps.c". 2. Reword description of `-f' option. PR: 5340 Submitted by: Jorge Goncalves <j@bug.fe.up.pt>
* Correct description of -crtscts.jkoshy1998-06-031-2/+2
| | | | | PR: 6836 Submitted by: Andrew <andrew@ugh.net.au>
* Clarify the example a bit.steve1998-05-311-6/+6
| | | | | PR: 6801 Reviewed by: David Kelly <dkelly@hiwaay.net>
* Fixed imperfections in previous commit (a poor variable name,bde1998-05-311-14/+14
| | | | excessive 64-bit arithmetic, and excessive changes).
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-281-14/+14
| | | | | | | | | | | | | | | | | | | | Clean up (or if antipodic: down) some of the msgbuf stuff. Use an inline function rather than a macro for timecounter delta. Maintain process "on-cpu" time as 64 bits of microseconds to avoid needless second rollover overhead. Avoid calling microuptime the second time in mi_switch() if we do not pass through _idle in cpu_switch() This should reduce our context-switch overhead a bit, in particular on pre-P5 and SMP systems. WARNING: Programs which muck about with struct proc in userland will have to be fixed. Reviewed, but found imperfect by: bde
* "make world" replaces /bin/rmail even when NO_SENDMAIL has been set tophk1998-05-271-2/+6
| | | | | | | | | true in /etc/make.conf. Both qmail and smail use a different rmail, so replacing rmail is a Bad Thing. PR: 6762 Reviewed by: phk Submitted by: Bill Trost <trost@cloud.rain.com>
* Don't append a '/' to the destination directory if theresteve1998-05-251-3/+5
| | | | | | is already one there. PR: 3025
* If no value is present for the login name set it to '-'.steve1998-05-253-5/+39
| | | | | | | Also pretty-up the display of 'ps -Ortprio'. PR: 4947 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
* Improve description of absolute modes.jkoshy1998-05-191-20/+46
| | | | | Submitted by: Josh Gilliam <josh@quick.net> PR: 6634
* Correct use of .Nm. Add rcsid.charnier1998-05-1812-46/+66
|
* 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
|
OpenPOWER on IntegriCloud