--- Gnu-Mach/ChangeLog 2020/09/02 04:36:56 1.1.1.1 +++ Gnu-Mach/ChangeLog 2020/09/02 04:39:01 1.1.1.3 @@ -1,3 +1,173 @@ +Thu Jun 12 18:08:29 1997 Thomas Bushnell, n/BSG + + Version 1.1.3 released. + + * version.c (version): Update to 1.1.3. + +Wed Jun 11 20:16:47 1997 Thomas Bushnell, n/BSG + + * i386/Drivers.in: Add el3. How did this escape notice? + * i386/device-drivers.h.in: Add CONFIG_EL3. + +Tue Jun 10 13:33:37 1997 Thomas Bushnell, n/BSG + + Version 1.1.2 released. + + * Makefile.in (install): Install cross-migcom as `migcom', not as + `mig'. + + * i386/Makefrag (objfiles += $(device_drivers)): Sort + $(device_drivers) before adding to objfiles in order to remove + duplicates. + +Mon Jun 9 22:14:09 1997 Thomas Bushnell, n/BSG + + * i386/Drivers.in: Fix typos apt.o -> atp.o; 3c403.o -> 3c503.o. + + * Drivers.macros (AC_DRIVER): Test the class selected flag + correctly. + +Mon May 26 14:33:19 1997 Thomas Bushnell, n/BSG + + * version.c (version): Update to version 1.1.2. + +Fri May 23 10:08:48 1997 Thomas Bushnell, n/BSG + + * kern/thread.c (thread_info): Set flags word correctly; + TH_FLAGS_SWAPPED and TH_FLAGS_IDLE are not exclusive. + + * Makefile.in (topfiles): Add aclocal.m4. + Reported by Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu). + +Mon May 12 11:25:38 1997 Thomas Bushnell, n/BSG + + Version 1.1.1 released. + + * version.c (version): Update to version 1.1.1. + + * bogus/mach_kdb.h: Make sure MACH_KDB is always defined, to zero + if necessary. Bug report from Marcus Daniels + (marcus@cathcart.sysc.pdx.edu). + +Fri May 9 13:06:25 1997 Thomas Bushnell, n/BSG + + * i386/Files: Fix typo for _setjmp.S. + Reflect 53c7,8xx.c -> 53c78xx.c change. + +Wed May 7 15:32:08 1997 Thomas Bushnell, n/BSG + + * version.c (version): Update to version 1.1. + * NEWS: New file. + * Makefile.in (topfiles): Add NEWS. + +Mon May 5 11:34:01 1997 Thomas Bushnell, n/BSG + + * Makefile.in (enable_kdb): Use findstring instead of filter. + Reported by Marcus Daniels (marcus@cathcart.sysc.pdx.edu). + +Fri May 2 12:43:46 1997 Thomas Bushnell, n/BSG + + * Makefile.in (enable_kdb): New variable. + (clib-routines): If enable_kdb, then add strstr. + * i386/i386/_setjmp.S: New file, from UK22 libmach. + * i386/Files: Add i386/i386/_setjmp.S. + * i386/Makefrag (objfiles): Add _setjmp.o if enable_kdb. + +1997-04-30 Marcus G. Daniels + + * Makefile.in (clib-routines): Add htons not because it is necessary, + but because libc5 systems will bring it in. + (check-clib-routines): Tolerate extra weak symbols. + +Wed Apr 30 14:12:12 1997 Thomas Bushnell, n/BSG + + * Makefile.in: Delete duplicate rule for cross-mig. + +Mon Apr 28 12:09:53 1997 Thomas Bushnell, n/BSG + + * Makefile.in (check): New target. Reported by + xtest@postman.epa.go.jp. + + * i386/Drivers.in (ncr53c7xx): Change file name to 53c78xx.o. + * i386/i386at/gpl/linux/scsi/53c7,8xx.c: Moved to ... + * i386/i386at/gpl/linux/scsi/53c78xx.c: ... here. + * i386/Makefrag (linux-scsi-files): Change file name here too. + Reported by xtest@postman.epa.go.jp. + +Wed Apr 23 14:35:44 1997 Miles Bader + + * ipc/ipc_entry.c [MACH_KDB]: Add include of . + +Wed Apr 23 13:21:23 1997 Thomas Bushnell, n/BSG + + * configure.in (BUILD_CC): Use AC_CHECK_PROGS, not AC_CHECK_PROG, + since we are checking multiple names. + + * configure.in (kdb): New --enable option. + * Makefile.in (DEFINES): Add @DEFS@. + * bogus/mach_kdb.h: Make this file zero length; we get MACH_KDB + from configure now. + + * Makefile.in (clean, distclean, mostlyclean, maintainter-clean): + New targets. + (all-archs-configures): New variable. + (MIG): Change to ./local-mig. + (./local-mig): Change to build this instead of ./mig + (check-clib-routines): Use nm -g in case there are local symbols. + Suggested by Matthew Wilcox (willy@odie.barnet.ac.uk). + +Fri Apr 18 15:25:10 1997 Thomas Bushnell, n/BSG + + * configure.in: Add AC_PREREQ for version 2.12. + * i386/Drivers.in: Likewise. + +Wed Apr 16 16:55:36 1997 Marcus G. Daniels + + * configure.in: Replace AC_PROG_CC with AC_PROG_CC_LOCAL. + If cross compiling do Lex/Yacc checks with BUILD_CC. + Check CC and BUILD_CC for libraries having the needed support, + and substitute discovery in installed_clib. + + * aclocal.m4: New file. These replacement macros are to handle + the case where there is a cross compiler but no supporting files. + + * Makefile.in (installed-clib): Don't hardwire a Hurd libcrt.a. + (cross_linkable): Only define cross-migcom variable when it will + be possible to build it. + (all, install): Use $(cross-migcom). + (install): Install cross-migcom only if was to be built. + (mkinstalldirs): Add $(bindir), $(includedir)/mach/exec + (cross-lexxer.o lexxer.o): lexxer.o needs cpu.h. + (./cross-migcom): Prevent dependency generation for cross-* MiG files + unless they can actually be built. + +Thu Apr 17 15:55:40 1997 Thomas Bushnell, n/BSG + + * kern/exception.c (exception_no_server): Comment out the suspend + code; it's useful for special case debugging, but causes problems + in general. + +Wed Apr 16 12:52:25 1997 Thomas Bushnell, n/BSG + + * Makefile.in (cross-lexxer.o lexxer.o): Add pump-priming + dependency on cpu.h. Reported by Marcus G. Daniels + (marcus@cathcart.sysc.pdx.edu). + + * configure.in: Fail if configure target is not for GNU os. + + * i386/Drivers.in (com): Delete option. It's required by + kd_mouse.c. + * i386/Makefrag (i386at-files): Add com.c. + (driver-files): Delete variable. + * i386/bogus/com.h: Revert change of March 10. + * i386/device-drivers.h.in (CONFIG_MACH_COM): Delete option. + Bug report from Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu). + + * Makefile.in (./cross-mig): New rule. + (mkinstalldirs): Add $(libexecdir). + * configure.in: Recognize i686. + Reported by Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu). + Mon Apr 14 11:50:45 1997 Thomas Bushnell, n/BSG * Released version 1.0.