yamt
056303b850
rip6_output: redo raw_ip6.c 1.67-1.67, using m_copyback_cow.
2004-09-06 10:05:14 +00:00
yamt
421ffa4969
pfil4_wrapper, pfil6_wrapper:
...
ensure that mbufs are writable beforehand as pf assumes it.
PR/26433.
2004-09-06 10:01:39 +00:00
yamt
d73bcfeb33
fr_check_wrapper, fr_check_wrapper6:
...
ensure that mbufs are writable beforehand as ipf assumes.
PR/26773 and PR/26850.
2004-09-06 10:00:43 +00:00
darrenr
9ec77d6329
Do not allow packets flagged with "out-of-window" (oow) to match "keep state"
...
rules and try to prevent such rules ("keep state with oow") from being loaded
into the kernel.
Pr: kern/26581
2004-09-06 09:55:13 +00:00
yamt
436ebe5788
add m_copyback_cow and m_makewritable.
2004-09-06 09:47:16 +00:00
yamt
ca6f5d2af0
- document m_copyback_cow and m_makewritable.
...
- note limitations of m_copyback.
- bump date.
2004-09-06 09:45:27 +00:00
yamt
e2139bcdc8
add m_copyback_cow and m_makewritable.
2004-09-06 09:43:29 +00:00
sekiya
8590eac465
Use the mace interrupt handler for PCI interrupts.
...
From KIYOHARA Takashi
2004-09-06 07:24:06 +00:00
dsl
4a83eca5d5
Save 2 more bytes (by adjusting the ERR_NO_LBA setup).
...
Use up all the space by adding a short banner message.
'Fn diskn' for bootsel and 'NetBSB MBR boot' for the non-bootsel code.
2004-09-05 21:42:43 +00:00
dsl
754b92f9b9
The last commit slightly increased the size of gzip - I had thought that
...
all the install media used the 'SMALL' variant, but this is not the case.
Redo the percentage print code to reduce the size to less than the old version.
Fix another fd leakage (didn't call fclose() if ferror() returned non-zero.
Change some maybe_warn() to maybe_warnx() in places I'm sure errno is undefined.
Call mayber_warn() earlier in other paths so that errno might still be valid.
Make the SMALL and NO_BZIP/COMPRESS_SUPPORT options all compile with WARNS=3.
2004-09-05 21:32:30 +00:00
snj
f6be58aa62
New sentence, new line, drop trailing whitespace, bump date for last.
2004-09-05 17:55:29 +00:00
jdolecek
6c0c833e0d
change the defines for cdev and bdev majors to 162, which is assigned
...
to vinum now
fixes PR kern/26855 by Andreas Wiese
2004-09-05 15:10:25 +00:00
sekiya
7e244e5e53
Oooops, iaa.iaa_name must be initialized.
2004-09-05 13:32:10 +00:00
sekiya
847a930d95
Use config_found_ia() rather than config_found().
2004-09-05 11:48:34 +00:00
jdolecek
ec083dc43c
linux_sa_get: g/c curproc use, we get the process as one of arguments
2004-09-05 09:38:17 +00:00
jdolecek
4032a79979
improve the (#ifdef DEBUG_LINUX) socketcall argument dump code:
...
- print the socketcall type
- special case socket(2) call, it's also the only one with first argument
not being a socket descriptor
- only dump the relevant part of linux_socketcall_dummy_args, instead
of always the whole structure
2004-09-05 09:09:02 +00:00
wiz
89fb08a9ec
Bump date for removal of Kerberos option descriptions.
...
Remove dots at end of SEE ALSO.
2004-09-05 08:48:32 +00:00
manu
bd3e12fe2f
Kerberos support is broken in rcommands, thus making -K -k and -x options
...
unavailable. Remove theses options from the man pages (it won't be very
hard to bring them back if we fix kerberos one day)
2004-09-05 08:38:23 +00:00
manu
37c1557cc7
At submitter's request, add more comprehensive credits about IPv4 PIM
...
patches authors.
2004-09-05 08:25:41 +00:00
jdolecek
bae3c8fbb8
add some newer clone flags
2004-09-05 07:22:20 +00:00
manu
46cc47f4ab
Missing files that were recently added:
...
usr/include/netinet/pim.h
usr/include/netinet/pim_var.h
usr/share/man/cat4/multicast.0
usr/share/man/cat4/pim.0
usr/share/man/man4/multicast.4
usr/share/man/man4/pim.4
2004-09-05 06:32:03 +00:00
skd
2d0c1ccea9
Fill out correct cap variable so that DMA works again.
2004-09-05 05:07:41 +00:00
manu
4b9998badf
Forgotten fixes to sed(1)
2004-09-05 00:27:21 +00:00
manu
1eda7d0a6f
Document the recent progresses of compat_darwin(8)
2004-09-05 00:04:45 +00:00
manu
8e360fd5e9
Ooops, upside down...
2004-09-05 00:02:15 +00:00
manu
9b3a7b49be
Add IPv4 PIM support, submitted by Pavlin Radoslavov on tech-net@.
2004-09-04 23:59:38 +00:00
manu
cd622b7f8c
Documentation on the PIM kernel options and on multicast, from Pavlin
...
Radoslavov, imported from FreeBSD.
2004-09-04 23:54:51 +00:00
manu
753bcaf581
IPv4 PIM support, from the submission of Pavlin Radoslavov on tech-net@
2004-09-04 23:35:43 +00:00
lukem
40c2c137db
prevent groff warnings
2004-09-04 23:33:07 +00:00
manu
85111f912e
IPv4 PIM support, based on submission from Pavlin Radoslavov on tech-net@ :
...
two new files I forgot to add on the first cvs commit.
2004-09-04 23:32:29 +00:00
manu
6e3c639957
IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
...
tech-net@
2004-09-04 23:29:44 +00:00
manu
35053e0e8d
Recognize bundles as mach-O executables
2004-09-04 23:21:26 +00:00
lukem
293ecb3f96
missing postfix docs; postconf(5) postconf.5.html OVERVIEW.html
2004-09-04 22:56:16 +00:00
lukem
e58e6ec148
add postconf.5.html OVERVIEW.html. style cleanup
2004-09-04 22:53:35 +00:00
lukem
336311d0ad
style cleanup (alpha sort list, reformat comments)
2004-09-04 22:28:26 +00:00
lukem
6be90f72e3
add postconf(5). style cleanup (alpha sort list, reformat comments)
2004-09-04 22:22:26 +00:00
lukem
ee7fcfe0f4
style cleanup (alpha sort list, reformat comments)
2004-09-04 22:16:48 +00:00
tsutsui
52b46dcf6f
- Use ANSI function declarations and make some functions static.
...
- Some KNF
2004-09-04 13:43:11 +00:00
tsutsui
378871cd27
Include ioconf.h to declare struct cfdriver.
2004-09-04 11:28:32 +00:00
dsl
434117bcce
Set the XFL field of the gzip header to indicate maximum compression or
...
fast compression. Fixes PR bin/26812
Add references the the 3 relevant RFCs
2004-09-04 10:48:57 +00:00
skrll
ab05973128
Use "NULL" instead of "(struct foo *)0".
2004-09-04 07:09:35 +00:00
thorpej
e489b76d88
More complete fix for overriding CPUFLAGS and also apply fix to bootxx,
...
from Valeriy Ushakov.
2004-09-03 21:55:17 +00:00
thorpej
f340ce91f0
Override CPUFLAGS to empty so that a CPUFLAGS setting in the user's
...
mk.conf don't affect the C options we need to build the boot loader.
2004-09-03 18:25:04 +00:00
darrenr
02c34673a3
add a per-socket counter for dropped UDP packets when the internal buffers
...
are full.
2004-09-03 18:14:09 +00:00
sketch
6f068797e2
Fix obvious grammar mistake. Most of this file could do with a rewrite.
2004-09-03 14:24:50 +00:00
leo
86c572bcee
Correct typo in copyright notice. (noticed by Hubert Feyrer).
2004-09-03 14:07:57 +00:00
he
dd3405192a
Move crtbeginT.o from shl.elf to gcc.mi, so that it is only included in
...
the set list if HAVE_GCC3=yes. Fixes build of release for the vax port.
2004-09-03 11:26:22 +00:00
sekiya
191a6b609d
Regen.
2004-09-03 10:31:47 +00:00
sekiya
98c96dbb1e
Add big-endian elf64 to ld for MIPS targets.
...
Reviewed by simonb@
2004-09-03 10:30:09 +00:00
smb
57643d12c5
Don't try and add a state session if the packet has already been checked
...
and marked as out of window - trying to do the add will result in a failure
and the packet being blocked, incorrectly.
Committed By: darrenr
Tested By: smb
2004-09-03 04:18:09 +00:00