Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix use of -man macro, correct description of the behaviour of the `+n' | jkoshy | 1998-07-21 | 1 | -8/+3 |
| | | | | | | command to match whats there in the source. PR: 7328 | ||||
* | Added a `build-tools' target for internal tools. | bde | 1998-07-07 | 1 | -4/+3 |
| | | | | | | Removed explicit dependencies of foo.o on foo.c. These were mainly placeholders for comments about missing dependencies of tools objects on headers. This problem needs to be handled more generally. | ||||
* | Pick up kernel variables/constants using sysctl rather than through /dev/mem | phk | 1998-06-30 | 2 | -80/+17 |
| | | | | | | | | Use /dev/null for opening the kvm library, we don't need access to /dev/mem anymore. ps can now run without the setgid(kmem) bit. If it does it will not be able to show argv/envp for another uid's processes unless you are root. | ||||
* | Fixed printf format errors (second round with non-i386 typedefs). | bde | 1998-06-28 | 1 | -2/+3 |
| | |||||
* | Fixed printf format errors. | bde | 1998-06-28 | 1 | -3/+3 |
| | |||||
* | Oops, the previous log message should have read "Fixed type mismatches - | bde | 1998-06-28 | 1 | -1/+1 |
| | | | | don't assume that time_t is long". | ||||
* | Fixed printf format errors. | bde | 1998-06-28 | 1 | -4/+7 |
| | |||||
* | Fixed printf format errors. | bde | 1998-06-28 | 2 | -5/+7 |
| | |||||
* | Remove compile time dependency on ARG_MAX. | jkoshy | 1998-06-17 | 1 | -2/+11 |
| | | | | | PR: 1791 (partial) Reviewed by: Bruce Evans <bde@freebsd.org>, Tor Egge <tegge@freebsd.org> | ||||
* | Don't attempt to change owner/mode/flags that don't need to changed. | peter | 1998-06-10 | 1 | -15/+29 |
| | | | | | | This should calm down attempts to `cp -p' to a nfs mount or some other filesystem that doesn't accept flags or all combinations of flags. It will warn if it fails to change flags though. | ||||
* | Print correct error message if we copy an unreadable directory. | dt | 1998-06-09 | 1 | -1/+2 |
| | |||||
* | Make sure we don't overflow the path buffer. Exit if we do. | imp | 1998-06-09 | 1 | -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 own | imp | 1998-06-09 | 3 | -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. | steve | 1998-06-04 | 1 | -2/+2 |
| | | | | | PR: 6856 Submitted by: Josh Gilliam <josh@quick.net> | ||||
* | Fix errors that crept into the previous commit. | jkoshy | 1998-06-04 | 1 | -3/+3 |
| | |||||
* | 1. `ps' output now shows 3 characters in the `TT' field, not 2, after | jkoshy | 1998-06-04 | 1 | -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. | jkoshy | 1998-06-03 | 1 | -2/+2 |
| | | | | | PR: 6836 Submitted by: Andrew <andrew@ugh.net.au> | ||||
* | Clarify the example a bit. | steve | 1998-05-31 | 1 | -6/+6 |
| | | | | | PR: 6801 Reviewed by: David Kelly <dkelly@hiwaay.net> | ||||
* | Fixed imperfections in previous commit (a poor variable name, | bde | 1998-05-31 | 1 | -14/+14 |
| | | | | excessive 64-bit arithmetic, and excessive changes). | ||||
* | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | phk | 1998-05-28 | 1 | -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 to | phk | 1998-05-27 | 1 | -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 there | steve | 1998-05-25 | 1 | -3/+5 |
| | | | | | | is already one there. PR: 3025 | ||||
* | If no value is present for the login name set it to '-'. | steve | 1998-05-25 | 3 | -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. | jkoshy | 1998-05-19 | 1 | -20/+46 |
| | | | | | Submitted by: Josh Gilliam <josh@quick.net> PR: 6634 | ||||
* | Correct use of .Nm. Add rcsid. | charnier | 1998-05-18 | 12 | -46/+66 |
| | |||||
* | Correct use of .Nm. Add section number to .Xr references. Add rcsid. | charnier | 1998-05-18 | 2 | -8/+10 |
| | |||||
* | Add rcsid. Spelling. | charnier | 1998-05-18 | 27 | -79/+127 |
| | |||||
* | Correct use of .Nm. Add rcsid. | charnier | 1998-05-18 | 5 | -36/+37 |
| | |||||
* | Correct use of .Nm. Add section number to .Xr references. | charnier | 1998-05-18 | 1 | -6/+6 |
| | |||||
* | .Nm rm -> .Nm. | charnier | 1998-05-18 | 1 | -8/+8 |
| | |||||
* | kill.1: Remove reference to obsolete sigvec(2) man page. Removed | jkoshy | 1998-05-18 | 1 | -2/+2 |
| | | | | | | | self reference in sigaction(2) man page. Submitted by: Josh Gilliam <josh@quick.net> PR: 6617 | ||||
* | 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 |
| |