Go to file
itojun 130ac9eafe don't call if_deactivate with NULL ifp.
sc->sc_ifp can be NULL if awi_pcmcia_attach() fails, so you will see panic
if you remove a card which fails on attach.
2000-03-26 10:09:33 +00:00
bin Use an in-core stack for directory permissions rather than a temporary 2000-03-21 02:15:24 +00:00
dist need string.h for prototype of memset(). fixes build breakage on alpha. 2000-03-02 18:08:44 +00:00
distrib Allow for building with an alternate default FTP server and alternate 2000-03-24 21:56:04 +00:00
etc Add ftpd.conf. 2000-03-24 22:37:48 +00:00
games Fix doubled 'the'. 2000-03-13 23:57:23 +00:00
gnu Make this at least pretend to work when cross-compiling. 2000-03-26 09:54:28 +00:00
include make the #ifdef __LIBC12_SOURCE__ consistent with usage in <signal.h> 2000-03-07 21:12:37 +00:00
lib Do a little rearrangement here. No functional change, but it's a little 2000-03-23 04:58:59 +00:00
libexec Document LD_PRELOAD, fixing PR lib/9663, and note that (and why) neither 2000-03-24 20:10:28 +00:00
regress Use proginstall:: to disable installing PROG. 2000-03-19 02:47:19 +00:00
sbin When displaying component labels, indicate whether or not the set is 2000-03-23 14:50:36 +00:00
share When linking with $DESTDIR, use an explicit -R to get library dependencies 2000-03-25 23:15:13 +00:00
sys don't call if_deactivate with NULL ifp. 2000-03-26 10:09:33 +00:00
usr.bin Include <string.h> to get a prototype for memset(). Fixes build 2000-03-22 21:45:02 +00:00
usr.sbin don't traverse NULL pointer on "wiconfig -p 1". 2000-03-26 08:58:11 +00:00
Makefile Handle new make variable BUILD_DONE which creates an empty build target if 2000-03-11 00:10:20 +00:00