will
4e7062f7a7
Format string paranoia. This should avoid potential buffer overflows from
...
user input (in its ever-broadening definition).
Obtained from: NetBSD
2000-11-30 13:56:19 +00:00
des
517ed0bad5
If the transfer timed out, but we don't know how large the file is supposed
...
to be, assume it was truncated.
2000-11-30 10:08:22 +00:00
jhb
ab339e8905
Make use of the full screen width to display p_comm rather than assuming a
...
hardcoded screen width of 80 chars.
2000-11-29 23:03:02 +00:00
jhb
c710e2e278
Display the name of the mutex we are blocked on in the state field. To
...
differentiate mutex names from wait channel names, prefix mutex names with
an asterisk.
Submitted by: Dan Nelson <dnelson@emsphone.com>
2000-11-29 20:22:34 +00:00
nik
4e0f3015c1
Xref make.conf(5), and point to /usr/share/doc/psd/12.make for the
...
tutorial paper.
2000-11-29 14:40:02 +00:00
ru
f3e5889750
Eliminate groff(1) warnings.
2000-11-29 10:56:59 +00:00
ru
420483cf07
Eliminate groff(1) warnings caused by vgrind(1).
2000-11-29 10:32:51 +00:00
sheldonh
3e3a389b76
Fix a typo and a punctuation mistake, the two of which conspired
...
against the reader.
2000-11-29 06:55:13 +00:00
marcel
289cbe5cbd
Add LIBCRYPT to DPADD.
...
Implied by: bde
2000-11-28 07:24:15 +00:00
kris
303a4f96b9
Format string auditing
2000-11-27 07:35:53 +00:00
kris
bea660926e
*** empty log message ***
2000-11-27 06:55:38 +00:00
kris
94eacffcfa
Constify
2000-11-27 06:40:35 +00:00
kris
a5289e99bd
Fix format string warnings.
...
Submitted by: nra
Obtained from: NetBSD
2000-11-27 04:26:39 +00:00
kris
24d7d40917
Cleanup this code a bit by attempting to sync it up with NetBSD and
...
with each other.
Reviewed by: markm, dwmalone
2000-11-26 22:36:35 +00:00
obrien
734ffeb5ee
Use the vendor's manpages (which are in old -man format) rather than
...
our modified one based on a much older version of the vendor's manpage.
2000-11-26 22:19:56 +00:00
kris
35eec2074d
Correct definition of MAXHOSTNAMELEN in ifdef'ed code.
...
Submitted by: Edwin Groothuis <mavetju@chello.nl>
PR: bin/22787
2000-11-26 21:37:51 +00:00
kris
b64f677da6
Constify
2000-11-26 11:07:45 +00:00
kris
5d942789bc
vsprintf() -> vsnprintf()
2000-11-26 08:14:55 +00:00
rwatson
836f2ac02d
o Make systat/vmstat.c use sysctl() to retrieve cp_time, bufspace,
...
maxvnodes, numvnodes, freevnodes, nchstats, and numdirtybuffers.
o Make the hw.ncpu error checking code a little more rigorous by
sanity checking the returned data size.
o Didn't fix machine-dependent non-sysctl-exported variables:
intrnames, eintrnames, intrcnt, eintrcnt, as these variables are
defined and exported from machine-dependent kernel code in
assembly. This should probably be fixed somehow.
2000-11-25 03:53:42 +00:00
rwatson
589fdc551b
o make systat/pigs.c use syctl() to retrieve cp_time, fscale, and ccpu
...
instead of using kmem.
2000-11-25 03:49:42 +00:00
rwatson
9e4c4b43a5
o Make systat/iostat.c use sysctl() to retrieve cp_time instead of
...
kmem.
2000-11-25 03:47:36 +00:00
rwatson
dd9a2cc445
o Make systat use sysctl() to retrieve hz and stathz, instead of
...
using kmem.
2000-11-25 03:46:45 +00:00
ru
8086c43685
Reimplement the groff(1) warnings elimination fixes in a better way.
2000-11-24 10:05:30 +00:00
jkoshy
b9a3db59e5
[rsh.1] Document the -4' and
-6' options.
...
[rsh.c] Make usage message match the code.
2000-11-24 09:25:44 +00:00
jkoshy
36429cc482
[rlogin.1] Document the -4' and
-6' options. Correct a typo.
...
[rlogin.c] Make the usage message match the code.
2000-11-24 09:14:09 +00:00
ru
c7382559ad
Eliminate groff(1) warnings.
2000-11-23 15:21:30 +00:00
ben
4df6bea57f
kenv(1) first appeared in FreeBSD 4.1.1, not FreeBSD 5.0.
...
PR: 23020
Submitted by: Simon Dick <simond@irrelevant.org>
2000-11-23 11:21:35 +00:00
phantom
8c4923f1c3
Use correct macro for path name
...
PR: docs/13218
2000-11-22 17:53:17 +00:00
kris
a542b562c7
Create temporary files in a secure directory, instead of using multiple
...
filenames based on a single invocation of mktemp() in /tmp, which is
easily predictable after the first one.
Audited by: markm
2000-11-22 11:09:30 +00:00
ru
835a46c9c2
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:35:58 +00:00
ru
0d1334ca0c
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 19:21:22 +00:00
ru
ca1ff254a5
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 12:18:54 +00:00
marcel
a56a09b4a2
Add -lcrypt. This fixes cross-building.
2000-11-20 02:19:05 +00:00
kris
dae3fc672d
Unlink the temporary file immediately so it is removed on exit.
...
Obtained from: OpenBSD
2000-11-19 12:04:12 +00:00
kris
1a1517afe4
Fix a buffer overflow from a long local hostname.
...
Obtained from: OpenBSD
2000-11-19 10:08:26 +00:00
jwd
efaee5cdfc
Add/fix the ability to split a file larger than 2 gigabytes.
...
Added $FreeBSD tag (in the way the already present sccsid is
done). I've been told the rcsid stuff may be of dubious value
so I'm curious to know if folks (still) use it.
Submitted by: Brad Chisholm <blc@bsdwins.com>
2000-11-19 01:44:20 +00:00
mph
3c3947a8d5
"minute(s) period(s)" --> "minute(s)"
2000-11-17 23:08:03 +00:00
ru
eb8c554f56
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
ben
5eea8e98aa
remove trailing periods from SEE ALSO.
2000-11-15 17:27:54 +00:00
ru
3b7dc88538
Spell the des's name correctly.
2000-11-14 13:19:26 +00:00
ru
7d99729431
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00
ps
0837a683d3
-U cannot be an option since some signals start with U. -u is the
...
documented behavior so only check for that.
2000-11-12 07:43:50 +00:00
dg
3d05ea1832
Changed variable killchar to killch and erasechar to erasech to avoid
...
a name clash with the library functions of the same name (in libncurses).
This problem was masked when building tset shared (the local symbols had
precedence), but caused tset to core dump when it was built -static.
2000-11-11 23:03:38 +00:00
ru
a6f5d950d8
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
ru
ad83297f7a
Fixed typo: .ar -> .Ar.
2000-11-10 14:40:50 +00:00
obrien
5e5132aa18
Install `chflags' in the root partition, NOT /usr where it is not available
...
in single user mode.
2000-11-10 05:31:52 +00:00
ru
208f492793
Fixed typo: .FL -> .Fl
2000-11-06 09:29:17 +00:00
ru
97db99868e
.UC -> .Os
2000-11-06 09:27:03 +00:00
ru
c0f9d906af
Fixed typo: .EL -> .El
2000-11-06 09:20:09 +00:00
obrien
f95e798de3
Switch over to using the Christos Zoulas maintained version in contrib/
...
This also gives use the same exact results as NetBSD, thus sharing more
code with our bretheren.
2000-11-05 09:06:06 +00:00