|
|
1.1 ! root 1: Mon Apr 14 11:50:45 1997 Thomas Bushnell, n/BSG <[email protected]> ! 2: ! 3: * Released version 1.0. ! 4: ! 5: * kern/exception.c (exception_no_server): Try and suspend the ! 6: failing thread before killing the task. Then a debugger can be ! 7: used. ! 8: ! 9: * i386/Makefrag: Add rebuilding rules for configure subscript. ! 10: ! 11: * i386/Makefrag: Fix up copyright notice. ! 12: * i386/Drivers.in: Likewise. ! 13: * Makefile.in: Likewise. ! 14: * Drivers.macros: Likewise. ! 15: * configure.in: Likewise. ! 16: ! 17: * include/sys/time.h: New file, from include/mach/sa/sys/time.h. ! 18: * include/sys/reboot.h: New file, from include/mach/sa/sys/reboot.h. ! 19: * include/sys/ioctl.h: New file, from include/mach/sa/sys/ioctl.h. ! 20: * include/alloca.h: New file, from include/mach/sa/alloca.h. ! 21: * Makefile.in (other-sys-headers): Add time.h, ioctl.h, and reboot.h. ! 22: (other-mach-headers): New variable. ! 23: (mach-exec-headers): New variable. ! 24: (other-headers): New variable. ! 25: (installed-headers): Add mach-exec-headers. ! 26: (dist): Distribute other-mach-headers, other-sys-headers, ! 27: mach-exec-headers, and other-headers. ! 28: (device-files): Add device.srv. ! 29: ! 30: * Makefile.in (check-clib-routines): Use more efficient rule. ! 31: ! 32: Fri Apr 11 15:18:09 1997 Thomas Bushnell, n/BSG <[email protected]> ! 33: ! 34: * Makefile.in (dist): Repair rule. ! 35: (other-sys-headers): New variable. ! 36: (dist): Install $(other-sys-headers). ! 37: (INCLUDES): Remove -I$(srcdir)/include/mach/sa. ! 38: (rules for mig-related .d files): Include MiG-specific -I flags. ! 39: (mach-headers): Add inline.h. ! 40: * include/sys/types.h: New file, from include/mach/sa/sys/types.h. ! 41: ! 42: Mon Mar 24 16:23:21 1997 Thomas Bushnell, n/BSG <[email protected]> ! 43: ! 44: * version.c (version): Make that 1.0. Whee. ! 45: ! 46: Fri Mar 21 15:50:09 1997 Thomas Bushnell, n/BSG <[email protected]> ! 47: ! 48: * i386/i386at/gpl/linux/scsi/aha1740.c (aha1740_test_port): Try ! 49: and turn on PORTADDR_ENH before checking it. ! 50: ! 51: * vm/vm_object.c (vm_object_cached_max): Increase to 200. ! 52: ! 53: Thu Mar 20 12:33:06 1997 Thomas Bushnell, n/BSG <[email protected]> ! 54: ! 55: * Makefile.in (dist): New target. Reorganized some vars ! 56: describing source. ! 57: * i386/Subdirs: New file. ! 58: * i386/Files: New file. ! 59: ! 60: * version.c (version): Push back to 0.1. ! 61: ! 62: * Makefile.in (cross_compiling, bindir, libexecdir): New ! 63: variable. ! 64: ! 65: * Makefile.in (install): Depend on cross-mig and cross-migcom; ! 66: install them. New rules added to build mig, migcom, cross-mig, ! 67: and cross-migcom. ! 68: ! 69: * configure.in (AC_PROG_LEX, AC_PROG_YACC): New tests. ! 70: (BUILD_CC): New test to set these. ! 71: ! 72: * Makefile.in (%.h %_user.c): Depend on $(MIG) too. ! 73: (%_interface.h %_server.c): Likewise. ! 74: (MIG): Don't use @MIG@; hard code it to the one we build. ! 75: (BUILD_CC, BUILD_CFLAGS, MIGCOM, LEX, YACC, LEXLIB): New variables. ! 76: ! 77: Wed Mar 19 16:47:28 1997 Thomas Bushnell, n/BSG <[email protected]> ! 78: ! 79: * i386/i386at/kd.c (BROKEN_KEYBOARD_RESET): Turn off this so that ! 80: we attempt the keyboard resets. ! 81: * i386/i386/locore.S (cpu_shutdown): Attempt to provide a more ! 82: `robust' null_idtr. ! 83: ! 84: Mon Mar 17 13:47:14 1997 Thomas Bushnell, n/BSG <[email protected]> ! 85: ! 86: * i386/i386at/gpl/linux/scsi/hosts.c (scsi_init): Don't print out ! 87: gratuitious obnoxiousness. ! 88: * i386/i386at/gpl/linux/scsi/scsi.c (scsi_dev_init): Likewise. ! 89: * i386/i386at/gpl/linux/block/triton.c (ide_init_triton): ! 90: Likewise. ! 91: (init_triton_dma): Likewise. ! 92: * i386/i386at/gpl/linux/pci/pci.c (pci_init): Likewise. ! 93: * i386/i386at/gpl/linux/pci/bios32.c (check_pcibios): Likewise. ! 94: (pcibios_init): Likewise. ! 95: * i386/i386at/gpl/linux/block/genhd.c (add_partition): Likewise. ! 96: ! 97: * i386/i386at/gpl/linux/net/8390.c (ei_debug): Make default value ! 98: zero. ! 99: ! 100: Wed Mar 12 14:50:46 1997 Thomas Bushnell, n/BSG <[email protected]> ! 101: ! 102: * i386/i386at/com.c (comprobe): Turn off noisiness. ! 103: ! 104: * i386/i386at/gpl/linux/linux_block.c (check_disk_change): Don't ! 105: print out gratuitous obnoxiousness. ! 106: (device_open): Likewise. ! 107: * kern/bootstrap.c (copy_bootstrap): Likewise. ! 108: (user_bootstrap): Likewise. ! 109: * i386/i386at/gpl/linux/block/genhd.c (msdos_partition): Likewise. ! 110: (osf_partition): Likewise. ! 111: (sun_partition): Likewise. ! 112: (check_partition): Likewise. ! 113: * i386/i386/pit.c (findspeed): Likewise. ! 114: * vm/vm_resident.c (vm_page_bootstrap): Likewise. ! 115: ! 116: Mon Mar 10 15:04:47 1997 Thomas Bushnell, n/BSG <[email protected]> ! 117: ! 118: * i386/i386at/gpl/linux/linux_init.c (calibrate_delay): Don't ! 119: print out gratuitous obnoxiousness. ! 120: ! 121: * i386/i386at/gpl/linux/linux_init.c (linux_init): Only call ! 122: linux_net_emulation_init if CONFIG_INET. Include ! 123: <i386/device-drivers.h>. ! 124: ! 125: * i386/i386at/i386at_ds_routines.c: Include ! 126: <i386/device-drivers.h>. Don't mention linux_net_emulation_ops ! 127: unless CONFIG_INET. ! 128: ! 129: * device/ds_routines.c (io_done_thread_continue): [i386] ! 130: Conditionalize free_skbuffs also on CONFIG_INET. Include ! 131: <i386/device-drivers.h>. ! 132: ! 133: * i386/Drivers.in, i386/device-drivers.h.in, i386/driverlist.in: ! 134: New files. ! 135: * i386/Makefrag: Include i386/driverlist; don't include all device ! 136: drivers in kernel image; instead use list from driverlist. ! 137: * configure.in: Configure in $systype subdir too. ! 138: ! 139: * i386/i386at/gpl/linux/include/linux/autoconf.h: Damage severly ! 140: to conform to device-drivers.h model. ! 141: ! 142: * i386/bogus/com.h: Include <i386/device-drivers.h>. ! 143: Only turn on NCOM if CONFIG_MACH_COM is present. ! 144: ! 145: Mon Mar 3 16:26:58 1997 Thomas Bushnell, n/BSG <[email protected]> ! 146: ! 147: * include/mach/message.h (__mach_msg, __mach_msg_trap): Add decls. ! 148: ! 149: Tue Feb 25 15:42:23 1997 Thomas Bushnell, n/BSG <[email protected]> ! 150: ! 151: * i386/Makefrag (INCLUDES): Find `include' directory in new ! 152: location. ! 153: * Makefile (INCLUDES): Find `include' directory in new location. ! 154: (%.symc): Find gensym.awk in new location. ! 155: ! 156: * Reorganized directories into new layout and unified mach4 and ! 157: mach4-i386 into a single tree. ! 158: ! 159: ! 160: Older changes in ChangeLog.00 (for i386 directory) and ChangeLog.0 (for ! 161: all other files).
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.