Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-07 | o Log the (payload/size) of all packet types, not just TCP packets | brian | |
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-07 | Isn't code sharing great? | Artur Grabowski | |
poll had the same timeout problem as select. | |||
2000-07-07 | On the last commit to fdisk when the prototypes to PRT_fix_CHS and PRT_fix_BN | Dale 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-07 | esp 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-07 | Updates 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-07 | Support 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-07 | When select is awakened by a select collission, we need to recalculate | Artur Grabowski | |
the timeout. | |||
2000-07-07 | Since it is possible for the interrupt controller to be configured late | Dale 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-07 | Additional bus defines, required to build ahc driver. ahc not quite working | Dale S. Rahn | |
due to busdma issues on powerpc. | |||
2000-07-07 | Fix some spl handling. | Artur Grabowski | |
Return 1 from zshard more often to reduce (not fix) the stray interrupt problem. | |||
2000-07-07 | Convert spl* on sparc to be raising-only. | Artur Grabowski | |
2000-07-07 | Update to match changes to splsoftclock()/spllowersoftclock(). | Hakan Olsson | |
Plus splserial() -> spltty(), splsoftserial() -> splsofttty(). | |||
2000-07-07 | sense of port forwarding flag test was backwards | Theo de Raadt | |
2000-07-07 | sync | Theo de Raadt | |
2000-07-07 | clean code is good code | Todd T. Fries | |
2000-07-07 | Change 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-07 | sync | jasoni | |
2000-07-07 | Change 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-07 | Add a CAVEATS section explaining that you should never pass a user-supplied | Aaron Campbell | |
format string directly without %s. | |||
2000-07-07 | Insert missing semi-colon. | Aaron Campbell | |
2000-07-06 | Remove the ffs_softupdates(4) man page. The license has been changed to BSD and | Aaron 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-06 | Fix a minor bug in the MAC address unscrambling code. From FreeBSD. | Aaron Campbell | |
2000-07-06 | Add "-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-06 | add utty, serial port for USB devices. | Federico G. Schwindt | |
2000-07-06 | Add ucom to char. device list and change XX_UNITMASK's to match OpenBSD; | Federico G. Schwindt | |
from dugsong@ | |||
2000-07-06 | Perform a much longer delay after resetting the card to give it a chance to get | Aaron Campbell | |
its brains in order. | |||
2000-07-06 | sync | Federico G. Schwindt | |
2000-07-06 | 3com 3C339 token ring. | Federico G. Schwindt | |
2000-07-06 | Sync with NetBSD. | Aaron Campbell | |
2000-07-06 | Note support for National Semiconductor DP83815-based PCI Ethernet. | Aaron Campbell | |
2000-07-06 | Add 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-06 | dummy me, forgot \n in panic->printf transition | Michael Shalayeff | |
2000-07-06 | sync | Aaron Campbell | |
2000-07-06 | oops | Aaron Campbell | |
2000-07-06 | don't panic for nothing | Michael Shalayeff | |
2000-07-06 | Add ICU 82801AA_LPC (as on the OR840 motherboard). | Hakan Olsson | |
2000-07-06 | The Cisco 340 is the same as the Aironet 4800 (Cisco bought Aironet). | Todd C. Miller | |
2000-07-06 | sync | Aaron Campbell | |
2000-07-06 | Add new NatSemi Ethernet product. | Aaron Campbell | |
2000-07-06 | Change splsoftclock() call to spllowersoftclock() to conform with other | Hakan Olsson | |
code and keep old behaviour. (art@ ok) | |||
2000-07-06 | Change splsoftclock() to spllowersoftclock(). (art@ ok) | Hakan Olsson | |
2000-07-06 | Change splsoftclock() to raise the spl, instead of lowering it. | Hakan Olsson | |
Add spllowersoftclock() for the former behaviour. Update comment. (art@ ok) | |||
2000-07-06 | Add spllowersoftclock(), same as splsoftclock(). (art@ ok) | Hakan Olsson | |
2000-07-06 | #ifndef MSGBUFSIZE, ok niklas@ | Eric Jackson | |
2000-07-06 | remove ip6defaultif, this is just for IPv6 specification pedants | Jun-ichiro itojun Hagino | |
2000-07-06 | Fix pmap_activate and activation of the | Artur Grabowski | |
correct pmap. | |||
2000-07-06 | Make the handling of going into ddb from the console more like the | Artur Grabowski | |
other architectures. | |||
2000-07-06 | remove mobile-ip option description, merged in by mitsake | Jun-ichiro itojun Hagino | |