freebsd kernel with SKQ
Go to file
Poul-Henning Kamp 673f8923d0 PR kern/2141:
function ed_attach_NE2000_pci() in if_ed.c passes
        an uninitialized block of memory (got with malloc())
        to ed_attach. This prevents a proper initialization
        of the device descriptor and in my case causes a panic
        during the probe, while printing out device info.

Reviewed by:	phk
Submitted by:	Luigi Rizzo <luigi@iet.unipi.it>
1996-12-03 16:08:00 +00:00
bin Bruce says: "You have been programming in the kernel for too long :-)." 1996-11-13 20:00:03 +00:00
contrib Use LANG=C, LC_CTYPE=C, LC_TIME=C 1996-11-26 08:58:57 +00:00
eBones First round of moving secure telnet (AKA kerberised telnet) to its new home 1996-10-26 17:20:52 +00:00
etc Add share/misc. Definite 2.2 candidate, if we want it to be consistent 1996-11-26 10:01:28 +00:00
games Fix minor typo/grammatical error 1996-11-22 22:16:25 +00:00
gnu Allow baud rate of 230400. 1996-12-02 12:12:19 +00:00
include Update to more current reality. 1996-11-28 09:57:31 +00:00
lib upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macro 1996-12-02 20:03:58 +00:00
libexec Truncate the file when opening it with write intent. Otherwise, 1996-11-30 20:59:32 +00:00
lkm Make snake 3.0-CURRENT here. 1996-11-11 14:18:40 +00:00
release Don't run routed by default. 1996-12-02 05:01:02 +00:00
sbin Fix math in SIGINFO printer. 1996-12-02 21:42:11 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share Added FURUSAWA Kazuhisa for his port of xloadface. 1996-12-03 13:38:40 +00:00
sys PR kern/2141: 1996-12-03 16:08:00 +00:00
tools Back out a little more of the previous changes. No longer change 1996-10-31 15:57:25 +00:00
usr.bin Display multicast addresses if the "a" flag is used in combination 1996-12-02 06:38:30 +00:00
usr.sbin Remove file that we don't have any way of using. We don't have the other 1996-12-03 06:21:49 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Use LC_TIME=C instead of LC_TIME= (POSIX) 1996-11-26 03:26:31 +00:00