summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-11-24sync w/NetBSD modulo two-arg boot(); adds dumpkstailey
1996-11-24remove bogus diagnostickstailey
1996-11-24Temporarily do not support ELF64Niklas Hallqvist
1996-11-24Added bitmap_snprintf protoNiklas Hallqvist
1996-11-24Commented out a def, only referenced in out-commented codeNiklas Hallqvist
1996-11-24Do not yet try to configure gdb on mips & alphaNiklas Hallqvist
1996-11-24Fix typo in last changeNiklas Hallqvist
1996-11-24Add a new knob called DEBUG. Define to -g to have it turn off STRIP=-sNiklas Hallqvist
and add itself to CFLAGS and ASFLAGS
1996-11-2464-bit cleanup + pedantic -W flagsNiklas Hallqvist
1996-11-24added prototype for remrunqueue()kstailey
1996-11-24Feed on COPTSNiklas Hallqvist
1996-11-24added bitmap_snprintfkstailey
1996-11-24more 64bit fixesNiklas Hallqvist
1996-11-23remrq -> remrunqueuekstailey
1996-11-23curproc is never NULL when this code is executedkstailey
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-23Deal with leading whitespace in find output. Fixes problem of devicesTodd C. Miller
showing up in the setuid list ;-)
1996-11-2364 bit cleanNiklas Hallqvist
1996-11-23include "std.sun3" -> include "arch/sun3/conf/std.sun3"kstailey
1996-11-23undo last fix, sorryMichael Shalayeff
1996-11-23Remove accidentally committed dirs from the trunkNiklas Hallqvist
1996-11-23sync with NetBSD -- copyright changes onlykstailey
1996-11-23sync with NetBSD -- copyright changes onlykstailey
1996-11-23sync with NetBSDkstailey
1996-11-23deleted unnecessary calls to strlen()kstailey
1996-11-23deleted redundant sectionkstailey
1996-11-23Merge to Cygnus 961112 + add some support (not ready) for shared libsNiklas Hallqvist
1996-11-23Add overrideable INSTALL variableNiklas Hallqvist
1996-11-22Oops.. our GCC didn't generate code for the FPU.Niklas Hallqvist
1996-11-22removed plus sign from start of linekstailey
1996-11-22fix booting with serial console - i replaced the bios code from OpenBSD withThomas Graichen
FreeBSD's polling code so that it works with all serial terminals - if you now remove the comment in front of #CPPFLAGS+=-DSERIAL -D... - the bootprompt should appear on the serial console note: i had to rename "geometry" in one printf of sys.c to "geom." to get the bootblocks small enough for serial console booting
1996-11-22correct krb.h includeMichael Shalayeff
1996-11-22fix thinko wrt otp-* handlingTodd C. Miller
1996-11-21correct version of last commitchuck
1996-11-21midway fixes:chuck
1. fix possible hang in en_txlaunch(). when attempting to extend the length of an mbuf to avoid a flush we should extend it by cnt [which is ((need - len) % 4)] rather than 4 - cnt. also, add an EN_DEBUG printf() when we pad/FLUSH a buffer to help with debugging/understanding what the driver is up to. 2. use interface packet counters 3. when turning off a recv VCI we recompute the new mode. make sure we don't include the "in service" bit in the new mode, otherwise a VCI may appear "hung" if you turn it off while a service interrupt is pending. 4. when shutting down a VCI that is still receiving data, don't bother going into "drain mode" if only the hardware in service bit is set (otherwise the VCI may get "hung" in drain mode). as a result of this we may get "unexpected rx interrupt" messages which are not really an error, so put this printf in EN_DEBUG. 5. be sure to zero txspeed[lcv] when enabling a VCI (start at full speed). (hooks for setting txspeed[] are currently not in the driver, but we are playing with it locally). credits: #1: Detected by: Zdenek Salvet <salvet@horn.ics.muni.cz>, fix by me. #2: Contributed by: Zdenek Salvet <salvet@horn.ics.muni.cz> #3,#4,#5: Detected by: Milind M. Buddhikot <milind@dworkin.wustl.edu>, fixed by me.
1996-11-21export struct cfdata cfdata[];Michael Shalayeff
1996-11-21missed mktempMichael Shalayeff
1996-11-21syncJason Downs
1996-11-21Update to 5.2.12.Jason Downs
1996-11-21mktemp(1) for shell scripts. No more gross directory hackery for safe tempTodd C. Miller
files.
1996-11-19Formatting error spotted by TheoTodd C. Miller
1996-11-19Import of 961112 Cygnus binutils+gas+ld+gdb+gprofNiklas Hallqvist
1996-11-19Import of 961112 Cygnus binutils+gas+ld+gdb+gprofNiklas Hallqvist
1996-11-19Import of 961112 Cygnus binutils+gas+ld+gdb+gprofNiklas Hallqvist
1996-11-18add gnu to cdpathkstailey
1996-11-18Properly make use of the CVSROOT/options umask specification and limitNiklas Hallqvist
it via bitwise and with 0777.
1996-11-17Updated to sudo 1.5.3Todd C. Miller
1996-11-17fixJason Downs
1996-11-16Fix more libss stuff.Jason Downs
1996-11-16EM_M68K -> EM_68Kkstailey