wiz
36e4d83a5e
Grammar and mdoc fixes. Bump date for last two.
2003-05-06 08:22:08 +00:00
atatat
535d709586
Build main.c with LOCKDEBUG defined so that it gets the larger kbit
...
definition. Since we're now passing it into pmap.c which is already
compiled that way, it would be nice if it was the right size.
Also, fix a memset bug that caused a segmentation fault when printing
the kernel's vm_map.
2003-05-04 15:09:45 +00:00
christos
b0eade51fd
improve error handling and knf.
2003-05-03 15:57:11 +00:00
gmcgarry
2b0514ca6b
Xref nls(7). Addresses PR#14576.
2003-05-02 08:35:42 +00:00
gmcgarry
e00d2f72dc
Some more ktruss documentation from Christian Biere <christianbiere@gmx.de>
...
in PR#17111.
2003-05-02 07:52:23 +00:00
gmcgarry
9256662c6b
Explain what ktruss does. Document -l, -R and -T options.
...
Addresses PR#10458.
2003-05-02 07:40:20 +00:00
wiz
a63657f6f4
Comment out another euc(4) reference.
...
Prefer mdoc to man plain roff.
Use \*[Lt] and \*[Gt] instead of < and > for HTML output, but prefer
.Aq if possible.
"a, b, and c" instead of "a, b and c".
2003-05-01 09:45:03 +00:00
gmcgarry
57e1c07c62
Remove references to non-existent pages. Addresses PR#12544.
2003-05-01 08:09:57 +00:00
agc
44481e1ab2
Pull in <sys/param.h> explicitly.
2003-04-29 17:55:00 +00:00
wiz
abe0b8ad64
Use .Aq instead of \*[Lt]...\*[Gt]; sort SEE ALSO; add some more commas;
...
new sentence, new line; fix some mdoc nits.
2003-04-28 09:38:19 +00:00
augustss
86be450da2
Add missing comma.
2003-04-28 09:26:34 +00:00
jdolecek
f906986ad4
one <sys/cdefs.h> include is enough
...
fixes PR misc/21340 by Igor Sobrado
2003-04-27 11:09:57 +00:00
wiz
aa64771356
Drop trailing space.
2003-04-27 11:09:29 +00:00
jdolecek
e13853c3cc
one <unistd.h> is enough
...
fixes PR misc/21339 by Igor Sobrado
2003-04-27 10:38:42 +00:00
jmmv
ab753cc4ce
Implement the -d' option, which behaves as
-l' but does not change the
...
current directory. Idea suggested by dsl@ in source-changes.
2003-04-27 08:46:25 +00:00
mycroft
3ba2d8197a
Only unset ENV if -f was used, AS THE CHANGE WAS DOCUMENTED.
...
I'm not convinced this is a good idea at all, but at least this fixed my usage.
2003-04-25 08:04:14 +00:00
mjl
f694ad9267
On second thought, move BSD to calendar.computer.
...
While there, spell Dijkstra correctly.
2003-04-24 13:36:19 +00:00
mjl
5082020546
Correct dates for Talbot and Zuse. Aristotle surely died only
...
once (though I have not been able to confirm the exact date).
Add NetBSD/FreeBSD birthday too for good measure.
Most of the changes from FreeBSD with corrections.
2003-04-24 13:29:23 +00:00
wiz
287057db85
Bump date for last.
2003-04-24 12:19:06 +00:00
wiz
70f9b8f89a
Sort sections.
2003-04-24 12:11:17 +00:00
wiz
64ef7a20ff
Sort sections, sort SEE ALSO, bump date for last.
2003-04-24 12:06:56 +00:00
wiz
4880d466e5
Remove duplicate unistd.h inclusion. Igor Sobrado, PR 21300.
2003-04-24 08:22:05 +00:00
mycroft
e7a1f4e518
Catch up with ld.elf_so.
2003-04-23 21:39:08 +00:00
bjh21
76a26cefcd
This is a host tool, so check if __RCSID is defined before using it.
2003-04-21 08:41:28 +00:00
christos
34ffdb33ed
enable RCSID..
2003-04-21 02:03:41 +00:00
christos
45aed1fbde
PR/7713: David Holland: warn if we have mesg n.
2003-04-21 00:05:30 +00:00
christos
73b3e2ae58
separate the term check stuff.
2003-04-20 23:53:04 +00:00
christos
c71d457343
PR/5803: Gregg A. Woods: su doesn't support it's "-f" option for sh and/or ksh
...
fixed by unsetenv("ENV") when -f is set and the shell is not csh.
2003-04-20 20:13:20 +00:00
christos
5ca06f36e7
PR/5123: Ignatios Souvatzis: make patch exit gracefully on malformed input.
2003-04-20 19:37:08 +00:00
christos
c6f13c73f2
Mention that -t is harmful.
2003-04-20 03:55:38 +00:00
christos
3a1e3ae4c9
Add flags to look in Apparently-To: or Delivered-To: fields. Inspired by jhawk.
2003-04-20 03:32:50 +00:00
christos
3de451fe1e
PR/5039: Greg A. Woods: vacation should look at Apparently-To: and
...
Delivered-To: headers.
2003-04-20 01:58:00 +00:00
christos
ec5141c96b
PR/3046: Chris G. Demetriou: ldd actually runs target programs.
...
This is the case only with a.out programs, and the manual page has been
changed to reflect that in the BUGS section. Since most our architectures
have been converted to elf, this is not an issue anymore.
2003-04-19 23:45:44 +00:00
christos
b2ee3e403d
improve on previous. only adjust the length when it exceed the string length.
2003-04-18 18:46:26 +00:00
christos
c0b1f367f4
Recovery of vi files has been broken for a long while. This patch is a
...
stopgap measure to make vi recovery mostly functional on non-binary files.
The problem is that the db holding the recovery file can become corrupted,
in which case the data size of the line becomes huge. We use heuristics to
correct the size when we load a db in recovery mode. We could use a slightly
better heuristic (looking for ascii chars before correcting the length),
but it is not worth it. Another way would have been to trap the SEGV and
access data[len] and see if that worked, but that seemed exceedingly ugly.
2003-04-18 18:33:41 +00:00
christos
b8dae40722
Don't invoke the grep for cleandir and obj targets. Suggested by
...
Juergen Hannken-Illjes
2003-04-18 14:43:49 +00:00
grant
7cc8271010
add -g for output in gigabytes.
2003-04-18 13:16:50 +00:00
grant
1c5efa0509
humanize_number() actually prints 'K' as the suffix for 1024 ('k' is
...
used for 1000).
minor whitespace fix.
2003-04-18 13:09:22 +00:00
lukem
ef83aa34d9
clear errno before strto(u)l() if we're going to test it for ERANGE afterwards
2003-04-18 03:21:00 +00:00
sjg
414c86b6d1
math.h is not needed and including it introduces uncessary dependencies
...
on some systems.
PR: 21204
2003-04-17 15:57:52 +00:00
wiz
472351e13d
Use
...
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.
2003-04-16 13:34:34 +00:00
wiz
817f471b97
Sort options in usage.
2003-04-16 12:15:07 +00:00
wiz
64a9f92514
Sort options in SYNOPSIS, grammar fix.
2003-04-16 12:12:08 +00:00
salo
fd97a8372a
add pathchk(1) (hi jdolecek!)
2003-04-16 11:35:10 +00:00
wiz
7b31891279
Bump date for last.
2003-04-16 09:44:07 +00:00
wiz
571cc9f1c1
Dd month argument should not be abbreviated.
2003-04-15 20:40:28 +00:00
jdolecek
6080567943
bump date, and fix typo in macro name (.Nx, not .Nm)
2003-04-15 19:49:30 +00:00
jdolecek
938f344d52
add POSIX.2 patchchk(1) utility - check pathnames
...
from FreeBSD via Jonathan Perkin
fixes PR standards/11198 by Ben Harris
2003-04-15 19:46:38 +00:00
itojun
01757d86d6
make char array bigger where it seems too small and may overrun.
2003-04-15 08:07:10 +00:00
itojun
faef962caf
need 12 chars for %d; deraadt
2003-04-15 08:02:58 +00:00