summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-05-24properly configure multicast table.Jun-ichiro itojun Hagino
use RFC1042 encap for IPv6 packet, just like base station does. (testers wanted - the code works for me just fine on kame/netbsd)
2000-05-23KGDB is broken since a few decades, don't useMiod Vallat
2000-05-22NFS_MAXIDMichael Shalayeff
2000-05-22a little consistency in sysctl definitionsMichael Shalayeff
2000-05-22syncChris Cappuccio
2000-05-22Adaptec AHA-2930CUChris Cappuccio
2000-05-22change counts from short to intNiels Provos
2000-05-22disallow negative number for rate limit period.Jun-ichiro itojun Hagino
2000-05-22use ratecheck(9) for ICMPv6 rate limitation. sync with netbsd-current.Jun-ichiro itojun Hagino
2000-05-21deleting some routes created by imcp redirects could result in panicNiels Provos
fix from NetBSD: Delay clearing of RTF_UP until after deleting rt_gwroute.
2000-05-19correct "telnet fe80::1%lo0".Jun-ichiro itojun Hagino
2000-05-19Add enable to history when enable command i used. Reported by itojun@ and ↵Mats O Jansson
David Brownlee <abs@mono.org>. -moj
2000-05-19oops, s/niothreads/iothreads/ in FS_NFS_NAMESMichael Shalayeff
2000-05-19from tsarna@netbsd.org (sysctl changes to come later):Michael Shalayeff
Death to nfsiod! It is replaced by kernel threads that do the same thing. The number of kernel threads used is set with the vfs.nfs.iothreads sysctl.
2000-05-19Prepare to always install some pcvt man pages.Marc Espie
2000-05-19never forward packet with link-local address.Jun-ichiro itojun Hagino
experimental support for new loopback packet handling (with FAKE_LOOPBACK_IF, rcvif will be set to real outgoing interface, not the loopback, to honor scope) sync with kame.
2000-05-19update multicast routing message (struct mrt6msg) to the latest kame.Jun-ichiro itojun Hagino
structure overlaying is corrected to meet IPv6 raw socket spec. just to be sure, binary backward compatiblity is provided since we shipped old message handling with openbsd 2.7. no openbsd 2.7 userland code have used the API, though, because we did not merge kame pim6[sd]d to openbsd due to mrouted license issue.
2000-05-19NULL != 0. from netbsd-current.Jun-ichiro itojun Hagino
2000-05-18add machdep.vsyncblank sysctl for controlling whether vsync is disabledJason Wright
when the monitor is blanked.
2000-05-18cleanup ifdefs and remove static for ray_update_siglev()Michael Shalayeff
2000-05-18work in progress: driver for BlueSteel (Broadcom) 5[56]01 crypto acceleratorJason Wright
2000-05-17new wscons definesMichael Shalayeff
2000-05-17disable sti for nowMichael Shalayeff
2000-05-17remove unnecessary wscons-related definitions; thx mickey@Brandon Creighton
2000-05-17crank rt_refcnt to 32 bits, no userland effectsTheo de Raadt
2000-05-16import newer wscons source from netbsd.Michael Shalayeff
art@ said it will make his life easier in alpha rhands@ said it is not used in powerpc for now bjc@ said that it would make vax port easier mickey@ said other platforms can use it, and it's faster
2000-05-16supply entropy from mouse; provos@ okMichael Shalayeff
2000-05-15syncTheo de Raadt
2000-05-15cleanTheo de Raadt
2000-05-15now we are at 2.7-currentTheo de Raadt
2000-05-15Check to make sure vlan tag is valid (12bit) in SIOCSETVLANChris Cappuccio
2000-05-15fdcache/pdcache/ficache as out of line functions from litesMichael Shalayeff
2000-05-15diagnostic register 0 definitionsMichael Shalayeff
2000-05-15PDC_CACHE_GETSPIDB's return structMichael Shalayeff
2000-05-15extend page zero layout according to 2.x specificationMichael Shalayeff
2000-05-15perform NUD on p2p link, only if the destination/gateway is real neighbor.Jun-ichiro itojun Hagino
this removes temporary workaround (no NUD on p2p link). KAME PR 245.
2000-05-15remove whitespace at EOLJun-ichiro itojun Hagino
2000-05-15use IFAFREE, not ifa_refcnt--.Jun-ichiro itojun Hagino
2000-05-15parse IPv4 options more carefully. make boundary checks against everyJun-ichiro itojun Hagino
steps (including option type/length field - there were no checks, seems to me 4.4BSD bug)
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