brian
9934efd0dd
Add various system usernames (even though I try to avoid pppd!!!)
...
PR: 19717
Submitted by: Tony Finch <dot@dotat.at>
2000-07-06 19:05:43 +00:00
ume
46f05f722b
Make compilable.
...
Reported by: Ollivier Robert <roberto@eurocontrol.fr>
2000-07-06 18:17:08 +00:00
julian
8c0bd98e14
Don't forget to set our MAC address into packets we wre sending out via
...
netgraph. Eventually we may need to have a separate hook for packets
that already have a source AMC address but for now just drop it in.
Should fix PPPoE.
2000-07-06 15:35:59 +00:00
n_hibma
48d423edf8
Properly fix world.
...
Sorry for breaking things in the first place.
2000-07-06 13:23:35 +00:00
kris
2e12ba136e
Unbreak heimdal build: we can no longer #include <netinet6/in6.h>
2000-07-06 10:09:59 +00:00
roberto
1395ba12a5
Fix buildworld.
2000-07-06 08:37:34 +00:00
dcs
e71baf2383
I hate signed chars.^W^W^W^W^WCast to unsigned char before using signed
...
chars as array indices.
2000-07-06 06:37:30 +00:00
dcs
2d066a2d83
Correct comment to work with test code.
...
Prevent out of bounds array access in some specific cases.
2000-07-06 06:34:15 +00:00
wpaul
966a32cd5b
Add support for the National Semiconductor DP83815 fast ethernet
...
controller chip. This chip is currently being used on the NetGear
FA312-TX adapter, which I guess is a replacement for the FA310-TX
(PNIC-based).
I added support for this chip by modifying the sis driver since
the SiS 900 and the NS DP83815 have almost the same programming
interface (the RX filter programming and PHY access methods are
different, but the general configuration, DMA scheme and register
layout are identical).
I would have had this done a lot sooner, but getting the damn MAC
address out of the EEPROM proved to be more complicated than expected.
2000-07-06 06:02:04 +00:00
billf
ba16109118
minor brucification.
2000-07-06 05:46:37 +00:00
dcs
5d7c5eed08
Use UCHAR_MAX consistently.
2000-07-06 05:19:29 +00:00
kris
39c8ef1c21
Add two files missing from the KAME sync
...
Submitted by: Eric Sabban <esabban@pacbell.net>
2000-07-06 04:01:37 +00:00
mckusick
61ae57db56
Teach fsck about snapshot files. These changes should have no
...
effect on operation of fsck on filesystems without snapshots.
If you get compilation errors, be sure that you have copies of
/usr/include/sys/mount.h (1.94), /usr/include/sys/stat.h (1.21),
and /usr/include/ufs/ffs/fs.h (1.16) as of July 4, 2000 or later.
2000-07-06 02:03:11 +00:00
kris
fc37193d75
Correct style bugs
2000-07-06 02:00:18 +00:00
kris
a643686d34
Correct style bugs in previous commit
2000-07-06 01:55:21 +00:00
jhb
1bc7f5bab2
- Inline all the functions that are only called once. This results in a
...
savings of 68 bytes in boot2.
- Also add a comment warning that you can't remove the empty exit()
function.
2000-07-06 01:51:27 +00:00
mckusick
6af3988496
Add the snapshot option to mount_ufs.
2000-07-06 01:50:05 +00:00
kris
1c335da8a3
Sync with latest KAME code.
...
Obtained from: KAME
2000-07-06 01:48:08 +00:00
kris
014fbe9293
Sync with latest KAME
...
Obtained from: KAME
2000-07-06 00:38:07 +00:00
jhb
037bed528d
Doh. The disklabel is not 0x200 bytes of zeros, but it is 0x200 bytes long.
2000-07-06 00:29:40 +00:00
ache
87c46800a0
Fix .Fx usage (causing error diagnositc)
2000-07-06 00:25:05 +00:00
jhb
06878d47d6
Clarify the comments in here a bit. The first sector of boot2 is not just
...
zeros, it is actually the disklabel itself. boot2.ldr is simply a
placeholder in the boot2 binary.
2000-07-06 00:22:50 +00:00
jhb
1ebf348bd0
Emulate the WBINVD instruction when it is called by the BIOS.
2000-07-06 00:13:21 +00:00
kris
be25e6d5a3
Sync with latest KAME
...
Obtained from: KAME
2000-07-05 22:09:50 +00:00
kris
13d90d944f
Sync with latest KAME.
...
Obtained from: KAME
2000-07-05 21:54:07 +00:00
wpaul
8a5ba0ae5f
Close PR# 19617: add support for VIA VT6102 NICs to VIA Rhine driver.
2000-07-05 21:37:21 +00:00
ache
320469757a
Fix alt months
...
Submitted by: Ri?ardas ?epas <rch@richard.eu.org>
2000-07-05 21:02:45 +00:00
ume
d3c71f0efb
IPv6 support.
...
This is required for forthcoming IPv6 ready installer.
Obtained from: KAME
2000-07-05 19:34:43 +00:00
itojun
ade2fdc9b1
add list of KAME files - may not be 100% correct
2000-07-05 19:05:19 +00:00
sheldonh
1c1407feaf
The previous commit changed the df(1) units flag from -k to -h, which
...
produced human-readable output. I like this, but it's certainly not
something to change willy-nilly without discussion. Revert to -k.
Anyway, the new variable allows folks to pick any units flag that
fits their fancy.
2000-07-05 17:48:23 +00:00
bsd
688e243e64
Plug the hole where rshd would bypass a proper .rhosts check if the
...
password was empty.
Reviewed by: Warner Losh <imp@freebsd.org>
2000-07-05 17:47:17 +00:00
n_hibma
72c0a8a9d4
Add the usbhidctl utility, from NetBSD, by Lennart Augusst
2000-07-05 17:43:33 +00:00
jasone
a5e8ea1009
Remove DEBUG_FLAGS=-g3, which never should have been committed.
2000-07-05 16:21:42 +00:00
tg
7f9b6cda1d
Now that the scripts in our ports support this, call the scripts
...
in ${local_startup} with the `stop' option on shutdown.
2000-07-05 12:40:26 +00:00
des
40127f9018
Add MIT copyright
2000-07-05 12:04:31 +00:00
kris
66c44f6a43
Sync with latest KAME.
...
Obtained from: KAME
2000-07-05 11:12:53 +00:00
kris
4bf2ee2817
Sync with latest KAME code.
...
Obtained from: KAME
2000-07-05 11:00:58 +00:00
sheldonh
b896bc0c05
Introduce a new option, daily_status_disks_df_flags, which specifies
...
the command-line arguments to be used for the call to df(1) when
daily_status_disks_enable is set to YES.
The name of the new variable was chosen by the maintainer of our
periodic hierarchy, Brian Somers.
PR: 19631
2000-07-05 10:47:01 +00:00
sheldonh
2b34dd0bea
Correct the usage printed for --exclude, which takes a globbing pattern
...
and not a file name.
PR: 19698
Reported by: Jeff Blaine <jblaine@mitre.org>
2000-07-05 10:31:16 +00:00
itojun
a1d6ff0136
simplify and correct name resolution in tn().
...
XXX what is the goal of af_switch()? it seems to me it is not necessary
any more with getaddrinfo(3) fix for correct name-resolution ordering.
comments? >shin
2000-07-05 10:15:23 +00:00
kris
e041633352
Sync with latest KAME.
...
Obtained from: KAME
2000-07-05 10:14:11 +00:00
sheldonh
d27de9de37
Fix typo: "managment" -> "management".
...
PR: 19689
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
2000-07-05 10:07:30 +00:00
kris
944da85040
Sync with KAME
...
Obtained from: KAME
2000-07-05 09:48:43 +00:00
kris
c8b7610f71
Sync with KAME
...
Obtained from: KAME
2000-07-05 09:37:52 +00:00
kris
cedfd0750b
Sync with latest KAME code.
...
Obtained from: KAME
2000-07-05 09:34:10 +00:00
itojun
733c29e0b9
sync with more recent KAME tree. handles scoped IPv6 notation.
...
supports "delete" subcommand.
corrects PR 19663.
2000-07-05 08:42:07 +00:00
itojun
44ab6a4c89
sync with more recent kame tree.
...
- correct scoped notation separator (s/@/%/)
- include example and more references
2000-07-05 08:27:50 +00:00
itojun
1497eb98fb
sync with kame. more security warnings
2000-07-05 08:15:05 +00:00
n_hibma
7a141daf14
Use the packed attribute for the descriptor on the wire
2000-07-05 08:11:43 +00:00
jhb
b6e74b58eb
Support for unsigned integer and long sysctl variables. Update the
...
SYSCTL_LONG macro to be consistent with other integer sysctl variables
and require an initial value instead of assuming 0. Update several
sysctl variables to use the unsigned types.
PR: 15251
Submitted by: Kelly Yancey <kbyanc@posi.net>
2000-07-05 07:46:41 +00:00