nathanw
76bc7abc93
Use ".Fa stat" instead of ".Fn stat" when referring to the structure
...
rather than the function.
2000-10-07 16:48:24 +00:00
bjh21
1d5d9b5b60
4.4BSD-Lite2 contrib/sort
2000-10-07 16:39:34 +00:00
abs
5faa7161ce
xref mkdir(2)
2000-10-07 13:16:42 +00:00
itojun
8b5ceae516
don't waste entropy by use of key_random(). use key_randomfill() for
...
IV initialization.
2000-10-07 12:08:33 +00:00
lukem
0c70e530af
use ${foo##*/} instead of `basename $foo`. as suggested (with minor variation)
...
by Toru Nishimura <nisimura@itc.aist-nara.ac.jp>
2000-10-07 07:36:56 +00:00
itojun
6626345485
avoid fd_set overflow. see openbsd select(2).
...
XXX should we use poll(2)?
2000-10-07 06:53:41 +00:00
itojun
794318ceff
avoid fd_set overflow. see openbsd select(2).
2000-10-07 06:50:43 +00:00
itojun
d074de9004
avoid fd_set overflow
2000-10-07 06:42:40 +00:00
itojun
829f1b8451
avoid fd_set size overflow. from deraadt@openbsd, sync with kame.
2000-10-07 06:41:37 +00:00
itojun
c0de460728
repair fd_set size attack. from deraadt.
...
some of cleanups from kame (inet_ntop error check, unnecessary headers,
stddev computation like ping(8)).
$NetBSD$.
2000-10-07 06:36:50 +00:00
itojun
c68d2a0c47
s/MAN1/MAN/
2000-10-07 04:23:32 +00:00
itojun
08af3d2f82
validate args to SIOC[SG]IFPHY* better.
2000-10-07 04:18:04 +00:00
itojun
ff01d6f0b1
repair SIOCGIFP{DST,SRC}ADDR.
2000-10-07 03:41:38 +00:00
hubertf
68da9ad9ab
As we ship ssh in-tree now, replace the ssh startup example with one
...
for apache.
2000-10-07 00:22:44 +00:00
nathanw
34f3869cdc
Change int->bus_addr_t in com_kgdb_attach() prototype.
...
Compiles again with KGDB enabled.
2000-10-06 21:12:01 +00:00
bouyer
f6bf6762ab
Ops, disable debugging messages.
2000-10-06 20:07:10 +00:00
jdolecek
f5cb6bbd84
update(8) is gone, put in some info about ioflush
...
this addresses bin/11141 by Nick Hudson
2000-10-06 19:54:26 +00:00
jdolecek
74cffdc95f
fix typo (dely --> delay)
2000-10-06 19:08:00 +00:00
jdolecek
a69cc94b83
kill references to update(8), it doesn't exist any more
...
this addresses bin/11141 by Nick Hudson
2000-10-06 18:53:28 +00:00
thorpej
87a787f7b4
Make sure we use kvtopte() only on kernel addresses. Should
...
fix a panic that occurs when using KGDB repored by Nathan Williams.
2000-10-06 18:37:39 +00:00
thorpej
761a000d3c
Add pcap_compile_nopcap() from the most recent libpcap release
...
from tcpdump.org, although with a slightly different signature.
The tcpdump.org version has no way to report an error string back
to the caller. This version takes an additional "errbuf" argument
(similar to pcap_open_*()).
2000-10-06 16:39:24 +00:00
bouyer
c8ad9b6302
Regen
2000-10-06 16:39:22 +00:00
bouyer
171adcf634
Fix recurent typo: shed->sched
2000-10-06 16:39:04 +00:00
bouyer
e353a6d9b2
Adapt for reselect handling from the script. While here, fix typo
...
(SIOP_SCXFER -> SIOP_SXFER).
2000-10-06 16:35:13 +00:00
bouyer
eae96f0267
Regen
2000-10-06 16:31:31 +00:00
bouyer
c67eef4e7d
Handle reselect entirely in script; for this provide a script area,
...
modified by the driver, which will load the appropriate DSA for a given
target/lun.
2000-10-06 16:31:17 +00:00
fvdl
533e348801
Remove less(1), to make some necessary room (it's not needed for the pure
...
install floppy, but is available on the rescue image).
2000-10-06 14:40:37 +00:00
itojun
9841e19b81
repair some of catman/man confusion
2000-10-06 13:43:22 +00:00
enami
d127401d7f
Cosmetic changes to previous commit; indent break statement sanely.
2000-10-06 10:21:06 +00:00
enami
358aa75755
Just call matching purgeif/pcbpurgeif routine for the protocol family.
...
Without this, if a v6 address is placed before a v4 address in if_addrlist,
a PRU_PURGEIF request for v6 tcp protocol purges also v4 addresses and,
as a result, if_detach fails to request PRU_PURGEIF for v4 protocols
other than tcp.
2000-10-06 09:24:40 +00:00
itojun
c2b309a138
add SSH to major changes.
2000-10-06 08:30:09 +00:00
itojun
a001cd4e77
exit 0 on success, 1 on error
2000-10-06 06:21:16 +00:00
itojun
654a1d9555
remove obsolete handling code for SIOCSIFPHY*. they are now in ifioctl().
...
sync with kame.
2000-10-06 05:07:41 +00:00
onoe
3ec2a62f74
unique #include opt_inet.h
2000-10-06 04:49:53 +00:00
hubertf
016ecbcf4c
Add description about the "source" dir of a release, based on what's there
...
for 1.4.2.
2000-10-06 02:42:20 +00:00
itojun
74b478c63c
printf-format audit. from sommrfeld@netbsd.org. sync with kame.
2000-10-06 00:13:01 +00:00
tsutsui
fbc8920b4b
variable clock_attached is not needed.
2000-10-05 21:20:48 +00:00
wennmach
36f6fb7e06
mtree uses strsvis, not strvis.
2000-10-05 20:16:02 +00:00
tsutsui
bc0aec12fa
Make leds_intr() __inline.
2000-10-05 19:04:59 +00:00
tsutsui
50570826e7
Remove garbage in comment.
2000-10-05 18:22:41 +00:00
tsutsui
911552b39a
pasto (s/mips/m68k/)
2000-10-05 18:21:10 +00:00
wennmach
45c4e425e6
Move out-of-order line to where it belongs.
2000-10-05 17:50:56 +00:00
lukem
c111e18a4d
remove security/
2000-10-05 15:47:04 +00:00
itojun
d745652834
add ripng (521 tcp/udp). PR 11139.
2000-10-05 15:19:58 +00:00
sommerfeld
dc3402136b
Constify variables containing format strings
2000-10-05 14:32:50 +00:00
sommerfeld
37146bcc18
format checking for internal functions
2000-10-05 14:17:12 +00:00
sommerfeld
29dec280ee
format checking for internal function
2000-10-05 14:16:10 +00:00
sommerfeld
8b2d1fefd2
Miscellaneous format string safety improvements
2000-10-05 14:09:07 +00:00
sommerfeld
ac07e85117
Enhanced format checking, mk II:
...
New option -Wno-format-extra-args : suppress warning for:
printf("foo", bar);
since that isn't interesting from the POV of this audit, and it's more
common than most in some code.
also, do format args checking for
printf(Aflag ? "format 1: %s" : "format 2: %s", bar);
albeit in a half-hearted way for now (just check the "then" case)
2000-10-05 13:08:57 +00:00
hubertf
316c9bbfc5
the ssh pkgs now install a /usr/pkg/etc/rc.d/sshd, not
...
/usr/pkg/etc/rc.d/sshd.sh.
Whether the existence of this lines is useful with ssh in tree is
a seperate issue.
2000-10-05 12:46:34 +00:00