Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-15 | Cardbus serial infrastructure | Niklas Hallqvist | |
2000-05-15 | regen | Niklas Hallqvist | |
2000-05-15 | oops typo | Niklas Hallqvist | |
2000-05-15 | We are OpenBSD | Niklas Hallqvist | |
2000-05-15 | Cardbus com driver, from NetBSD, but adapted for our style conventions | Niklas Hallqvist | |
and with pccom support added | |||
2000-05-15 | comment typo | Niklas Hallqvist | |
2000-05-15 | Less verbose, detach logic | Niklas Hallqvist | |
2000-05-15 | driver for the databook isa/pcmcia bridge (commented out in GENERIC for now); | Jason Wright | |
from NetBSD. | |||
2000-05-15 | Add comment on input MSS calculation based on previous PMTUD results, | Angelos D. Keromytis | |
as per TCP-imply IETF WG draft(s). The correct approach is to just use the relevant interface's MTU. | |||
2000-05-15 | Fix sanity check that caused really short packets (ICMPs with less | Angelos D. Keromytis | |
than 8 bytes of payload) to be dropped. Did not affect TCP/UDP packets and most ICMP packets. | |||
2000-05-13 | plug an mbuf leak | Theo de Raadt | |
2000-05-10 | ipf 3.3.14, fixes an ipnat problem and ip option mishandling, which the ↵ | Theo de Raadt | |
bridge code cares about | |||
2000-05-10 | make sure ip_timestamp is aligned correctly | Jason Wright | |
2000-05-08 | crank MAX_SCATTER to handle large chain lengths; deraadt ok'd. | Jason Wright | |
2000-05-08 | from art@: | Michael Shalayeff | |
in timeout_hardclock_update() check out if there is anything in the timeout queue before calculating the return value. thanks to Adam Rogoyski <rogoyski@cs.utexas.edu> for debugging and testing help. | |||
2000-05-06 | avoid underflow on unsigned value arithmetic (when optlen < 4). | Jun-ichiro itojun Hagino | |
2nd half of NetBSD Security Advisory 2000-002. | |||
2000-05-06 | work around filleproc() vs exit1() race of p_rlimit | Theo de Raadt | |
2000-05-06 | avoid unaligned access in timestamp; ↵ | Theo de Raadt | |
http://www.newhackcity.net/advisories/20000504a_0.txt; checked by provos and itojun | |||
2000-05-05 | Don't set filesize limit to infinity on exit. | Artur Grabowski | |
This is only needed in accounting and has to be done carefully because the limit structures are shared between processes. Found by Denis A. Doroshenko, analysed by Hannah Schroeter. | |||
2000-05-05 | Add limfree prototype to sys/recosurcevar.h. | Artur Grabowski | |
2000-05-05 | cope with interface detach (like pcmcia card removal). remove any | Jun-ichiro itojun Hagino | |
IPv6 addresses assigned to the interface. reported by ho, bunch of help from niklas. KAME PR 231. | |||
2000-05-05 | 451NX machines now probe all pci busses; M.Drochner@fz-juelich.de | Theo de Raadt | |
2000-05-04 | Bypass routes only worked for one packet, then they effectively became a | Niklas Hallqvist | |
filter. | |||
2000-05-04 | Don't attach a PCTECH RZ1000 on the PCI bus--it has severe problems. | Todd C. Miller | |
It will attach at wdc and be less problematical, though I still wouldn't trust my data to it. | |||
2000-05-04 | revision 1.31 patch was incorrect | Theo de Raadt | |
2000-05-04 | sync | Theo de Raadt | |
2000-05-04 | heck, pick names for some more RCC devices, since the guy who knows what ↵ | Theo de Raadt | |
they are is gone for the week | |||
2000-05-04 | assume all pchb made by ServerWorks act the same | Theo de Raadt | |
2000-05-04 | no more beta, well, mostly not | Theo de Raadt | |
2000-05-04 | DMA works so use it. Tested on G4 and iMac. | Dale S. Rahn | |
2000-05-04 | fixed context memory sizing | Jason Wright | |
2000-05-03 | sync | Theo de Raadt | |
2000-05-03 | rename 82454NX | Theo de Raadt | |
2000-05-03 | sync | Theo de Raadt | |
2000-05-03 | pcidevs.h | Theo de Raadt | |
2000-05-03 | advansys U3W | Theo de Raadt | |
2000-05-03 | sync | Theo de Raadt | |
2000-05-03 | more nasty pcbh devices | Theo de Raadt | |
2000-05-02 | <machine/vmparam.h> not welcomed here | Miod Vallat | |
2000-05-02 | Add $OpenBSD$ | Miod Vallat | |
2000-05-02 | remove endian hack code, do it the right way. | Dale S. Rahn | |
2000-05-02 | Fix bug caused by <= comparison on unsigned value. | Dale S. Rahn | |
2000-05-02 | Remove gmac_enable_hack, not needed here, doesn't work. | Dale S. Rahn | |
2000-05-01 | sys_semconfig goes foom | Theo de Raadt | |
2000-05-01 | sys_semconfig goes away | Theo de Raadt | |
2000-05-01 | changed dc to dz to avoid conflict with if_dc. -moj | Mats O Jansson | |
2000-05-01 | another RCC host bridge with a pci behind it | Theo de Raadt | |
2000-05-01 | sync | Theo de Raadt | |
2000-05-01 | another RCC host bridge | Theo de Raadt | |
2000-05-01 | s/netbsd_mount_type/freebsd_mount_type/g | Todd C. Miller | |
Cosmetic only; theo@ ok'd |