summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-02-09Fix cua device to not block on open.Jim Rees
1999-02-08Fix cua device to not block on open.Jim Rees
1999-02-08Don't allow open if the vnode is VBLK or VCHR and we are mounted with MNT_NODEVArtur Grabowski
1999-02-08back out last change, there was a reason for the dual getopt, ugly as it is...Todd C. Miller
1999-02-08no real point in calling getopt() twiceTodd C. Miller
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-08If you are going to set optreset, you need to set optind to 1 as well.Todd C. Miller
1999-02-08Don't call curses routines beep() or flash() if the screen has not beenTodd C. Miller
1999-02-08typo in commentArtur Grabowski
1999-02-08Because of BROKEN_PROM braindamage we need to allow an interuptTodd C. Miller
1999-02-07implement sparc atomic lock with LDSTUBDavid Leonard
1999-02-07don't include vm_map.h twiceArtur Grabowski
1999-02-07tweakTheo de Raadt
1999-02-07fix fold -s early break; helbig@Informatik.BA-Stuttgart.DETheo de Raadt
1999-02-07xref ipmon(8)Todd C. Miller
1999-02-07fgets -> fgetln, don't lie about lines being too longAaron Campbell
1999-02-07no 968dyncall in kernelMichael Shalayeff
1999-02-07add ovbcopyMichael Shalayeff
1999-02-07missign extern cpu_hzticksMichael Shalayeff
1999-02-07Correct server-side chap authentication comparisonbrian
1999-02-07Remove forgotten diagnosticsbrian
1999-02-07convert to mdocTodd C. Miller
1999-02-07add usage() support using optresetTheo de Raadt
1999-02-07Break out of loop in isa_intr_check() if we know what IRQ we want but isa_int...Todd C. Miller
1999-02-07man pages belong in section 8Theo de Raadt
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
1999-02-06Always initialize sc->handle[i].flags.Federico G. Schwindt
1999-02-06match qfe's as hme'sJason Wright
1999-02-06Support RADIUSbrian
1999-02-06kill redundant (and incorrect) check for mallco failureTodd C. Miller
1999-02-05syncTheo de Raadt
1999-02-05sendmail 8.9.3Todd C. Miller
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-05Example of generating a key using random(4)Angelos D. Keromytis
1999-02-05Stress the importance of random keys.Angelos D. Keromytis
1999-02-05Don't count IPsec-related "route misses", as we're not really findingAngelos D. Keromytis
1999-02-05support MSG_BCAST and MSG_MCASTTheo de Raadt
1999-02-05Use rchildfdsn+1, not FD_SETSIZE for nfds in select()Todd C. Miller
1999-02-04Save/restore the fp state setjmp/longjmp does notNiklas Hallqvist
1999-02-04implement __weak_alias macro in ECOFF case tooNiklas Hallqvist