hoek
62b257a6d9
Add missing "else", without whom the prev. commit is a null change.
...
Fix a 2nd level indentation style bug.
1998-08-02 22:47:11 +00:00
bde
f2d2a0561a
Fixed printf format errors (time_t is not necessarily long).
1998-08-02 14:25:24 +00:00
jkoshy
b755766186
Document behaviour of "-" and "--" on the command line.
...
PR: docs/5399
1998-07-30 04:47:56 +00:00
hoek
eb80fc954a
Allow env. variable LS_COLWIDTHS to specify minimum column widths,
...
effectively overriding the dynamically-sized-column feature. This
is mostly useful for non-interactive use, where it may be necessary
to ensure that listings taken at different times have columns that
line-up correctly. I have been assured that at least one large,
well-known program will soon be taking advantage of this. :-)
PR: bin/7011
Submitted by: Joel Ray Holveck <joelh@gnu.org>
1998-07-29 00:46:13 +00:00
nectar
80ac8b0511
Document the printf built-in.
1998-07-27 21:31:19 +00:00
nectar
2d26d6b5aa
csh built-in printf now expands arguments. e.g.
...
printf '%d\n' `echo 23`
now works as expected.
PR: bin/2969
Submitted by: Gareth McCaughan <gjm11@dpmms.cam.ac.uk>
1998-07-27 21:15:52 +00:00
jkoshy
a20138aa3d
Fix use of -man macro, correct description of the behaviour of the `+n'
...
command to match whats there in the source.
PR: 7328
1998-07-21 04:53:18 +00:00
bde
3b038012cb
Added a `build-tools' target for internal tools.
...
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.
1998-07-07 01:06:58 +00:00
phk
167a14bcd4
Pick up kernel variables/constants using sysctl rather than through /dev/mem
...
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.
1998-06-30 21:34:14 +00:00
bde
48baad5d7e
Fixed printf format errors (second round with non-i386 typedefs).
1998-06-28 21:05:48 +00:00
bde
7368b18e56
Fixed printf format errors.
1998-06-28 21:00:04 +00:00
bde
c142ad37ad
Oops, the previous log message should have read "Fixed type mismatches -
...
don't assume that time_t is long".
1998-06-28 18:26:18 +00:00
bde
79c3d43cbc
Fixed printf format errors.
1998-06-28 18:19:13 +00:00
bde
9aff3bce59
Fixed printf format errors.
1998-06-28 18:08:54 +00:00
jkoshy
e27dc1bad8
Remove compile time dependency on ARG_MAX.
...
PR: 1791 (partial)
Reviewed by: Bruce Evans <bde@freebsd.org>, Tor Egge <tegge@freebsd.org>
1998-06-17 11:33:10 +00:00
peter
6aad18db89
Don't attempt to change owner/mode/flags that don't need to changed.
...
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.
1998-06-10 06:29:23 +00:00
dt
a89f496cbf
Print correct error message if we copy an unreadable directory.
1998-06-09 13:42:51 +00:00
imp
bfab679fdd
Make sure we don't overflow the path buffer. Exit if we do.
...
Obtained from or inspired by: A similar change in OpenBSD by theo
1998-06-09 03:39:38 +00:00
imp
c530c6747a
Make sure we pass the length - 1 to readlink, since it adds its own
...
NUL at the end of the path.
Inspired by: OpenBSD's changes in this area by theo de raadt
1998-06-09 03:38:43 +00:00
steve
260fa64a35
Fix a bunch of spelling errors.
...
PR: 6856
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-04 21:06:07 +00:00
jkoshy
05b4720d37
Fix errors that crept into the previous commit.
1998-06-04 07:02:59 +00:00
jkoshy
113bd4662a
1. ps' output now shows 3 characters in the
TT' field, not 2, after
...
rev 1.6 of "ps.c".
2. Reword description of `-f' option.
PR: 5340
Submitted by: Jorge Goncalves <j@bug.fe.up.pt>
1998-06-04 06:46:13 +00:00
jkoshy
fb0af3e989
Correct description of -crtscts.
...
PR: 6836
Submitted by: Andrew <andrew@ugh.net.au>
1998-06-03 04:07:59 +00:00
steve
b881531554
Clarify the example a bit.
...
PR: 6801
Reviewed by: David Kelly <dkelly@hiwaay.net>
1998-05-31 22:43:57 +00:00
bde
935c494c4b
Fixed imperfections in previous commit (a poor variable name,
...
excessive 64-bit arithmetic, and excessive changes).
1998-05-31 12:09:50 +00:00
phk
d3d65c6b2e
Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.
...
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
1998-05-28 09:30:28 +00:00
phk
efc31c018f
"make world" replaces /bin/rmail even when NO_SENDMAIL has been set to
...
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>
1998-05-27 09:25:22 +00:00
steve
8f4f4514cc
Don't append a '/' to the destination directory if there
...
is already one there.
PR: 3025
1998-05-25 22:44:16 +00:00
steve
b273678ed2
If no value is present for the login name set it to '-'.
...
Also pretty-up the display of 'ps -Ortprio'.
PR: 4947
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
1998-05-25 05:07:18 +00:00
jkoshy
56469e323e
Improve description of absolute modes.
...
Submitted by: Josh Gilliam <josh@quick.net>
PR: 6634
1998-05-19 06:24:50 +00:00
charnier
d40a1af7e0
Correct use of .Nm. Add rcsid.
1998-05-18 06:51:59 +00:00
charnier
50b030d998
Correct use of .Nm. Add section number to .Xr references. Add rcsid.
1998-05-18 06:50:17 +00:00
charnier
86bc037e71
Add rcsid. Spelling.
1998-05-18 06:44:24 +00:00
charnier
73aa050493
Correct use of .Nm. Add rcsid.
1998-05-18 06:40:56 +00:00
charnier
47f1e7cea8
Correct use of .Nm. Add section number to .Xr references.
1998-05-18 06:39:17 +00:00
charnier
75bfd9abdd
.Nm rm -> .Nm.
1998-05-18 06:37:35 +00:00
jkoshy
e0d2492ccb
kill.1: Remove reference to obsolete sigvec(2) man page. Removed
...
self reference in sigaction(2) man page.
Submitted by: Josh Gilliam <josh@quick.net>
PR: 6617
1998-05-18 03:33:11 +00:00
charnier
cf1a881890
Correct use of .Nm. Add rcsid.
1998-05-15 06:30:58 +00:00
charnier
8a9755ceef
correct use of .Nm. Add rcsid.
1998-05-15 06:23:45 +00:00
charnier
0d7cd7ed82
Correct use of .Nm. Typo.
1998-05-15 06:22:30 +00:00
charnier
233c097df4
Correct use of .Nm. Add rcsid.
1998-05-15 06:19:05 +00:00
phk
4c734c0e4d
.Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT
...
PR: 6599
Reviewed by: phk
Submitted by: Josh Gilliam <josh@quick.net>
1998-05-13 07:57:49 +00:00
charnier
de95e3d75f
Correct use of .Nm. Add rcsid.
1998-05-13 07:47:35 +00:00
charnier
f18d7e3d59
Correct use of .Nm.
1998-05-13 07:43:56 +00:00
charnier
71695643f4
Convert to mdoc.
1998-05-13 07:41:13 +00:00
charnier
b0feaf5a6b
Correct use of .Nm. Add rcsid.
1998-05-13 07:39:11 +00:00
charnier
f60d38b876
Correct use of .Nm.
1998-05-13 07:35:44 +00:00
charnier
e3ba26c492
Restore Lite-2 sccsid. Restore include of sys/types.h.
1998-05-13 07:33:54 +00:00
charnier
eb81410eba
Restore Lite-2 sccsid. Restore include of sys/param.h.
1998-05-13 07:31:42 +00:00
charnier
bf2e3ba402
Restore include of sys/types.h and sys/param.h.
1998-05-13 07:29:15 +00:00