summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-02-09Removal of mvme88k/* files - again...Steve Murphree
1999-02-09Corrected mvme88k vs. m88k directories.Steve Murphree
1999-02-09Moved from mvme88kSteve Murphree
1999-02-09Fixed brk() and sbrk(). Removal of old mvme88k dir.Steve Murphree
1999-02-09Fixed mvme88k vs. m88k MACHINE_ARCHSteve Murphree
1999-02-09GDB 6.3 (excluding .info files)Steve Murphree
1999-02-09Adding support for Motorola mvme88k.Steve Murphree
1999-02-09Adding support for Motorola mvme88kSteve Murphree
1999-02-09if we read less than Content-Length, whine and errorTheo de Raadt
1999-02-09Adding support for Motorola mvme88kSteve Murphree
1999-02-09syncTheo de Raadt
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-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
setup yet (as they will try to us SP which is NULL at this point).
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-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
(broken with last commit).
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 ↵Todd C. Miller
isa_intr_check() says we can't have it.
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
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-06Support RADIUSbrian
While I'm in there, validate pap & chap header IDs if ``idcheck'' is enabled (the default) for other FSM packet types. NOTE: This involved integrating the generation of chap challenges and the validation of chap responses (and commenting what's going on in those routines). I currently have no way of testing ppps ability to respond to M$Chap CHALLENGEs correctly, so if someone could do the honours, it'd be much appreciated (it *looks* ok!). Sponsored by: Internet Business Solutions Ltd., Switzerland
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