soren
d880cab464
MD etc bits. MAKEDEV incomplete.
2000-06-14 05:28:59 +00:00
mycroft
fbb147f69b
Check the multicast bit in the header mbuf while interrupts are still blocked.
...
Otherwise we can run off into space if the packet was sent immediately and the
mbuf freed.
Pointed out by Boris Popov (not on our lists).
2000-06-14 05:10:27 +00:00
itojun
b08666e2a4
IPv6 numeric addresses are permitted.
2000-06-14 03:57:23 +00:00
itojun
c4e8d3d8d5
"nameserver" line happily accepts IPv6 numeric address.
2000-06-14 03:52:40 +00:00
shin
0750878997
note that Xhpc is EXPERIMENTAL.
2000-06-14 03:33:11 +00:00
itojun
c45b4229e4
typo
2000-06-14 03:24:16 +00:00
itojun
186948075c
remove too strong assumption on mbuf length.
...
the previous code choked if large policy entry is injected with "spdadd"
subcommand in setkey(8).
2000-06-14 03:16:23 +00:00
itojun
01014585ed
update examples, so that they would at least pass the parser.
2000-06-14 03:02:12 +00:00
perseant
37318e5a65
Assorted changes/fixes to dumplfs:
...
Add flags "-b" and "-I" to dumplfs, to allow the user to specify the
location of the superblock and Ifile inode, respectively.
Don't print "corrupt segment header" any more for leftover slivers of
space too close to the next segment to write a partial-segment. In the
event that there was no such sliver, the segment still ends; recognize
this and print out the segment number, and superblock if asked.
Document all the flags in the man page.
Print the partial-segment write flags (SS_DIROP, SS_CONT).
Make the "-a" flag output look slightly better.
Change all hex numbers to lowercase, instead of having some upper and
some lower.
2000-06-14 01:55:37 +00:00
itojun
b3d17a6362
besure to check getnameinfo() return value. (debugging code)
2000-06-14 01:52:41 +00:00
soda
c521ba58c1
yet another change for NEC RISCstation 2250 of arc port.
2000-06-14 00:34:33 +00:00
tron
3e3d2d7344
Regen.
2000-06-13 22:44:51 +00:00
tron
d643d25eb9
Add CMD PCI0648.
2000-06-13 22:44:19 +00:00
cgd
ef767ee388
Replace my personal attribution string ("This product includes software
...
developed by Christopher G. Demetriou for the NetBSD Project.") with
a generic NetBSD one ("This product includes software developed for the
NetBSD Project. See http://www.netbsd.org/ for information about NetBSD.")
so that this same set of terms can be used by others if they so desire.
(Eventually i'll be converting more/all of my code.)
2000-06-13 22:36:16 +00:00
soren
0ea5e0720a
IBM Tropic Token Ring PCMCIA attachment. XXX Needs work.
...
Many thanks to Onno van der Linden for his help in getting this working.
2000-06-13 20:03:47 +00:00
soren
ca34a6a69a
Call frontend enable/disable functions in the ioctl path.
...
Use _sc prefixes for some softc members.
A few minor cleanups.
2000-06-13 20:00:02 +00:00
itojun
60cd90f104
TODO; should check /etc/ipsec.conf owner/permission,
...
while we don't have find(1).
2000-06-13 18:17:13 +00:00
itojun
af9d516560
signedness issue with char, take 2. confirmed with i386 cc -funsigned-char.
2000-06-13 17:31:37 +00:00
nathanw
a5598651e8
Arrange to use the right RAMDAC cookie at console initialization time.
...
[I thought I committed this months ago....]
2000-06-13 17:21:06 +00:00
itojun
6bbde2ae91
resolve conflicts. (mainly due to $Id$ mistake in past import)
2000-06-13 17:18:26 +00:00
itojun
a297ccd8ed
sendmail/helpfile needs edit by hand.
2000-06-13 17:13:17 +00:00
itojun
e6b5cff2ac
sendmail 8.10.2
2000-06-13 16:54:40 +00:00
thorpej
fe8841f18a
Some platforms, like the Sable, hook EISA and ISA interrupts
...
up Very Differently. Handle this.
2000-06-13 16:40:37 +00:00
itojun
c6a8ca266b
workaround to suppress warning on char == unsigned char arch.
2000-06-13 16:34:37 +00:00
itojun
beb03d9f22
add ipsec configuration.
2000-06-13 16:33:18 +00:00
itojun
00ded2c64e
add rc.d/ipsec for ipsec configuration. when enabled, it will inject
...
/etc/ipsec.conf into "setkey -f". PR 9609.
2000-06-13 16:29:53 +00:00
itojun
246f43dbbb
use ${start_precmd} to check duplicate sendmail.cf.
...
do not use "err" on failure, it is not that fatal (it's okay if we
don't start sendmail)
2000-06-13 15:53:03 +00:00
simonb
ec323af478
Document KVM_NO_FILES and kvm_get{proc,argv,envv}2(). Better wording
...
kindly accepted!
XXX: Need to update distrib lists. Tomorrow...
2000-06-13 15:48:56 +00:00
mellon
5ec30b76db
Fix a paste-o (thanks to Frederick Bruckman for investigating this)
2000-06-13 15:39:07 +00:00
soren
45bdc51fa2
Regen.
2000-06-13 15:37:29 +00:00
mellon
45362f7ad8
Register the host type.
2000-06-13 15:37:16 +00:00
itojun
11a42bf1f4
move setkey(8) from usr.sbin to sbin, to enable us to initialize
...
IPsec manual key before /usr mount..
(based on "don't use cvsmove" discussion i have seen, I did not use cvsmove)
2000-06-13 15:15:21 +00:00
leo
3e4dbe0e25
Throw in a bunch of _C_LABEL macro's. (Hi Klaus ;-)
2000-06-13 14:48:44 +00:00
itojun
0455eac327
do not use cached route if the route becomes !RTF_UP.
...
make the validation for jumbo payload option more strict.
2000-06-13 14:43:44 +00:00
simonb
8c57fd15f5
Bring a little closer to current reality - includes my recent sysctl
...
additions and well as a number of other small additions/changes/deletions.
2000-06-13 14:42:55 +00:00
simonb
c878fedaf6
Pull in decompression error checking from bzip2-1.0.0. Fixes PR bin/8237.
...
bzip2-1.0.0 is a complete API change and will no be integrated just now...
2000-06-13 14:12:28 +00:00
bouyer
22a10be43e
sheduler->scheduler, as pointed out by Klaus Klein
2000-06-13 13:59:15 +00:00
ad
3553879fc2
Use my proper name.
2000-06-13 13:36:42 +00:00
shin
1168e0d779
make it up to date.
2000-06-13 12:56:59 +00:00
shin
7a28f08c92
add some supported hardwares.
2000-06-13 12:56:13 +00:00
simonb
54736c4744
Use the NFS_NFSSTATS sysctl that has been around since Feb '96.
...
By using a common function to retrieve the NFS stats, the sysctl
aware binary is smaller than the old kvm-only binary on at least
two architectures!
2000-06-13 12:39:43 +00:00
minoura
d4d1b4cce4
Argument modreg of fpu_decode_ea() is actually an opecode.
...
That bug prevented awk(1) to work.
2000-06-13 12:28:13 +00:00
scw
b7a8fc610a
Document OPTi 82c621 support.
2000-06-13 09:43:07 +00:00
chs
b4aac1046f
round the sizes of mapped text and data segments to PAGE_SIZE.
...
fixes PR 10079.
2000-06-13 06:21:51 +00:00
tron
447112b869
Add entry for "bba(4)".
2000-06-13 06:15:51 +00:00
matt
0aa592b979
Add a table of calibrations. The MCR_500 one (640x240) makes the MCR_700A
...
(800x600) almost unusable. Now the 700A has it's own.
2000-06-13 05:59:55 +00:00
itojun
f271a2cc0d
do not install /usr/sbin/scriptdump, a helper perl script for setkey(8).
...
makes no sense when we have no perl in base system.
2000-06-13 05:35:45 +00:00
eeh
3517559eb5
Missing paren.
2000-06-13 05:04:05 +00:00
itojun
36887242d7
add sanity check on in6_ifaddr.
2000-06-13 04:35:29 +00:00
chs
ded9898d88
make sure that the size we pass to uvm_map() is a multiple of PAGESIZE.
...
this should fix PR 10175 and prevent the panic of PR 10079.
2000-06-13 04:25:31 +00:00