itojun
e0e97ce83d
$Id$ -> Id
2000-05-03 11:02:48 +00:00
itojun
9ea68ca773
one more removal of $Id$.
2000-05-03 11:01:47 +00:00
veego
4b794f4520
Import IP Filter 3.4.1
2000-05-03 10:57:43 +00:00
itojun
9a24a3ec5b
sync with sendmail upgrade.
2000-05-03 10:57:29 +00:00
veego
ba17d31cd0
Import IP Filter 3.4.1
2000-05-03 10:56:46 +00:00
itojun
24ff0c6e1f
mention sendmail upgrade twists (/etc -> /etc/mail)
2000-05-03 10:56:45 +00:00
veego
4a7aefb42e
Import IP Filter 3.4.1
2000-05-03 10:55:27 +00:00
itojun
366bbade5a
sync with sendmail upgrade.
...
- sendmail configuration files are in /etc/mail, not /etc.
- src/etc/aliases will be installed into /etc/mail/aliases (confusing)
- rc.d/sendmail warns if /etc/sendmail.cf exists.
2000-05-03 10:55:19 +00:00
itojun
b723212dfd
for gnu/dist/sendmail, prevent rewrite of $Id$, $Revision$ and $Date$.
...
supply sendmail2netbsd for future imports.
remove 8.9.x files.
populate sendmail 8.10.1 build tree under gnu/usr.sbin/sendmail.
2000-05-03 10:50:04 +00:00
veego
f737a9e1df
Use find with -type f.
2000-05-03 10:50:03 +00:00
itojun
ec8cc6ac34
for gnu/dist/sendmail, prevent rewrite of $Id$, $Revision$ and $Date$.
...
supply sendmail2netbsd for future imports.
remove 8.9.x files.
populate sendmail 8.10.1 build tree under gnu/usr.sbin/sendmail.
2000-05-03 10:49:07 +00:00
itojun
081aaedb27
sendmail 8.10.1
2000-05-03 09:27:16 +00:00
itojun
94dc65714b
add /etc/mail, which will be used with sendmail 8.10.x.
2000-05-03 09:24:23 +00:00
shin
9d63410108
use TARGET_DEFAULT to generate PIC code.
...
closes PR 8574.
2000-05-03 08:23:12 +00:00
itojun
17424fe1fe
sync with rc.d/network, about IPv6 prefix filters
...
(since we still ship it, we need to make it up-to-date)
2000-05-03 07:04:22 +00:00
simonb
9c747bda1e
Fix the <ieeefp.h> problem a different way - nothing actually uses the
...
contents of that header (the only file that includes it compiles to the
same object code on multiple architectures with or without including
<ieeefp.h>), so remove all references to it.
Fix sent to NTP maintainers - they will probably implement this change
after the immenient 4.1.0 release, but don't want to change it so close
to the release date.
2000-05-03 06:08:45 +00:00
simonb
bc13e99292
Include rough instructions for importing new NTP release.
2000-05-03 05:38:19 +00:00
matt
1fef86f176
rework slightly so that when MKLINKLIB=no only the shared objects are built.
...
(building normal objects when they are never used really sucks on slow build
machines).
2000-05-03 03:44:12 +00:00
matt
25845e87d4
There ain't no IEEE FP on a VAX.
2000-05-03 03:26:12 +00:00
sjg
45fb67b360
remove/change missleading comments
2000-05-03 00:10:33 +00:00
sjg
89d94dac9b
set KERNSRCDIR rather than BSDSRCDIR
2000-05-03 00:08:13 +00:00
jdolecek
8bcd56bd12
make lkm_name in struct lkm_* a const
2000-05-02 22:13:20 +00:00
bouyer
3bb9a5f666
- do sync/wide negotiation
...
- use a circular queue for the start slots, so that order has better chances
to be preserved.
2000-05-02 19:03:02 +00:00
drochner
f518286a27
fix typo
2000-05-02 19:02:28 +00:00
soren
abf17c0cc1
MBR on cobalt too.
2000-05-02 19:00:41 +00:00
nonaka
e4f0173fa3
also use mbr partition table on prep.
2000-05-02 18:21:41 +00:00
nonaka
a279fa1682
also install on prep.
2000-05-02 18:20:41 +00:00
nonaka
ad9dd901f1
mbr partition table parameter is little endian.
...
need to bswap.
2000-05-02 18:19:01 +00:00
nonaka
93f867f485
LABELOFFSET 42 -> 64
2000-05-02 18:13:04 +00:00
nonaka
2ed0c0fe88
add cn_bell to struct consdevs pccons.
2000-05-02 18:11:07 +00:00
uch
89cb6ad8b8
forgot to commit TX3912.
2000-05-02 18:00:54 +00:00
uch
3c873423e1
add ioctl, mmap.
...
hpcfb directly attach to tx3912video and plumvideo. (no longer use bivideo)
XXX CLUT
2000-05-02 17:50:51 +00:00
uch
9dccb575be
change hpfcb_cnattach interface to adopt current implementation.
2000-05-02 17:45:15 +00:00
augustss
b09bd0e884
s/xntpd/ntpd/
2000-05-02 16:31:11 +00:00
sjg
1f724b9392
use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
2000-05-02 16:06:45 +00:00
sjg
4f4b625421
incase we muck up number of ../'s below
2000-05-02 14:30:14 +00:00
sommerfeld
a5ff71cecc
One more __attribute__((__packed__)) to dissuade egcs from making
...
unwarranted asumptions about the structure's alignment.
2000-05-02 14:15:07 +00:00
sjg
591dd83065
use KERNOBJDIR if set
2000-05-02 13:59:20 +00:00
sjg
1350b8fdf4
use KERNOBJDIR from bsd.kernobj.mk
2000-05-02 13:57:27 +00:00
perry
414c661ebf
fix comments
2000-05-02 13:16:56 +00:00
pk
c49e7076d3
Simplify pmap_page_protect(); modelled after a similar change by
...
Art Grabowski in Openbsd.
2000-05-02 13:06:27 +00:00
simonb
6e1372a422
Remove xntp3 sources.
2000-05-02 12:50:50 +00:00
simonb
44e419a369
Adjust sets for ntp4.
...
XXX: Obsolete sets still need to be fixed.
2000-05-02 12:46:05 +00:00
itojun
aee9bb5b5f
IPv6CP support. if IPv6 link-local address is configured to the interface,
...
the interface tries to negotiate ifid with the other end by using IPv6CP.
other changes:
- do not share ppp sequence number across protocols.
- if LCP proto-rej is received, drop the protocol mentioned by the message.
this is to be friendly with non-IPv6 peer (if the peer complains due to
lack of IPv6CP, drop IPv6CP). this basically implements "RXJ+" state
transition in the RFC.
- cleanup debugging message. always print blank just before message.
CAVEAT:
- if the peer uses the same MAC address as our side (pretty unlikely)
the code may go into req-rej loop.
- even though we negotiate ifid, we don't configure destination address
onto the interface. it is not really necessary to do so (IMHO).
- I've tested this code on a NetBSD 1.4.2 node, which was with fair amount
of modifications. not sure if the committed code does it right... (please
test and send reports)
2000-05-02 12:43:16 +00:00
is
2ced82ab8e
Add the (void)&acc; hack from strtouq.c to strtoull.c. This works around
...
an arm32 compiler bug. Change the comment in strtouq.c to reflect the current
usage of the hack.
2000-05-02 12:39:03 +00:00
simonb
dc5fae5847
Don't build libntp anymore.
2000-05-02 12:22:23 +00:00
simonb
e5150c9868
Out with the old, in with the new.
2000-05-02 12:19:20 +00:00
simonb
dd4d1cfbc2
Change xntpd to ntpd.
2000-05-02 12:17:28 +00:00
simonb
dfbbad05df
Use "ntpd.pid" for pid file, change other xntp references to ntp.
2000-05-02 12:16:07 +00:00
simonb
8632dc5bb6
Add ntp, remove xntp.
2000-05-02 12:14:40 +00:00