summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-02-09Fix cua device to not block on open.Jim Rees
Turn off chip (and dtr) on interrupted open.
1999-02-08Fix cua device to not block on open.Jim Rees
Turn off chip (and dtr) on interrupted open.
1999-02-08Don't allow open if the vnode is VBLK or VCHR and we are mounted with MNT_NODEVArtur Grabowski
1999-02-08regenTodd C. Miller
1999-02-08PCI_PRODUCT_CONTAQ_SIO -> PCI_PRODUCT_CONTAQ_82C693Todd C. Miller
1999-02-08In alpha_shared_intr_stray(), if intr_maxstrays is 0 just return (NetBSD)Todd C. Miller
1999-02-08init incr tcp iss from snd_nxt, not rcv_nxt; 4.4Theo de Raadt
1999-02-08match be & qe as part of the bootpathJason Wright
1999-02-08syncJason Wright
1999-02-08Davicom DM9101; from NetBSD.Jason Wright
1999-02-08typo in commentArtur Grabowski
1999-02-08Because of BROKEN_PROM braindamage we need to allow an interuptTodd C. Miller
initialized (but not registered) as IST_LEVEL be assigned IST_EDGE.
1999-02-07implement sparc atomic lock with LDSTUBDavid Leonard
1999-02-07don't include vm_map.h twiceArtur Grabowski
1999-02-07no 968dyncall in kernelMichael Shalayeff
1999-02-07add ovbcopyMichael Shalayeff
1999-02-07missign extern cpu_hzticksMichael Shalayeff
1999-02-07Break out of loop in isa_intr_check() if we know what IRQ we want but ↵Todd C. Miller
isa_intr_check() says we can't have it.
1999-02-07print INFO FIELD as unsignedTheo de Raadt
1999-02-06Use bitwise operations to extract high and low words from the quadTodd C. Miller
in txdr_hyper. This should be more portable than casting to an array of ints and pulling out the two 32-bit words (this produced incorrect results on alpha for the high word for filesystems < 4gig). As a side effect, txdr_hyper now takes a u_quad_t as its first arg, not u_quad_t *.
1999-02-06Always initialize sc->handle[i].flags.Federico G. Schwindt
Check if the socket is present before disabling the CSC_INTR.
1999-02-06match qfe's as hme'sJason Wright
1999-02-05ipf 3.2.10; work by kjellTheo de Raadt
1999-02-05indentTheo de Raadt
1999-02-05Clear mfchashtbl after deallocation (mycroft@netbsd)Angelos D. Keromytis
1999-02-05Check that a socket we're closing is really a socket. dillon@freebsdAngelos D. Keromytis
1999-02-05Don't count IPsec-related "route misses", as we're not really findingAngelos D. Keromytis
unreachable hosts/networks.
1999-02-05support MSG_BCAST and MSG_MCASTTheo de Raadt
1999-02-04implement __weak_alias macro in ECOFF case tooNiklas Hallqvist
1999-02-04Reflect realityNiklas Hallqvist
1999-02-04Fix bit test; from netbsd.Jason Wright
1999-02-04Deterministic register initalization on process startupNiklas Hallqvist
1999-02-04correct attach printing for 4-port cardsTheo de Raadt
1999-02-04wrap noise in DIAGNOSTICTheo de Raadt
1999-02-04indentTheo de Raadt
1999-02-04report on no udp checksumTheo de Raadt
1999-02-04Code clean up, misc fixesJason Wright
1999-02-04deal with rts_* members being u_int32_ now; cmetzTheo de Raadt
1999-02-04use u_int32_t and u_int64_t for stats variables, instead of quad/longTheo de Raadt
1999-02-04u_int32_t for routing statistics variablesTheo de Raadt
1999-02-04ipv6 support for atmTheo de Raadt
1999-02-03syncTheo de Raadt
1999-02-03syncJason Downs
1999-02-03Creative Labs has some products...Jason Downs
1999-02-02add struct mbufMichael Shalayeff
1999-02-01fix several typosMichael Shalayeff
1999-02-01ignore GECKOMichael Shalayeff
1999-02-01non-root users can mkfifo over NFS; mrg@netbsd.orgTodd C. Miller
1999-02-01Set fifo tresholdsPer Fogelstrom
1999-02-01New PCI arch, GalileoPer Fogelstrom