itojun
4bb986ded2
KNF, from openbsd via kame
2002-06-02 23:43:21 +00:00
wiz
ce2e5815e6
Wording and grammar improvements.
2002-06-02 14:56:47 +00:00
itojun
a3a7b3dc05
missing memset() for sockaddr. from deraadt
2002-06-02 13:47:02 +00:00
isaki
53175db820
Add x68k stuff.
2002-06-02 10:44:30 +00:00
lukem
06de426449
SIMPLEQ rototill:
...
- implement SIMPLEQ_REMOVE(head, elm, type, field). whilst it's O(n),
this mirrors the functionality of SLIST_REMOVE() (the other
singly-linked list type) and FreeBSD's STAILQ_REMOVE()
- remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
- remove notes about SIMPLEQ not supporting arbitrary element removal
- use SIMPLEQ_FOREACH() instead of home-grown for loops
- use SIMPLEQ_EMPTY() appropriately
- use SIMPLEQ_*() instead of accessing sqh_first,sqh_last,sqe_next directly
- reorder manual page; be consistent about how the types are listed
- other minor cleanups
2002-06-01 23:50:52 +00:00
wiz
aa912aee09
Sort SEE ALSO.
2002-06-01 09:21:21 +00:00
wiz
eb6d65caac
Widen tag for list.
2002-06-01 09:21:11 +00:00
grant
9210200e15
add usermgmt.conf man page.
...
user -e and -f now accepts "month day year" (ala chpass(1)) and
seconds-since-epoch.
correct man pages accordingly.
2002-06-01 06:28:06 +00:00
itojun
0c16d570ac
no need for inetd_dummy variable. from openbsd
2002-06-01 03:41:33 +00:00
itojun
0062113f7e
minor KNF
2002-06-01 00:32:41 +00:00
itojun
2dc34bbe40
cleanup main() by splitting it up in two. inspired by openbsd change
2002-06-01 00:28:52 +00:00
itojun
69c161be36
socklen_t cleanup. make MULOG code actually compile (is there anyone using
...
it? otherwise, i'd like to nuke it)
2002-06-01 00:15:08 +00:00
itojun
d816e24b39
avoid fd_set overrun.
2002-05-31 22:10:18 +00:00
itojun
559a9eafce
strlcpy
2002-05-31 21:24:26 +00:00
christos
1d1ced8220
use setproctitle(3); from itojun.
2002-05-31 14:28:20 +00:00
itojun
b31318e482
KNF, from openbsd via kame
2002-05-31 10:22:11 +00:00
itojun
83d7d548f9
sync with 3.7.1 (2002/5/31)
2002-05-31 09:45:44 +00:00
itojun
53ae45711d
fail if the default class is larger than the ctl class.
...
report by Paul Civati <paul@xciv.org>
2002-05-31 06:53:48 +00:00
matt
5d837662a3
Use to htobe16, not htons
2002-05-31 05:54:36 +00:00
thorpej
8165e606cc
d_namlen is a uint8_t, and thus will always be < MAXMANLEN + 1 (256),
...
so there is no need to assert it.
2002-05-30 18:16:41 +00:00
thorpej
617898cca8
Need <string.h> for strcmp() prototype.
2002-05-30 18:01:03 +00:00
wiz
a16433eede
Sort SEE ALSO.
2002-05-30 16:09:59 +00:00
wiz
565b0695e4
Add RCS Id, and drop a trailing space.
2002-05-30 16:07:59 +00:00
itojun
2cc8b1799d
detect endianness correctly by using BYTE_ORDER.
2002-05-30 14:48:44 +00:00
itojun
2234e66e0e
embed correct machine/machine_arch info into binary. PR 17103.
...
(fixes 1.18 -> 1.19 change)
From: Takeshi Nakayama <tn@catvmics.ne.jp>
2002-05-30 14:25:34 +00:00
agc
4e784ca27b
Include <string.h> to get the prorotype for memset(3).
2002-05-30 12:52:29 +00:00
agc
7ad2a4aeb4
Include <string.h> to get the prorotype for memset(3).
2002-05-30 12:29:04 +00:00
agc
0bb4958e16
Cast the difference of two pointers to an int so that it can be compiled
...
on more esoteric architectures.
2002-05-30 11:45:02 +00:00
itojun
ef188effbf
strlcpy. rtm_seq is an int. use pidfile(3). sync w/kame via openbsd
2002-05-29 23:11:13 +00:00
itojun
1675bb6f17
more strlcpy. from openbsd via kame
2002-05-29 22:23:06 +00:00
christos
d2b4e689bf
more ### removal.
2002-05-29 21:47:35 +00:00
christos
24e2c85e3d
grr, remove error ###
2002-05-29 21:47:08 +00:00
drochner
fa2ebc9b56
add mscdlabel
2002-05-29 19:40:52 +00:00
drochner
d923fb475a
to complement my recent kernel changes: add a small tool to build a
...
disklabel (in-core one, of course) from a CD TOC, which is useful
to access previous sessions on a multi-session CD
2002-05-29 19:39:06 +00:00
christos
db34dc6d9c
new files
2002-05-29 19:07:12 +00:00
christos
2e3d854ebd
Resolve conflicts.
2002-05-29 19:06:30 +00:00
christos
2aa61ebdb8
import pppd-2.4.1
2002-05-29 18:30:02 +00:00
wiz
0e143d0a98
Grammar improvements.
2002-05-29 14:48:49 +00:00
itojun
cde8ec7d66
KNF, strlcpy, memory leak fix, random other cleanups. sync w/kame
2002-05-29 14:40:31 +00:00
wiz
8b32b6b12c
Drop a space, and two grammar fixes.
2002-05-29 08:51:28 +00:00
itojun
b09ce00be9
use new SIOCGIFINFO_IN6. random other cleanups.
2002-05-29 08:04:39 +00:00
christos
d8b387a57b
update resolv.conf if we have new nameservers. Don't require a domain, because
...
it is not needed.
2002-05-28 15:04:01 +00:00
grant
787bbf3204
fix typo
2002-05-28 04:39:08 +00:00
wiz
c1c6716d11
Add man page for gspa(8).
2002-05-27 21:12:54 +00:00
wiz
988835347a
Be consistent in where -c output is written.
2002-05-27 21:11:56 +00:00
wiz
27dda7204b
Sort options in usage.
2002-05-27 21:11:41 +00:00
drochner
4b313df18b
correct partition structure initialization for new union
...
(does someone share my inpression that this tool is useless?)
2002-05-27 16:39:29 +00:00
itojun
c264025d4e
grab max hlim/ttl from kernel via sysctl. sync w/openbsd
2002-05-26 14:45:43 +00:00
itojun
00c1d95307
typo in port number setting
2002-05-26 13:14:03 +00:00
itojun
ef38c9fcf1
KNF and other cleanups. from openbsd via kame
2002-05-26 05:32:13 +00:00