Go to file
mhitch 437d090c28 Long term bug finally reared its head: size of device softc was specified
as sizeof(struct device) when amiga switched to new config, and recent
additions of callout structures and a long missing struct device to the
soft structure resulted in kernel panics when attempting to open the builtin
serial port.  The callout structure initialization was clearing the serial
port softc data!  Fixed by using sizeof(struct par_softc).
2000-04-23 19:55:51 +00:00
bin Obey $TMPDIR for creating the scratch file 2000-04-17 23:37:50 +00:00
dist Delete references to pictures. 2000-04-22 16:46:49 +00:00
distrib Disable building of bootfloppy-tiny for now since we don't fit. 2000-04-23 15:05:02 +00:00
etc revert previous; the fast-start functionality already existed, and 2000-04-22 03:01:22 +00:00
games Don't declare 'extern opt*' getopt variables. 2000-04-14 05:58:01 +00:00
gnu Repeat after me: # is NOT a comment character in m4! :-) 2000-04-22 00:36:40 +00:00
include New syscall issetugid. 2000-04-21 16:24:22 +00:00
lib synchronize better with BIND 8.2.2P5 (actually, src/dist/bind). 2000-04-23 16:59:12 +00:00
libexec Cause ld.elf_so to find the symbols for __progname and environ and set them. If we wait until crt0 gets around to doing it it's too late for any library init functions. 2000-04-15 05:41:46 +00:00
regress Make this depend again. 2000-04-15 20:09:11 +00:00
sbin Fix minor annoyance - when showing the boottime, the ctime() result 2000-04-21 02:49:37 +00:00
share Note that IBCS2 also mean SVR3 and vax. 2000-04-23 18:58:46 +00:00
sys Long term bug finally reared its head: size of device softc was specified 2000-04-23 19:55:51 +00:00
usr.bin Correct wrong variable being tested in env parsing loop. Fixes 2000-04-23 18:11:21 +00:00
usr.sbin Back out previous; it builds on LP64 platforms now. 2000-04-23 18:39:54 +00:00
Makefile use MKSHARE=no instead. 2000-04-11 08:21:41 +00:00