summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-06-25regenHenning Brauer
2003-06-25Moxa C104HHenning Brauer
2003-06-25Avoid a divide by zero byKenneth R Westerback
2003-06-25fix _set_ functions as found while debugging an@stpMichael Shalayeff
2003-06-24... and it must compile, too. Doh.Miod Vallat
2003-06-24io_alloc must provide working bus_space tag and handles...Miod Vallat
2003-06-24a.out emulation for dynamic binaries: intercept the right system callsMarc Espie
2003-06-24try to devise drive's rpm and default to 3600 should we fail miserably.Michael Shalayeff
2003-06-24Use the common Power9000 definitions.Miod Vallat
2003-06-24Add a "where" argument to the sparc64 interrupt code. This lets usHenric Jungheim
2003-06-24Revert the addition of the blanking code - it will corrupt displays after longMiod Vallat
2003-06-24For now depend on the gccism __CHAR_UNSIGNED__ to define if we have (un)signedDale Rahn
2003-06-24in the ipv6 case, allow route-to to route to link-local addressesHenning Brauer
2003-06-24KNFHenning Brauer
2003-06-24recover code that requires exact match on rtm_change/lock (lost in netbsd 1.16).Jun-ichiro itojun Hagino
2003-06-24remove unneeded checks of accept_rtadv. from kameJun-ichiro itojun Hagino
2003-06-24* kame/sys/netinet6/nd6.c (nd6_rtrequest): changed a condition toJun-ichiro itojun Hagino
2003-06-24use time.tv_sec directly, rather than having time_second (freebsd NIH).Jun-ichiro itojun Hagino
2003-06-24clear ln_hold earlier. from kameJun-ichiro itojun Hagino
2003-06-23bus_space_*_raw*_1() do not exist; drahn@ okMichael Shalayeff
2003-06-23Remove strcat() and strcpy() prototypes since we no longer have thoseTodd C. Miller
2003-06-23*_raw_*_1() functions do not existMichael Shalayeff
2003-06-23no need to check nintr late in the code... it's verified pretty earlyJason Wright
2003-06-23Properly account for fast interrupt vectors; this was accidentally brokenMiod Vallat
2003-06-23strange things happen if we ack latched lasi ints on older machinesMichael Shalayeff
2003-06-23and we have a copyright (TNF)Ted Unangst
2003-06-23no need for an explicit <machine/intr.h> inclusionMichael Shalayeff
2003-06-23Remove some debugging cruft.Jason Wright
2003-06-23Attachment glue for stp and tslot drivers, and add them, as well as wi0,Miod Vallat
2003-06-23Driver for the pcmcia slots in the Tadpole SPARCbook machines.Miod Vallat
2003-06-23Split the stp driver into its core, and md attachment routines, and provideMiod Vallat
2003-06-23Add a very straightforward subset of the bus_space API, where all functionsMiod Vallat
2003-06-23Handle SBus cards with an "interrupts" property but no "intr" property.Miod Vallat
2003-06-23install host route for p2p interface even if there's connected net routeJun-ichiro itojun Hagino
2003-06-23syncTheo de Raadt
2003-06-23fix nfds type; tedu marc okTheo de Raadt
2003-06-23Don't remove anchor too early in table code, it makes PF use freed memory.Cedric Berger
2003-06-23Fix NAP/DOZE sleeping on powerpc. also on newer 745x machines use NAP notDale Rahn
2003-06-22syncTheo de Raadt
2003-06-22extra headersTheo de Raadt
2003-06-21count packets and bidirectionally on state entries, allowing for fine-grainedDamien Miller
2003-06-21add exec/fork/exit hooks per process for compat emulations.Ted Unangst
2003-06-20Screen blanker routine for Creator, adapted from the X11 sunffb driver code.Miod Vallat
2003-06-20Add MSS support to the synproxy. The client's MSS is sent to the server,Daniel Hartmeier
2003-06-20Extend 'BAD ICMP' debug message, include icmp type/code and outer IP headerDaniel Hartmeier
2003-06-19ack all unmasked cpu interrupts here to cancel effect of device probing activ...Michael Shalayeff
2003-06-18Do not panic on no memory available when allocating bufs, pass ENOBUFSHenning Brauer
2003-06-18For HPT370 chips disable interrupt prediction and correct timingAlexander Yurchenko
2003-06-18oops, missed this part of the hme vlan stuffJason Wright
2003-06-18configure the interface to properly support vlan framesJason Wright