is
48052d04a3
Format string cleanups by sommerfeld.
2000-10-10 19:54:37 +00:00
is
a9006f3ed5
Format string cleanup by sommerfeld.
2000-10-10 19:23:58 +00:00
is
e999d8013c
Format string cleanups by sommerfeld.
2000-10-10 19:12:48 +00:00
is
8d4a392e3d
Format string cleanup by sommerfeld.
2000-10-10 19:09:38 +00:00
is
f518246fc1
Format string cleanup, by Bill Sommerfeld.
2000-10-10 18:09:25 +00:00
itojun
8fa0e6b9f7
sync with kame ($KAME$)
2000-10-10 16:26:43 +00:00
enami
17c8af2ff2
Printing argv[0] on fts_open failure doesn't make sense. Just print
...
``fts_open'' instead.
2000-10-10 14:41:59 +00:00
ad
2f4f733952
rpcinfo is in section 8.
2000-10-10 14:34:13 +00:00
ad
8d6bd26624
Let `-' mean stdin.
2000-10-10 14:33:23 +00:00
enami
e92c3f2867
- The type of return value of setmode is a void * and getmode takes it,
...
rather than mode_t *.
- Free the storage allocated by setmode unless it is obvious that program
exits immediately.
2000-10-10 14:30:40 +00:00
ad
d4f8f51f40
Nit.
2000-10-10 14:27:14 +00:00
ad
e62b1ca145
One more; also provide some alternative meanings to existing entries.
2000-10-10 14:19:34 +00:00
ad
98cce2d254
Spelling.
2000-10-10 14:16:49 +00:00
itojun
347cdd6d31
document RTM_IFANNOUNCE.
...
From: Christoph Badura <bad@bsd.de>
2000-10-10 14:11:26 +00:00
ad
3bac0590b8
Add a couple of entries.
2000-10-10 14:06:10 +00:00
enami
0b9cbefe70
Don't initialize TCP twice on v4/v6 dual stack kernel.
2000-10-10 13:25:28 +00:00
itojun
5e09a97a4e
login_cap.h requires sys/types.h (or should it pull sys/types.h in?)
2000-10-10 13:17:28 +00:00
itojun
b5c4933a2d
printf format pedant. (size_t -> u_long).
2000-10-10 13:14:55 +00:00
itojun
ecb9f85737
cast size_t to u_long on printing. sync with kame
2000-10-10 13:03:27 +00:00
lukem
b4d52d9d24
major terraform (this is MUCH more than a rototill :-), including:
...
- update for 1.5 (still more MD stuff to check)
- use new macros in ../common/macros as appropriate
- introduce some CONSISTENCY between the various ports' install docs
- use various mdoc macros as appropriate, including .Li, .Pa, .Sy, and .Ic.
- migrate more stuff into ../common/*
- whitespace cleanup
- lots of other little things i'm sure...
2000-10-10 12:55:15 +00:00
lukem
6a50c6b116
- depend upon ../common/macros as well
...
- call groff with -dM instead of -dMACHINE, and change the macro use
accordingly. remove -dV_S since nothing used it.
2000-10-10 12:51:20 +00:00
itojun
514b635ecc
one more string format cleanup
2000-10-10 12:51:19 +00:00
lukem
f1756f1472
add: arm26 hpcmips macppc news68k next68k sparc64
2000-10-10 12:49:38 +00:00
itojun
296aa7c5a6
format string clarification (this does not compile on alpha without the fix)
2000-10-10 12:43:42 +00:00
lukem
a567f79077
migrate */contents -> common/contents, as there was *way* too much
...
unnecessary duplication. wrap the MD stuff in .if r_foo \{\ ... .\}
2000-10-10 12:41:10 +00:00
itojun
4a32e44ffe
make sure big_buf is big enough to hold line terminations.
...
if all the lines have N_CHARS of characters, we will write up
N_CHARS * N_LINES + (3 + 2 * N_LINES) + 1
of bytes.
2000-10-10 12:38:54 +00:00
augustss
41bb27ce0d
Regen.
2000-10-10 12:38:24 +00:00
augustss
1f06d9f822
Another vendor&product code.
2000-10-10 12:38:00 +00:00
augustss
8adc2fb7f3
Don't free unallocated pointer in detach (can happen if detach happens
...
before attach has finished).
2000-10-10 12:37:01 +00:00
lukem
c8d0b98254
migrate */contents -> common/contents, as there was *way* too much
...
unnecessary duplication. wrap the MD stuff in .if r_foo \{\ ... .\}
2000-10-10 12:30:52 +00:00
lukem
571309181b
- use the macros from ../common/macros
...
- migrate more MD stuff in here (wrapped in .if r_foo \{ ... \}), so that
more of the port-specific copies xfer can be deprecated
2000-10-10 12:26:27 +00:00
lukem
b996ee6707
use the macros from ../common/macros
2000-10-10 12:24:27 +00:00
lukem
11780b2bf2
- use the new macros in ../common/macros
...
- reword bits here & there, including fixing some typos, etc
2000-10-10 12:14:49 +00:00
lukem
6616104bd3
use new macros from ../common/macros
2000-10-10 12:10:08 +00:00
lukem
5dd9f4056e
- replace the `highlights' list for 1.4 with stuff done by 1.5
...
- optimize suggested commands (e.g, tar usage, ...)
- consistently use `@netbsd.org' in email addresses
- remember to thank the people who host the WWW, GNATS, CVS and CVSweb servers
- add blurb about trademark ownership
- update MACHINE_LIST for the 31 ports we support (as of 1.5)
- define registers for MACHINE_ARCH, depending upon \*M; may set one
of the following as appropriate: _m68k, _mips, _powerpc, _sh3
- change to using various new macros added in ../common/macros
2000-10-10 12:08:24 +00:00
lukem
7197b2d7b5
- modify .(tag to be more generic. now takes width as first argument,
...
and doesn't explicitly provide a .It
- add .(bullet & .bullet), which provide bulleted/hyphenated lists.
(alternates between -bullet & -hyphen at each alternate depth).
.(bullet does .It as well.
- add .(enum & .enum); enumerated list. the former does .It as well
- add .(item & .item); enumerated list. the former does .It as well
- add .Nx*M, which generates `NetBSD/machine', except that `NetBSD'
is done using .Nx so gets the appropriate markup from that
- remove .(note and .note), leaving .(Note and .Note)
- document \*M, \*V, \*[.CURDIR]
2000-10-10 12:02:46 +00:00
lukem
55272124ca
whitespace cleanup, and use .Pp instead of blank lines
2000-10-10 11:58:31 +00:00
lukem
1b1ef51887
whitespace cleanup
2000-10-10 11:57:42 +00:00
itojun
014e2a97b5
fix comment (s/IPv6/IP/)
2000-10-10 11:43:51 +00:00
itojun
3e7ebe19d9
sync with sendmail 8.11.1.
...
added file: /usr/share/sendmail/ostype/solaris8.m4
2000-10-10 11:17:29 +00:00
itojun
e72ddc0839
sendmail 8.11.1
2000-10-10 10:57:49 +00:00
ad
e126f09103
Switch to sys/dev/md_root.c.
2000-10-10 10:25:55 +00:00
itojun
b69ea2a63d
make it work right on non-32bit arch. from kjc@csl.sony.co.jp
2000-10-10 10:15:00 +00:00
itojun
0d592a8998
nuke link-locals correctly on -c. sync with kame
2000-10-10 10:14:36 +00:00
ad
04e67112d6
Remove defunct bpfdetach()/ether_ifdetach() calls.
2000-10-10 10:07:35 +00:00
itojun
d691d464e3
add passwd(1) - merge mistake
2000-10-10 10:03:16 +00:00
itojun
ae69b98b0a
make shlib minor meet with lib/libpcap/shlib_version. PR 11181.
2000-10-10 09:50:28 +00:00
itojun
a6ede27799
(unexploitable) integer range check mistake in "sendmail -bt".
...
http://www.securityfocus.com/templates/archive.pike?threads=1&start=2000-10-08&mid=138539&fromthread=1&list=1&end=2000-10-14&
2000-10-10 09:45:50 +00:00
itojun
d72739fb8a
on "route monitor", print RTM_IFANNOUNCE, RTM_IFINFO (new #), and others.
2000-10-10 09:35:05 +00:00
hubertf
589e705b57
Remove unneeded header <db.h>.
2000-10-09 19:11:58 +00:00