Commit Graph

5532 Commits

Author SHA1 Message Date
augustss
a30c07720a Don't use fd_set to keep track of errors to ignore. Doing so relies on
overriding FD_SETSIZE.  Not overriding it makes it stomp all over memory
(which caused the debug outputs we've seen lately).
It used to work, but toolification of lint broke it.
2001-12-13 23:56:00 +00:00
aymeric
8547d02861 FreeBSD PR#23912 fixed by applying a patch from nvi 1.81.x
"underflow of cnt in vs_paint() by O_NUMBER_LENGTH when both leftright and
 number options in use"
2001-12-13 20:53:47 +00:00
aymeric
b9d2b65ffd Finally apply a fix from nvi 1.81.x to replace a fix committed by
Simon Burge which came from the Debian project.
This is still not TRT, but it's correct, and it gets us closer to future
versions of nvi.
I'll do ART (A Right Thing) when I have time... That's why I'm committing
this now. :-/
This fixes FreeBSD PR#23912
2001-12-13 20:51:36 +00:00
fredette
a01e8e37b1 Define both NLIST_AOUT and NLIST_ELF32 for m68000. 2001-12-12 22:14:46 +00:00
wiz
fb1ea64022 Match braces. Patch from misc/14925 by Hiramatsu Yoshifumi. 2001-12-12 16:03:15 +00:00
lukem
b0b0a32ad7 Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).
Otherwise the appropriate MKxxx=no won't be defined .
2001-12-12 12:24:19 +00:00
tv
8e6f7afb5b MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
tv
87ab66e132 Allow MAKE_MACHINE to be unset if MAKE_BOOTSTRAP. 2001-12-11 20:50:58 +00:00
tv
591ad135c6 Add __CYGWIN__ to list of exceptions from homegrown strftime().
(XXX - This should be an inclusive, not exclusive, list.  Later, this
should be autoconfiscated, but keep the internal implementation, since
src/tools/compat isn't necessarily available for use at make's build time.)
2001-12-11 20:37:24 +00:00
msaitoh
4a4b629051 ADD MISSING SLASH.
Broken insall had been made a temporary file at the parent directory
(may cause Cross-device link(EXDEV)).
2001-12-10 08:54:38 +00:00
thorpej
a4ea757e28 Slight cleanup to ELF core file handing, and add support for
NetBSD-style ELF core files.
2001-12-09 23:21:07 +00:00
augustss
07e3980f16 Fix typo. 2001-12-09 22:53:30 +00:00
chs
8e9cdbbd63 replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names. 2001-12-09 03:07:43 +00:00
wiz
2f83e3a2ed Mark up AUTHORS section. 2001-12-08 19:29:20 +00:00
wiz
a83e3bbacd Punctuation nit, sort SEE ALSO, mark up AUTHORS section. 2001-12-08 19:28:41 +00:00
wiz
befc4b18fb Sort sections. 2001-12-08 19:28:19 +00:00
wiz
a775ffcd09 Punctuation nits. 2001-12-08 19:27:56 +00:00
wiz
305734fe40 Punctuation nit. 2001-12-08 19:27:33 +00:00
wiz
8dd99cb599 Sort sections. 2001-12-08 19:26:45 +00:00
wiz
e803edcb44 Use .Pp instead of empty lines. 2001-12-08 19:26:19 +00:00
wiz
9b48b4284c Sort sections. 2001-12-08 19:24:57 +00:00
wiz
d765b90d71 Sort SEE ALSO and sections. 2001-12-08 19:24:10 +00:00
wiz
50033edf71 Drop some spaces and a .Pp, sort SEE ALSO. 2001-12-08 19:23:05 +00:00
wiz
0445a9e62d Sort sections. 2001-12-08 19:22:17 +00:00
wiz
47d134a2d6 Use Bd -literal instead of Bd -unfilled. 2001-12-08 19:21:33 +00:00
wiz
d4c3db208c Sort sections, sort SEE ALSO. 2001-12-08 19:21:02 +00:00
wiz
1c9dacf400 Sort sections. 2001-12-08 19:19:41 +00:00
wiz
9a11884a17 Punctuation nit. 2001-12-08 19:19:20 +00:00
wiz
ba63bbaa01 Sort sections. 2001-12-08 19:19:05 +00:00
wiz
0346d7eca3 Sort SEE ALSO. 2001-12-08 19:18:39 +00:00
wiz
091adabe6c Sort sections. 2001-12-08 19:18:26 +00:00
wiz
b63535f440 Punctuation nit, drop a .Pp. 2001-12-08 19:18:03 +00:00
wiz
001cc25b44 Drop a .Pp, sort sections. 2001-12-08 19:17:46 +00:00
wiz
9e7ca30945 Sort sections. 2001-12-08 19:17:23 +00:00
wiz
3e5626e0f8 Sort sections, sort SEE ALSO, use .Pp instead of empty lines. 2001-12-08 19:17:03 +00:00
wiz
6740a50653 Sort sections. 2001-12-08 19:16:19 +00:00
wiz
f2058cf3e4 Punctuation nits, sort SEE ALSO. 2001-12-08 19:16:07 +00:00
wiz
d6fd838478 Sort sections. 2001-12-08 19:15:45 +00:00
wiz
c2367bfefa Use standard headers, sort SEE ALSO. 2001-12-08 19:15:32 +00:00
wiz
27b55da0f5 Sort sections. 2001-12-08 19:15:12 +00:00
wiz
f85ec9378b Use .Pp instead of empty lines, mark up AUHTORS section. 2001-12-08 19:14:58 +00:00
wiz
e4078fb254 Sort sections. 2001-12-08 19:14:31 +00:00
wiz
f86d47668c Uppercase and unquote section headers, punctuation nit. 2001-12-08 19:14:18 +00:00
wiz
252106e65e Punctuation nit. 2001-12-08 19:13:43 +00:00
wiz
8e96610909 Separate xrefs by a comma. 2001-12-08 19:13:31 +00:00
wiz
f407c50a71 Use standard headers, punctuation nit. 2001-12-08 19:13:08 +00:00
wiz
7f53caa9d5 Drop a .Pp. 2001-12-08 19:12:46 +00:00
wiz
c6fb5ebc2f Use Sx, use standard headers, drop a .Pp. 2001-12-08 19:12:34 +00:00
wiz
652ac0048d Sort SEE ALSO. 2001-12-08 19:11:44 +00:00
wiz
c931464ac2 Sort sections. 2001-12-08 19:11:33 +00:00