Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1996-11-16 | Revoke privilages before restarting, from leshka@leshka.chuvashia.su | Jason Downs | |
1996-11-15 | added DO_AOUT for kvm_mkdb; added ELF defines too | kstailey | |
1996-11-15 | Move mk_cmds to the main tree. | Jason Downs | |
1996-11-15 | Move libss to the main tree. | Jason Downs | |
1996-11-15 | libss and mk_cmds are moving into the main tree | Jason Downs | |
1996-11-14 | sys/types.h not machine/endian.h for alpha. | etheisen | |
1996-11-14 | removed bcopy & bcmp dependencies | kstailey | |
1996-11-14 | correct LINKS usage | Michael Shalayeff | |
1996-11-14 | correct last fix. | Michael Shalayeff | |
1996-11-14 | machine/endian.h not needed. | etheisen | |
1996-11-14 | remove BINDIR. | Michael Shalayeff | |
1996-11-14 | correct LINKS usage | Michael Shalayeff | |
1996-11-14 | sys/types.h will serve us better than machine/endian.h. | etheisen | |
1996-11-14 | Add memcpy entrypoint to bcopy et al. With this, in-tree gcc now | Niklas Hallqvist | |
compiles a kernel which can be booted. In-tree as still loses though. | |||
1996-11-14 | Missed one cast. | etheisen | |
1996-11-14 | memcpy needs string.h. | etheisen | |
1996-11-14 | memcpy needs string.h. | etheisen | |
1996-11-14 | More Alpha casts. | etheisen | |
1996-11-14 | Cast better for the alpha. | etheisen | |
1996-11-14 | memcpy needs proto from string.h. | etheisen | |
1996-11-14 | Include <machine/types.h> for now. | etheisen | |
1996-11-13 | Bad include directive. | etheisen | |
1996-11-13 | Merge to NetBSD, added RCSids | Niklas Hallqvist | |
1996-11-13 | Sync with NetBSD, Add OpenBSD tags. | Niklas Hallqvist | |
1996-11-13 | Sync with NetBSD, Add OpenBSD tags. | Niklas Hallqvist | |
1996-11-13 | Sync to NetBSD + fixup RCS IDs | Niklas Hallqvist | |