Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-09 | Fix cua device to not block on open. | Jim Rees | |
Turn off chip (and dtr) on interrupted open. | |||
1999-02-08 | Fix cua device to not block on open. | Jim Rees | |
Turn off chip (and dtr) on interrupted open. | |||
1999-02-08 | Don't allow open if the vnode is VBLK or VCHR and we are mounted with MNT_NODEV | Artur Grabowski | |
1999-02-08 | regen | Todd C. Miller | |
1999-02-08 | PCI_PRODUCT_CONTAQ_SIO -> PCI_PRODUCT_CONTAQ_82C693 | Todd C. Miller | |
1999-02-08 | In alpha_shared_intr_stray(), if intr_maxstrays is 0 just return (NetBSD) | Todd C. Miller | |
1999-02-08 | init incr tcp iss from snd_nxt, not rcv_nxt; 4.4 | Theo de Raadt | |
1999-02-08 | match be & qe as part of the bootpath | Jason Wright | |
1999-02-08 | sync | Jason Wright | |
1999-02-08 | Davicom DM9101; from NetBSD. | Jason Wright | |
1999-02-08 | typo in comment | Artur Grabowski | |
1999-02-08 | Because of BROKEN_PROM braindamage we need to allow an interupt | Todd C. Miller | |
initialized (but not registered) as IST_LEVEL be assigned IST_EDGE. | |||
1999-02-07 | implement sparc atomic lock with LDSTUB | David Leonard | |
1999-02-07 | don't include vm_map.h twice | Artur Grabowski | |
1999-02-07 | no 968dyncall in kernel | Michael Shalayeff | |
1999-02-07 | add ovbcopy | Michael Shalayeff | |
1999-02-07 | missign extern cpu_hzticks | Michael Shalayeff | |
1999-02-07 | Break 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-07 | print INFO FIELD as unsigned | Theo de Raadt | |
1999-02-06 | Use bitwise operations to extract high and low words from the quad | Todd 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-06 | Always initialize sc->handle[i].flags. | Federico G. Schwindt | |
Check if the socket is present before disabling the CSC_INTR. | |||
1999-02-06 | match qfe's as hme's | Jason Wright | |
1999-02-05 | ipf 3.2.10; work by kjell | Theo de Raadt | |
1999-02-05 | indent | Theo de Raadt | |
1999-02-05 | Clear mfchashtbl after deallocation (mycroft@netbsd) | Angelos D. Keromytis | |
1999-02-05 | Check that a socket we're closing is really a socket. dillon@freebsd | Angelos D. Keromytis | |
1999-02-05 | Don't count IPsec-related "route misses", as we're not really finding | Angelos D. Keromytis | |
unreachable hosts/networks. | |||
1999-02-05 | support MSG_BCAST and MSG_MCAST | Theo de Raadt | |
1999-02-04 | implement __weak_alias macro in ECOFF case too | Niklas Hallqvist | |
1999-02-04 | Reflect reality | Niklas Hallqvist | |
1999-02-04 | Fix bit test; from netbsd. | Jason Wright | |
1999-02-04 | Deterministic register initalization on process startup | Niklas Hallqvist | |
1999-02-04 | correct attach printing for 4-port cards | Theo de Raadt | |
1999-02-04 | wrap noise in DIAGNOSTIC | Theo de Raadt | |
1999-02-04 | indent | Theo de Raadt | |
1999-02-04 | report on no udp checksum | Theo de Raadt | |
1999-02-04 | Code clean up, misc fixes | Jason Wright | |
1999-02-04 | deal with rts_* members being u_int32_ now; cmetz | Theo de Raadt | |
1999-02-04 | use u_int32_t and u_int64_t for stats variables, instead of quad/long | Theo de Raadt | |
1999-02-04 | u_int32_t for routing statistics variables | Theo de Raadt | |
1999-02-04 | ipv6 support for atm | Theo de Raadt | |
1999-02-03 | sync | Theo de Raadt | |
1999-02-03 | sync | Jason Downs | |
1999-02-03 | Creative Labs has some products... | Jason Downs | |
1999-02-02 | add struct mbuf | Michael Shalayeff | |
1999-02-01 | fix several typos | Michael Shalayeff | |
1999-02-01 | ignore GECKO | Michael Shalayeff | |
1999-02-01 | non-root users can mkfifo over NFS; mrg@netbsd.org | Todd C. Miller | |
1999-02-01 | Set fifo tresholds | Per Fogelstrom | |
1999-02-01 | New PCI arch, Galileo | Per Fogelstrom | |