summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-07-07o Log the (payload/size) of all packet types, not just TCP packetsbrian
o If the new ``filter-decapsulation'' is enabled, delve into UDP packets that contain 0xff 0x03 as the first two bytes, and if we recognise it as PROTO_IP, decapsulate it for the purpose of filter checking. If we recognise it as PROTO_<anything else> mention this for logging purposes only. This change is aimed at people running PPPoUDP where the UDP traffic is being sent over another PPP link. It's desireable to have the top level link connected all the time, but to have the bottom level link capable of decapsulating the traffic and comparing the payload against the filters, thus allowing ``set filter dial ...'' to work in tunnelled environments. The caveat here is that the top ppp cannot employ any compression layers without making the data unreadable for the bottom ppp. ``disable deflate pred1 vj'' and ``deny deflate pred1 vj'' is suggested.
2000-07-07Isn't code sharing great?Artur Grabowski
poll had the same timeout problem as select.
2000-07-07On the last commit to fdisk when the prototypes to PRT_fix_CHS and PRT_fix_BNDale S. Rahn
were made, some code in an ifdefed section was missed. Update that section of code to have the appropriate added parameter.
2000-07-07esp files commented out for now, since the MI esp driver was added.Dale S. Rahn
the mac esp driver was not yet ported, when that is done, this will be readded appropriately.
2000-07-07Updates from a newer version of the NetBSD driver.Dale S. Rahn
Use the interrupt line as configured by pci, now that the bridge will walk the openfirmware device tree and properly initialize that field.
2000-07-07Support config type 2 as required for proper uni-north pci config cycles.Dale S. Rahn
use the same code for read and write for easier maintance. code to walk the openfirmware device tree when a bridge is configured to copy the interrupt line information into the pci register so that the device driver can use it. Apple Openfirmware doesn't do this automatically.
2000-07-07When select is awakened by a select collission, we need to recalculateArtur Grabowski
the timeout.
2000-07-07Since it is possible for the interrupt controller to be configured lateDale S. Rahn
in the config cycle, and pci devices as well as mac onboard devices do not use interrupts to probe. It is possible to record that the interrupt is to be configured, but not configure it with the interrupt controller until the interrupt controller configures itself. This is lazy binding of interrupts. If there is a conflicting interrupt or other problem it will be noticed when the interrupt controller configures and collects the data rather than when the device configures. Currently on the openpic interrupt controller supports these pre-configured interrupts.
2000-07-07Additional bus defines, required to build ahc driver. ahc not quite workingDale S. Rahn
due to busdma issues on powerpc.
2000-07-07Fix some spl handling.Artur Grabowski
Return 1 from zshard more often to reduce (not fix) the stray interrupt problem.
2000-07-07Convert spl* on sparc to be raising-only.Artur Grabowski
2000-07-07Update to match changes to splsoftclock()/spllowersoftclock().Hakan Olsson
Plus splserial() -> spltty(), splsoftserial() -> splsofttty().
2000-07-07sense of port forwarding flag test was backwardsTheo de Raadt
2000-07-07syncTheo de Raadt
2000-07-07clean code is good codeTodd T. Fries
2000-07-07Change fingerd back to using fgets(3), not fgetln(3). Using fgetln(3)Todd C. Miller
was a mistake since it allows an attacker to trivially drive up the load on a machine. Of course, this can still be done with multiple connections but there's no reason to make it easier than it needs to be. This also simplifies the logging a bit.
2000-07-07syncjasoni
2000-07-07Change all UNIMPL and OBSOL syscalls to STD.jasoni
Add these syscalls to linux_dummy.c where they return ENOSYS and display a friendler message which tells you what unimplemented syscall has been called.
2000-07-07Add a CAVEATS section explaining that you should never pass a user-suppliedAaron Campbell
format string directly without %s.
2000-07-07Insert missing semi-colon.Aaron Campbell
2000-07-06Remove the ffs_softupdates(4) man page. The license has been changed to BSD andAaron Campbell
all relevant information has been moved to the options(4) page.
2000-07-06- Flesh this man page out substantially.Aaron Campbell
- Move full description of Soft Updates under the FFS_SOFTUPDATES option.
2000-07-06#ifdef SIOCGIFMTU should have been SIOCSIFMTU.mjacob
Noticed by: Chris Cappuccio <chris@dqc.org>
2000-07-06Fix a minor bug in the MAC address unscrambling code. From FreeBSD.Aaron Campbell
2000-07-06Add "-idirafter ${DESTDIR}/usr/include/g++" to CXXFLAGS if DESTDIR is set.Todd C. Miller
Fixes "make build" problems w/ libcurses++ since -nostdinc is in effect.
2000-07-06add utty, serial port for USB devices.Federico G. Schwindt
2000-07-06Add ucom to char. device list and change XX_UNITMASK's to match OpenBSD;Federico G. Schwindt
from dugsong@
2000-07-06Perform a much longer delay after resetting the card to give it a chance to getAaron Campbell
its brains in order.
2000-07-06syncFederico G. Schwindt
2000-07-063com 3C339 token ring.Federico G. Schwindt
2000-07-06Sync with NetBSD.Aaron Campbell
2000-07-06Note support for National Semiconductor DP83815-based PCI Ethernet.Aaron Campbell
2000-07-06Add support for the National Semiconductor DP83815 Fast Ethernet chip.Aaron Campbell
This chip is currently being used on the NetGear FA312-TX adapter, which is presumably a replacement for the PNIC-based FA310-TX. From FreeBSD.
2000-07-06dummy me, forgot \n in panic->printf transitionMichael Shalayeff
2000-07-06syncAaron Campbell
2000-07-06oopsAaron Campbell
2000-07-06don't panic for nothingMichael Shalayeff
2000-07-06Add ICU 82801AA_LPC (as on the OR840 motherboard).Hakan Olsson
2000-07-06The Cisco 340 is the same as the Aironet 4800 (Cisco bought Aironet).Todd C. Miller
2000-07-06syncAaron Campbell
2000-07-06Add new NatSemi Ethernet product.Aaron Campbell
2000-07-06Change splsoftclock() call to spllowersoftclock() to conform with otherHakan Olsson
code and keep old behaviour. (art@ ok)
2000-07-06Change splsoftclock() to spllowersoftclock(). (art@ ok)Hakan Olsson
2000-07-06Change splsoftclock() to raise the spl, instead of lowering it.Hakan Olsson
Add spllowersoftclock() for the former behaviour. Update comment. (art@ ok)
2000-07-06Add spllowersoftclock(), same as splsoftclock(). (art@ ok)Hakan Olsson
2000-07-06#ifndef MSGBUFSIZE, ok niklas@Eric Jackson
2000-07-06remove ip6defaultif, this is just for IPv6 specification pedantsJun-ichiro itojun Hagino
2000-07-06Fix pmap_activate and activation of theArtur Grabowski
correct pmap.
2000-07-06Make the handling of going into ddb from the console more like theArtur Grabowski
other architectures.
2000-07-06remove mobile-ip option description, merged in by mitsakeJun-ichiro itojun Hagino