Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-11-24 | sync w/NetBSD modulo two-arg boot(); adds dump | kstailey | |
1996-11-24 | remove bogus diagnostic | kstailey | |
1996-11-24 | Temporarily do not support ELF64 | Niklas Hallqvist | |
1996-11-24 | Added bitmap_snprintf proto | Niklas Hallqvist | |
1996-11-24 | Commented out a def, only referenced in out-commented code | Niklas Hallqvist | |
1996-11-24 | Do not yet try to configure gdb on mips & alpha | Niklas Hallqvist | |
1996-11-24 | Fix typo in last change | Niklas Hallqvist | |
1996-11-24 | Add a new knob called DEBUG. Define to -g to have it turn off STRIP=-s | Niklas Hallqvist | |
and add itself to CFLAGS and ASFLAGS | |||
1996-11-24 | 64-bit cleanup + pedantic -W flags | Niklas Hallqvist | |
1996-11-24 | added prototype for remrunqueue() | kstailey | |
1996-11-24 | Feed on COPTS | Niklas Hallqvist | |
1996-11-24 | added bitmap_snprintf | kstailey | |
1996-11-24 | more 64bit fixes | Niklas Hallqvist | |
1996-11-23 | remrq -> remrunqueue | kstailey | |
1996-11-23 | curproc is never NULL when this code is executed | kstailey | |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-23 | Deal with leading whitespace in find output. Fixes problem of devices | Todd C. Miller | |
showing up in the setuid list ;-) | |||
1996-11-23 | 64 bit clean | Niklas Hallqvist | |
1996-11-23 | include "std.sun3" -> include "arch/sun3/conf/std.sun3" | kstailey | |
1996-11-23 | undo last fix, sorry | Michael Shalayeff | |
1996-11-23 | Remove accidentally committed dirs from the trunk | Niklas Hallqvist | |
1996-11-23 | sync with NetBSD -- copyright changes only | kstailey | |
1996-11-23 | sync with NetBSD -- copyright changes only | kstailey | |
1996-11-23 | sync with NetBSD | kstailey | |
1996-11-23 | deleted unnecessary calls to strlen() | kstailey | |
1996-11-23 | deleted redundant section | kstailey | |
1996-11-23 | Merge to Cygnus 961112 + add some support (not ready) for shared libs | Niklas Hallqvist | |
1996-11-23 | Add overrideable INSTALL variable | Niklas Hallqvist | |
1996-11-22 | Oops.. our GCC didn't generate code for the FPU. | Niklas Hallqvist | |
1996-11-22 | removed plus sign from start of line | kstailey | |
1996-11-22 | fix booting with serial console - i replaced the bios code from OpenBSD with | Thomas 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-22 | correct krb.h include | Michael Shalayeff | |
1996-11-22 | fix thinko wrt otp-* handling | Todd C. Miller | |
1996-11-21 | correct version of last commit | chuck | |
1996-11-21 | midway 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-21 | export struct cfdata cfdata[]; | Michael Shalayeff | |
1996-11-21 | missed mktemp | Michael Shalayeff | |
1996-11-21 | sync | Jason Downs | |
1996-11-21 | Update to 5.2.12. | Jason Downs | |
1996-11-21 | mktemp(1) for shell scripts. No more gross directory hackery for safe temp | Todd C. Miller | |
files. | |||
1996-11-19 | Formatting error spotted by Theo | Todd C. Miller | |
1996-11-19 | Import of 961112 Cygnus binutils+gas+ld+gdb+gprof | Niklas Hallqvist | |
1996-11-19 | Import of 961112 Cygnus binutils+gas+ld+gdb+gprof | Niklas Hallqvist | |
1996-11-19 | Import of 961112 Cygnus binutils+gas+ld+gdb+gprof | Niklas Hallqvist | |
1996-11-18 | add gnu to cdpath | kstailey | |
1996-11-18 | Properly make use of the CVSROOT/options umask specification and limit | Niklas Hallqvist | |
it via bitwise and with 0777. | |||
1996-11-17 | Updated to sudo 1.5.3 | Todd C. Miller | |
1996-11-17 | fix | Jason Downs | |
1996-11-16 | Fix more libss stuff. | Jason Downs | |
1996-11-16 | EM_M68K -> EM_68K | kstailey | |