summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-05-15Cardbus serial infrastructureNiklas Hallqvist
2000-05-15regenNiklas Hallqvist
2000-05-15oops typoNiklas Hallqvist
2000-05-15We are OpenBSDNiklas Hallqvist
2000-05-15Cardbus com driver, from NetBSD, but adapted for our style conventionsNiklas Hallqvist
and with pccom support added
2000-05-15comment typoNiklas Hallqvist
2000-05-15Less verbose, detach logicNiklas Hallqvist
2000-05-15driver for the databook isa/pcmcia bridge (commented out in GENERIC for now);Jason Wright
from NetBSD.
2000-05-15Add 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-15Fix sanity check that caused really short packets (ICMPs with lessAngelos D. Keromytis
than 8 bytes of payload) to be dropped. Did not affect TCP/UDP packets and most ICMP packets.
2000-05-13plug an mbuf leakTheo de Raadt
2000-05-10ipf 3.3.14, fixes an ipnat problem and ip option mishandling, which the ↵Theo de Raadt
bridge code cares about
2000-05-10make sure ip_timestamp is aligned correctlyJason Wright
2000-05-08crank MAX_SCATTER to handle large chain lengths; deraadt ok'd.Jason Wright
2000-05-08from 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-06avoid underflow on unsigned value arithmetic (when optlen < 4).Jun-ichiro itojun Hagino
2nd half of NetBSD Security Advisory 2000-002.
2000-05-06work around filleproc() vs exit1() race of p_rlimitTheo de Raadt
2000-05-06avoid unaligned access in timestamp; ↵Theo de Raadt
http://www.newhackcity.net/advisories/20000504a_0.txt; checked by provos and itojun
2000-05-05Don'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-05Add limfree prototype to sys/recosurcevar.h.Artur Grabowski
2000-05-05cope with interface detach (like pcmcia card removal). remove anyJun-ichiro itojun Hagino
IPv6 addresses assigned to the interface. reported by ho, bunch of help from niklas. KAME PR 231.
2000-05-05451NX machines now probe all pci busses; M.Drochner@fz-juelich.deTheo de Raadt
2000-05-04Bypass routes only worked for one packet, then they effectively became aNiklas Hallqvist
filter.
2000-05-04Don'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-04revision 1.31 patch was incorrectTheo de Raadt
2000-05-04syncTheo de Raadt
2000-05-04heck, 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-04assume all pchb made by ServerWorks act the sameTheo de Raadt
2000-05-04no more beta, well, mostly notTheo de Raadt
2000-05-04DMA works so use it. Tested on G4 and iMac.Dale S. Rahn
2000-05-04fixed context memory sizingJason Wright
2000-05-03syncTheo de Raadt
2000-05-03rename 82454NXTheo de Raadt
2000-05-03syncTheo de Raadt
2000-05-03pcidevs.hTheo de Raadt
2000-05-03advansys U3WTheo de Raadt
2000-05-03syncTheo de Raadt
2000-05-03more nasty pcbh devicesTheo de Raadt
2000-05-02<machine/vmparam.h> not welcomed hereMiod Vallat
2000-05-02Add $OpenBSD$Miod Vallat
2000-05-02remove endian hack code, do it the right way.Dale S. Rahn
2000-05-02Fix bug caused by <= comparison on unsigned value.Dale S. Rahn
2000-05-02Remove gmac_enable_hack, not needed here, doesn't work.Dale S. Rahn
2000-05-01sys_semconfig goes foomTheo de Raadt
2000-05-01sys_semconfig goes awayTheo de Raadt
2000-05-01changed dc to dz to avoid conflict with if_dc. -mojMats O Jansson
2000-05-01another RCC host bridge with a pci behind itTheo de Raadt
2000-05-01syncTheo de Raadt
2000-05-01another RCC host bridgeTheo de Raadt
2000-05-01s/netbsd_mount_type/freebsd_mount_type/gTodd C. Miller
Cosmetic only; theo@ ok'd