From e87eb2a97594f692fe249d3ad30911deb0bc61c5 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 2 Jul 2009 23:11:30 +0200 Subject: Switch to the new ChangeLog style. * ChangeLog: Wipe out content, and add instructions about how to get it back. * ChangeLog.0: Remove file. * ChangeLog.00: Likewise. --- ChangeLog | 6333 +--------------------------------------------------------- ChangeLog.0 | 721 ------- ChangeLog.00 | 858 -------- 3 files changed, 6 insertions(+), 7906 deletions(-) delete mode 100644 ChangeLog.0 delete mode 100644 ChangeLog.00 diff --git a/ChangeLog b/ChangeLog index edb4a89..9ed3b47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6329 +1,8 @@ -2009-02-26 Samuel Thibault +e227045b06d62ee7d2fbab9d5ade9030ff43170b is the last commit imported from CVS. +All commits after that one have valid author and committer information. - * i386/i386/prog_reg.h (invlpg_linear): Rename macro into... - (invlpg_linear_range): ... this. - (invlpg_linear): New macro. - * i386/intel/pmap.c (INVALIDATE_TLB): Call invlpg_linear instead - of flush_tlb when e - S is compile-time known to be PAGE_SIZE, - instead of run-time known to be less than 32 * PAGE_SIZE. +Use this to examine the change log for earlier changes: -2009-01-05 Samuel Thibault - - * i386/i386/gdt.h (LINEAR_DS): New macro. - * i386/i386/gdt.c (gdt_init): Initialize LINEAR_DS descriptor. - * i386/i386/proc_reg.h (invlpg_user): Rename macro into... - (invlpg_linear): ... this. Use movw instead of movl to set KERNEL_DS - selector. Use LINEAR_DS selector instead of USER_DS selector. - * i386/intel/pmap.c (INVALIDATE_TLB): Call invlpg_linear instead of - invlpg_user. For now, disable use of invlpg. - -2008-12-30 Samuel Thibault - - * i386/i386/proc_reg.h [__ASSEMBLER__ && __GNUC__]: Include - and - (invlpg_user): New macro. - * i386/intel/pmap.c (INVALIDATE_TLB): Call invlpg_user instead - of invlpg. - (pmap_remove, pmap_page_protect, pmap_protect, pmap_enter, - pmap_collect, phys_attribute_clear): Call PMAP_UPDATE_TLBS - after pde update instead of before. - -2008-12-29 Samuel Thibault - - * i386/intel/pmap.c (pmap_bootstrap): Extend kernel virtual memory to - at least the size of the physical memory. - -2008-12-05 Samuel Thibault - - * vm/vm_fault.c (vm_fault_page): Print value returned - memory_object_data_request as %x instead of %d. - -2008-11-15 Shakthi Kannan - - * device/ds_routines.h (device_reference, device_deallocate): Add - function prototypes. - * kern/task.c (task_create): Moved unused i variable inside FAST_TAS. - * vm/vm_map.h (vm_map_copy_page_discard): Add function prototype. - * vm/vm_kern.c (projected_buffer_deallocate): Give &map->hdr - instead of map to _vm_map_clip_start and _vm_map_clip_end functions. - -2008-12-01 Samuel Thibault - - * device/device_emul.h (device_emulation_ops): Turn back reference, - dealloc, dev_to_port, write_trap and writev_trap into taking a void*, - as they do not always take a mach_device_t. - * device/ds_routines.c (mach_device_emulation_ops): Cast - mach_device_reference, mach_device_deallocate, - mach_convert_device_to_port, device_write_trap and device_writev_trap - to (void*) to make them accept a void* argument. - * linux/pcmcia-cs/glue/ds.c (device_deallocate): Rename function - into... - (ds_device_deallocate): ... this. - (dev_to_port): Call ds_device_deallocate instead of device_deallocate. - (linux_pcmcia_emulation_ops): Use ds_device_deallocate instead of - device_deallocate, cast mach_device_reference to (void*) to make it - accept a void* argument. - -2008-11-28 Thomas Schwinge - - * doc/Makefrag.am: Only advertize updating the web pages on - gnumach-1-branch. - -2008-11-27 Samuel Thibault - - * i386/i386/proc_reg.h (invlpg): New macro. - * i386/intel/pmap.c (INVALIDATE_TLB): If portion to be flushed is less - than 32 pages, use calls to invlpg instead of flush_tlb. - -2008-11-23 Samuel Thibault - - * i386/i386/proc_reg.h (get_cr0, get_cr2, get_cr3, get_cr4, get_tr, - get_ldt): Add volatile qualifier to asm statement to prevent gcc from - optimizing it away since there seems to be no way to clobber these - properly in the set_* macros. - -2008-11-17 Thomas Schwinge - - * Makefile.am (install_sh, INSTALL): Point to `build-aux/install-sh'. - Make use of its `-C' option. - - * configure.ac: Require GNU Automake 1.10.1. - * Makefile.am: Adapt. - * Makefile.correct_output_files_for_.S_files.patch: Remove. - -2008-07-19 Barry deFreese - - * device/device_emul.h (struct device_emulation_ops): Make members - reference, dealloc, dev_to_port, write_trap, and writev_trap take - mach_device_t parameter instead of void *. - * i386/i386at/autoconf.c: Make forward declarations for comintr() - and lprintr() match prototype. Add brackets around initialization - members for bus_ctlr and bus_device structs. - * i386/i386at/conf.c (dev_name_list): Pass nomap instead of nulldev - for map field. - * i386/i386at/pic_isa.c (intnull, fpintr, hardclock, kdintr, - prtnull): Declare the type of the value returned by functions to void. - -2008-11-13 Thomas Schwinge - - [task #8135 -- PAE for GNU Mach] - * i386/configfrag.ac (enable_pae): Add checks: this is ix86-only. - * doc/mach.texi (Configuration): Document the new option. - -2008-11-11 Shakthi Kannan - - * kern/eventcount.c (evc_wait_clear): Remove unused variable 'ret'. - -2008-11-10 Samuel Thibault - - [task #8135 -- PAE for GNU Mach] - * i386/configfrag.ac: Add --enable-pae option, which defines PAE. - * i386/i386/i386asm.sym (PDPSHIFT, PDEMASK, PTE_SIZE): New assembly - macros. - * i386/i386/locore.S (copyout_retry) [PAE]: Use page directory pointer - bits, take PTE_SIZE into account. - * i386/i386at/model_dep.c (i386at_init) [PAE]: Set second initial 2MB - page. Enable PAE bit. Set cr3 to page directory pointer table instead - of page directory. - * i386/intel/pmap.c (pmap_bootstrap, pmap_create) [PAE]: Allocate 4 - pages for dirbase. Setup pdpbase. - (pmap_destroy) [PAE]: Free 4 pages from dirbase. Free pdpbase. - * i386/intel/pmap.h (pt_entry_t) [PAE]: Typedef to unsigned long long. - (PDPSHIFT, PDPNUM, PDPMASK) [PAE]: New macros. - (PDESHIFT, PDEMASK, PTEMASK) [PAE]: Set to PAE values. - (lin2pdenum, NPDES) [PAE]: Make them take the page directory pointer - index into account too. - (struct pmap) [PAE]: Add `pdpbase' member. - (set_dirbase): Remove macro, replaced by... - (set_pmap): New macro, taking a pmap instead of the dirbase. - (PMAP_ACTIVATE_USER): Use set_pmap instead of set_dirbase. - -2008-11-05 Shakthi Kannan - - * ipc/mach_port.c (mach_port_insert_right): Cast poly into - (ipc_object_t) to fix compiler warning when calling - ipc_object_copyout_name. - -2008-08-31 Samuel Thibault - - * i386/i386/trap.c (user_trap): On page fault, raise exception instead - of asserting that cr2 is below LINEAR_MIN_KERNEL_ADDRESS. - -2008-07-29 Zheng Da - Manuel Menal - - * include/device/net_status.h (NET_FLAGS): New macro. - * linux/dev/glue/net.c (device_get_status): Handle NET_FLAGS case. - (device_set_status): Likewise, calls dev_change_flags. - * linux/dev/include/linux/netdevice.h (dev_change_flags): Declare - function. - * linux/dev/net/core/dev.c (dev_change_flags): Add function. - -2008-08-03 Samuel Thibault - - * i386/i386/lock.h (_simple_lock_xchg_, bit_lock, bit_unlock): Add - memory clobbers. - * i386/include/mach/i386/cthreads.h (spin_unlock, spin_try_lock): Add - memory clobbers. - -2008-07-23 Barry deFreese - - * device/chario.c (ttyinput_many): Change chars param to char *. - * device/tty.h (ttyinput_many): Likewise. - * i386/i386/pcb.h: Include . - * i386/i386at/autoconf.h: Include . - * i386/i386at/model_dep.c (inittodr): Cast &new_time.seconds to u_int *. - * ipc/mach_port.c (mach_port_insert_right): Cast poly to ipc_object_t. - * ipc/mach_debug.c (host_ipc_hash_info): Initialize size to 0 to make - the compiler believe that there is no bug. - * ipc/mach_debug.c (mach_port_space_info): Likewise for tree_size and - table_size. - * i386/i386at/com.c (commctl): Likewise for b. - * i386/i386/trap.c (user_trap): Likewise for exc. - * i386/i386/user_ldt.c (i386_set_ldt): Likewise for old_copy_object. - * i386/i386at/com.c (comintr): Check line_stat&iOR instead of line&iOR. - -2008-07-23 Barry deFreese - - * i386/i386/locore.h (copyinmsg, copyoutmsg): - Make parameters const void* and void* instead of vm_offset_t. - * i386/i386at/com.c (comportdeath): Cast port as ipc_port_t in - tty_portdeath call. - * i386/i386at/kd.c (kdportdeath): Likewise. - * i386/i386at/lpr.c (lprportdeath): Likewise. - * i386/i386at/kd_mouse.c (mouse_handle_byte): Cast param to wakeup() as - vm_offset_t. - * i386/intel/pmap.c (pmap_destroy): Cast arg 2 of kmem_free() to - vm_offset_t. - * i386/intel/pmap.h: Cast all arg 1 params to kvtophy() to vm_offset_t. - * ipc/ipc_kmsg.c: Remove casts from params to copyinmsg and - copyoutmsg calls. - * ipc/mach_msg.c: Likewise. - * kern/exceptions.c: Likewise. - * ipc/mach_msg.c: Remove casts from params to copyout calls. - * ipc/bootstrap.c: Likewise. - * kern/ipc_tt.c (mach_ports_register): Cast memory[i] as ipc_port_t in - assignment. - -2008-07-19 Barry deFreese - - * chips/busses.h (bus_ctlr, bus_device): Make intr return void instead - of int. - * device/tty.h (tty): Make t_start and t_stop return void instead of - int. - * i386/i386/ipl.h (ivect[]): return void instead of int. - * i386/i386at/pic_isa.h (ivect[]): Likewise. - * i386/i386at/kd_mouse.c (mouseintr): Likewise. - * i386/i386at/com.c (comintr, comstop): Likewise. - * i386/i386at/kd.c (kdcnputc, kdstart, kdstop, kdintr): Likewise. - * i386/i386/trap.c (exception, thread_exception_return, i386_exception): - Add __attribute__ ((noreturn)). - * i386/i386at/kd.c (kdcnprobe): Return 0 at end of function. - * i386/i386at/lpr.c (lprintr, lprstart): Return void instead of int. - (lprstart): Don't return numeric values any longer. - * kern/eventcount.c (evc_wait_clear): Return a value. - * kern/exceptions.c (exception, exception_try_task, exception_no_server, - exception_raise, exception_raise_continue, exception_raise_continue_slow, - exception_raise_continue_fast): Add __attribute__ ((noreturn)). - (exception, exceptio_try_task, exception_raise, - exception_raise_continue_slow, exception_raise_continue_fast): - Remove spurious returns. - (exception_no_server): Add panic() on return from thread_halt_self(). - -2008-07-20 Samuel Thibault - - * linux/pcmcia-cs/glue/wireless_glue.h (schedule_task): Add parameter - to Debugger() call. - * kern/lock_mon.c (retry_simple_lock, retry_bit_lock): Likewise. - * kern/machine.c (Debugger): Remove declaration. - * device/net_io.c (net_deliver): Fix parenthesis to really round up. - * kern/mach_clock.c (timeout): Make the `fcn' parameter take a void * - instead of char *. - * kern/mach_clock.h (timeout): Likewise. - * device/net_io.c (net_set_filter): Reference the proper member - instead of casting pointers. - * device/subrs.c (ether_sprintf): Set type of `i' to `int'. - * i386/i386/trap.c (kernel_trap): Pass page fault address to printf. - * i386/i386at/rtc.c (rtcget): Fix parenthesis to really test the bit. - * linux/src/include/linux/tqueue.h (queue_task_irq, - queue_task_irq_off, queue_task, run_task_queue): Turn into static - inlines. - -2008-07-19 Barry deFreese - - * device/dev_hdr.h (dev_name_lookup, dev_set_indirection): Add - prototypes. - * device/dev_pager.c: Include . - * device/ds_routines.c: Likewise. - * device/subrs.c: Likewise. - * device/device_init.c: Include . - * device/ds_routines.h (iowait): Add prototype. - * device/net_io.h (net_kmsg_collect): Add prototype. - * device/net_io.c (hash_ent_remove, net_free_dead_infp, - net_free_dead_entp, bpf_validate, bpf_eq, net_add_q_info, - bpf_match): Add forward declarations. - * device/subrs.h: New header. - * i386/i386/fpu.h: Include . - Change include to . - (fp_save, fp_load, fp_free, fpu_module_init, fpu_set_state, - fpu_get_state, fpnoextflt, fpextovrflt, fpexterrflt, init_fpu): - Add prototypes. - * i386/i386/gdt.h (gdt_init): Add prototype. - * i386/i386/io_map.c: Include . - * vm/vm_kern.c: Likewise. - * i386/i386/ktss.h (ktss_init): Add prototype. - * i386/i386/ldt.h (ldt_init): Add prototype. - * i386/i386/loose_ends.h: New header. - * i386/i386/loose_ends.c (delay): Complete prototype. - * i386/i386/model_dep.h (startrtclock): Add prototype. - * i386/i386/pcb.h (load_context, stack_attach, stack_detach, - switch_ktss): Add prototypes. - * i386/i386/pic.h (form_pic_mask, picinit): Add prototypes. - * i386/i386/pit.c: Include . - * i386/i386at/kd_mouse.c: Likewise. - * i386/i386/pit.h (clkstart): Add prototype. - * i386/i386/trap.c: Include , , - . - * i386/i386/trap.h (interrupted_pc): Add prototype. - * i386/i386/user_ldt.c: Include . - * i386/i386at/autoconf.h: New header. - * i386/i386at/com.h: New header. - * i386/i386at/com.c: Include , . - * i386/i386at/idt.h (idt_init): Add prototype. - * i386/i386at/int_init.h: New header. - * i386/i386at/kd.c: Include . - * kern/debug.c: Likewise. - * i386/i386at/kd_event.c: Include . - * i386/i386at/kd_mouse.c: Likewise. - * i386/i386at/kd_mouse.c: Include , . - * i386/i386at/lpr.c: Include - * i386/i386at/model_dep.c: Include: , , - , , , , - , , , - , . - * i386/i386at/rtc.h (readtodc, writetodc): Add prototypes. - * i386/intel/pmap.h: Include . - (pmap_bootstrap, pmap_unmap_page_zero, pmap_zero_page, pmap_copy_page, - kvtophys): Add prototypes. - * i386/intel/read_fault.h: New header. - * kern/ast.h (ast_init, ast_check): Add prototypes. - * kern/debug.c (Debugger): Move prototype to... - * kern/debug.h (Debugger): ... here. - * kern/eventcount.h (evc_notify_abort): Add prototype. - * kern/ipc_mig.c: Include , , - - * kern/ipc_mig.h: New header. - * kern/ipc_tt.h (mach_reply_port): Add prototype. - * kern/machine.h: New header. - * kern/processor.h (pset_sys_bootstrap): Move prototype outside of - MACH_HOST check. - * kern/sched_prim.h (thread_bind, compute_priority, - thread_timeout_setup): Add prototypes. - * kern/startup.c: Include , . - * kern/syscall_subr.c: Include . - (thread_depress_abort): Remove prototype. - * kern/syscall_subr.h: Include , - (thread_depress_abort): Add prototype. - * kern/syscall_sw.c: Include: . - * kern/task.h (consider_task_collect): Add prototype. - * kern/thread.c: Include , , - . - * kern/thread.h (stack_collect): Add prototype. - * linux/pcmcia-cs/glue/pcmcia_glue.h (Debugger): Remove prototype. - * util/putchar.c: Include . - * util/putchar.h: New header. - * util/puts.c: Include , . - * vm/memory_object.c: Include . - (memory_object_data_provided): Move function below - memory_object_data_supply definition. - * vm/vm_init.c: Include . - * vm/vm_kern.h (projected_buffer_in_range): Add prototype. - * vm/vm_map.c: Include , . - (vm_map_delete, vm_map_copyout_page_list, vm_map_copy_page_discard): - Add forward declaration. - * vm/vm_map.h (vm_map_copyin_object, vm_map_submap, - _vm_map_clip_start, _vm_map_clip_end): Add prototypes. - * vm/vm_pageout.c: Include , , - . - * vm/vm_resident.h: New header. - * vm/vm_user.c: Include . - * vm/pmap.h (pmap_pageable, pmap_map_bd): Add prototype. - -2008-07-18 Andrei Barbu - - * i386/i386/db_disasm.c (Iba): New macro. - (db_inst_table): Use Iba for aam and aad instructions. - (db_disasm): Decode operands for Iba case. - * i386/i386/db_interface.c (db_read_bytes): Do not increment the - address before printing it. - * include/sys/types.h (int8_t, uint8_t, u_int8_t, int16_t, uint16_t, - u_int16_t, int32_t, uint32_t, u_int32_t, int64_t, uint64_t, - u_int64_t): New types. - * ddb/db_sym.c (db_task_printsym): Do not print empty symbols. - * ddb/db_break.c (db_set_breakpoint): Add db_breakpoint_t return type, - return the breakpoint in non-ddb case. - * ddb/db_break.h (BKPT_EXTERNAL): New macro. - (db_set_breakpoint): Add declaration. - * (ddb/db_sym.h): Add _DDB_DB_SYM_H_ header protection. - (db_find_sym_and_offset, db_find_xtrn_sym_and_offset, - db_find_task_sym_and_offset, db_find_xtrn_task_sym_and_offset): Call - db_free_symbol. - (db_free_symbol): New declaration. - (db_sym_switch): New `free_symbol' member. - (X_db_free_symbol): New macro. - * ddb/db_sym.c (db_value_of_name, db_lookup, db_name_is_ambiguous, - db_search_task_symbol, db_search_in_task_symbol, db_task_printsym): - Call db_free_symbol. - (db_free_symbol): New function. - (dummy_db_free_symbol): New empty function. - (x_db): Initialize `free_symbol' memberi with dummy_db_free_symbol. - * i386/i386/db_trace.c (db_i386_stack_trace): Call db_free_symbol. - * kern/lock_mon.c (print_lock_info): Likewise. - * include/sys/types.h (quad): Remove type. - -2008-07-15 Barry deFreese - - * device/cons.c (cnputc): Turn parameter `c' into a char. - * device/cons.h (cninit, cngetc, cnmaygetc, cnputc): Add prototypes. - * i386/i386at/model_dep.c: Include - * kern/printf.c: Include - (cnputc): Remove prototype. - (vprintf, iprintf): Explicitely cast cnputc into the type _doprnt - expects. - * linux/dev/kernel/printk.c: Include - (cnputc): Remove prototype. - * device/ds_routines.c: Include - * ipc/ipc_kmsg.c: Likewise. - * kern/bootstrap.c: Likewise. - * kern/exception.c: Likewise. - * kern/ipc_mig.c: Likewise. - * kern/sched_prim.c: Likewise. - * kern/time_stamp.c: Likewise. - * vm/vm_kern.c: Likewise. - * device/ds_routine.h (ds_notify): Add prototype. - * kern/ipc_kobject.c: Include - * device/net_io.h (net_ast): Add prototype. - * ipc/ipc_kmsg.c: Include - * kern/ast.c: Include - * i386/i386at/kd.h (kd_isupper, kd_islower, kd_senddata, kd_sendcmd, - kd_cmdreg_write, kd_mouse_drain, set_kd_state, kd_setleds1, kd_setleds2, - cnsetleds, kdreboot, kd_putc, kd_parseesc, kd_down, kd_up, kd_cr, - kd_tab, kd_left, kd_right, kd_scrollup, kd_scrolldn, kd_cls, kd_home, - kd_atoi, kd_insch, kd_cltobcur, kd_cltopcur, kd_cltoecur, kd_clfrbcur, - kd_eraseln, kd_insln, kd_delln, kd_delch, kd_erase, kd_bellon, - kd_belloff, kdinit, kdsetkbent, kdgetkbent, kdsetbell, kd_resend, - kd_handle_ack, kd_kbd_magic, kdstate2idx, kd_parserest, kdcnmaygetc, - kd_slmwd, kd_slmscu, kd_slmscd): Add prototypes. - * i386/i386at/kd.c (do_modifier): Add prototype. - * kern/ipc_kobject.c: Include - * vm/vm_object.h: Include and . - (vm_object_coalesce, vm_object_pager_wakeup): Add prototypes. - * kern/priority.c: Include . - * kern/sched_prim.c (recompute_priorities, update_priority): Remove - prototypes. - * kern/sched_prim.h (update_priority, compute_my_priority): Add - prototypes. - * kern/time_stamp.h (timestamp_init): Add prototype. - * kern/startup.c: Include . - * ipc/ipc_kmsg.c: Include and . - * ipc/ipc_mqueue (ipc_mqueue_copyin): Add prototype. - * kern/bootstrap.c: Include . - * kern/exceptions.c: Include . - * kern/ipc_kobject.h (ipc_kobject_notify): Add prototype. - * kern/ipc_mig.c: Include . - * kern/pc_sample.c: Include . - * kern/printf.h (safe_gets): Add prototype. - * kern/processor.c: Include . - * kern/queue.h (insque): Add prototype. - * kern/startup.c: Include and . - * kern/thread.h (thread_start, kernel_thread, thread_priority, - thread_set_own_priority, thread_max_priority, thread_policy, - consider_thread_collect, stack_privilege): Add prototypes. - * kern/timer.h (timer_normalize, timer_init, init_timers): Add - prototypes. - * vm/vm_map.h (vm_map_lookup_entry, vm_map_entry_delete): Add - prototypes. - * device/chario.c: Include - * device/device_init.c (chario_init): Remove prototype. - * device/tty.h (ttyinput_many, tty_cts, tty_get_status, - tty_set_status, tty_flush, ttrstrt, ttstart, ttyclose, tty_portdeath, - chario_init): Add prototypes. - * i386/i386/model_dep.h: New header. - * i386/i386at/model_dep.c: Include . - * kern/debug.c: Include . - * kern/mach_clock.c: Likewise. - * kern/sched_prim.c: Likewise. - * kern/startup.c: Likewise. - * kern/machine.c: Likewise. - (halt_cpu): Remove prototype. - * vm/pmap.h (pmap_grab_page): Add prototype. - * ipc/mach_port.h: New header. - * ipc/mach_port.c: Include . - (mach_port_get_receive_status): Add forward declaration. - * kern/bootstrap.c: Include . - * kern/ipc_mig.c: Likewise. - * kern/syscall_sw.c: Likewise. - * device/dev_pager.c (device_pager_data_request, - device_pager_data_request_done, device_pager_init_pager): Fix printf - formats. - * i386/i386/debug_i386.c (dump_ss): Likewise. - * i386/i386/trap.c (user_trap): Likewise. - * i386/i386at/com.c (comtimer): Likewise. - * ipc/ipc_notify (ipc_notify_port_deleted, ipc_notify_msg_accepted, - ipc_notify_port_destroyed, ipc_notify_no_senders, - ipc_notify_send_once, ipc_notify_dead_name): Likewise. - * kern/ipc_kobject.c (ipc_kobject_destroy): Likewise. - * kern/sched_prim.c (do_runq_scan): Likewise. - * linux/pcmcia-cs/clients/smc91c92_cs.c (smc_start_xmit): Likewise. - * linux/src/drivers/net/sundance.c (start_tx): Likewise. - * vm/vm_fault.c (vm_fault_page): Likewise. - * vm/vm_map.c (vm_map_pmap_enter): Likewise. - * vm/vm_object.c (vm_object_collapse): Likewise. - -2008-07-04 Samuel Thibault - - * linux/src/drivers/net/rtl8139.c (rtl8129_open): Move IRQ - initialization after ring initialization. - -2008-07-02 Samuel Thibault - - * linux/dev/include/asm/segment.h (__put_user, __get_user): Add - always_inline attribute. - -2008-06-29 Samuel Thibault - - * i386/i386/fpu.c (fpintr): Do not panic if the we receive the - interrupt twice in the same thread. - -2008-05-28 Thomas Schwinge - - [bug #23417, patch #6508 -- Building with -g3] - * Makefile.am (MIGCOM): Revert the 2008-05-19 change. - -2008-05-25 Andrei Barbu - - * ddb/db_aout.c (aout_db_symbol_values): Add stab parameter. - * ddb/db_sym.h (db_sym_switch): Add stab parameter to symbol_values - member. - (X_db_symbol_values): Pass stab parameter to symbole_values function. - -2008-05-19 Thomas Schwinge - - [patch #6508 -- Building with -g3] - * Makefile.am (MIGCOM): Let it filter through CPP again. - Suggested by Andrei Barbu . - -2008-05-09 Andrei Barbu - - * i386/i386/loose_ends.c (DELAY): Use volatile qualifier instead of - register to prevent optimization. - -2008-03-10 Samuel Thibault - - * doc/Makefrag.am: Fix typo. - -2008-03-07 Samuel Thibault - - * i386/i386/locore.S (syscall): Clear direction flag at entry. - -2008-02-06 Samuel Thibault - - * linux/src/drivers/block/triton.c (ide_init_triton): Enable Bus - Mastering if not enabled by BIOS. - -2007-12-30 Samuel Thibault - - * kern/debug.c (panic) [MACH_KDB]: Don't wait before running the - debugger. - * linux/dev/glue/block.c (MAX_BUF): Set to sane stack-friendly 8 - instead of blindly following VM_MAP_COPY_PAGE_LIST_MAX. - (rdwr_full): increment blk by cc >> bshift instead of nb. - -2007-12-11 Thomas Schwinge - - * linux/dev/include/linux/nfs.h: Remove unused file. - * linux/src/include/linux/nfs.h: Likewise. - -2007-12-10 Thomas Schwinge - - * i386/Makefrag.am (i386/i386at/boothdr.o, i386/i386at/interrupt.o) - (i386/i386/cswitch.o, i386/i386/locore.o): Remove targets. - * configure.ac : Add a hack to - re-add the four targets with have been removed above for the (legacy) - case only where they are actually needed. - -2007-12-05 Guillem Jover - - * i386/Makefrag.am (i386/i386at/interrupt.o): New target, depends on - i386/i386/i386asm.h - (i386/i386/cswitch.o): Likewise. - (i386/i386/locore.o): Likewise. - -2007-11-18 Samuel Thibault - - * i386/intel/pmap.c (pmap_map_bd): Use - INTEL_PTE_NCACHE|INTEL_PTE_WTHRU. Get pmap lock. - -2007-11-15 Samuel Thibault - - * ddb/db_examine.c (db_strcpy): Add extra parentheses around - assignment used as boolean. - * ddb/db_sym.c (db_qualify, db_lookup): Likewise. - -2007-11-08 Thomas Schwinge - - * doc/mach.texi: Do the copyright and licensing things as suggested by - the GNU Texinfo manual. - -2007-10-09 Thomas Schwinge - - * linux/dev/glue/net.c (device_open) : Comment. - -2007-10-08 Stefan Siegl - - * linux/dev/glue/net.c (device_open): Set LINUX_IFF_ALLMULTI flag - on device and propagate. - -2007-10-02 Samuel Thibault - - * kern/zalloc.c (zget_space): Fix last change. - -2007-09-03 Samuel Thibault - - * kern/zalloc.c (zget_space): Align zalloc_next_space again after - calling kmem_alloc_wired (which may sleep). - -2007-08-16 Samuel Thibault - - * Makefile.am (clib_routines): Add udivdi3, __udivdi3 and _end. Fix - edata into _edata. - (gnumach-undef): Do not remove heading _s. - (clib-routines.o): Add -lgcc. - -2007-07-09 Samuel Thibault - - * i386/i386/db_interface.c (int_regs): Drop gs and fs fields. - (kdb_kentry): Get fs and gs from struct i386_interrupt_state instead of - struct int_regs. - * i386/i386/kttd_interface.c (int_regs, kttd_netentry): Likewise. - * i386/i386/locore.S (all_intrs): Save fs and gs and set them to kernel - segment too. - (return_to_iret): Restore fs and gs too. - (return_to_iret_i): Likewise. - (ast_from_interrupt): Set fs and gs to kernel segment too. - (kdb_from_iret): Don't save/restore fs and gs either. - (ttd_from_iret): Likewise. - * i386/i386/thread.h (i386_interrupt_state): Add gs and fs fields. - * linux/src/include/asm-i386/irq.h (SAVE_ALL): Set gs to kernel - segment too. - -2007-08-04 Samuel Thibault - - * i386/i386/locore.S (TIME_TRAP_UENTRY, TIME_TRAP_SENTRY) - (TIME_TRAP_UEXIT): Use TH_SYSTEM_TIMER instead of old TH_SYS_TIMER. - (current_tstamp, TIME_TRAP_UENTRY, TIME_TRAP_SENTRY, TIME_TRAP_UEXIT) - (TIME_INT_ENTRY, TIME_INT_EXIT, timer_switch, start_timer): Use - EXT(current_tstamp) and EXT(current_timer) instead of _current_tstampt - and _current_timer. - * i386/i386/io_perm.c (i386_io_perm_create): Lock io_perm->port, not - inexistent device->port. - * i386/i386at/model_dep.c: Make init_alloc_aligned() extern. - * i386/i386/mp_desc.c: Include - (interrupt_stack_alloc): Call init_alloc_aligned() instead of - init_alloc(). - (cpu_control, interrupt_processor, cpu_start, start_other_cpus): New - functions. - * i386/i386/mp_desc.h: Include instead of "idt.h" - * i386/i386/cswitch.S: Use EXT(interrupt_stack) instead of - _interrupt_stack. - * i386/i386/i386asm.sym (MP_GDT, MP_IDT): Remove macros. - * i386/i386/lock.h: Don't include_next "lock.h". - * i386/linux/dev/include/linux/autoconf.h [NCPUS > 1]: Define - CONFIG_SMP. - * linux/dev/include/asm-i386/smp.h: New file. - * linux/dev/init/main.c [__SMP__ && __i386] (smp_loops_per_tick): - Restore variable. - * linux/pcmcia-cs/modules/cs_internal.h: Use __SMP__ instead of - USE_SPIN_LOCKS. - * linux/pcmcia-cs/modules/i82365.c: Likewise. - * linux/pcmcia-cs/modules/rsrc_mgr.c: Likewise. - * linux/dev/include/asm-i386/system.h: Update to Linux 2.2 for SMP. - * configfrag.ac (mach_ncpus): Define to 1. - (NCPUS): Set to $mach_ncpus. - [$mach_ncpus > 1] (MULTIPROCESSOR): Set to 1. - * linux/configfrag.ac [$mach_ncpus > 1] (__SMP__): Define. - * linux/dev/arch/i386/kernel/irq.c: Include . - (local_bh_count, local_irq_count, global_irq_holder, global_irq_lock) - (global_irq_count, check_smp_invalidate, show, wait_on_bh) - (wait_on_irq, synchronize_bh, synchronize_irq, get_irqlock) - (__global_cli, __global_sti, __global_save_flags) - (__global_restore_flags): New variables and functions from Linux 2.2 - * linux/src/drivers/net/3c515.c (test_and_set_bit): Remove macro. - * linux/src/drivers/net/de4x5.c (test_and_set_bit): Remove macro. - * linux/src/drivers/net/eth16i.c (test_and_set_bit): Remove macro. - * linux/src/drivers/net/kern_compat.h (test_and_set_bit): Remove macro. - * linux/src/drivers/net/pcnet32.c (test_and_set_bit): Remove macro. - * linux/src/include/linux/compatmac.h (test_and_set_bit) - (test_and_clear_bit): Remove macro. - * linux/src/include/asm-i386/atomic.h (atomic_read): New macro. - * linux/src/include/asm-i386/bitops.h (test_and_set_bit) - (test_and_clear_bit, test_and_change_bit): New inline functions. - * linux/src/include/asm-i386/hardirq.h (local_bh_count): New - declaration. - * linux/src/include/linux/tasks.h (NR_CPUS): Set to NCPUS. - (NO_PROC_ID): New macro. - -2007-07-08 Samuel Thibault - - * i386/i386/seg.h (SZ_64): New macro. - * i386/i386/user_ldt.c (selector_check, i386_set_gdt): Check - user-provided descriptor against SZ_64. - -2007-07-04 Samuel Thibault - - * i386/intel/pmap.c (pmap_enter): Use INTEL_PTE_NCACHE|INTEL_PTE_WTHRU - when cpu >= 486 and physical address is after memory end. - -2007-06-23 Samuel Thibault - - * i386/i386/trap.c (user_trap): Read faulting linear address before - using it. - -2007-06-02 Thomas Schwinge - - * Makerules.mig.am: New file, factored out of code of... - * Makefrag.am: ... this file and... - * Makerules.am: ... this file. - * i386/Makefrag.am: Update comment. - - * Makefile.am (MIGFLAGS): Remove. - (MIGCOM): Add ``-n''. - * Makerules.am: Adapt to that. - -2007-05-09 Thomas Schwinge - - * include/mach/mach_types.defs (userprefix, serverprefix): Set, if - requested (by setting USERPREFIX respective SERVERPREFIX). - -2007-05-08 Samuel Thibault - - * i386/i386/fpu.c (fpu_set_state): Set fp_valid to TRUE. Free the - unused ifps. - -2007-05-07 Thomas Schwinge - - [bug #15295 -- Mach lets processes write to I/O ports] - - * i386/Makefrag.am (libkernel_a_SOURCES): Add `i386/i386/io_perm.c', - `i386/i386/io_perm.h', `i386/i386/machine_task.c', `i386/i386/task.h' - and remove `i386/i386/io_port.h', `i386/i386/iopb.c', - `i386/i386/iopb.h'. - - * i386/i386/io_port.h: Remove file. - * i386/i386at/kd.c: Don't include . - (vga_port_list, kd_io_device, kd_io_map_open, kd_io_map_close): Don't - define and don't use anymore. - - * include/stddef.h: New file. - - * i386/i386/io_perm.c: Include , , - and don't include . - (io_perm_device_emulation_ops): New variable. - (dev_open_alloc, setup_no_senders): Remove declarations. - (convert_io_perm_to_port, convert_port_to_io_perm, io_perm_deallocate): - Rewrite. - (no_senders): New function. - (i386_io_perm_create, i386_io_perm_modify): Rewrite partially, to adapt - to the GNU Mach environment. - * i386/i386/io_perm.h: Include and - . - (io_perm, io_perm_t): New structure and accompanying type definition. - (IO_PERM_NULL): Define. - * i386/i386/locore.S (ktss): Move variable to... - * i386/i386/ktss.c: ... here, make it a ``struct task_tss''. - (ktss_init): Initialize the `task_tss' structure and the i/o permission - bit map. - * i386/i386/ktss.h: Adapt to that. - * i386/i386/machine_task.c (machine_task_module_init): Adapt the `zinit' - call to the GNU Mach environment. - * i386/i386/mp_desc.c: Include . - * i386/i386/tss.h: Include . - (task_tss): New structure, equivalent to the OSKit-Mach one. - * i386/include/mach/i386/mach_i386.defs: Don't include - . - (device_list_t): Remove type. - * i386/include/mach/i386/mach_i386_types.h (device_list_t): Remove type - definition. - -2007-05-07 Marcus Brinkmann - - [bug #15295 -- Mach lets processes write to I/O ports] - - * i386/i386/iopb.h, i386/i386/iopb.c: Obsolete files removed. - - * i386/i386/pcb.c (switch_context): Update the I/O permission - bitmap from stack_handoff() here (not only in stack_handoff()). - - * i386/i386/machine_task.c (machine_task_module_init): Set - ZONE_COLLECTABLE and ZONE_EXHAUSTIBLE flags for the iopb zone. - Requested by Roland McGrath . - - * i386/i386/io_perm.h: New file. - * i386/i386/io_perm.c: New file. - * i386/i386/machine_task.c: New file. - * i386/i386/mp_desc.h: (struct mp_desc_table): Change type of ktss to - struct task_tss. - (mp_ktss): Likewise for array of pointers to the struct. - * i386/i386/mp_desc.c: Include `machine/tss.h' and `machine/io_perm.h'. - (mp_ktss): Change type to array of struct task_tss. - (mp_desc_init): Cast pointer to x86_tss into pointer to task_tss, - and use size of struct task_tss instead size of struct x86_tss. - Initialize the task_tss structure. - * i386/i386/pcb.c: Include `stddef.h' and `machine/tss.h'. - (iopb_create, iopb_destroy): Prototypes removed. - (curr_ktss): Cast pointer to base_tss to pointer to struct - task_tss. - (switch_ktss): Always use kernel TSS. - (update_ktss_iopb): New function. - (stack_handoff): Call update_ktss_iopb. - (pcb_module_init): Do not call iopb_init. - (pcb_terminate): Do not call iopb_destroy. - (thread_setstatus): Remove local variable tss. - (thread_getstatus): Rewrite i386_ISA_PORT_MAP_STATE case handler. - * i386/i386/task.h: New file. - * i386/i386/thread.h: Do not include `i386/iopb.h'. - (struct i386_machine_state): Remove member io_tss. - * i386/include/mach/i386/mach_i386.defs [KERNEL_SERVER]: Include - `machine/io_perm.h'. Define intran, outtran and destructor. - (io_port_t): New type. - (io_perm_t): Likewise. - (i386_io_port_add): Interface removed. - (i386_io_port_remove): Likewise. - (i386_io_port_list): Likewise. - (i386_io_perm_create): New interface. - (i386_io_perm_modify): Likewise. - * i386/include/mach/i386/mach_i386_types.h [MACH_KERNEL]: Include - `i386/io_perm.h'. - [!MACH_KERNEL]: Define types io_port_t and io_perm_t. - * kern/task.c (task_init): Call machine_task_module_init. - (task_create): Call machine_task_init. - (task_deallocate): Call machine_task_terminate. - (task_collect_scan): Call machine_task_collect. - * task.h: Include `machine/task.h'. - (struct task): Add member machine. - -2007-05-06 Thomas Schwinge - - * device/kmsg.c: Include . - (kmsg_lock): Use `decl_simple_lock_data'. - (kmsgread, kmsg_read_done): Add two typecasts. - - * device/buf.h (minphys): Add return type. - * device/device_types_kernel.h: We're not in the eighties anymore... - * device/io_req.h: Likewise. - -2007-05-05 Thomas Schwinge - - * i386/i386at/model_dep.c (halt_cpu, halt_all_cpus): Call - `machine_idle' to avoid busy-looping. - - * i386/intel/read_fault.c (intel_read_fault): Remove the last parameter - from the calls of `vm_map_lookup'. - - We're not in the eighties anymore. List arguments in function - prototypes and definitions for a lot of symbols. Also drop some unused - prototypes. I refrain from listing every changed symbol. - * vm/memory_object.c: Do as described. - * vm/memory_object.h: Likewise. - * vm/pmap.h: Likewise. - * vm/vm_external.c: Likewise. - * vm/vm_external.h: Likewise. - * vm/vm_fault.c: Likewise. - * vm/vm_fault.h: Likewise. - * vm/vm_kern.h: Likewise. - * vm/vm_map.c: Likewise. - * vm/vm_map.h: Likewise. - * vm/vm_pageout.h: Likewise. - * vm/vm_user.h: Likewise. - * vm/memory_object.h: Include . - * vm/pmap.h: Include . - * vm/vm_fault.h: Include , and - . - * vm/vm_map.h: Include and . - (vm_map_t, VM_MAP_NULL): Remove type and definition. - * vm/vm_object.h (vm_object_t, VM_OBJECT_NULL): Remove type and - definition. - * vm/vm_page.h: Include . - (vm_page_t, VM_PAGE_NULL): Remove type and definition. - * vm/vm_user.h: Include . - * kern/task.h: Include instead of . - * vm/vm_types.h: New file: the above-removed types and definitions. - -2007-05-02 Thomas Schwinge - - * configure.ac (--disable-default-device-drivers): Transform into... - (--enable-device-drivers): ... this new option and extend it. - * i386/configfrag.ac (--enable-lpr): Adapt to that. - * linux/configfrag.ac (AC_OPTION_Linux_ix86_at, AC_Linux_DRIVER): - Likewise. - (AC_Linux_DRIVER_qemu): New definition. Use it for the `floppy', `ide' - and `ne' device drivers. - * doc/mach.texi: Document all that. - -2007-05-01 Thomas Schwinge - - * assigns: Remove file. See `copyright.list' on the GNU server instead. - -2007-04-30 Thomas Schwinge - - We're not in the eighties anymore. List arguments in function - prototypes and definitions for a lot of symbols. Also drop some unused - prototypes. I refrain from listing every changed symbol. - * chips/busses.h: Do as described. - * ddb/db_break.c: Likewise. - * ddb/db_break.h: Likewise. - * ddb/db_command.c: Likewise. - * ddb/db_command.h: Likewise. - * ddb/db_lex.c: Likewise. - * ddb/db_lex.h: Likewise. - * ddb/db_output.c: Likewise. - * ddb/db_output.h: Likewise. - * ddb/db_sym.h: Likewise. - * ddb/db_task_thread.c: Likewise. - * ddb/db_task_thread.h: Likewise. - * ddb/db_variables.h: Likewise. - * ddb/db_watch.c: Likewise. - * ddb/db_watch.h: Likewise. - * device/buf.h: Likewise. - * device/conf.h: Likewise. - * device/dev_hdr.h: Likewise. - * device/ds_routines.h: Likewise. - * device/if_ether.h: Likewise. - * device/io_req.h: Likewise. - * device/net_io.h: Likewise. - * i386/i386/io_port.h: Likewise. - * i386/i386/lock.h: Likewise. - * i386/i386/mp_desc.c: Likewise. - * i386/i386/mp_desc.h: Likewise. - * i386/i386/proc_reg.h: Likewise. - * i386/i386/user_ldt.h: Likewise. - * i386/i386at/kd_queue.h: Likewise. - * i386/i386at/kdsoft.h: Likewise. - * i386/intel/pmap.c: Likewise. - * i386/intel/pmap.h: Likewise. - * include/mach/mach_traps.h: Likewise. - * ipc/ipc_entry.h: Likewise. - * ipc/ipc_hash.h: Likewise. - * ipc/ipc_kmsg.h: Likewise. - * ipc/ipc_marequest.c: Likewise. - * ipc/ipc_marequest.h: Likewise. - * ipc/ipc_mqueue.h: Likewise. - * ipc/ipc_notify.h: Likewise. - * ipc/ipc_object.h: Likewise. - * ipc/ipc_port.h: Likewise. - * ipc/ipc_pset.h: Likewise. - * ipc/ipc_right.h: Likewise. - * ipc/ipc_space.h: Likewise. - * ipc/ipc_table.h: Likewise. - * ipc/mach_msg.c: Likewise. - * ipc/mach_msg.h: Likewise. - * kern/ast.c: Likewise. - * kern/ast.h: Likewise. - * kern/debug.c: Likewise. - * kern/debug.h: Likewise. - * kern/ipc_tt.c: Likewise. - * kern/ipc_tt.h: Likewise. - * kern/mach_factor.c: Likewise. - * kern/mach_factor.h: Likewise. - * kern/printf.c: Likewise. - * kern/printf.h: Likewise. - * kern/queue.h: Likewise. - * kern/sched.h: Likewise. - * kern/syscall_subr.c: Likewise. - * kern/syscall_subr.h: Likewise. - * kern/task.h: Likewise. - * kern/thread_swap.c: Likewise. - * kern/thread_swap.h: Likewise. - * kern/timer.h: Likewise. - * kern/xpr.c: Likewise. - * kern/xpr.h: Likewise. - * kern/zalloc.c: Likewise. - * kern/zalloc.h: Likewise. - * ipc/ipc_port.h: Don't include . - * device/dev_hdr.h: Include . - * device/net_io.h: Include and . - * ipc/ipc_entry.h: Include and . - * ipc/ipc_kmsg.h: Include , and - . - * ipc/ipc_marequest.h: Include and - . - * ipc/ipc_object.h: Include . - * ipc/ipc_right.h: Include . - * ipc/ipc_space.h: Include and . - * kern/ipc_tt.h: Include . - * kern/sched.h: Include . - * kern/syscall_subr.h: Include . - * ipc/ipc_hash.c (ipc_hash_index_t): Move type definition... - * ipc/ipc_hash.h: ... into here. - -2007-04-25 Thomas Schwinge - - * DEVELOPMENT: Add url. - - [task #5878 -- Backport code from GNU Mach's trunk to - gnumach-1-branch: i386_set_gdt, i386_get_gdt] - * i386/include/mach/i386/mach_i386.defs (i386_set_gdt, i386_get_gdt): - Shift by two to maintain rpc id compatibility with OSKit-Mach. - - * linux/dev/glue/kmem.c (vmalloc_list_remove): Cast the first argument - in the `kfree' call to what is expected. - - * linux/pcmcia-cs/glue/ds.c (kmalloc, kfree): Call `linux_kmalloc', - respective `linux_kfree' instead. - - * kern/kalloc.h (kalloc, kget, kfree, kalloc_init): List the arguments. - -2007-04-24 Michael Casadevall - - * linux/src/drivers/net/ne.c (bad_clone_list): Add the RealTek 8029 PCI - card's signature. - - -2007-04-24 Thomas Schwinge - - * ipc/ipc_port.h: Include . - -2007-04-11 Thomas Schwinge - - * config.status.dep.patch: Update to match more files. This fixes - building GNU Mach with ``make -j2'' and higher. The problem was - reported by Michael Casadevall . - -2007-04-02 Thomas Schwinge - - * i386/i386/io_emulate.c: Remove file. - * i386/i386/io_emulate.h: Likewise. - * i386/i386at/iopl.c: Likewise. - * i386/Makefrag.am (libkernel_a_SOURCES): Remove the aforementioned - files. - * i386/i386/trap.c: Don't include . - (v86_assist, check_io_fault): Remove functions. - (user_trap): Remove the code referencing the above functions. - * i386/i386at/conf.c (dev_name_list): Remove the `iopl' device. - * DEVELOPMENT: Document this. - -2007-03-30 Thomas Schwinge - - * Makefile.am (gnumach_o_LINK): Remove ``--start-group''. - -2007-03-27 Thomas Schwinge - - Unconditionally use the device driver multiplexing. Suggested by - Gianluca Guida . - * i386/i386at/dev_hdr.h: Merge into `device/dev_hdr.h' and remove. - * i386/i386at/device_emul.h: Rename to `device/device_emul.h'. Adapt - all users. - * i386/i386at/i386at_ds_routines.c: Merge into `device/ds_routines.c' - and remove. - * i386/linux/dev/include/linux_emul.h: Remove file. - * Makefrag.am (libkernel_a_SOURCES): Add `device/device_emul.h'. - * i386/Makefrag.am (libkernel_a_SOURCES): Remove - `i386/i386at/dev_hdr.h', `i386/i386at/device_emul.h' and - `i386/i386at/i386at_ds_routines.c'. - * i386/linux/Makefrag.am (liblinux_a_SOURCES): Remove - `i386/linux/dev/include/linux_emul.h'. - * dev/dev_hdr.h: Adapt all users of `i386' as if it were always - defined. - * device/dev_lookup.c: Likewise. - * device/ds_routines.c: Likewise. - * device/device_init.c (ds_init): Rename to `mach_device_init'. - * device/ds_routines.c (ds_init): Likewise. - (ds_trap_init): Rename to `mach_device_trap_init'. - (mach_device_trap_init): Make it `static'. - * linux/dev/glue/block.c: Don't include , but instead - include and . - * linux/dev/glue/net.c: Don't include , but instead - include . - * linux/pcmcia-cs/glue/ds.c: Likewise. - - * kern/pcsample.h: Remove the automatic cvs log appending machinery. - * linux/dev/drivers/scsi/g_NCR5380.c: Likewise. - * linux/src/drivers/net/sk_g16.h: Likewise. - * linux/src/drivers/scsi/AM53C974.c: Likewise. - * linux/src/drivers/scsi/AM53C974.h: Likewise. - * linux/src/drivers/scsi/NCR5380.c: Likewise. - * linux/src/drivers/scsi/NCR5380.h: Likewise. - * linux/src/drivers/scsi/aha152x.c: Likewise. - * linux/src/drivers/scsi/aha1542.h: Likewise. - * linux/src/drivers/scsi/g_NCR5380.c: Likewise. - * linux/src/drivers/scsi/g_NCR5380.h: Likewise. - * linux/src/drivers/scsi/gdth.c: Likewise. - * linux/src/drivers/scsi/qlogicisp.c: Likewise. - * linux/src/drivers/scsi/qlogicisp.h: Likewise. - * linux/src/drivers/scsi/t128.c: Likewise. - * linux/src/drivers/scsi/t128.h: Likewise. - -2007-03-24 Thomas Schwinge - - * i386/i386at/conf.c (block_io_mmap): Remove declaration. - - * doc/mach.texi: Fix a typo and the url for GNU GRUB. - - * device/kmsg.h: Include , and - . - - * Makefrag.am (libkernel_a_SOURCES): Move `device/kmsg.h' into - [enable_kmsg]. - -2007-03-23 Thomas Schwinge - - * Makerules.am (%.server.msgids, %.user.msgids): Merge into the - existing ``%.h %.c'' rules. - Comment out the currently unused rpc stub rules. - * Makefrag.am (gnumach.msgids): Rewrite. - (nodist_libkernel_a_SOURCES): Add all ``.msgids'' files. - * i386/Makefrag.am (nodist_libkernel_a_SOURCES): Likewise. - -2007-03-19 Tim Retout - - * i386/ldscript: Correct 'LINKFLAGS_gnumach' in comment. - -2007-03-06 Samuel Thibault - - * i386/i386/user_ldt.c (i386_set_gdt): Call switch_ktss() if target is - current thread. - -2007-03-05 Samuel Thibault - - [bug #18349 -- ``General Protection Trap'' in `ipc_kmsg_enqueue'] - * linux/dev/glue/net.c (device_write): Call net_packet() with splimp - held. - -2007-03-04 Thomas Schwinge - - * tests/configfrag.ac (MBCHK): Remove check. - * tests/test-mbchk.in: Fail correctly if `mbchk' is not available. - -2007-03-01 Thomas Schwinge - - * linux/dev/glue/block.c (free_buffer): Use `VM_PAGE_FREE'. - * vm/vm_object.c (vm_object_collapse, vm_object_page_remove) - (vm_object_page_map): Likewise. - -2007-02-20 Samuel Thibault - - * linux/dev/glue/block.c (free_buffer): Fix - vm_page_lock_queues/vm_page_unlock_queues pair. - - Fix ddb's trace command. - * i386/i386/db_trace.c (db_find_trace_symbols): Drop _ prefix on ELF - targets. - (db_i386_stack_trace): Check that adresses of known functions were - really found. - -2007-02-19 Thomas Schwinge - - * Makefile.am (gnumach_LINKFLAGS): New variable. - (gnumach_LINK): Use that one instead of the previously used - `LINKFLAGS_gnumach'. - * i386/Makefrag.am (LINKFLAGS_gnumach): Rename to `gnumach_LINKFLAGS', - move into [PLATFORM_at] and pass `_START'. - * i386/ldscript: Don't hardcode a _start address of 0x100000, but make - it configurable via `_START'. - - Add a `--enable-platform' option for future use. Allow building - without any Linux code. - * Makefile.am: Don't include `linux/Makefrag.am' in there... - * Makefrag.am: ... but rather in here. - * configfrag.ac (MACH_MACHINE_ROUTINES): AC_DEFINE_UNQUOTED based on - then shell variable `mach_machine_routines'. - (--disable-default-device-drivers): Don't define in there... - * configure.ac: ... but rather in here. - (--enable-platform): New option. - (host_platform): New variable. - (HOST_i386): Don't define there... - * i386/configfrag.ac (HOST_ix86): ... but rather here, rename it and - adapt all users. - (PLATFORM_at): New conditional. - (MACH_MACHINE_ROUTINES): Don't AC_DEFINE, but rather set a shell - variable `mach_machine_routines'. - * linux/Makefrag.am (noinst_LIBRARIES, gnumach_o_LDADD): Only enhance - ``if CODE_linux'' or ``if device_driver_group_pcmcia''. - * linux/configfrag.ac (AC_OPTION): Rename to `AC_OPTION_Linux_ix86_at' - and rework a bit. Adapt all users. - (AC_OPTION_nodef): Rename to `AC_OPTION_Linux_ix86_at_nodef' and rework - a bit. Adapt all users. - (CODE_linux): New conditional. - * i386/Makefrag.am (LINKFLAGS_gnumach): Don't evaluate $(systype). - - * Makefile.am: Update the FSF's postal address. - * doc/Makefrag.am: Likewise. - * i386/linux/Makefrag.am: Likewise. - * linux/Makefrag.am: Likewise. - * tests/Makefrag.am: Likewise. - * tests/configfrag.ac: Move to GPL. - -2007-02-05 Thomas Schwinge - - * kern/mach_clock.c: Don't include . - - * i386/i386/hardclock.c: Include instead of - . - * i386/i386/pit.c: Likewise. - * i386/i386at/kd.c: Likewise. - * i386/i386at/model_dep.c: Likewise. - * i386/i386at/rtc.c: Likewise. - * kern/ipc_sched.c: Likewise. - * kern/mach_factor.c: Likewise. - * kern/priority.c: Likewise. - * kern/sched_prim.c: Likewise. - * kern/startup.c: Likewise. - * kern/syscall_subr.c: Likewise. - * kern/thread.h: Likewise. - * kern/zalloc.c: Likewise. - - * kern/host.c: Include . - (tick): Remove declaration. - * kern/pc_sample.c: Likewise. - * kern/thread.c: Likewise. - * kern/sched_prim.c (hz): Remove declaration. - * kern/syscall_subr.c (hz): Likewise. - * linux/dev/init/main.c (hz): Likewise. - - * kern/time_out.h: Remove file after having installed the missing bits - in... - * kern/mach_clock.h: ... here. - - * configfrag.ac: Enhance comments. - - * vm/vm_debug.c (MACH_VM_DEBUG): Correctly place conditional. - -2007-02-04 Thomas Schwinge - - * doc/mach.texi (thread_switch): Enhance a bit. - - * doc/Makefrag.am ($(web)): Use ``mkdir -p''. - - * doc/mach.texi: Fix unusual hyphens. - - * i386/i386/hardclock.c: Don't check for the `SYMMETRY' platform. - - * kern/timer.h: Add some comments from... - * i386/i386/timer.h: ... here and remove this file. - -2007-01-26 Thomas Schwinge - - * doc/mach.texi: Fix the last change. - -2007-01-22 Thomas Schwinge - - * COPYING: Update via GNU automake 1.10. - * doc/fdl.texi: Update from . - * doc/gpl.texi: Update from . - * doc/mach.texi: Use the GFDL 1.2. - -2007-01-21 Ralf Wildenhues - - * doc/mach.texi: Many typos fixed. - -2007-01-11 Thomas Schwinge - - * DEVELOPMENT (LAYOUT OF THE SOURCE TREE): New section. - - These following files are regenerated by running ``autoreconf -i'' and - ``make info''. - * INSTALL: Remove file. - * Makefile.in: Likewise. - * aclocal.m4: Likewise. - * build-aux/compile: Likewise. - * build-aux/config.guess: Likewise. - * build-aux/config.sub: Likewise. - * build-aux/depcomp: Likewise. - * build-aux/install-sh: Likewise. - * build-aux/mdate-sh: Likewise. - * build-aux/missing: Likewise. - * build-aux/texinfo.tex: Likewise. - * config.h.in: Likewise. - * configure: Likewise. - * doc/mach.info: Likewise. - * doc/mach.info-1: Likewise. - * doc/mach.info-2: Likewise. - * doc/stamp-vti: Likewise. - * doc/version.texi: Likewise. - -2007-01-06 Thomas Schwinge - - * ddb/db_break.c (db_delete_thread_breakpoint): Don't declare - `db_cond_free'. - * ddb/db_run.c: Include . - (db_stop_at_pc): Don't declare `db_cond_check'. - * ddb/db_input.c: Include . - * ddb/db_macro.c: Include . - * ddb/db_trap.c: Include . - * i386/i386/db_interface.h: Include . - * i386/i386/db_interface.c: Include . - * i386/i386/db_machdep.h: Include . - (db_check_access, db_phys_eq, db_task_name): Remove declarations. - -2007-01-06 Barry deFreese - - * ddb/db_aout.c: Include . - * ddb/db_break.c: Include , and - . - (db_delete_cmd, db_breakpoint_cmd): Explicitly define untyped variables - as `int'. - * ddb/db_command.c: Include , and - . - * ddb/db_command.h (db_exec_cmd_nest): New declaration. - * ddb/db_cond.c: Include , and - . - (db_cond_cmd): Explicitly define untyped variable as `int'. - * ddb/db_cond.h: New file. - * ddb/db_examine.c: Include , - and . - (db_strcpy, db_examine): Remove forward declarations. - (db_xcdump): Explicitly define untyped variables as `int'. - * ddb/db_examine.h: New file. - * ddb/db_expr.c: Include , , - and . - * ddb/db_input.c: Include . - * ddb/db_input.h: New file. - * ddb/db_lex.c: Include , , - and . - (db_skip_to_eol, db_lex): Explicitly define untyped variables as `int'. - * ddb/db_lex.h (db_lex): New declaration. - * ddb/db_macro.c: Include , and - . - (db_def_macro_cmd, db_exec_macro): Explicitly define untyped variables - as `int'. - * ddb/db_macro.h: New file. - * ddb/db_output.c: Include . - * ddb/db_output.h (db_putchar): New declaration. - * ddb/db_print.c: Include , - and . - (db_show_regs): Explicitly define untyped variables as `int'. - * ddb/db_run.c: Include , , - and . - * ddb/db_run.h: Include and . - (db_single_step, db_single_step_cmd, db_in_single_step): New - declarations. - * ddb/db_sym.c: Include and . - (db_sym_parse_and_lookup): Explicitly define untyped variables as - `int'. - * ddb/db_sym.h (db_line_at_pc): New declaration. - * ddb/db_task_thread.c: Include , , - and . - (db_lookup_task, db_lookup_task_thread, db_lookup_thread) - (db_lookup_task_id, db_lookup_thread_id): Explicitly define untyped - variables as `int'. - * ddb/db_trap.c: Include and . - * ddb/db_trap.h: New file. - * ddb/db_variables.c: Include , , - and . - (db_get_suffix, db_cmp_variable_name): Explicitly define untyped - variables as `int'. - * ddb/db_variables.h (db_get_variable): New declaration. - * ddb/db_watch.c: Include , , - and . - * ddb/db_write_cmd.c: Include and . - * i386/i386/db_interface.c: Include , , - , , and - . - (kdbprinttrap): Add `void' return type. - (db_user_to_kernel_address, db_task_name): Explicitly define untyped - variables as `int'. - * i386/i386/db_interface.h: New file. - * i386/i386/db_trace.c (db_i386_reg_value): Add `int' return type. - * i386/i386/trap.c [MACH_KDB]: Include and - . - * ipc/ipc_kmsg.c [MACH_KDB]: Include . - * kern/lock.c [MACH_KDB]: Include . - -2007-01-06 Thomas Schwinge - - * configure.ac (AM_INIT_AUTOMAKE): Add ``-Wall -Wno-portability''. - -2007-01-05 Richard Braun - - Add alignment support in the zone allocator. - * kern/zalloc.c (ALIGN_SIZE_UP): New macro. - (zinit): New `align' parameter. - (zget_space): Likewise. - (zalloc): Updated call to zget_space() with the zone alignment. - * kern/zalloc.h (zone): New member `align'. - (zinit): Declaration updated as required. - * device/dev_lookup.c (dev_lookup_init): Updated call to zinit() with - alignment of 0. - * device/dev_pager.c (dev_pager_hash_init): Likewise. - (device_pager_init): Likewise. - * device/ds_routines.c (ds_init): Likewise. - (ds_trap_init): Likewise. - * device/net_io.c (net_io_init): Likewise. - * i386/i386/fpu.c (fpu_module_init): Likewise. - * i386/i386/pcb.c (pcb_module_init): Likewise. - * i386/intel/pmap.c (pmap_init): Likewise. - * ipc/ipc_init.c (ipc_bootstrap): Likewise. - * ipc/ipc_marequest.c (ipc_marequest_init): Likewise. - * kern/act.c (global_act_init): Likewise. - * kern/kalloc.c (kalloc_init): Likewise. - * kern/processor.c (pset_sys_init): Likewise. - * kern/task.c (task_init): Likewise. - * kern/thread.c (thread_init): Likewise. - * kern/zalloc.c (zone_bootstrap): Likewise. - * vm/vm_external.c (vm_external_module_initialize): Likewise. - * vm/vm_fault.c (vm_fault_init): Likewise. - * vm/vm_map.c (vm_map_init): Likewise. - * vm/vm_object.c (vm_object_bootstrap): Likewise. - * vm/vm_resident.c (vm_page_module_init): Likewise. - -2007-01-02 Samuel Thibault - - Fix translation of port into device in the "no sender" notification. - * i386/i386at/i386at_ds_routines.c (ds_notify): Use dev_port_lookup() - for translating the remote port. - - Fix loop indexing. - * i386/intel/pmap.c (pmap_change_wiring): Increment pte in the - unwiring loop. - - Drop old and broken support for Olivetti XP7 & XP9 - * i386/intel/pmap.c [ORC] (OLIVETTICACHE): Remove macro. - [OLIVETTICACHE] (pstart): Remove declaration. - (CACHE_LINE, CACHE_SIZE, CACHE_PAGE, WRITE_PTE, WRITE_PTE_FAST): Remove - macros. - [OLIVETTICACHE] (write_pte): Remove function. - * DEVELOPMENT: Document the removal. - -2006-12-19 Samuel Thibault - - Add support for global pages. - * i386/i386at/model_dep.c: Include . - (i386at_init): Set CR4_PGE if available. - (c_boot_entry): Call discover_x86_cpu_type() before i386at_init(). - * i386/intel/pmap.c: Include . - (pmap_map_bd): Use INTEL_PTE_GLOBAL if available. - (pmap_bootstrap): Likewise. - - Add support for cr3/cr4 flags. - * i386/i386/proc_reg.h (CR3_PCD, CR3_PWT, CR4_VME, CR4_PVI, CR4_TSD) - (CR4_DE, CR4_PSE, CR4_PAE, CR4_MCE, CR4_PGE, CR4_PCE, CR4_OSFXSR) - (CR4_OSXMMEXCPT, get_cr4, set_cr4): New macros. - * i386/intel/pmap.h (INTEL_PTE_GLOBAL): New macro. - - Add support for querying x86 features. - * i386/i386/locore.h (cpu_features): New variable declaration. - (CPU_FEATURE_FPU, CPU_FEATURE_VME, CPU_FEATURE_DE, CPU_FEATURE_PSE) - (CPU_FEATURE_TSC, CPU_FEATURE_MSR, CPU_FEATURE_PAE, CPU_FEATURE_MCE) - (CPU_FEATURE_CX8, CPU_FEATURE_APIC, CPU_FEATURE_SEP, CPU_FEATURE_MTRR) - (CPU_FEATURE_PGE, CPU_FEATURE_MCA, CPU_FEATURE_CMOV, CPU_FEATURE_PAT) - (CPU_FEATURE_PSE_36, CPU_FEATURE_PSN, CPU_FEATURE_CFLSH) - (CPU_FEATURE_DS, CPU_FEATURE_ACPI, CPU_FEATURE_MMX, CPU_FEATURE_FXSR) - (CPU_FEATURE_SSE, CPU_FEATURE_SSE2, CPU_FEATURE_SS, CPU_FEATURE_HTT) - (CPU_FEATURE_TM, CPU_FEATURE_PBE, CPU_HAS_FEATURE): New macros. - * i386/i386/locore.S (cpu_features): New variable. - (discover_x86_cpu_type): Record CPUID feature word 0. - -2006-12-13 Samuel Thibault - - Drop useless and broken FPE support. - * i386/configfrac.ac (FPE): Don't define. - * i386/i386/gdt.h (FPE_CS, USER_FPREGS): Remove macros. - * i386/i386/fpu.c (init_fpu, fpu_set_state, fpu_get_state): Remove FPE - support. - * i386/i386/fpu.h: Likewise. - * i386/i386/trap.c (user_trap, i386_exception): Likewise. - * i386/i386/fpe_linkage.c: Remove file. - * i386/Makefrag.am: Remove i386/i386/fpe_linkage.c. - * Makefile.in: Regenerate. - -2006-12-03 Thomas Schwinge - - [patch #5019 -- Remove checks for continuations] - - * DEVELOPMENT: Document the removal. - - * i386/configfrag.ac (CONTINUATIONS): Don't define. - -2006-12-03 Leonardo Lopes Pereira - - [patch #5019 -- Remove checks for continuations] - * ipc/mach_msg.c: Adapt all users of CONTINUATIONS as if it were always - defined. - * kern/eventcount.c: Likewise. - * kern/ipc_sched.c: Likewise. - * kern/syscall_subr.c: Likewise. - * vm/vm_fault.c: Likewise. - * vm/vm_pageout.c: Likewise. - * vm/vm_resident.c: Likewise. - -2006-12-03 Thomas Schwinge - - [patch #5017 -- Remove obsolete IPC interfaces] - - * DEVELOPMENT: Document the removal. - - * configfrag.ac (MACH_IPC_COMPAT): Don't define. - -2006-12-03 Leonardo Lopes Pereira - - [patch #5017 -- Remove obsolete IPC interfaces] - * kern/act.c [MIGRATING_THREADS]: Don't include . - * kern/act.h: Likewise. - * i386/include/mach/i386/machine_types.defs: Adapt all users of - MACH_IPC_COMPAT as if it were always defined to `0'. - * include/mach/mach.defs: Likewise. - * include/mach/mach_param.h: Likewise. - * include/mach/mach_traps.h: Likewise. - * include/mach/message.h: Likewise. - * include/mach/mig_errors.h: Likewise. - * include/mach/notify.h: Likewise. - * include/mach/port.h: Likewise. - * include/mach/std_types.defs: Likewise. - * include/mach/syscall_sw.h: Likewise. - * include/mach/task_special_ports.h: Likewise. - * include/mach/thread_special_ports.h: Likewise. - * ipc/ipc_kmsg.c: Likewise. - * ipc/ipc_kmsg.h: Likewise. - * ipc/ipc_marequest.c: Likewise. - * ipc/ipc_notify.c: Likewise. - * ipc/ipc_notify.h: Likewise. - * ipc/ipc_object.c: Likewise. - * ipc/ipc_object.h: Likewise. - * ipc/ipc_port.c: Likewise. - * ipc/ipc_port.h: Likewise. - * ipc/ipc_right.c: Likewise. - * ipc/ipc_right.h: Likewise. - * ipc/ipc_space.c: Likewise. - * ipc/ipc_space.h: Likewise. - * ipc/mach_debug.c: Likewise. - * ipc/mach_msg.c: Likewise - * ipc/mach_msg.h: Likewise. - * ipc/mach_port.c: Likewise. - * kern/act.c: Likewise. - * kern/act.h: Likewise. - * kern/ipc_host.c: Likewise. - * kern/ipc_tt.c: Likewise. - * kern/syscall_sw.c: Likewise. - * kern/thread.h: Likewise. - -2006-12-03 Thomas Schwinge - - [bug #17120 -- GNU Mach debian dir] - * debian/README.Debian: Remove file. - * debian/changelog: Likewise. - * debian/control: Likewise. - * debian/copyright: Likewise. - * debian/postinst: Likewise. - * debian/prerm: Likewise. - * debian/rules: Likewise. - - [bug #18015 -- GNU Mach: `make dist' and friends] - * Makefile.am (DISTCLEANFILES): New variable. - -2006-11-30 Thomas Schwinge - - * Makefile.in: Regenerate. - * configure: Likewise. - -2006-11-30 Barry deFreese - Thomas Schwinge - - [bug #18015 -- GNU Mach: `make dist' and friends] - * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable. - (EXTRA_DIST): Enhance with the patches and documentation files. - (dist-hook): New target to remove the `CVS' directories. - * Makefrag.am (libkernel_a_SOURCES, EXTRA_DIST): Add header and `mig' - input files. - (DISTCHECK_CONFIGURE_FLAGS): Enable the kernel debugger. - * i386/Makefrag.am: Likewise. Also add `i386/i386/i386asm.sym', - `i386/ldscript' and `i386/README-Drivers'. - * i386/linux/Makefrag.am (liblinux_a_SOURCES): Add the header files - from `i386/linux/'. - * linux/Makefrag.am (liblinux_a_SOURCES, EXTRA_DIST) - (liblinux_pcmcia_cs_modules_a_SOURCES) - (liblinux_pcmcia_cs_clients_a_SOURCES) - (liblinux_pcmcia_cs_wireless_a_SOURCES): Add header and other included - files. - (dist-hook): Depend on `dist-hook-linux'. - (dist-hook-linux): New phony target to remove the `asm' symbolic links. - * Makerules.am (EXTRA_DIST): Add `gensym.awk'. - * doc/Makefrag.am (EXTRA_DIST): Add `$(mach_TEXINFOS)'. - * configure.ac (AC_CONFIG_LINKS): Move instantiation to... - * configfrag.ac: ... here and change quotation. - * linux/configfrag.ac (AC_CONFIG_LINKS): Change quotation. - -2006-11-29 Thomas Schwinge - - * configure: Regenerate. - * Makefile.in: Likewise. - - * configure.ac (disable_smashing_stack_protector): New conditional, set - depending on the compiler accepting `-fstack-protector' or not. - * Makefile.am (CFLAGS): Add `-fno-stack-protector' if - `disable_smashing_stack_protector' is set. - -2006-11-28 Thomas Schwinge - - * doc/Makefrag.am ($(srcdir)/doc/version.texi): Oppress a potential - error message from grep. - -2006-11-26 Samuel Thibault - - [bug #17346 -- GNU mach can't handle 4GB memory] - * i386/i386at/model_dep.c (mem_size_init): Truncate memory size to - 4GiB. - -2006-11-21 Thomas Schwinge - - * doc/Makefrag.am (doc/web, html-local, ps-local, pdf-local) - ($(srcdir)/doc/version.texi): New targets to faciliate keeping the web - pages of the GNU Mach Reference Manual updated. - -2006-11-20 Samuel Thibault - - [patch #5328 -- GNU Mach asm statements tidy] - * i386/i386/fpe_linkage.c (disable_fpe): Gather dependent asm - statements, add `ax' clobber. - (fpe_exception_fixup): Drop bogus cast from input parameter of lcall - asm statement. - * i386/i386/pio.h (inw, outw): Drop 0x66 prefix an just use the w - instruction variant. - * i386/i386/proc_reg.h: (get_eflags, get_tr, get_ldt): Drop - useless "volatile" from asm statement. - (get_esp): Use direct asm register specification. - * i386/include/mach/i386/cthreads.h (cthread_sp): Likewise. - * i386/intel/pmap.c (pmap_unmap_page_zero): Fix asm clobber into `eax'. - - [patch #5375 -- Fix de4x5 probe] - * linux/src/drivers/net/de4x5.c (pci_probe): Make probe loop stop on - any error, not only device not found. - -2006-11-17 Constantine Kousoulos - Thomas Schwinge - - [bug #18010 -- GNU Mach: update i386/README-Drivers and doc/mach.texi] - * i386/README-Drivers: Move most of the text into... - * doc/mach.texi: ... here and update a number of things. - (UPDATED): Don't override. - -2006-11-13 Samuel Thibault - - * i386/i386at/iopl.c (ioplmmap): Add `int' return type. - * i386/i386at/model_dep.c (halt_all_cpus): Fix typo in declaration. - * kern/assert.h (Assert): Add __attribute__ ((noreturn)) to - declaration. - * kern/debug.c (Debugger): Add __attribute__ ((noreturn)) to - declaration. - (Debugger): Add call to panic(). - * kern/debug.h (panic): Add __attribute__ ((noreturn)) to declaration. - * util/putchar.c (putchar): Return printed char. - -2006-11-13 Barry deFreese - - * device/chario.c (tty_cts): Add `void' return type. - * device/cons.c (cninit, cnputc): Add `void' return type. - (cngetc, cnmaygetc): Add `int' return type. - * device/net_io.c (net_del_q_info, net_free_dead_infp) - (net_free_dead_entp): Add `void' return type. - * i386/i386/fpu.c (fpnoextflt, fpextovrflt, fpexterrflt, fp_save) - (fp_load, fpintr): Add `void' return type. - * i386/i386/ktss.c (ktss_init): Add `int' type to `exception_stack'. - * i386/i386/loose_ends.c (delay): Add `void' return type. - * i386/i386/phys.c (pmap_zero_page, pmap_copy_page, copy_to_phys) - (copy_from_phys): Add `void' return type. - * i386/i386/pic.c (picinit, form_pic_mask, intnull, prtnull): Add - `void' return type. - * i386/i386/pit.c (clkstart): Add `void' return type. - * i386/i386at/com.c (comparm, comtimer, fix_modem_state) - (commodem_intr): Add `void' return type. - (comintr, commctl, comstop): Add `int' return type. - * i386/i386at/iopl.c (ioplclose): Add `int' return type. - * i386/i386at/kd.c (kd_io_map_openn, kd_io_map_close, feep, pause) - (kd_debug_put, cnpollc, kdclose, kd_handle_ack, kd_resend, kdinit) - (kd_belloff, kd_bellon, kd_putc, kd_setpos, kd_scrollup, kd_scrolldn) - (kd_parseesc, kd_parserest, kd_tab, kd_cls, kd_home, kd_up, kd_down) - (kd_right, kd_left, kd_cr, kd_cltobcur, kd_cltopcurn, kd_cltoecur) - (kd_clfrbcur, kd_delln, kd_insln, kd_delch, kd_erase, kd_eraseln) - (kd_insch, kd_senddata, kd_sendcmd, kd_cmdreg_write, kd_mouse_drain) - (set_kd_state, kd_setleds1, kd_setleds2, cnsetleds, kdreboot): Add - `void' return type. - (kdopen, kdread, kdwrite, kdportdeath, kdsetbell, kdgetkbent, kdintr) - (do_modifier, kdstate2idx, kdstart, kdstop, kd_kbd_magic): Add `int' - return type. - (kd_isupper, kd_islower): Add `boolean_t' return type. - (kd_cmdreg_read): Add `unsigned char' return type. - * i386/i386at/kd_event.c (kbdinit, kbdclose, kdb_in_out, X_kdb_enter) - (X_kdb_exit, X_kdb_enter_init, X_kdb_exit_init): Add `void' return - type. - (kbdopen, kbdioctl, kbdselect, kbdread): Add `int' return type. - * i386/i386at/kd_mouse.c (init_mouse_hw, serial_mouse_open) - (kd_mouse_open, mouseclose, serial_mouse_close, kd_mouse_close) - (mouse_handle_byte, mouse_packet_mouse_system_mouse) - (mouse_packet_microsoft_mouse, ibm_ps2_mouse_open) - (ibm_ps2_mouse_close, mouse_packet_ibm_ps2_mouse, mouse_moved) - (mouse_button): Add `void' return type. - (mouseopen, mouseioctl, mouseselect, mouseread, mouseintr): Add `int' - return type. - * i386/i386at/lpr.c (lprclose, lprpr_addr): Add `void' return type. - (lprprobe, lpropen, lprread, lprwrite, lprportdeath, lprstop, lprpr): - Add `int' return type. - * i386/i386at/model_dep.c (i386at_init, startrtclock): Add `void' - return type. - (timemmap): Add `int' return type. - * i386/i386at/rtc.c (rtcinit, rtcput): Add `void' return type. - (yeartoday, hexdectodec, readtodc, writetodc): Add `int' return type. - * i386/intel/pmap.c (pmap_pageable): Add `void' return type. - * kern/eventcount.c (simpler_thread_setrun): Add `int' type to - `whichrq' variable. - -2006-11-13 Barry deFreese - - * i386/i386/locore.h: New file. - * i386/i386/pcb.h: New file. - * i386/i386/pcb.c: Include `pcb.h'. - * i386/i386/pit.c (clkstart): Fix type of s into unsigned long. - * i386/i386/spl.h (spl0, splsched, splx, splsoftclock, splon, sploff) - (splhigh, splimp, spltty, splclock, setsoftclock): Add prototype. - * i386/i386at/kd_event.h: New file. - * i386/i386at/kd_event.c: Include `kd_event.h'. - * i386/i386at/kd_mouse.h: New file. - * i386/i386at/kd_mouse.c: Include `kd_mouse.h'. - (mouseclose): Fix call of `serial_mouse_close' function. - * i386/i386at/kd.c: Include `kd_event.h' and `kd_mouse.h'. - * i386/i386at/kd.h (splx, spltty): Remove prototypes.h - * i386/i386at/lpr.c: Likewise. - * ipc/mach_msg.c: Include `machine/locore.h' and `machine/pcb.h'. - * kern/mach_clock.h: New file. - * kern/mach_clock.c: Include `kern/queue.h', `kern/timer.h' and - `mach_clock.h'. - * kern/mach_factor.h: New file. - * kern/mach_factor.c: Include `mach_factor.h'. - * kern/sched_prim.c: Include `kern/mach_factor.h'. - * kern/thread.c: Include `machine/pcb.h'. - -2006-11-11 Thomas Schwinge - - * Makefile.am (gnumach-undef-bad): Depend on the Makefile. - -2006-11-11 Samuel Thibault - - Fix I/O port type. - * i386/i386/pic.c (master_icq, master_ocw, slaves_icq, slaves_ocw): - Change variables type from char * to unsigned short. - (picinit): Remove now-useless cast. - * i386/i386at/kd_mouse.c (init_mouse_hw, serial_mouse_close) - (mouseintr): Change variable type from caddr_t to unsigned short, - remove now-useless cast. - - [task #5726 -- GCC built-in functions] - * kern/machine.c: Include `string.h'. - - Fix ``assignment used as truth value'' warnings. - * device/cons.c (cninit): Add parenthesis. - * kern/bootstrap.c (copy_bootstrap): Likewise. - * kern/printf.c (_doprnt): Likewise. - * vm/vm_map.c (vm_map_lookup): Likewise. - - Fix a bunch of ``unused variable'' warnings. - * device/ds_routines.c (ds_device_open): Remove unused `namebuf' - variable. - * device/kmsg.c (kmsgread): Remove unused `err' variable. - * device/net_io.c (net_set_filter): Remove unused `j' variable. - * i386/i386/pcb.c (curr_gdt, curr_ktss): Artificially use parameter of - macro. - * i386/i386/pic.c (picinit): Remove unused `i' variable. - * i386/i386/pit.c (clkstart): Remove unused `flags' variable. - * i386/i386/trap.c (kernel_trap): Remove unused `exc' variable. - (user_trap): Remove unused `map' and `result' variables. - (v86_assist): Remove unused `size' variable. - * i386/i386at/i386at_ds_routines.c (ds_device_open): Remove unused - `dev' variable. - * i386/i386at/kd.c (kdintr): Remove unused `o_pri' variable. - (kdcngetc): Remove unused `i' variable. - * i386/i386at/kd_event.c (kbdgetstat, kbdsetstat): Remove unused - `result' variable. - * i386/i386at/kd_mouse.c (mousegetstat): Likewise. - * i386/i386at/lpr.c (lprattach): Remove unused `tp' variable. - (lprsetstat): Remove unused `dev_addr' and `s' variables. - * i386/intel/pmap.c (pmap_bootstrap): Remove unused `pteva' variable. - (SPLVM, SPLX): Artificially use parameter of macro. - * ipc/ipc_kmsg.c (ipc_kmsg_copyin_body): Remove unused `mr' variable. - * kern/bootstrap.c (boot_script_exec_cmd): Remove unused - `boot_exec_info' and `user_map' variables. - * vm/vm_kern.c (projected_buffer_map): Remove unused `object' - variable. - -2006-11-10 Samuel Thibault - - * kern/sched_prim.h (thread_syscall_return): Replace old `volatile' - function qualifier with __attribute__((__noreturn__)). - -2006-11-09 Barry deFreese - - [task #5726 -- GCC built-in functions] - * include/printf.h: Move file... - * kern/printf.h: ... here. - * kern/debug.h (panic_init, panic): Add prototypes. - * chips/busses.c: Don't include `printf.h', include `kern/printf.h' - and `kern/debug.h' for panic(). - * ddb/db_command.c: Likewise. - * ddb/db_cond.c: Likewise. - * ddb/db_output.c: Likewise. - * device/cirbuf.c: Likewise. - * device/cons.c: Likewise. - * device/dev_name.c: Likewise. - * device/dev_pager.c: Likewise. - * device/device_init.c: Likewise. - * device/dk_label.c: Likewise. - * device/ds_routines.c: Likewise. - * device/net_io.c: Likewise. - * device/subrs.c: Likewise. - * i386/i386/debug_i386.c: Likewise. - * i386/i386/fpe_linkage.c: Likewise. - * i386/i386/fpu.c: Likewise. - * i386/i386/io_map.c: Likewise. - * i386/i386/kttd_interface.c: Likewise. - * i386/i386/mp_desc.c: Likewise. - * i386/i386/pcb.c: Likewise. - * i386/i386/pic.c: Likewise. - * i386/i386/trap.c: Likewise. - * i386/i386at/autoconf.c: Likewise. - * i386/i386at/com.c: Likewise. - * i386/i386at/i386at_ds_routines.c: Likewise. - * i386/i386at/kd.c: Likewise. - * i386/i386at/kd_event.c: Likewise. - * i386/i386at/kd_mouse.c: Likewise. - * i386/i386at/lpr.c: Likewise. - * i386/i386at/model_dep.c: Likewise. - * i386/intel/pmap.c: Likewise. - * ipc/ipc_entry.c: Likewise. - * ipc/ipc_hash.c: Likewise. - * ipc/ipc_kmsg.c: Likewise. - * ipc/ipc_mqueue.c: Likewise. - * ipc/ipc_notify.c: Likewise. - * ipc/ipc_object.c: Likewise. - * ipc/ipc_port.c: Likewise. - * ipc/ipc_pset.c: Likewise. - * ipc/ipc_right.c: Likewise. - * ipc/mach_msg.c: Likewise. - * ipc/mach_port.c: Likewise. - * ipc/mach_rpc.c: Likewise. - * kern/act.c: Likewise. - * kern/ast.c: Likewise. - * kern/bootstrap.c: Likewise. - * kern/debug.c: Likewise. - * kern/eventcount.c: Likewise. - * kern/exception.c: Likewise. - * kern/host.c: Likewise. - * kern/ipc_host.c: Likewise. - * kern/ipc_kobject.c: Likewise. - * kern/ipc_mig.c: Likewise. - * kern/ipc_sched.c: Likewise. - * kern/ipc_tt.c: Likewise. - * kern/kalloc.c: Likewise. - * kern/lock.c: Likewise. - * kern/mach_clock.c: Likewise. - * kern/machine.c: Likewise. - * kern/pc_sample.c: Likewise. - * kern/printf.c: Likewise. - * kern/processor.c: Likewise. - * kern/sched_prim.c: Likewise. - * kern/server_loop.ch: Likewise. - * kern/startup.c: Likewise. - * kern/task.c: Likewise. - * kern/thread.c: Likewise. - * kern/thread_swap.c: Likewise. - * kern/xpr.c: Likewise. - * kern/zalloc.c: Likewise. - * vm/memory_object.c: Likewise. - * vm/vm_debug.c: Likewise. - * vm/vm_fault.c: Likewise. - * vm/vm_kern.c: Likewise. - * vm/vm_map.c: Likewise. - * vm/vm_object.c: Likewise. - * vm/vm_object.h: Likewise. - * vm/vm_pageout.c: Likewise. - * vm/vm_resident.c: Likewise. - -2006-11-08 Thomas Schwinge - - * aclocal.m4: Regenerate using GNU Autoconf 2.60 and GNU Automake 1.10. - * INSTALL: Likewise. - * Makefile.in: Likewise. - * configure: Likewise. - * build-aux/config.guess: Likewise. - * build-aux/config.sub: Likewise. - * build-aux/depcomp: Likewise. - * build-aux/install-sh: Likewise. - * build-aux/missing: Likewise. - * build-aux/texinfo.tex: Likewise. - - * Makefrag.am (gnumach.msgids): Remove temporary files. - -2006-11-08 Samuel Thibault - - [task #5726 -- GCC built-in functions] - * include/printf.h (iprintf): Fix prototype. - (vprintf): Add prototype. - * kern/printf.c: Include `printf.h'. - (vprintf, printf): Fix prototype and return a dumb value. - * kern/startup.c: Include `printf.h'. - -2006-11-07 Barry deFreese - - [task #5726 -- GCC built-in functions] - * include/printf.h: New file. - (printf_init, _doprnt, printnum, sprintf, printf, indent, iprint): New - declarations. - * include/string.h (strchr, strcmp, strcpy, strlen, strncmp, strncpy) - (strrchr, strsep): New extern declarations. - * kern/strings.c: Don't include `kern/strings.h', include `string.h'. - (strncmp, strncpy, strlen): Fix prototypes into using size_t. - * kern/strings.h: Removed file. - * kern/debug.c: Include `printf.h'. - (do_cnputc): New function. - (panic, log): Use do_cnputc instead of cnputc. - * chips/busses.c: Don't include `kern/strings.h', include `printf.h' and - `string.h'. - (_doprnt): Remove extern declaration. - (indent): Remove extern declaration. - * ddb/db_aout.c: Likewise. - * ddb/db_command.c: Likewise. - * ddb/db_lex.c: Likewise. - * ddb/db_macro.c: Likewise. - * ddb/db_output.c: Likewise. - * ddb/db_print.c: Likewise. - * ddb/db_sym.c: Likewise. - * device/dev_name.c: Likewise. - * device/dev_pager.c: Likewise. - * device/dk_label.c: Likewise. - * device/ds_routines.c: Likewise. - * device/net_io.c: Likewise. - * device/subrs.c: Likewise. - * i386/i386/db_trace.c: Likewise. - * i386/i386/debug_i386.c: Likewise. - * i386/i386/fpu.c: Likewise. - * i386/i386/io_map.c: Likewise. - * i386/i386/kttd_interface.c: Likewise. - * i386/i386/pic.c: Likewise. - * i386/i386/trap.c: Likewise. - * i386/i386at/autoconf.c: Likewise. - * i386/i386at/com.c: Likewise. - * i386/i386at/i386at_ds_routines.c: Likewise. - * i386/i386at/kd.c: Likewise. - * i386/i386at/kd_event.c: Likewise. - * i386/i386at/kd_mouse.c: Likewise. - * i386/i386at/lpr.c: Likewise. - * i386/i386at/model_dep.c: Likewise. - * i386/intel/pmap.c: Likewise. - * ipc/ipc_entry.c: Likewise. - * ipc/ipc_hash.c: Likewise. - * ipc/ipc_kmsg.c: Likewise. - * ipc/ipc_notify.c: Likewise. - * ipc/ipc_object.c: Likewise. - * ipc/ipc_port.c: Likewise. - * ipc/ipc_pset.c: Likewise. - * ipc/mach_msg.c: Likewise. - * ipc/mach_port.c: Likewise. - * ipc/mach_rpc.c: Likewise. - * kern/bootstrap.c: Likewise. - * kern/eventcount.c: Likewise. - * kern/ipc_kobject.c: Likewise. - * kern/pc_sample.c: Likewise. - * kern/printf.c: Likewise. - * kern/sched_prim.c: Likewise. - * kern/thread.c: Likewise. - * kern/zalloc.c: Likewise. - * vm/vm_fault.c: Likewise. - * vm/vm_map.c: Likewise. - * vm/vm_object.c: Likewise. - * vm/vm_resident.c: Likewise. - -2006-11-05 Samuel Thibault - - * include/string.h: Fix copyright assignment to FSF, keep author's - name. - -2006-11-05 Thomas Schwinge - - * linux/dev/README: New file. - - * config.h.in: Regenerate. - * configure: Likewise. - - [task #5956 -- Automake'ify GNU Mach's code base] - * configure.ac : Add `no-define' and `1.9'. - -2006-11-05 Barry deFreese - - [task #5878 -- Backport code from GNU Mach's trunk to - gnumach-1-branch: i386_set_gdt, i386_get_gdt''] - [sync from HEAD, 2002-10-03] - * i386/include/mach/i386/mach_i386.defs (i386_set_gdt, i386_get_gdt): - New routines. - * i386/i386/user_ldt.c (i386_set_gdt, i386_get_gdt): New functions. - * i386/i386/gdt.h (USER_GDT, USER_GDT_SLOTS): New macros. - (GDTSZ): Compute it from USER_GDT and USER_GDT_SLOTS. - * i386/i386/thread.h: Include `gdt.h'. - (struct i386_machine_state): New member `user_gdt'. - * i386/i386/pcb.c (switch_ktss): Copy those slots into the GDT. - * linux/src/include/linux/head.h (idt,gdt): Remove extern declaration. - -2006-11-05 Samuel Thibault - - FPU, CPU and IO stubs cleanup. - * i386/i386/fpu.h (fstcw): New macro. - * i386/i386/locore.S (_fninit, _fstcw, _fldcw, _fnstsw, _fnclex) - (_clts, _fpsave, _fprestore, set_cr3, get_cr3, flush_tlb, get_cr2) - (get_ldt, set_ldt, get_tr, set_tr, _setts, outb, inb, outw, inw, outl) - (inl, loutb, loutw, linb, linw): Remove functions. - * i386/i386/proc_reg.h (flush_tlb): New macro. - * i386/i386/db_interface.c: Include `i386/proc_reg.h'. - * i386/intel/pmap.c: Likewise. - * i386/intel/pmap.h: Likewise. - * i386/i386/fpu.c: Include `i386/pio.h'. - * i386/i386/pic.c: Likewise. - * i386/i386/pit.c: Likewise. - * i386/i386at/iopl.c: Likewise. - * i386/i386at/kd.c: Likewise. - * i386/i386at/kd_event.c: Likewise. - * i386/i386at/kd_mouse.c: Likewise. - * i386/i386at/rtc.c: Likewise. - -2006-11-05 Barry deFreese - - [task #5726 -- GCC built-in functions] - * include/string.h: New file. - * include/mach/mig_support.h: Include `string.h'. - [MACH_KERNEL] (bcopy): Remove extern declaration. - [MACH_KERNEL] (memcpy): Remove macro. - * device/cirbuf.c: Include `string.h'. - (q_to_b, b_to_q): Replace bcopy() with memcpy() and bzero() with - memset(), clean memcpy() and memset() invocation. - * device/cons.c (cnputc): Likewise. - * device/dev_pager.c (device_pager_data_request_done): Likewise. - * device/ds_routines.c (device_write_get, ds_read_done): Likewise. - * device/kmsg.c: Likewise. - * device/net_io.c (net_filter, net_set_filter, net_getstat): Likewise. - * i386/i386/fpu.c (fpu_set_state, fpu_get_state, fp_load) - (fp_state_alloc): Likewise. - * i386/i386/iopb.c (io_tss_init, i386_io_port_list): Likewise. - * i386/i386/mp_desc.c (mp_desc_init): Likewise. - * i386/i386/pcb.c (pcb_init, thread_setstatus) - (thread_getstatus): Likewise. - * i386/i386/phys.c (pmap_zero_page, pmap_copy_page, copy_to_phys) - (copy_from_phys): Likewise. - * i386/i386/trap.c (v86_assist): Likewise. - * i386/i386/user_ldt.c (i386_set_ldt, i386_get_ldt): Likewise. - * i386/i386at/immc.c (immc_cnputc): Likewise. - * i386/i386at/kd_event.c (X_kdb_enter_init, X_kdb_exit_init): Likewise. - * i386/intel/pmap.c (pmap_init, pmap_page_table_page_alloc) - (pmap_create): Likewise. - * ipc/ipc_entry.c (ipc_entry_grow_table): Likewise. - * ipc/ipc_kmsg.c (ipc_kmsg_get_from_kernel) - (ipc_kmsg_put_to_kernel): Likewise. - * ipc/ipc_object.c (ipc_object_alloc, ipc_object_alloc_name): Likewise. - * ipc/ipc_port.c (ipc_port_dngrow): Likewise. - * ipc/ipc_space.c: Likewise. - * ipc/mach_debug.c (mach_port_space_info) - (mach_port_space_info): Likewise. - * kern/act.c (act_create): Likewise. - * kern/boot_script.c: Likewise. - * kern/bootstrap.c: Likewise. - * kern/eventcount.c (evc_init): Likewise. - * kern/host.c (host_info, host_processor_sets): Likewise. - * kern/lock.c (lock_init): Likewise. - * kern/lock_mon.c (lock_info_clear): Likewise. - * kern/mach_clock.c (mapable_time_init): Likewise. - * kern/pc_sample.c (get_sampled_pcs): Likewise. - * kern/processor.c (processor_set_things): Likewise. - * kern/syscall_emulation.c (task_set_emulation_vector_internal) - (task_get_emulation_vector, xxx_task_get_emulation_vector): Likewise. - * kern/task.c (task_threads): Likewise. - * kern/xpr.c (xprbootstrap): Likewise. - * kern/zalloc.c (host_zone_info): Likewise. - * vm/vm_debug.c (mach_vm_object_pages): Likewise. - * vm/vm_kern.c (projected_buffer_allocate, copyinmap) - (copyoutmap): Likewise. - * vm/vm_object.c (vm_object_bootstrap): Likewise. - * vm/vm_resident.c (vm_page_grab_contiguous_pages): Likewise. - -2006-11-05 Samuel Thibault - - * DEVELOPMENT: Document the following removals. - - Drop MB1/MB2/EXL architecture support. - * i386/i386/pit.h (PITCTR0_PORT, PITCTR1_PORT, PITCTR2_PORT) - (PITCTL_PORT, CLKNUM): Remove MB1/MB2/EXL cases. - [EXL] (time_latch): Remove structure and type. - [EXL] (intr_disable, intr_restore): Remove functions. - - Drop iPSC architecture support. - * i386/i386/hardclock.c: Remove iPSC386 from #if. - * i386/i386/locore.S: Remove iPSC386 delays. - * i386/i386/pic.c: Remove iPSC386 support. - (SLAVEMASK): Rmove iPSC386 case. - * i386/i386/pic.h (ADDR_PIC_BASE, OFF_ICW, OFF_OCW, SIZE_PIC) - (PICM_VECTBASE, PICS_VECTBASE): Remove iPSC386 cases. - [iPSC386] (I_AM_A_SLAVE, I_AM_A_MASTR): Remove macros. - * i386/i386/pit.h: Remove iPSC386 from #if. - [iPSC386] (CLKNUM): Remove macro. - * kern/machine.c (host_get_boot_info): Remove iPSC386 support. - * vm/vm_map.h (VM_MAP_COPY_PAGE_LIST_MAX): Remove iPSC case. - - Drop i860 architecture support. - * i386/i386/pmap.h: Remove i860 comment. - * i386/intel/pmap.c: Remove i860 comments. - [i860]: Don't include `i860ipsc/nodehw.h'. - (INVALIDATE_TLB): Remove i860 case. - (paging_enabled): Remove variable. - (pmap_map): Remove setting INTEL_PTE_NCACHE. - (pmap_bootstrap): Remove i860 support. - (pmap_page_table_page_alloc): Remove setting INTEL_PTE_NCACHE. - (pmap_enter): Remove call to flush function. - (set_dirbase): Remove function. - * i386/intel/pmap.h: Remove i860 comments. - (INTEL_PGBYTES, INTEL_PGSHIFT, intel_btop, intel_ptob) - (intel_round_page, intel_trunc_page, trunc_intel_to_vm) - (round_intel_to_vm, vm_to_intel, INTEL_PTE_VALID, set_dirbase): Remove - i860 cases. - (INTEL_PTE_valid): Remove macro. - * i386/intel/read_fault.c: Remove i860 comment. - - Drop PS2 architecture support. - * i386/i386/fpu.c (fpintr): Remove PS2 from #if. - * i386/i386/gdt.c [PS2] (abios_int_return, abios_th_return, intstack): - Remove extern declarations. - * i386/i386/gdt.h [PS2] (ABIOS_INT_RET, ABIOS_TH_RET, ABIOS_INT_SS) - (ABIOS_TH_SS, ABIOS_FIRST_AVAIL_SEL): Remove macros. - (GDTSZ): Remove PS2 case. - * i386/i386/hardclock.c [PS2]: Don't include `i386/pic.h' and - `i386/pio.h'. - (hardclock): Remove PS2 prototype and code. - * i386/i386/locore.S (RET_OFFSET): Remove PS2 stack layout. - * i386/i386/pic.c (picinit): Remove #ifdef PS2. - * i386/i386/pic.h: Remove PS2 from #if. - * i386/i386/pit.c [PS2] (clock_int_handler): Remove extern declaration. - Don't include `sys/types.h' and `i386ps2/abios.h'. - (clock_request_block, clock_flags, cqbuf): Remove variables. - (clkstart): Remove call to abios_clock_start function. - (COUNT): Don't define. - (abios_clock_start, ackrtclock): Remove functions. - * i386/i386/pit.h: Remove PS2 from #if. - -2006-10-26 Thomas Schwinge - - * Makefile.in: Regenerate. - - [task #5956 -- Automake'ify GNU Mach's code base] - - * Makefrag.am (gnumach.msgids): Remove repetition. - * Makerules.am (%.server.msgids, %.user.msgids): Targets renamed from - `%.msgids'. Also consider MIGCOMSFLAGS respective MIGCOMUFLAGS. - Thanks to Guillem Jover and Leonardo Lopes Pereira for reporting this. - - The Automake build system wants us to have these files in the rcs, so - do that. - * doc/mach.info: New file, generated. - * doc/mach.info-1: Likewise. - * doc/mach.info-2: Likewise. - * doc/stamp-vti: Likewise. - * doc/version.texi: Likewise. - -2006-10-18 Thomas Schwinge - - * Makefile.in: Regenerate. - - Install `PREFIX/share/msgids/gnumach.msgids'. - * Makerules.am (%.msgids): Two new rules. - * Makefrag.am (MOSTLYCLEANFILES): Add `gnumach.msgids'. - (gnumach.msgids): New rule. - (exec_msgidsdir, exec_msgids_DATA): New variables. - -2006-10-16 Thomas Schwinge - - * configure: Regenerate. - - [bug #18011 -- `make install-data' will build the - ``to-be-generated files''] - * config.status.dep.patch: Do an educated guess instead of using the - `Makefile'. - * configure.ac : Update description. - -2006-10-15 Thomas Schwinge - - * configure: Regenerate. - - * configure.ac: Update texts snippets: GNU Automake 1.10 has just been - released. - - * i386/include/Makefile.in: Remove unused file. Thanks to Guillem - Jover for spotting this. - - [task #5956 -- Automake'ify GNU Mach's code base] - - * configure: Regenerate. - - * configure.ac : Point to [bug #18011 -- - `make install-data' will build the ``to-be-generated files'']. - - * Makefile.in: Regenerate. - - * Makefrag.am (include_mach_exec): Rename to `include_mach_eXec'. - - * Makefile.in: New file, generated by `autoreconf'. - * config.h.in: Likewise. - * configure: Updated file, generated by `autoreconf'. - - * INSTALL: File updated, thanks to `autoreconf'. - * aclocal.m4: Likewise. - - * build-aux/compile: New file, thanks to `autoreconf'. - * build-aux/config.guess: Likewise. - * build-aux/config.sub: Likewise. - * build-aux/depcomp: Likewise. - * build-aux/install-sh: Likewise. - * build-aux/mdate-sh: Likewise. - * build-aux/missing: Likewise. - * build-aux/texinfo.tex: Likewise. - - * AUTHORS: New file, copy from the MIG repository. - - * kern/bootstrap.c: Don't include `bootstrap_symbols.h'. - * ddb/db_command.c: Don't include `cpus.h'. - * ddb/db_mp.c: Likewise. - * i386/i386/ast_check.c: Likewise. - * i386/i386/cswitch.S: Likewise. - * i386/i386/db_interface.c: Likewise. - * i386/i386/fpu.c: Likewise. - * i386/i386/fpu.h: Likewise. - * i386/i386/i386asm.sym: Likewise. - * i386/i386/locore.S: Likewise. - * i386/i386/mp_desc.c: Likewise. - * i386/i386/mp_desc.h: Likewise. - * i386/i386/pcb.c: Likewise. - * i386/i386/trap.c: Likewise. - * i386/intel/pmap.c: Likewise. - * include/mach/machine.h: Likewise. - * ipc/ipc_kmsg.c: Likewise. - * ipc/ipc_kmsg.h: Likewise. - * kern/ast.c: Likewise. - * kern/ast.h: Likewise. - * kern/cpu_number.h: Likewise. - * kern/debug.c: Likewise. - * kern/eventcount.c: Likewise. - * kern/host.c: Likewise. - * kern/ipc_sched.c: Likewise. - * kern/lock.c: Likewise. - * kern/lock.h: Likewise. - * kern/lock_mon.c: Likewise. - * kern/mach_clock.c: Likewise. - * kern/mach_factor.c: Likewise. - * kern/machine.c: Likewise. - * kern/priority.c: Likewise. - * kern/processor.c: Likewise. - * kern/processor.h: Likewise. - * kern/sched.h: Likewise. - * kern/sched_prim.c: Likewise. - * kern/startup.c: Likewise. - * kern/syscall_subr.c: Likewise. - * kern/thread.c: Likewise. - * kern/timer.c: Likewise. - * kern/timer.h: Likewise. - * vm/vm_resident.c: Likewise. - * kern/sched_prim.c: Don't include `fast_tas.h'. - * kern/task.c: Likewise. - * kern/task.h: Likewise. - * kern/sched_prim.c: Don't include `hw_footprint.h'. - * kern/thread.c: Likewise. - * kern/thread.h: Likewise. - * kern/counters.c: Don't include `mach_counters.h'. - * kern/counters.h: Likewise. - * ddb/db_ext_symtab.c: Don't include `mach_debug.h'. - * i386/i386/pcb.c: Likewise. - * kern/ipc_kobject.c: Likewise. - * kern/thread.c: Likewise. - * kern/zalloc.c: Likewise. - * kern/ast.c: Don't include `mach_fixpri.h'. - * kern/processor.c: Likewise. - * kern/processor.h: Likewise. - * kern/sched.h: Likewise. - * kern/sched_prim.c: Likewise. - * kern/syscall_subr.c: Likewise. - * kern/thread.c: Likewise. - * kern/thread.h: Likewise. - * kern/host.c: Don't include `mach_host.h'. - * kern/ipc_sched.c: Likewise. - * kern/machine.c: Likewise. - * kern/processor.c: Likewise. - * kern/processor.h: Likewise. - * kern/sched_prim.c: Likewise. - * kern/startup.c: Likewise. - * kern/task.c: Likewise. - * kern/thread.c: Likewise. - * kern/thread.h: Likewise. - * include/mach/mach.defs: Don't include `mach_ipc_compat.h'. - * include/mach/mach_param.h: Likewise. - * include/mach/mach_traps.h: Likewise. - * include/mach/message.h: Likewise. - * include/mach/mig_errors.h: Likewise. - * include/mach/notify.h: Likewise. - * include/mach/port.h: Likewise. - * include/mach/std_types.defs: Likewise. - * include/mach/task_special_ports.h: Likewise. - * include/mach/thread_special_ports.h: Likewise. - * ipc/ipc_kmsg.c: Likewise. - * ipc/ipc_kmsg.h: Likewise. - * ipc/ipc_marequest.c: Likewise. - * ipc/ipc_notify.c: Likewise. - * ipc/ipc_notify.h: Likewise. - * ipc/ipc_object.c: Likewise. - * ipc/ipc_object.h: Likewise. - * ipc/ipc_port.c: Likewise. - * ipc/ipc_port.h: Likewise. - * ipc/ipc_right.c: Likewise. - * ipc/ipc_right.h: Likewise. - * ipc/ipc_space.c: Likewise. - * ipc/ipc_space.h: Likewise. - * ipc/mach_debug.c: Likewise. - * ipc/mach_msg.c: Likewise. - * ipc/mach_msg.h: Likewise. - * ipc/mach_port.c: Likewise. - * kern/ipc_tt.c: Likewise. - * kern/syscall_sw.c: Likewise. - * kern/thread.h: Likewise. - * include/mach_debug/mach_debug.defs: Don't include `mach_ipc_debug.h'. - * ipc/ipc_hash.c: Likewise. - * ipc/ipc_hash.h: Likewise. - * ipc/ipc_marequest.c: Likewise. - * ipc/ipc_marequest.h: Likewise. - * kern/ipc_kobject.c: Don't include `mach_ipc_test.h'. - * ddb/db_access.c: Don't include `mach_kdb.h'. - * ddb/db_aout.c: Likewise. - * ddb/db_break.c: Likewise. - * ddb/db_command.c: Likewise. - * ddb/db_command.h: Likewise. - * ddb/db_cond.c: Likewise. - * ddb/db_examine.c: Likewise. - * ddb/db_expr.c: Likewise. - * ddb/db_ext_symtab.c: Likewise. - * ddb/db_input.c: Likewise. - * ddb/db_lex.c: Likewise. - * ddb/db_macro.c: Likewise. - * ddb/db_mp.c: Likewise. - * ddb/db_output.c: Likewise. - * ddb/db_print.c: Likewise. - * ddb/db_run.c: Likewise. - * ddb/db_sym.c: Likewise. - * ddb/db_task_thread.c: Likewise. - * ddb/db_trap.c: Likewise. - * ddb/db_variables.c: Likewise. - * ddb/db_watch.c: Likewise. - * ddb/db_watch.h: Likewise. - * ddb/db_write_cmd.c: Likewise. - * i386/i386/db_disasm.c: Likewise. - * i386/i386/db_interface.c: Likewise. - * i386/i386/db_trace.c: Likewise. - * i386/i386/i386asm.sym: Likewise. - * i386/i386/locore.S: Likewise. - * i386/i386/trap.c: Likewise. - * i386/i386at/kd.c: Likewise. - * i386/i386at/model_dep.c: Likewise. - * include/mach_debug/mach_debug.defs: Likewise. - * ipc/ipc_kmsg.c: Likewise. - * ipc/ipc_object.c: Likewise. - * ipc/ipc_port.c: Likewise. - * ipc/ipc_pset.c: Likewise. - * kern/bootstrap.c: Likewise. - * kern/debug.c: Likewise. - * kern/exception.c: Likewise. - * kern/lock.c: Likewise. - * kern/xpr.c: Likewise. - * vm/vm_fault.c: Likewise. - * vm/vm_map.c: Likewise. - * vm/vm_object.c: Likewise. - * vm/vm_resident.c: Likewise. - * kern/lock.h: Don't include `mach_ldebug.h'. - * kern/lock_mon.c: Don't include `mach_lock_mon.h'. - * kern/ipc_kobject.c: Don't include `mach_machine_routines.h'. - * kern/lock_mon.c: Don't include `mach_mp_debug.h'. - * vm/memory_object.c: Don't include `mach_pagemap.h'. - * vm/vm_fault.c: Likewise. - * vm/vm_object.c: Likewise. - * vm/vm_object.h: Likewise. - * vm/vm_pageout.c: Likewise. - * i386/i386/trap.c: Don't include `mach_pcsample.h'. - * kern/mach4.srv: Likewise. - * kern/mach_clock.c: Likewise. - * kern/pc_sample.c: Likewise. - * kern/task.c: Likewise. - * kern/thread.c: Likewise. - * vm/vm_fault.c: Likewise. - * device/net_io.c: Don't include `mach_ttd.h'. - * i386/i386/kttd_interface.c: Likewise. - * i386/i386/locore.S: Likewise. - * i386/i386/trap.c: Likewise. - * i386/i386at/autoconf.c: Likewise. - * include/mach_debug/mach_debug.defs: Don't include `mach_vm_debug.h'. - * vm/vm_debug.c: Likewise. - * vm/vm_page.h: Likewise. - * vm/vm_resident.c: Likewise. - * kern/sched_prim.c: Don't include `power_save.h'. - * kern/sched.h: Don't include `simple_clock.h'. - * kern/sched_prim.c: Likewise. - * kern/thread.c: Likewise. - * kern/mach_clock.c: Don't include `stat_time.h'. - * i386/i386/i386asm.sym: Likewise. - * i386/i386/locore.S: Likewise. - * kern/sched.h: Likewise. - * kern/timer.c: Likewise. - * kern/timer.h: Likewise. - * kern/startup.c: Don't include `xpr_debug.h'. - * kern/xpr.h: Likewise. - * i386/i386at/autoconf.c: Don't include `com.h'. - * i386/i386at/com.c: Likewise. - * i386/i386at/conf.c: Likewise. - * i386/i386at/cons_conf.c: Likewise. - * i386/i386/fpe_linkage.c: Don't include `fpe.h'. - * i386/i386/fpu.c: Likewise. - * i386/i386/fpu.h: Likewise. - * i386/i386/trap.c: Likewise. - * i386/i386at/autoconf.c: Don't include `lpr.h'. - * i386/i386at/conf.c: Likewise. - * i386/i386at/lpr.c: Likewise. - * i386/i386/cswitch.S: Don't include `platforms.h'. - * i386/i386/fpu.c: Likewise. - * i386/i386/gdt.c: Likewise. - * i386/i386/hardclock.c: Likewise. - * i386/i386/i386asm.sym: Likewise. - * i386/i386/io_emulate.c: Likewise. - * i386/i386/locore.S: Likewise. - * i386/i386/pic.c: Likewise. - * i386/i386/pic.h: Likewise. - * i386/i386/pit.c: Likewise. - * i386/i386/pit.h: Likewise. - * i386/i386/seg.h: Likewise. - * i386/i386at/model_dep.c: Likewise. - * i386/i386at/com.c: Don't include `rc.h' - * i386/i386at/cons_conf.c: Likewise. - * i386/i386at/pic_isa.c: Likewise. - * device/ds_routines.c: Don't include . - * i386/i386at/i386at_ds_routines.c: Likewise. - * i386/linux/dev/include/linux/autoconf.h: Likewise. - * linux/dev/arch/i386/kernel/setup.c: Likewise. - * linux/dev/init/main.c: Likewise. - * linux/pcmcia-cs/glue/pcmcia_glue.h: Likewise. - * linux/pcmcia-cs/glue/wireless_glue.h: Likewise. - * kern/lock_mon.c: Don't include . - * device/cons.c: Include instead of . - * i386/i386at/com.c: Likewise. - * i386/i386at/kd.c: Likewise. - * i386/i386at/cons_conf.c: Likewise. - * i386/i386at/i386at_ds_routines.c: Include - instead of "device_interface.h". - * device/chario.c: Include instead of - "device_reply.h". - * device/ds_routines.c: Likewise. - * linux/dev/glue/block.c: Likewise. - * linux/dev/glue/net.c: Likewise. - * linux/pcmcia-cs/glue/ds.c: Likewise. - * device/cons.c: Include instead of . - * device/kmsg.c: Likewise. - * i386/i386/cswitch.S: Include instead of - "cpu_number.h". - * i386/i386/locore.S: Likewise. - * i386/intel/pmap.c: Likewise. - * ipc/ipc_kmsg.h: Likewise. - * i386/i386/i386asm.sym: Include instead of "gdt.h". - * i386/i386/idt.c: Likewise. - * i386/i386at/int_init.c: Likewise. - * i386/i386/cswitch.S: Include instead of "i386asm.h". - * i386/i386/locore.S: Likewise. - * i386/i386at/boothdr.S: Likewise. - * i386/i386at/interrupt.S: Likewise. - * i386/i386at/idt.h: Include instead of "idt-gen.h". - * i386/i386at/interrupt.S: Include instead of "ipl.h". - * i386/i386/i386asm.sym: Include instead of "ldt.h". - * i386/i386/locore.S: Likewise. - * i386/i386/i386asm.sym: Include instead of - "mp_desc.h". - * i386/i386at/interrupt.S: Include instead of "pic.h". - * i386/i386/cswitch.S: Include instead of - "proc_reg.h". - * i386/i386/locore.S: Likewise. - * i386/i386at/model_dep.c: Likewise. - * i386/i386/i386asm.sym: Include instead of "seg.h". - * i386/i386/idt.c: Likewise. - * i386/i386/locore.S: Likewise. - * i386/i386/locore.S: Include instead of "trap.h". - * i386/i386/i386asm.sym: Include instead of "tss.h". - * i386/i386/i386asm.sym: Include instead of - "vm_param.h". - * i386/i386/idt.c: Likewise. - * i386/i386at/kd.c: Likewise. - * i386/i386at/model_dep.c: Likewise. - * i386/intel/pmap.c: Likewise. - * i386/i386/i386asm.sym: Include instead of "idt.h". - * i386/i386/idt.c: Likewise. - * i386/i386at/int_init.c: Likewise. - * ipc/ipc_target.c: Include instead of - "sched_prim.h". - * vm/memory_object.c: Include instead - of "memory_object_default.h". - * vm/vm_object.c: Likewise. - * vm/vm_pageout.c: Likewise. - * vm/memory_object.c: Include instead of - "memory_object_user.h". - * vm/vm_fault.c: Likewise. - * vm/vm_object.c: Likewise. - * vm/vm_pageout.c: Likewise. - - * Makefile.am: New file. - * Makerules.am - : Remove - sections. - : Rewrite: - (%.server.defs.c, %.user.defs.c, %.server.h %.server.c) - (%.user.h %.user.c, %.server.defs, %.user.defs): New targets. - (%.h %_user.c %.cli.d, %_interface.h %_server.c %.srv.d): Remove - targets. - (echo-%): New target. - * Makefrag.am - : Remove - sections. - (enable_kdb, enable_kmsg): Adapt. - -
: Rewrite to adapt to how things - are to be done now. - : New section. - (i386/Makefrag.am): Include file if appropriate. - * i386/Makefrag.am - : Remove sections. - (enable_lpr): Adapt. - : Rewrite to adapt to how things are - to be done now. - * i386/linux/Makefrag.am: New file. - * linux/Makefrag.am: Likewise. - - * Makefile.in: Move file... - * Makefrag.am: ... here. - * i386/Makefile.in: Move file... - * i386/Makefrag.am: ... here. - * i386/linux/Makefile.in: Remove file. - - * doc/Makefile.in: Remove file. - * doc/Makefrag.am: New file. - * tests/Makefrag.am: Likewise. - * tests/test-mbchk.in: Likewise. - - * configfrag.ac: New file. - * tests/configfrag.ac: Likewise. - * Makerules.am (DEFINES): Convert those into... - * configfrag.ac: ... AC_DEFINE instantiations. - * i386/Makerules.in (DEFINES): Convert those into... - * i386/configfrag.ac: ... AC_DEFINE instantiations. - * i386/Makerules.in: Remove file. - * i386/configfrag.ac (AC_PREREQ, AC_INIT, AC_CONFIG_SRCDIR) - (AC_CONFIG_SUBDIRS, AC_CONFIG_FILES, AC_OUTPUT): Don't invoke. - (../version.m4): Don't include. - (--disable-lpr): Rework configuration option. - (--disable-default-device-drivers): Move configuration option to... - * configfrag.ac: ... here. - * configure.ac (AC_CONFIG_AUX_DIR, AM_INIT_AUTOMAKE): Instantiate. - (AC_PREFIX_DEFAULT, AC_CONFIG_SUBDIRS): Don't invoke. - : Rework the whole section. - (--enable-kdb, --disable-kmsg): Move into `configfrag.ac' and - adapt. - (AM_PROG_AS, AM_PROG_CC_C_O): Instantiate. - (AC_CHECK_PROG): Move instantiation searching for a `mbchk' program - into `tests/configfrag.ac'. - (AC_CHECK_PROG): Instantiate to search for a `patch' program. - (tests/configfrag.ac, configfrag.ac) - (linux/configfrag.ac): Include files. - (i386/configfrag.ac): Include file if appropriate. - (AC_CONFIG_HEADER): Instantiate for `config.h'. - (AC_CONFIG_FILES): Remove `Makerules' and `doc/Makefile'. - (AC_CONFIG_COMMANDS_POST): Instantiate for `config.status.dep.patch'. - (AC_CONFIG_COMMANDS): Instantiate for - `Makefile.correct_output_files_for_.S_files.patch' and (the - nonexistent) `Makefile.dependency_tracking_for_.S_files.patch'. - * Makefile.dependency_tracking_for_.S_files.patch: New file. - * config.status.dep.patch: Likewise. - * bogus/bootstrap_symbols.h: Remove file. - * configfrag.ac: AC_DEFINE `BOOTSTRAP_SYMBOLS' to `0'. - * bogus/cpus.h: Remove file. - * configfrag.ac: AC_DEFINE `NCPUS' to `1'. AH_TEMPLATE - `MULTIPROCESSOR'. - * bogus/fast_tas.h: Remove file. - * configfrag.ac: AC_DEFINE `FAST_TAS' to `0'. - * bogus/hw_footprint.h: Remove file. - * configfrag.ac: AC_DEFINE `HW_FOOTPRINT' to `0'. - * bogus/mach_counters.h: Remove file. - * configfrag.ac: AC_DEFINE `MACH_COUNTERS' to `0'. - * bogus/mach_debug.h: Remove file. - * configfrag.ac: AC_DEFINE `MACH_DEBUG' to `1'. - * bogus/mach_fixpri.h: Remove file. - * configfrag.ac: AC_DEFINE `MACH_FIXPRI' to `1'. - * bogus/mach_host.h: Remove file. - * configfrag.ac: AC_DEFINE `MACH_HOST' to `0'. - * bogus/mach_ipc_compat.h: Remove file. - * configfrag.ac: AC_DEFINE `MACH_IPC_COMPAT' to `1'. - * bogus/mach_ipc_debug.h: Remove file. - * configfrag.ac: AC_DEFINE `MACH_IPC_DEBUG' to `1'. - * bogus/mach_ipc_test.h: Remove file. - * configfrag.ac: AC_DEFINE `MACH_IPC_TEST' to `0'. - * bogus/mach_kdb.h: Remove file. - * configfrag.ac (--disable-kdb): AC_DEFINE `MACH_KDB' to `0'. - * bogus/mach_ldebug.h: Remove file. - * configfrag.ac: AC_DEFINE `MACH_LDEBUG' to `0'. - * bogus/mach_lock_mon.h: Remove file. - * configfrag.ac: AC_DEFINE `MACH_LOCK_MON' to `0'. - * bogus/mach_machine_routines.h: Remove file. - * configfrag.ac: Add comment about not AC_DEFINEing - `MACH_MACHINE_ROUTINES' to `0'. - * bogus/mach_mp_debug.h: Remove file. - * configfrag.ac: AC_DEFINE `MACH_MP_DEBUG' to `0'. - * bogus/mach_pagemap.h: Remove file. - * configfrag.ac: AC_DEFINE `MACH_PAGEMAP' to `1'. - * bogus/mach_pcsample.h: Remove file. - * configfrag.ac: AC_DEFINE `MACH_PCSAMPLE' to `1'. - * bogus/mach_ttd.h: Remove file. - * configfrag.ac: AC_DEFINE `MACH_TTD' to `0'. - * bogus/mach_vm_debug.h: Remove file. - * configfrag.ac: AC_DEFINE `MACH_VM_DEBUG' to `1'. - * bogus/power_save.h: Remove file. - * configfrag.ac: AC_DEFINE `POWER_SAVE' to `1'. - * bogus/simple_clock.h: Remove file. - * configfrag.ac: AC_DEFINE `SIMPLE_CLOCK' to `0'. - * bogus/stat_time.h: Remove file. - * configfrag.ac: AC_DEFINE `STAT_TIME' to `1'. - * bogus/xpr_debug.h: Remove file. - * configfrag.ac: AC_DEFINE `XPR_DEBUG' to `1'. - * i386/bogus/com.h: Remove file. - * i386/configfrag.ac: AC_DEFINE `NCOM' to `4'. - * i386/bogus/fpe.h: Remove file. - * i386/configfrag.ac: AC_DEFINE `FPE' to `0'. - * i386/bogus/lpr.h: Remove file. - * i386/configfrag.ac: AC_DEFINE `NLPR' to `1'. - * i386/bogus/mach_machine_routines.h: Remove file. - * i386/configfrag.ac: AC_DEFINE `MACH_MACHINE_ROUTINES' to `1'. - * i386/bogus/platforms.h: Remove file. - * i386/configfrag.ac: AC_DEFINE `AT386' to `1'. - * i386/bogus/rc.h: Remove file. - * i386/configfrag.ac: AC_DEFINE `RCLINE' to `-1' and `RCADDR' to `0x3f8'. - - * Makerules.in: Move file... - * Makerules.am: ... here. - - * linux/configfrag.ac (AC_PREREQ, AC_INIT, AC_CONFIG_SRCDIR) - (AC_CONFIG_HEADER, AC_CANONICAL_HOST, hurd_SYSTYPE, AC_CONFIG_FILES) - (AC_OUTPUT): Don't invoke. - (../../version.m4, ../../Drivers.macros, ../../aclocal.m4): Don't - include. - : Only evaluate for i386. - (--disable-default-device-drivers): Remove configuraion option. - (LINUX_DEV, __KERNEL__): AC_DEFINE these. - (scsi, net, pcmcia, wireless): Remove AC_DRIVER_CLASS instantiations. - (device_driver_group): New shell function. - (AC_OPTION, AC_OPTION_nodef): New functions. - (linux_DRIVER): Rename function to AC_Linux_DRIVER and adapt. - (linux_DRIVER_nodef): Likewise to AC_Linux_DRIVER_nodef. - : Adapt to the new functions introduced above - and re-position parts. - : Adapt to the changes related to device - driver groups. - * linux/configure.in : Move to... - * linux/configfrag.ac: ... here. - * linux/configure.in: Remove file. - * linux/configure: Likewise. - * i386/linux/Makerules.in: Likewise. - * Drivers.macros: Likewise. - - * i386/linux/configure.ac: Move file... - * linux/configfrag.ac: ... here. - * i386/linux/configure: Remove file. - * i386/linux/device-drivers.h.in: Likewise. - - * i386/configure.in: Move file... - * i386/configfrag.ac: ... here. - * i386/configure: Remove file. - - * config.guess: Remove file. - * config.sub: Likewise. - * install-sh: Likewise. - - * i386/Files: Remove file. - * i386/Subdirs: Likewise. - * linux/Files: Likewise. - * linux/Subdirs: Likewise. - -2006-10-13 Thomas Schwinge - - * configure.in: Move file... - * configure.ac: ... here. - - * Makerules.in (ASFLAGS): Don't define `ASSEMBLER'. - * i386/i386/cpu_number.h: Check for `__ASSEMBLER__' instead of - `ASSEMBLER'. - * i386/i386/debug.h: Likewise. - * i386/i386/ipl.h: Likewise. - * i386/i386/ldt.h: Likewise. - * i386/i386/proc_reg.h: Likewise. - * i386/i386/seg.h: Likewise. - * i386/i386/trap.h: Likewise. - * i386/include/mach/i386/kern_return.h: Likewise. - * i386/include/mach/i386/vm_types.h: Likewise. - * i386/intel/pmap.h: Likewise. - * include/mach/boolean.h: Likewise. - * include/mach/boot.h: Likewise. - * include/mach/error.h: Likewise. - * kern/syscall_emulation.h: Likewise. - - * configure: Regenerate. - * i386/configure: Likewise. - * i386/linux/configure: Likewise. - * linux/configure: Likewise. - -2006-10-12 Thomas Schwinge - - * version.m4 (AC_PACKAGE_VERSION): Let's name it `1.3.99'. - - * configure: Regenerate. - * i386/configure: Likewise. - * i386/linux/configure: Likewise. - * linux/configure: Likewise. - - * version.m4: Rewrite. - * configure.in: Adapt to the above. - * i386/configure.in: Likewise. - * i386/linux/configure.ac: Likewise. - * linux/configure.in: Likewise. - -2006-10-09 Thomas Schwinge - - * ddb/tr.h: Insert the content of `bogus/mach_assert.h' instead of - including it. - * i386/i386/loose_ends.c: Likewise. - * bogus/mach_assert.h: Remove file. - - * bogus/panic.c: Remove file. - - * linux/src/drivers/scsi/in2000.c (in2000_proc_info) [PROC_INTERFACE]: - Don't consider `__DATE__' and `__TIME__'. - -2006-10-08 Thomas Schwinge - - * linux/dev/drivers/scsi/scsi.h: Move file... - * linux/src/drivers/scsi/scsi.h: ... here, overwriting the old file. - - * linux/dev/drivers/scsi/seagate.c: Move file... - * linux/src/drivers/scsi/seagate.c: ... here, overwriting the old file. - - * linux/dev/drivers/scsi/aha152x.c: Move file... - * linux/src/drivers/scsi/aha152x.c: ... here, overwriting the old file. - - * linux/dev/drivers/scsi/sr.c: Move file... - * linux/src/drivers/scsi/sr.c: ... here, overwriting the old file. - - * linux/dev/drivers/scsi/sd_ioctl.c: Move file... - * linux/src/drivers/scsi/sd_ioctl.c: ... here, overwriting the old file. - - * linux/dev/drivers/scsi/sd.c: Move file... - * linux/src/drivers/scsi/sd.c: ... here, overwriting the old file. - - * linux/dev/drivers/scsi/hosts.c: Remove file. - * linux/dev/drivers/scsi/scsi.c: Likewise. - - * linux/dev/drivers/block/ide.c: Move file... - * linux/src/drivers/block/ide.c: ... here, overwriting the old file. - - * linux/dev/drivers/block/ide-cd.c: Remove file. - * linux/src/drivers/block/ide-cd.c (cdrom_sleep): Don't define function - `#ifndef MACH'. - -2006-10-07 Thomas Schwinge - - * i386/linux/configure: Regernerate. - * i386/linux/device-drivers.h.in: Likewise. - - * Drivers.macros (AC_DRIVER, AC_DRIVER_nodef): Rewrite to allow options - with dashes in them, make it usable more universally and enhance the - generated comments in header files. - * i386/linux/configure.ac (linux_DRIVER, linux_DRIVER_nodef): Enhance - DESCRIPTION. - (u1434f): Rename to `u14-34f'. - (smcultra): Rename to `smc-ultra'. - (smcultra32): Rename to `smc-ultra32'. - (hpplus): Rename to `hp-plus'. - (ne2kpci): Rename to `ne2k-pci'. - (viarhine): Rename to `via-rhine'. - (intelgige): Rename to `intel-gige'. - (winbond840): Rename to `winbond-840'. - (AC_PCMCIA_OPTION): Remove function. - (pcmcia-isa): Use `AC_DRIVER' instead of `AC_PCMCIA_OPTION'. - * i386/README-Drivers: Update accordingly. - -2006-10-03 Thomas Schwinge - - [task #5941 -- Linker script for GNU Mach] - - * Makefile.in (kernel.o): Remove `$(systype)-objfiles-prepend' hackery. - * i386/Makefile.in (sysdep.a): Likewise. - * i386/Makerules.in: Likewise. - (LDFLAGS-kernel): Point to the linker script. - * i386/i386at/boothdr.S (_start): Don't put into `.text', but into - `.text.start' instead. - * i386/ldscript: Change to put `.text' at 0x100000 and put - `.text.start' first into `.text'. - - * i386/ldscript: New file, copied from `/lib/ldscripts/elf_i386.x' of a - GNU Binutils 2.16.1 installation. - -2006-09-25 Stefan Siegl - - * linux/dev/glue/net.c (device_get_status): Reworked to not read - from STATUS. Fill `struct iw_point' correctly if necessary. - -2006-09-23 Stefan Siegl - - * i386/linux/configure: Regenerate. - * i386/linux/device-drivers.h.in: Likewise. - - * i386/linux/configure.ac (AC_PCMCIA_OPTION): New function. - (--disable-pcmcia-isa): New configuration option to disable ISA-bus - support in the pcmcia core, which is otherwise enabled now by default. - * doc/mach.texi (Configuration): Briefly document the new configuration - option. - * i386/README-Drivers: Likewise. - -2006-09-20 Thomas Schwinge - - * configure: Regenerate. - * i386/configure: Likewise. - * i386/linux/configure: Likewise. - * i386/linux/device-drivers.h.in: Likewise. - - * Drivers.macros (AC_DRIVER_ALIAS): Remove definition. - (AC_DRIVER): Extend to take a `description' parameter and consider - `$enable_default_device_drivers'. - (AC_DRIVER_nodef): New definition. - * configure.in (options kdb, kmsg): Remove redundancy. - * i386/configure.in (option default-device-drivers): New option. - (option lpr): Consider `$enable_default_device_drivers'. - * i386/linux/configure.ac: Rework substantially. Remove all aliases. - Rename some of the device driver options. - (option default-device-drivers): New option. - (linux_DRIVER): Take care about a `description' parameter and don't - invoke AC_DRIVER_ALIAS. - (linux_DRIVER_nodef): New definition. - Adapt all usages of AC_DRIVER and linux_DRIVER to provide a - `description' parameter. - (g_NCR5380, NCR53c406a, eata_dma, wavelan, atp): Change from AC_DRIVER - to AC_DRIVER_nodef to have these device drivers disabled by default. - * doc/mach.texi: Add a note about the outdatedness to the configuration - option table. - * i386/README-Drivers: Update. - -2006-09-19 Samuel Thibault - - [bug #17338 -- GNU Mach vs. GCC 4.1] - * i386/i386/seg.h (struct pseudo_descriptor): Pack structure and - move the padding field to the end. - (lgdt): Pass the whole structure to the lgdt assembly command. - (lidt): Likewise. - -2006-08-06 Thomas Schwinge - - * DEVELOPMENT: Update. - -2006-07-31 Stefan Siegl - - * doc/mach.texi (Configuration): Document the new PCMCIA drivers a bit - more. - * i386/README-Drivers: Likewise. - -2006-07-27 Thomas Schwinge - - * i386/linux/configure: Regenerate. - - * i386/linux/configure.ac: Pull in the pcmcia code only if really - needed. - - * doc/mach.texi (Configuration): Very briefly document the new drivers. - * i386/README-Drivers: Likewise. - - * linux/dev/include/linux/types.h (_MACH_SA_SYS_TYPES_H_): Define. - - * i386/linux/configure: Regenerate. - * i386/linux/device-drivers.h.in: Likewise. - -2006-07-27 Stefan Siegl - - * i386/linux/configure.ac (pcmcia, wireless): New driver classes. - (i82365, 3c574_cs, 3c589_cs, axnet_cs, fmvj18x_cs, nmclan_cs, pcnet_cs) - (smc91c92_cs, xirc2ps_cs, orinoco_cs): New drivers. - * i386/linux/Makefile.in (linux-pcmcia-cs-modules-files) - (linux-pcmcia-cs-clients-files, linux-pcmcia-cs-wireless-files): New - variables. Add `vpath's to the files locations. - (all-linux-files): Add the three new variables. - (linux-pcmcia-cs-modules-flags, linux-pcmcia-cs-clients-flags) - (linux-pcmcia-cs-wireless-flags): New variables. - (linux-flags): Add code to handle the above files and flags. - - * i386/i386at/i386at_ds_routines.c (emulation_list) - [LINUX_DEV && CONFIG_INET && CONFIG_PCMCIA]: Add the Linux pcmcia - emulation structure. - * linux/dev/glue/net.c: Include . - (device_get_status): Rewrite function. - (device_set_status): New function. - (linux_net_emulation_ops): Add `device_set_status' at the appropriate - position. - * linux/dev/init/main.c (linux_init) [CONFIG_PCMCIA]: Call pcmcia_init. - - * linux/pcmcia-cs/glue/ds.c: New file. - * linux/pcmcia-cs/glue/pcmcia.c: Likewise. - * linux/pcmcia-cs/glue/pcmcia_glue.h: Likewise. - * linux/pcmcia-cs/glue/wireless_glue.h: Likewise. - - * linux/pcmcia-cs/clients/xirc2ps_cs.c (busy_loop): Replace the code by - a call to __udelay. - * linux/pcmcia-cs/include/linux/init.h: Adapt to our Linux environment. - * linux/pcmcia-cs/include/linux/slab.h: Use `#include', not - `#include_next'. - * linux/pcmcia-cs/include/pcmcia/mem_op.h: Adapt to our Linux - environment and fix GCC 4.0 complaints. - * linux/pcmcia-cs/include/pcmcia/version.h: Always assume that - CONFIG_PCMCIA is not defined. - * linux/pcmcia-cs/modules/cs.c (init_pcmcia_cs): Don't make it static. - * linux/pcmcia-cs/modules/ds.c: Use some magic to avoid duplicate - definition `io_req_t'. - (ds_open, ds_release, ds_read, ds_write, ds_select, ds_poll, ds_fops): - Hide functions if MACH is defined. - Likewise for the module handling code. - (ds_ioctl): Use plain `memcpy' if MACH is defined. - (init_pcmcia_ds): Don't register charcater devices if MACH is defined. - Include "../glue/ds.c". - * linux/pcmcia-cs/modules/i82365.c (test_irq): Adapt to GNU Mach. - (init_i82365): Don't make it static. - * linux/pcmcia-cs/modules/pci_fixup.c (pci_devices): Don't define if - MACH is defined. - * linux/pcmcia-cs/wireless/orinoco.c: Adapt to our Linux environment. - -2006-07-27 Thomas Schwinge - - Import a number of files from the pcmcia-cs package, version 3.2.8, - available from . - - * linux/pcmcia-cs/clients/3c574_cs.c: Import file. - * linux/pcmcia-cs/clients/3c589_cs.c: Likewise. - * linux/pcmcia-cs/clients/ax8390.h: Likewise. - * linux/pcmcia-cs/clients/axnet_cs.c: Likewise. - * linux/pcmcia-cs/clients/fmvj18x_cs.c: Likewise. - * linux/pcmcia-cs/clients/nmclan_cs.c: Likewise. - * linux/pcmcia-cs/clients/ositech.h: Likewise. - * linux/pcmcia-cs/clients/pcnet_cs.c: Likewise. - * linux/pcmcia-cs/clients/smc91c92_cs.c: Likewise. - * linux/pcmcia-cs/clients/xirc2ps_cs.c: Likewise. - * linux/pcmcia-cs/include/linux/crc32.h: Likewise. - * linux/pcmcia-cs/include/linux/init.h: Likewise. - * linux/pcmcia-cs/include/linux/slab.h: Likewise. - * linux/pcmcia-cs/include/pcmcia/bulkmem.h: Likewise. - * linux/pcmcia-cs/include/pcmcia/bus_ops.h: Likewise. - * linux/pcmcia-cs/include/pcmcia/ciscode.h: Likewise. - * linux/pcmcia-cs/include/pcmcia/cisreg.h: Likewise. - * linux/pcmcia-cs/include/pcmcia/cistpl.h: Likewise. - * linux/pcmcia-cs/include/pcmcia/cs.h: Likewise. - * linux/pcmcia-cs/include/pcmcia/cs_types.h: Likewise. - * linux/pcmcia-cs/include/pcmcia/driver_ops.h: Likewise. - * linux/pcmcia-cs/include/pcmcia/ds.h: Likewise. - * linux/pcmcia-cs/include/pcmcia/mem_op.h: Likewise. - * linux/pcmcia-cs/include/pcmcia/ss.h: Likewise. - * linux/pcmcia-cs/include/pcmcia/version.h: Likewise. - * linux/pcmcia-cs/modules/bulkmem.c: Likewise. - * linux/pcmcia-cs/modules/cirrus.h: Likewise. - * linux/pcmcia-cs/modules/cistpl.c: Likewise. - * linux/pcmcia-cs/modules/cs.c: Likewise. - * linux/pcmcia-cs/modules/cs_internal.h: Likewise. - * linux/pcmcia-cs/modules/ds.c: Likewise. - * linux/pcmcia-cs/modules/ene.h: Likewise. - * linux/pcmcia-cs/modules/i82365.c: Likewise. - * linux/pcmcia-cs/modules/i82365.h: Likewise. - * linux/pcmcia-cs/modules/o2micro.h: Likewise. - * linux/pcmcia-cs/modules/pci_fixup.c: Likewise. - * linux/pcmcia-cs/modules/ricoh.h: Likewise. - * linux/pcmcia-cs/modules/rsrc_mgr.c: Likewise. - * linux/pcmcia-cs/modules/smc34c90.h: Likewise. - * linux/pcmcia-cs/modules/ti113x.h: Likewise. - * linux/pcmcia-cs/modules/topic.h: Likewise. - * linux/pcmcia-cs/modules/vg468.h: Likewise. - * linux/pcmcia-cs/modules/yenta.h: Likewise. - * linux/pcmcia-cs/wireless/hermes.c: Likewise. - * linux/pcmcia-cs/wireless/hermes.h: Likewise. - * linux/pcmcia-cs/wireless/hermes_rid.h: Likewise. - * linux/pcmcia-cs/wireless/ieee802_11.h: Likewise. - * linux/pcmcia-cs/wireless/orinoco.c: Likewise. - * linux/pcmcia-cs/wireless/orinoco.h: Likewise. - * linux/pcmcia-cs/wireless/orinoco_cs.c: Likewise. - -2006-07-24 Thomas Schwinge - - * Makerules.in (%.h %_user.c): Add `%.cli.d' to the target list. - Create these files by specifying `-MD' as a flag for mig and rename the - resulting files as needed. - Include these `*.cli.d' files instead of `*.migu.d' files. - (%_interface.h %_server.c): Likewise for `%.srv.d' / `*.migs.d'. - (%.migs.d, %.migu.d): Remove targets. - * Makefile.in (clean): Adapt to the above. - * i386/Makefile.in (clean): Likewise. - -2006-06-30 Samuel Thibault - - * i386/i386at/kd_mouse.c (mouse_char_in, mouse_char) Remove variables. - (mouse_char_index) New variable. - (mouse_handle_byte, kd_mouse_read): Use MOUSEBUF instead of MOUSE_CHAR - for storing incoming command characters. - (kd_mouse_read_reset): New function. - (ibm_ps2_mouse_open, ibm_ps2_mouse_close): Call new kd_mouse_read_reset - function. - -2006-06-09 Stefan Siegl - - * linux/dev/include/asm-i386/uaccess.h: New dummy file. - * linux/dev/include/linux/pm.h: Likewise. - * linux/dev/include/linux/threads.h: Likewise. - * linux/src/include/linux/symtab_begin.h: New file from Linux 2.0.40. - * linux/src/include/linux/symtab_end.h: Likewise. - * linux/src/include/linux/module.h: Update from Linux 2.0.40 with minor - changes. - * linux/src/include/linux/list.h: New file from Linux 2.2.26. - * linux/src/include/linux/kcomp.h: Likewise with minor changes. - * linux/src/include/linux/wait.h: Update from Linux 2.2.26. - * linux/src/include/linux/wireless.h: Likewise. - * linux/src/include/asm-i386/bitops.h [__KERNEL__] (ffs, hweight32) - (hweight16, hweight8): Copy from Linux 2.2.26. - - * kern/printf.c (_doprnt): Support printing of pointer addresses. - -2006-05-14 Roland McGrath - - [sync from HEAD, 2002-06-17] - * device/if_hdr.h: Replace ancient UCB copyright terms with current - approved UCB terms. - * include/sys/reboot.h: Likewise. - * include/device/disk_status.h: Likewise. - * include/device/tape_status.h: Likewise. - * device/net_io.c: Remove advertising clause from UCB copyright terms. - * include/device/audio_status.h: Likewise. - * include/device/bpf.h: Likewise. - -2006-05-14 Thomas Schwinge - - * i386/i386at/autoconf.c (bus_device_init) [! LINUX_DEV]: Depend - on `MACH_LPR' instead. - * i386/i386at/lpr.c: Fix obsolescent `#else' / `#endif' syntax. - -2006-05-12 Stefan Siegl - - * linux/dev/glue/kmem.c (vfree): Panic if `vmalloc_list_lookup' did - NOT succeed. - -2006-05-08 Thomas Schwinge - - * DEVELOPMENT: Document Samuel's patch. - -2006-05-08 Samuel Thibault - - [bug #7118 -- GNU Mach can't handle 1G memory] - * i386/i386at/model_dep.c (mem_size_init): Limit memory to what can - actually be used (minus a little extra for virtual mappings). - * i386/intel/pmap.c (pmap_bootstrap): Extend the virtual mapping area - according to memory size for at least being able to manage it. But - look out for wrap and limit it to kernel adresses. Remove duplicate - computing. - -2006-04-27 Richard Braun - Manuel Menal - - * device/if_hdr.h (struct ifnet): Added new members `if_snd_port_list' - and `if_snd_port_list_lock'. - * device/net_io.c: Reworked to improve BPF support. Filters can be - applied to ingress packets, egress packets, or both. - * device/subrs.c: Initialize the `if_snd_port_list' and - `if_snd_port_list_lock'. - * include/device/bpf.h [0]: Enable unconditionally. - Include . - (BPF_IN, BPF_OUT): New macros. - * include/device/net_status.h (NETF_TYPE_MASK, NETF_IN, NETF_OUT): New - macros. - (struct net_rcv_msg): New member `sent'. - * linux/dev/glue/net.c: Mark ingress packets as received and inject - egress packets into the packet filters. - -2006-04-26 Thomas Schwinge - - * Makefile.in: Replace `make' with `$(MAKE)'. - * i386/Makefile.in: Likewise. - Reported by Leonardo Lopes Pereira . - -2006-04-08 Thomas Schwinge - - * i386/Makefile.in (INCLUDES): Don't add `$(srcdir)/bogus'. - * i386/Makerules.in (INCLUDES): Add - `$(abs_top_srcdir)/$(systype)/bogus'. - Reported by Samuel Thibault . - -2006-04-02 Thomas Schwinge - - * Makerules.in (%_user.c, %_server.c): Those are `.PRECIOUS'. - (%.migs.d, %.migu.d): New targets. - (%.migs_d, %.migu_d, %.migsh_d, %.miguh_d): Remove targets. - Adapt the `include's to the renamed targets. - * Makefile.in (clean): Adapt to the renamed targets. - * i386/Makefile.in (clean): Likewise. - - * i386/Makefile.in (boothdr.o): New target. - -2006-03-21 Thomas Schwinge - - * Makefile.in (clean): Also remove `kernel.gz', `kernel.stripped' and - `kernel.stripped.gz'. - - * Makefile.in (kernel.o): Handle `$(systype)-objfiles-prepend'. - * i386/Makefile.in (sysdep.a): Likewise. - * i386/Makerules.in (kernel-objfiles-prepend): Transform variable into - `$(systype)-objfiles-prepend'. - (kernel.o): Remove target. - -2006-03-20 Thomas Schwinge - - * DEVELOPMENT: Document the NORMA removal. - -2006-03-20 Leonardo Lopes Pereira - - Remove unused and unsupported code. Consult the file `DEVELOPMENT' - for details. - - [patch #4982 -- remove of unused / unsuported functions of - gnumach-1-branch] - * bogus/norma_device.h: Remove file. - * bogus/norma_ether.h: Likewise. - * bogus/norma_ipc.h: Likewise. - * bogus/norma_task.h: Likewise. - * bogus/norma_vm.h: Likewise. - * include/mach/mach_norma.defs: Likewise. - * include/mach/norma_task.defs: Likewise. - * include/mach/norma_special_ports.h: Likewise. - * Makefile.in (bogus-files): Remove `norma_device.h', `norma_ether.h', - `norma_ipc.h', `norma_task.h' and `norma_vm.h'. - (mach-headers): Remove `mach_norma.defs', `norma_task.defs' and - `norma_special_ports.h'. - * device/ds_routines.c: Don't include anymore and - adapt all users of NORMA_DEVICE as if it were always defined to `0'. - * device/net_io.c: Likewise for , NORMA_ETHER. - * kern/machine.c: Likewise. - * ddb/db_command.c: Likevise for , NORMA_IPC. - * ipc/ipc_init.c: Likewise. - * ipc/ipc_kmsg.c: Likewise. - * ipc/ipc_kmsg.h: Likewise. - * ipc/ipc_mqueue.c: Likewise. - * ipc/ipc_notify.c: Likewise. - * ipc/ipc_port.c: Likewise. - * ipc/ipc_port.h: Likewise. - * ipc/ipc_space.c: Likewise. - * ipc/ipc_space.h: Likewise. - * ipc/mach_msg.c: Likewise. - * kern/ast.c: Likewise. - * kern/debug.c: Likewise. - * kern/exception.c: Likewise. - * kern/startup.c: Likewise. - * vm/memory_object.c: Likewise. - * vm/vm_map.c: Likewise. - * kern/ipc_kobject.c: Likewise for , NORMA_TASK. - * kern/task.c: Likewise. - * kern/task.h: Likewise. - * ddb/db_command.c: Likewise for , NORMA_VM. - * device/dev_pager.c: Likewise. - * include/mach/mach_types.defs: Likewise. - * include/mach/mach_types.h: Likewise. - * include/mach/memory_object_default.defs: Likewise. - * include/mach/memory_object.defs: Likewise. - * ipc/ipc_kmsg.c: Likewise. - * kern/ipc_kobject.c: Likewise. - * kern/ipc_mig.c: Likewise. - * kern/startup.c: Likewise. - * vm/memory_object.c: Likewise. - * vm/vm_object.c: Likewise. - * vm/vm_object.h: Likewise. - * vm/vm_pageout.c: Likewise. - -2006-03-19 Thomas Schwinge - - * DEVELOPMENT: Document the FIPC removal. - -2006-03-19 Leonardo Lopes Pereira - - Remove unused and unsupported code. Consult the file `DEVELOPMENT' - for details. - - [patch #4982 -- remove of unused / unsuported functions of - gnumach-1-branch] - * ipc/fipc.c: Remove file. - * ipc/fipc.h: Likewise. - * Makefile.in (ipc-cfiles): Remove `fipc.c'. - (ipc-files): Remove `fipc.h'. - * device/device_init.c [FIPC]: Remove code. - * device/net_io.c [FIPC]: Likewise. - * include/mach/syscall_sw.h [FIPC]: Likewise. - * kern/syscall_sw.c [FIPC]: Likewise. - -2006-03-15 Thomas Schwinge - - * configure.in: Check for strip and gzip. - * configure: Regenerated. - * Makerules.in (GZIP, STRIP): New variables. - (%.gz, %.stripped): New targets. - -2006-03-04 Roland McGrath - - * Makefile.in (DEFS): Substitute once and use the variable elsewhere. - -2006-03-04 Samuel Thibault - - [patch #4737 -- User TSS fixup] - * i386/i386/iopb.c: Include "vm_param.h". - (io_tss_init): Fix address and limit of user TSS. - -2006-03-04 Thomas Schwinge - - Remove unused and unsupported code. Consult the file - `DEVELOPMENT' for details. Partly based on suggestions by - Gianluca Guida . - - * i386/bogus/par.h: Remove file. - * i386/i386at/if_par.c: Likewise. - * i386/i386at/if_par.h: Likewise. - * i386/i386at/conf.c: Don't include anymore and adapt all users - of NPAR as if it were always defined to `0'. - * i386/i386at/lpr.c: Likewise. - - * i386/bogus/de6c.h: Remove file. - * i386/i386at/if_de6c.c: Likewise. - * i386/i386at/if_de6c.h: Likewise. - * i386/i386at/if_de6s.S: Likewise. - * i386/i386at/conf.c: Don't include anymore and adapt all - users of NDE6C as if it were always defined to `0'. - * i386/i386at/lpr.c: Likewise. - -2006-02-20 Thomas Schwinge - - Remove unused and unsupported code. Consult the file - `DEVELOPMENT' for details. Partly based on suggestions by - Gianluca Guida . - - * i386/bogus/blit.h: Remove file. - * i386/i386at/blit.c: Likewise. - * i386/i386at/blitreg.h: Likewise. - * i386/i386at/blituser.h: Likewise. - * i386/i386at/blitvar.h: Likewise. - * i386/i386at/conf.c: Don't include anymore and adapt all - users of NBLIT as if it were always defined to `0'. - * i386/i386at/kd.c: Likewise. - (blit_init): Remove definition. - (blit_present): Likewise and adapt all users as if it were always - defined to `FALSE'. - * i386/Makefile.in (i386at-files): Remove `blit.c'. - - * bogus/net_atm.h: Remove file. - * Makefile.in (bogus-files): Remove `net_atm.h'. - * kern/syscall_sw.c: Don't include anymore and adapt all - users of NET_ATM as if it were always defined to `0'. - * kern/task.c: Likewise. - * kern/task.h: Likewise. - * kern/thread.c: Likewise. - * kern/thread.h: Likewise. - - * util/about_to_die.c: Remove file. - * util/config.h: Likewise. - * util/cpu.c: Likewise. - * util/cpu.h: Likewise. - * util/cpu_init.c: Likewise. - * util/cpu_subs.h: Likewise. - * util/debug.h: Likewise. - * util/die.c: Likewise. - * util/phys_mem.h: Likewise. - * util/ref_count.h: Likewise. - * util/cpus.h: Move from here... - * bogus/cpus.h: ... to here. - * Makefile.in (bogus-files): Add `cpus.h'. - (util-cfiles): Only contain `putchar.c' and `puts.c'. - (util-files): Only contain `$(util-cfiles)'. - - * i386/util/NOTES: Remove file. - * i386/util/anno.c: Likewise. - * i386/util/anno.h: Likewise. - * i386/util/cpu.h: Likewise. - * i386/util/cpu_subs.h: Likewise. - * i386/util/cpu_tables_init.c: Likewise. - * i386/util/cpu_tables_load.c: Likewise. - * i386/util/crtn.S: Likewise. - * i386/util/debug.h: Likewise. - * i386/util/gdt.c: Likewise. - * i386/util/gdt.h: Likewise. - * i386/util/gdt_sels.h: Likewise. - * i386/util/i16/debug.h: Likewise. - * i386/util/i16/i16.h: Likewise. - * i386/util/i16/i16_die.c: Likewise. - * i386/util/i16/i16_gdt_init_temp.c: Likewise. - * i386/util/i16/i16_nanodelay.c: Likewise. - * i386/util/i16/i16_puts.c: Likewise. - * i386/util/i16/i16_writehex.c: Likewise. - * i386/util/i386_asm.sym: Likewise. - * i386/util/idt.c: Likewise. - * i386/util/idt.h: Likewise. - * i386/util/idt_inittab.S: Likewise. - * i386/util/idt_inittab.h: Likewise. - * i386/util/ldt.h: Likewise. - * i386/util/trap.h: Likewise. - * i386/util/trap_asm.sym: Likewise. - * i386/util/trap_dump.c: Likewise. - * i386/util/trap_dump_die.c: Likewise. - * i386/util/trap_handler.S: Likewise. - * i386/util/trap_return.S: Likewise. - * i386/util/tss.c: Likewise. - * i386/util/tss.h: Likewise. - * i386/util/tss_dump.c: Likewise. - * i386/util/vm_param.h: Likewise. - - * i386/pc/NOTES: Remove file. - * i386/pc/debug.h: Likewise. - * i386/pc/exit.c: Likewise. - * i386/pc/gdt.h: Likewise. - * i386/pc/gdt_sels.h: Likewise. - * i386/pc/i16/i16_a20.c: Likewise. - * i386/pc/i16/i16_a20.h: Likewise. - * i386/pc/i16/i16_bios.h: Likewise. - * i386/pc/i16/i16_exit.c: Likewise. - * i386/pc/i16/i16_ext_mem.c: Likewise. - * i386/pc/i16/i16_init.c: Likewise. - * i386/pc/i16/i16_main.c: Likewise. - * i386/pc/i16/i16_pic.c: Likewise. - * i386/pc/i16/i16_putchar.c: Likewise. - * i386/pc/i16/i16_raw.c: Likewise. - * i386/pc/i16/i16_raw_test_a20.S: Likewise. - * i386/pc/i16/i16_real_int.S: Likewise. - * i386/pc/i16/i16_switch.h: Likewise. - * i386/pc/i16/phys_mem_collect.c: Likewise. - * i386/pc/i16/phys_mem_sources.h: Likewise. - * i386/pc/i16/raw_exit.c: Likewise. - * i386/pc/i16/raw_real_int.c: Likewise. - * i386/pc/ipl.h: Likewise. - * i386/pc/irq.h: Likewise. - * i386/pc/irq_list.h: Likewise. - * i386/pc/pc_asm.sym: Likewise. - * i386/pc/phys_mem.h: Likewise. - * i386/pc/phys_mem_add.c: Likewise. - * i386/pc/pic.c: Likewise. - * i386/pc/pic.h: Likewise. - * i386/pc/putchar.c: Likewise. - * i386/pc/real.h: Likewise. - * i386/pc/real_tss.c: Likewise. - * i386/pc/real_tss.h: Likewise. - * i386/pc/real_tss_def.S: Likewise. - * i386/pc/rv86/config.h: Likewise. - * i386/pc/rv86/gdt_sels.h: Likewise. - * i386/pc/rv86/idt_irq_init.c: Likewise. - * i386/pc/rv86/rv86_real_int.c: Likewise. - * i386/pc/rv86/rv86_real_int_asm.S: Likewise. - * i386/pc/rv86/rv86_reflect_irq.S: Likewise. - * i386/pc/rv86/rv86_trap_handler.S: Likewise. - * i386/pc/rv86/trap_handler.S: Likewise. - - * i386/imps/Makefile.in: Remove file. - * i386/imps/apic.h: Likewise. - * i386/imps/cpu_number.h: Likewise. - * i386/imps/cpus.h: Likewise. - * i386/imps/imps.c: Likewise. - * i386/imps/impsasm.sym: Likewise. - - * i386/dos/dos_buf.c: Remove file. - * i386/dos/dos_check_err.c: Likewise. - * i386/dos/dos_close.c: Likewise. - * i386/dos/dos_fstat.c: Likewise. - * i386/dos/dos_gettimeofday.c: Likewise. - * i386/dos/dos_io.h: Likewise. - * i386/dos/dos_open.c: Likewise. - * i386/dos/dos_read.c: Likewise. - * i386/dos/dos_rename.c: Likewise. - * i386/dos/dos_seek.c: Likewise. - * i386/dos/dos_tcgetattr.c: Likewise. - * i386/dos/dos_unlink.c: Likewise. - * i386/dos/dos_write.c: Likewise. - * i386/dos/i16/gdt.h: Likewise. - * i386/dos/i16/gdt_sels.h: Likewise. - * i386/dos/i16/i16_crt0.S: Likewise. - * i386/dos/i16/i16_crt0.h: Likewise. - * i386/dos/i16/i16_dos.h: Likewise. - * i386/dos/i16/i16_dos_mem.c: Likewise. - * i386/dos/i16/i16_exit.c: Likewise. - * i386/dos/i16/i16_main.c: Likewise. - * i386/dos/i16/i16_putchar.c: Likewise. - * i386/dos/i16/i16_vcpi.c: Likewise. - * i386/dos/i16/i16_xms.c: Likewise. - * i386/dos/i16/idt.h: Likewise. - * i386/dos/i16/phys_mem_sources.h: Likewise. - * i386/dos/putchar.c: Likewise. - - * chips/atm.c: Remove file. - * chips/atmreg.h: Likewise. - * chips/audio.c: Likewise. - * chips/audio_config.h: Likewise. - * chips/audio_defs.h: Likewise. - * chips/bt431.c: Likewise. - * chips/bt431.h: Likewise. - * chips/bt455.c: Likewise. - * chips/bt455.h: Likewise. - * chips/bt459.c: Likewise. - * chips/bt459.h: Likewise. - * chips/bt478.c: Likewise. - * chips/bt478.h: Likewise. - * chips/build_font.c: Likewise. - * chips/cfb_hdw.c: Likewise. - * chips/cfb_misc.c: Likewise. - * chips/dc503.c: Likewise. - * chips/dc503.h: Likewise. - * chips/dtop.h: Likewise. - * chips/dtop_handlers.c: Likewise. - * chips/dtop_hdw.c: Likewise. - * chips/dz_7085.h: Likewise. - * chips/dz_defs.h: Likewise. - * chips/dz_hdw.c: Likewise. - * chips/eccreg.h: Likewise. - * chips/fb_hdw.c: Likewise. - * chips/fb_misc.c: Likewise. - * chips/fdc_82077.h: Likewise. - * chips/fdc_82077_hdw.c: Likewise. - * chips/frc.c: Likewise. - * chips/ims332.c: Likewise. - * chips/ims332.h: Likewise. - * chips/isdn_79c30.h: Likewise. - * chips/isdn_79c30_hdw.c: Likewise. - * chips/kernel_font.c: Likewise. - * chips/kernel_font.data: Likewise. - * chips/lance.c: Likewise. - * chips/lance.h: Likewise. - * chips/lance_mapped.c: Likewise. - * chips/lk201.c: Likewise. - * chips/lk201.h: Likewise. - * chips/mc_clock.c: Likewise. - * chips/mc_clock.h: Likewise. - * chips/mouse.c: Likewise. - * chips/nc.c: Likewise. - * chips/nc.h: Likewise. - * chips/nw.h: Likewise. - * chips/nw_mk.c: Likewise. - * chips/nw_mk.h: Likewise. - * chips/pm_defs.h: Likewise. - * chips/pm_hdw.c: Likewise. - * chips/pm_misc.c: Likewise. - * chips/scc_8530.h: Likewise. - * chips/scc_8530_hdw.c: Likewise. - * chips/screen.c: Likewise. - * chips/screen.h: Likewise. - * chips/screen_defs.h: Likewise. - * chips/screen_switch.c: Likewise. - * chips/screen_switch.h: Likewise. - * chips/serial_console.c: Likewise. - * chips/serial_defs.h: Likewise. - * chips/sfb_hdw.c: Likewise. - * chips/sfb_misc.c: Likewise. - * chips/spans.c: Likewise. - * chips/spans.h: Likewise. - * chips/tca100.c: Likewise. - * chips/tca100.h: Likewise. - * chips/tca100_if.c: Likewise. - * chips/tca100_if.h: Likewise. - * chips/vs42x_rb.h: Likewise. - * chips/xcfb_hdw.c: Likewise. - * chips/xcfb_misc.c: Likewise. - * chips/xcfb_monitor.h: Likewise. - * Makefile.in (chips-files): Only contain `busses.c' and `busses.h'. - * kern/syscall_sw.c: Don't include anymore. - - * i386/i386at/asm_startup.h: Remove file. - * i386/i386at/phys_mem_grab_page.c: Likewise. - * i386/Makefile.in (i386at-files): Remove `phys_mem_grab_page.c'. - - * i386/bogus/evc.h: Remove file. - * i386/i386at/kd.c: Don't include anymore and adapt all users - of NEVC as if it were always defined to `0'. - (evc1init): Remove definition and adapt all users as if it were always - defined to `FALSE'. - - * i386/bogus/nscsi.h: Remove file. - * i386/i386at/model_dep.c: Don't include anymore and adapt - all users of NSCSI as if it were always defined to `0'. - (use_all_mem): Don't define anymore and adapt all users as if it were - always defined to `1'. - (NBBY, NBPW, DMA_MAX): Remove macros. - (alloc_dma_mem): Remove function. - - * i386/bogus/asc.h: Remove file. - * i386/bogus/aha.h: Likewise. - * i386/bogus/eaha.h: Likewise. - * i386/bogus/sbic.h: Likewise. - * i386/bogus/sci.h: Likewise. - * i386/bogus/sii.h: Likewise. - * i386/bogus/siop.h: Likewise. - * i386/i386at/eisa.h: Likewise. - * scsi/adapters/README: Likewise. - * scsi/adapters/scsi_33C93.h: Likewise. - * scsi/adapters/scsi_33C93_hdw.c: Likewise. - * scsi/adapters/scsi_5380.h: Likewise. - * scsi/adapters/scsi_5380_hdw.c: Likewise. - * scsi/adapters/scsi_53C700.h: Likewise. - * scsi/adapters/scsi_53C700_hdw.c: Likewise. - * scsi/adapters/scsi_53C94.h: Likewise. - * scsi/adapters/scsi_53C94_hdw.c: Likewise. - * scsi/adapters/scsi_7061.h: Likewise. - * scsi/adapters/scsi_7061_hdw.c: Likewise. - * scsi/adapters/scsi_89352.h: Likewise. - * scsi/adapters/scsi_89352_hdw.c: Likewise. - * scsi/adapters/scsi_aha15.h: Likewise. - * scsi/adapters/scsi_aha15_hdw.c: Likewise. - * scsi/adapters/scsi_aha17_hdw.c: Likewise. - * scsi/adapters/scsi_dma.h: Likewise. - * scsi/adapters/scsi_user_dma.c: Likewise. - * scsi/adapters/scsi_user_dma.h: Likewise. - * scsi/compat_30.h: Likewise. - * scsi/disk_label.c: Likewise. - * scsi/mapped_scsi.c: Likewise. - * scsi/mapped_scsi.h: Likewise. - * scsi/pc_scsi_label.c: Likewise. - * scsi/rz.c: Likewise. - * scsi/rz.h: Likewise. - * scsi/rz_audio.c: Likewise. - * scsi/rz_cpu.c: Likewise. - * scsi/rz_disk.c: Likewise. - * scsi/rz_disk_bbr.c: Likewise. - * scsi/rz_host.c: Likewise. - * scsi/rz_labels.h: Likewise. - * scsi/rz_tape.c: Likewise. - * scsi/scsi.c: Likewise. - * scsi/scsi.h: Likewise. - * scsi/scsi2.h: Likewise. - * scsi/scsi_alldevs.c: Likewise. - * scsi/scsi_comm.c: Likewise. - * scsi/scsi_cpu.c: Likewise. - * scsi/scsi_defs.h: Likewise. - * scsi/scsi_disk.c: Likewise. - * scsi/scsi_endian.h: Likewise. - * scsi/scsi_jukebox.c: Likewise. - * scsi/scsi_optical.c: Likewise. - * scsi/scsi_printer.c: Likewise. - * scsi/scsi_rom.c: Likewise. - * scsi/scsi_scanner.c: Likewise. - * scsi/scsi_tape.c: Likewise. - * scsi/scsi_worm.c: Likewise. - * i386/i386at/autoconf.c: Don't include and anymore - and adapt all users of NAHA and NEAHA as if it were always defined to - `0'. - * i386/i386at/conf.c: Likewise. - * Makefile.in (scsi-files): Remove variable and all users of it. - - * i386/bogus/wt.h: Remove file. - * i386/i386at/autoconf.c: Don't include anymore and adapt all - users of NWT as if it were always defined to `0'. - * i386/i386at/conf.c: Likewise. - - * i386/bogus/hpp.h: Remove file. - * i386/bogus/ul.h: Likewise. - * i386/bogus/wd.h: Likewise. - * i386/i386at/gpl/if_hpp.c: Likewise. - * i386/i386at/gpl/if_ns.c: Likewise. - * i386/i386at/gpl/if_nsreg.h: Likewise. - * i386/i386at/gpl/if_ul.c: Likewise. - * i386/i386at/gpl/if_wd.c: Likewise. - * i386/i386at/autoconf.c: Don't include , and - anymore and adapt all users of NHPP, NUL and NWD as if they were always - defined to `0'. - * i386/i386at/conf.c: Likewise. - - * i386/bogus/at3c501.h: Remove file. - * i386/i386at/if_3c501.c: Likewise. - * i386/i386at/if_3c501.h: Likewise. - * i386/i386at/autoconf.c: Don't include anymore and adapt - all users of NAT3C501 as if it were always defined to `0'. - * i386/i386at/conf.c: Likewise. - - * i386/bogus/ns8390.h: Remove file. - * i386/i386at/ds8390.h: Likewise. - * i386/i386at/if_3c503.h: Likewise. - * i386/i386at/if_ns8390.c: Likewise. - * i386/i386at/if_ns8390.h: Likewise. - * i386/i386at/if_wd8003.h: Likewise. - * i386/i386at/autoconf.c: Don't include anymore and adapt - all users of NNS8390 as if it were always defined to `0'. - * i386/i386at/conf.c: Likewise. - - * i386/bogus/ne.h: Remove file. - * i386/i386at/if_ne.c: Likewise. - * i386/i386at/if_nereg.h: Likewise. - * i386/i386at/autoconf.c: Don't include anymore and adapt all - users of NNE as if it were always defined to `0'. - * i386/i386at/conf.c: Likewise. - - * i386/bogus/pc586.h: Remove file. - * i386/i386at/i82586.h: Likewise. - * i386/i386at/if_pc586.c: Likewise. - * i386/i386at/if_pc586.h: Likewise. - * i386/i386at/autoconf.c: Don't include anymore and adapt all - users of NPC586 as if it were always defined to `0'. - * i386/i386at/conf.c: Likewise. - - * i386/bogus/fd.h: Remove file. - * i386/i386at/fd.c: Likewise. - * i386/i386at/fdreg.h: Likewise. - * i386/i386at/nfd.c: Likewise. - * i386/i386at/nfdreg.h: Likewise. - * i386/Makefile.in (i386at-files): Remove `fd.c'. - * i386/i386at/autoconf.c: Don't include anymore and adapt all - users of NFD as if it were always defined to `0'. - * i386/i386at/conf.c: Likewise. - - * i386/bogus/hd.h: Remove file. - * i386/i386at/nhd.c: Likewise. - * i386/i386at/nhdreg.h: Likewise. - * i386/i386at/autoconf.c: Don't include anymore and adapt all - users of NHD as if it were always defined to `0'. - * i386/i386at/conf.c: Likewise. - - * DEVELOPMENT: New file. - -2006-02-05 Thomas Schwinge - - * Makerules.in: Don't set no_deps to true if MAKECMDGOALS is empty. - -2006-02-03 Thomas Schwinge - - * Makerules.in: Set no_deps to true if we don't need the dependency - files. - * i386/linux/Makefile.in: Do care about linux-flags if no_deps is true; - reverting the change from 2006-01-31. - - * Makefile.in: Include Makerules through top_builddir, so that it will - automatically be rebuilt if needed. - - * Makerules.in (CFLAGS): Added -fno-strict-aliasing. - * i386/linux/Makefile.in (linux-gen-flags): Likewise. - -2006-02-02 Sergio Lopez - - * linux/src/drivers/scsi/eata_pio.c (eata_pio_detect): Fix a - off-by-one error when probing. - * linux/src/drivers/scsi/eata_dma.c (eata_detect): Likewise. - * linux/dev/drivers/scsi/eata_dma.c (eata_detect): Likewise. - - * linux/src/drivers/net/apricot.c (apricot_probe): Increase eth_addr - size to 8 so we do not trash the stack when reading from the io ports. - -2006-02-02 Thomas Schwinge - - * Makerules.in: Move a comment ... - * Makefile.in: ... here. - -2006-02-01 Thomas Schwinge - - * linux/dev/drivers/block/genhd.c (add_bsd_partition): Only define if - both MACH and CONFIG_BSD_DISKLABEL are defined. - Reported by Matheus Morais . - -2006-01-31 Thomas Schwinge - - Cleanup of GNU Mach's build system. The system dependent parts are now - handled by the respective Makefile and no longer by the top-level one. - - * configure, i386/configure, i386/linux/configure, linux/configure: - Regenerated. - - * Makefile.in: Various cleanups. - (mach/machine, mach_machine): Targets removed. - (AWK, CC, CFLAGS, CPPFLAGS, DEFINES, INCLUDES, INSTALL, INSTALL_DATA) - (INSTALL_PROGRAM, LD, MIG, MIGFLAGS, NM): Variables moved into - Makerules.in. - Do not include $(sysdep)/Makefrag anymore. - (all, check, clean, distclean, mostlyclean, maintainer-clean, install) - (install-headers, install-kernel): Recurse into the system dependent - subdirectory. - (check): Add a basic test using mbchk. - (clean, distclean): Be more explicit in what to delete. - ($(systype)/%): New target. - (kernel.o): Incorporate the system dependent archive. - (installed-sysdep-headers-names, $(installed-sysdep-headers-names)): - Variable and target moved into the system dependent Makefile.in. - (install-headers, mkheaderdirs): Don't care for the system dependent - header files. - (%.symc, %.symc.o, %.h, %_user.c, %_interface.h, %_server.c): Targets - moved into Makerules.in. - Inclusion of dependency files: Likewise. - (%.migs_d, %.migu_d, %.migsh_d, %.miguh_d, make-deps, %.d): Likewise. - Include Makerules. - * Makerules.in: New file, mainly based on Makefile.in. - * configure.in: Do not substitute cross_compiling and not explicitly - substitute LDFLAGS. - Check for cpp, ranlib, ar and mbchk. - Care for the mach/machine symbolic link. - Add Makerules as a config file. - * i386/Makefile.in: Various cleanups. - Merge i386/Makefrag and the system dependent stuff from Makefile.in - into this file. - (all, check, install, install-headers, install-kernel): Recurse into - the system dependent subdirectory. - (sysdep.o): transformed to the new target sysdep.a. - (linux/linux.o): Target removed. - (clean, distclean): Be more explicit in what to delete. - (linux/%): New target. - (install-headers): Install the system dependent header files. - (mkheaderdirs): New target. - Include the top-level Makerules. - * i386/Makefrag: File removed. - * i386/Makerules.in: New file. - * i386/configure.in: Synchronize AC_INIT to the top-level definition. - Do not check for ld and make. - Add Makerules as a config file. - * i386/linux/Makefile.in: Various cleanups. - Replace linux-objs with objfiles. - (check, install, install-headers, install-kernel): New empty targets. - Don't care about linux-flags if no_deps is true. - Inclusion of dependency files removed and instead... - Include the top-level Makerules. - * i386/linux/Makerules.in: New file. - * i386/linux/configure.ac: Synchronize AC_INIT to the top-level - definition. - Do not check for gcc and ld. - Do not explicitly substitute LDFLAGS. - Add Makerules as a config file. - * linux/configure.in: Synchronize AC_INIT to the top-level definition. - Do not create directories using a dummy file. - * linux/dummy.in: File removed. - - * ddb/db_access.h: Include instead of - "vm_param.h". - * kern/bootstrap.c: Likewise. - * kern/thread.c: Likewise. - * vm/vm_kern.c: Likewise. - * vm/vm_object.c: Likewise. - * vm/vm_resident.c: Likewise. - -2006-01-26 Thomas Schwinge - - * config.guess: Updated from the canonical source. - * config.sub: Likewise. - -2006-01-26 Jeroen Dekkers - - * i386/i386/locore.S (trap_push_segs): Switch fs and gs to kernel - data segment too. - (syscall_entry_2): Likewise. - * i386/i386/user_ldt.c (i386_set_ldt): Always copy the master LDT - when there is no old user LDT. - -2006-01-26 Samuel Thibault - - * linux/dev/arch/i386/kernel/irq.c (linux_intr): Disable interrupts - if the driver requested it through request_irq(). - - * linux/dev/drivers/block/ide.c (read_intr): Set the IRQ handler before - issuing a request. - (write_intr): Likewise. - (multwrite_intr): Likewise. - -2006-01-26 Thomas Schwinge - - * i386/linux/Makefile.in: Automatically recreate the `Makefile'. - -2006-01-23 Thomas Schwinge - - * i386/linux/configure: Regenerated. - - * i386/linux/configure.ac: Only add a AC_DRIVER_ALIAS if it really is a - alias. - -2006-01-22 Thomas Schwinge - - * doc/mach.texi (Configuration): Document the recently added drivers. - * i386/README-Drivers: Likewise. - - * configure, i386/configure, i386/linux/configure, linux/configure, - i386/linux/device-drivers.h.in: Regenerated. - - * linux/src/drivers/net/ne2k-pci.c: Resolve conflicts. - -2006-01-22 Guillem Jover - - * i386/linux/configure.ac: Renamed winbond-840 driver to winbond_840. - Enable the starfire, intel_gige and natsemi network drivers. Remove - "CONFIG_" from cb_chim, starfire, sundance, winbond840, hamachi, - natsemi, myson803 and ns820 driver declarations. Replace INTER_GIGE - with INTEL_GIGE. - * linux/dev/drivers/net/Space.c: Add conditional probes for natsemi, - ns820, winbond840, hamachi, sundance, starfire, myson803 and intel-gige - drivers. - - * linux/src/include/asm-i386/cache.h: New file from linux 2.2.26. - * linux/dev/include/linux/malloc.h: Include . - - * linux/src/drivers/net/ns820.c (netsami_drv_id): Renamed to ... - (ns820_drv_id): ... this. Fix all callers. - * linux/src/drivers/net/intel-gige.c - (skel_netdev_probe): Renamed to ... - (igige_probe): ... this. - * linux/dev/drivers/net/eepro100.c: Remove obsoleted file. - * linux/src/drivers/net/eepro100.c (pci_id_tbl): Add PCI ID's from - linux-2.6.14-rc4. - -2006-01-22 Alfred M. Szmidt - - * i386/linux/configure.ac: Added `pci-scan.o' to the network driver - class. (ns820, myson803, sundance, winbond-840, hamachi): New drivers. - * i386/linux/Makefile.in (linux-net-files): Added `cb_shim.c', - `hamachi.c', `intel-gige.c', `myson803.c', `natsemi.c', `ns820.c', - `starfire.c', `sundance.c', `winbond-840.c' and `pci-scan.c'. - - * linux/dev/include/linux/modversions.h: New file. - - * linux/src/drivers/net/cb_shim.c, linux/src/drivers/net/hamachi.c, - linux/src/drivers/net/intel-gige.c, linux/src/drivers/net/myson803.c, - linux/src/drivers/net/natsemi.c, linux/src/drivers/net/ns820.c, - linux/src/drivers/net/starfire.c, linux/src/drivers/net/sundance.c, - linux/src/drivers/net/winbond-840.c, - linux/src/drivers/net/kern_compat.h, linux/src/drivers/net/pci-scan.c, - linux/src/drivers/net/pci-scan.h: New files from netdrivers 3.5 package - (http://www.scyld.com/network). - - * linux/src/drivers/net/3c59x.c, linux/src/drivers/net/eepro100.c, - linux/src/drivers/net/epic100.c, linux/src/drivers/net/ne2k-pci.c, - linux/src/drivers/net/rtl8139.c, linux/src/drivers/net/tulip.c, - linux/src/drivers/net/via-rhine.c, linux/src/drivers/net/yellowfin.c: - Updated files from netdrivers 3.5 (http://www.scyld.com/network). - -2006-01-22 Thomas Schwinge - - * linux/src/drivers/net/ne2k-pci.c (ne_block_input, ne_block_output): - Fix previous patch. - -2005-07-12 Guillem Jover - - * configure: Regenerated. - * i386/configure: Regenerated. - - * Drivers.macros (AC_DRIVER_CLASS): Use AH_TEMPLATE. - (AC_DRIVER): Set the value for the AC_DEFINE and AC_DEFINE_UNQUOTED - to 1. - - * aclocal.m4 (AC_PROG_CC_LOCAL, AC_PROG_CC_WORKS_LOCAL): Removed. - * version.m4: New file. - * Makefile.in: Use PACKAGE_VERSION, not VERSION. - * doc/Makefile.in: Likewise. - * version.c.in: Likewise. Use PACKAGE_NAME, not "GNUmach". - * i386/linux/Makefile.in (configure): Change its source to - configure.ac. - - * aclocal.m4: Add missing quotations. - * Drivers.macros: Likewise. - * configure.in: Likewise. Include version.m4 and use PACKAGE and - VERSION m4 macros from it. - * i386/configure.in: Likewise. - (AC_INIT): Use new syntax and move source check to AC_CONFIG_SRCDIR. - * i386/linux/configure.ac: Likewise. Use m4_sinclude, not sinclude. - * linux/configure.in: Likewise. - - * i386/configure.in: Update AC_DEFINE to the new three argument form. - * i386/linux/configure.ac: Move AC_DEFINE inside AC_ARG_ENABLE. - - * configure.in: Use AC_CONFIG_LINKS, not AC_LINK_FILES. - * linux/configure.in: Likewise. - - * i386/configure.in: Call AC_CONFIG_FILES and use the new form of - AC_OUTPUT. - * i386/linux/configure.ac: Likewise. - * linux/configure.in: Likewise - - * configure.in: Use AS_HELP_STRING in AC_ARG_ENABLE help strings. - * Drivers.macros: Likewise. - * i386/configure.in: Likewise. - * i386/linux/configure.ac: Likewise. - -2005-07-12 Neal H. Walfield - - * configure.in: Update to use autoconf 2.57. - Do not error out if host_os is not GNU. - Update AC_DEFINEs to the required three argument form. - Don't call AC_CHECK_TOOL(CC, gcc) and AC_PROG_CC_LOCAL, just use - AC_PROG_CC. - AC_SUBST(LDFLAGS). - Refactor AC_CONFIG_SUBDIRS to not do variable substitution. - Call AC_CONFIG_FILES and use the new form of AC_OUTPUT. - * i386/configure.in: Require autoconf 2.57. - * linux/configure.in: Likewise. - * i386/linux/Drivers.in: Move from here... - * i386/linux/configure.ac: ... to here to conform to the - environment autoreconf expects. - (hurd_host_CPU): New macro. - Call AC_PROG_CC, not AC_PROG_CC_LOCAL. - AC_SUBST(LD_FLAGS). - (flashpoint): Update AC_DEFINE to the new three argument form. - * Drivers.macros (AC_DRIVER): Update AC_DEFINE to the new three - argument form. - -2005-05-24 Alfred M. Szmidt - - * i386/include/mach/i386/asm.h (END): New macro. - - * i386/include/mach/i386/syscall_sw.h (kernel_trap): Call END. - -2005-05-28 Alfred M. Szmidt - - * linux/src/drivers/scsi/u14-34f.c (ihdlr): Silence gcc 4.x - errors. - * linux/src/drivers/scsi/qlogicisp.h: Likewise. - * linux/src/drivers/scsi/advansys.c: Likewise. - (advansys_reset, advansys_interrupt, asc_scsi_done_list, - (asc_enqueue, asc_dequeue, asc_dequeue_list, asc_rmqueue, - (asc_isqueued): Likewise. - * linux/src/drivers/scsi/53c78xx.c (NCR53c7xx_queue_command): - Likewise. - * linux/src/drivers/net/ne2k-pci.c (ne_block_input) - (ne_block_output): Likewise. - * linux/src/drivers/net/hp100.c (__initfunc): Likewise. - * linux/src/drivers/net/3c507.c (el16_interrupt): Likewise. - * linux/dev/drivers/scsi/seagate.c (seagate_st0x_queue_command): - Likewise. - -2005-05-26 Alfred M. Szmidt - - * device/cons.h (cn_tab) [KERNEL]: Removed extern declaration. - - * linux/dev/include/linux/fs.h (super_blocks): Declare as an - pointer. - -2005-02-10 Guillem Jover - - * linux/dev/glue/block.c (rdwr_partial): Remove leftover assert. - -2005-01-22 Guillem Jover - - * linux/dev/include/linux/skbuff.h (skb_put, skb_push): Fix errors - for deprecated use of labels at end of compound statements. - * i386/i386/fpe_linkage.c (enable_fpe): Declare prototype. - -2005-01-22 Guillem Jover - - * linux/src/drivers/scsi/qlogicisp_asm.c: Remove file with binary - only firmware. - * linux/src/drivers/scsi/qlogicisp.c: Do not include "qlogicisp_asm.c". - (RELOAD_FIRMWARE): Set to 0. - (risc_code_addr01): New variable from qlogicisp_asm.c. - * linux/Files: Remove linux/src/drivers/scsi/qlogicisp_asm.c. - -2004-09-08 Neal H. Walfield - - * linux/dev/kernel/printk.c: Include . - (printk): Use vsnprintf, not linux_vsprintf to avoid buffer - overruns. - - * kern/printf.c (struct vsnprintf_cookie): New structure. - (snputc): New function. - (vsnprintf): Likewise. - -2004-11-22 Guillem Jover - - * bogus/mach_assert.h: Change #ifdef DEBUG to #ifndef NDEBUG - for assert et al. - * kern/assert.h: Likewise. - * kern/debug.h: Likewise. - * util/debug.h: Likewise. - - * i386/i386/debug.h: Move dump_ss definition out of [DEBUG]. - * linux/dev/glue/block.c (rdwr_full): Remove invalid assert. - -2004-09-07 Neal H. Walfield - - * linux/dev/glue/block.c (__brelse): Unconditionally kfree BH. - (getblk): Unconditionally kalloc BH. - - * kern/kalloc.c [!NDEBUG] (kalloc_init_called): New static - variable. - (kalloc_init): Assert that kalloc_init_called is zero. - [! NDEBUG] Set kalloc_init_called to 1 on success. - (kalloc): Assert that kalloc_init_called is non-zero. - (kget): Likewise. - (kfree): Likewise. - -2004-11-22 Guillem Jover - - * i386/i386/locore.S (discover_x86_cpu_type): Enable function. - Enable ID flag for Cyrix CPU. Use %ebp to save the stack pointer. - Restore EFLAGS just after its last usage. - * i386/i386at/model_dep.c (c_boot_entry): Enable use of - discover_x86_cpu_type. Remove hardcoded cpu_type assignment. - * i386/include/mach/i386/eflags.h - (EFL_VI, EFL_VIP): New bits. - (EFL_AC, EFL_ID): Bits finally added. - -2004-10-26 Guillem Jover - - * i386/i386/fpe.b: Remove binary without source. - * i386/i386/fpe.b_elf: Likewise. - * i386/i386/fpe_linkage.c: Disable the code if [! FPE]. - * i386/bogus/fpe.h: Add comment about not having an fpe implementation. - * i386/Makefrag (objfiles): Do not add fpe.o. - Remove targets to generate fpe.o. - -2004-02-29 Marcus Brinkmann - - * NEWS: Add things that changed so far since 1.3. - -2004-02-02 Marco Gerards - - * i386/i386at/kd.c (kdinit): Initialize the input buffer. - - * i386/i386at/kd.h (KDSETLEDS): New macro. - * i386/i386at/kd_event.c (kbdsetstat): Handle KDSETLEDS here to - set the keyboard LEDs state. - -2004-01-19 Marco Gerards - - * linux/dev/glue/block.c (init_partition): Don't check for BSD - partitions if the DOS partition is too small. - -2004-01-16 Marco Gerards - - * linux/dev/glue/block.c (device_get_status): Correctly calculate - the number of blocks. - -2004-01-15 Alfred M. Szmidt - - * linux/dev/include/asm-i386/string.h (memscan): Don't use - multi-line string literals for asm(). - * linux/dev/include/asm-i386/segment.h (__generic_memcpy_tofs) - (__generic_memcpy_fromfs): Likewise. - * linux/src/include/asm-i386/floppy.h (floppy_hardint): Likewise. - * i386/i386/proc_reg.h (flush_instr_queue): Likewise. - * i386/i386/gdt.c (gdt_init): Likewise. - - * linux/src/drivers/scsi/aic7xxx.c: Updated from Linux 2.0.39 - * linux/src/drivers/scsi/aic7xxx.h: Likewise. - * linux/src/drivers/scsi/aic7xxx_proc.c: Likewise. - * linux/src/drivers/scsi/scsicam.c: Likewise. - * linux/src/include/linux/pci.h: Likewise. - - * linux/src/drivers/scsi/53c7,8xx.h (patch_dsa_32): Don't use - token paste operator (##). - - * Makefile.in (kernel-undef): Match new output format from - nm (binutils) 2.14.x. - -2002-05-27 Roland McGrath - - * Version 1.3 released. - -2002-05-23 Marcus Brinkmann - - * i386/i386at/model_dep.c: Include and - . - (machine_idle): New function. - * bogus/power_save.h (POWER_SAVE): Define to 1. - -2002-05-22 Roland McGrath - - * configure.in (VERSION): New substituted variable: set to 1.3 now. - (version.c): Add it to AC_OUTPUT. - * configure: Regenerated. - * Makefile.in (version): New variable, set from that. - Remove vpath directive for version.c, not found in build dir. - (topfiles): version.c -> version.c.in - * doc/Makefile.in (mach-version): Substituted instead of constant. - * version.c: File removed, replaced with ... - * version.c.in: ... this new file. - (version): Make it const. Use @VERSION@ for the number. - - * Makefile.in (debian-files): Add postinst and prerm. - (dist): Use gzip -9 instead of tar z. - - * linux/Files: Add missing files to the list: - linux/dev/drivers/net/eepro100.c - linux/src/include/asm-i386/hardirq.h - linux/src/include/asm-i386/spinlock.h - linux/src/include/linux/compatmac.h - linux/src/include/linux/spinlock.h - - * linux/src/drivers/net/eth16i.c (eth16i_check_signature): Fix syntax: - #ifdef 0 -> #if 0 - - * Makefile.in (%.migs_d, %.migu_d): Fix sed substitution to match - whatever target file name gcc comes up with. - (%.migs_d, %.migu_d, %.symc.o, %_user.c, %_server.c): - Depend on $(before-compile). - -2002-04-24 Marcus Brinkmann - - * debian/rules (DOCDIR): Move to - $(PREFIX)/share/doc/$(package-dev). - -2002-04-23 Roland McGrath - - * i386/i386/ldt.c (ldt_init): Fix fencepost error in segment limits. - -2002-04-19 Roland McGrath - - * gensym.awk: Emit \n\ at the end of lines inside strings. - * Makefile.in (%.symc: %.sym): Depend on gensym.awk. - -2002-03-29 Marcus Brinkmann - - * doc/mach.texi: End index entry with full stop. - -2002-03-05 Roland McGrath - - * kern/bootstrap.c: Include . - -2002-03-04 Roland McGrath - - * Makefile.in (%_interface.h %_server.c: %.srv): Pass -sheader switch - to mig, not -header. - -2001-11-23 Roland McGrath - - * i386/i386at/i386at_ds_routines.c (device_deallocate): Do nothing if - argument is DEVICE_NULL. - -2001-10-21 Marcus Brinkmann - - * linux/src/arch/i386/lib/delay.c: Convert HTML entities. - Reported by John Tobey . - -2001-10-13 Marcus Brinkmann - - * debian/changelog: Update for next release. - -2001-10-07 Roland McGrath - - * ddb/db_access.c: Fix obsolescent #else/#endif syntax. - * device/dev_name.c: Likewise. - * device/dev_pager.c: Likewise. - * device/ds_routines.c: Likewise. - * i386/i386/i386asm.sym: Likewise. - * include/device/device_reply.defs: Likewise. - * include/mach/memory_object.defs: Likewise. - * include/mach/memory_object_default.defs: Likewise. - - * i386/i386/locore.S: Fix sloppy asm syntax to avoid warnings from - newer assembler (%ecx -> %cl in byte insns). - - * kern/bootstrap.c (bootstrap_create): Fix inverted test logic for - compatibility case. Ignore trailing newlines after space for - compatibility detection. - Reported by Neal H Walfield . - -2001-10-06 Marcus Brinkmann - - * README: Replace `GNU mach' by `GNU Mach', and remove - obsolete paragraph about kmsg device. - -2001-10-06 Marcus Brinkmann - - * doc/mach.texi: Fix direntry. - -2001-10-05 Marcus Brinkmann - - * doc/mach.texi: Replace `path name' by `file name' in one place. - Replace `illegal' by `invalid' and `to to' by `to' everwhere. - - * debian/changelog: Prepare for next release. - -2001-10-04 Marcus Brinkmann - - * doc: New directory. - * doc/Makefile.in: New file. - * doc/gpl.texi: Likewise. - * doc/fdl.texi: Likewise. - * doc/mach.texi: Likewise. - * configure.in: Add doc/Makefile to AC_OUTPUT call. - * configure: Regenerated. - - * Makefile.in (dist): Create directories doc and debian. - (doc-files): New variable with documentation files. - (debian-files): New variable with Debian packaging files. - - * debian/rules (stamp-build): Build documentation. - (build-gnumach): Install the documentation into the gnumach - package. - * debian/postrm: New file to install info document. - * debian/prerm: New file to install info document. - -2001-10-01 Marcus Brinkmann - - * i386/i386/locore.S (tenmicrosec): Remove subroutine. - * i386/i386/pit.c (delaycount): Remove global variable. - (microdata): Likewise. - (clkstart): Do not call findspeed() and microfind(). - (findspeed): Remove function. - (spinwait): Likewise. - (microfind): Likewise. This function triggers a division by zero - trap on AMD K6 350Mhz+ and Athlon 1.1GHz+ machines (and in general - leads to bad results on fast cpus), and nothing uses this code anymore. - -2001-09-30 Roland McGrath - - * kern/bootstrap.c (bootstrap_create): Ignore trailing spaces when - checking boot module string for containing none. - -2001-09-18 Marcus Brinkmann - - * linux/dev/glue/misc.c: Do not include and - . - Remove global variable ___strtok. - Remove implementation of strspn, strpbrk, strtok and strstr. - * Makefile.in: Add strpbrk and strtok. - -2001-08-24 Roland McGrath - - * kern/bootstrap.c (bootstrap_create): Make setting of boot-args and - root-device no longer conditional on [! OSKIT_MACH]. - (bootstrap_create) [! OSKIT_MACH]: Parse FOO=BAR words out of the - multiboot command line and turn those into boot script variables. - - * Makefile.in (clib-routines): Add strsep. - * kern/strings.h (strsep, strchr): Declare them. - -2001-08-23 Roland McGrath - - * kern/bootstrap.c (bootstrap_create, user_bootstrap, - boot_script_exec_cmd, boot_script_task_resume): Add printfs at - various stages of startup. - -2001-08-21 Roland McGrath - - * i386/i386at/model_dep.c (use_all_mem): Turn variable into macro. - (init_alloc_aligned): Make this function static. - Initially skip memory < 16MB and then wrap around to get it last. - -2001-08-20 Roland McGrath - - Support "boot script" functionality in multiboot module strings. - * kern/bootstrap.c: Rewrite merged from oskit-branch. - * kern/boot_script.c, kern/boot_script.h: New files, - copied from boot/ directory in Hurd sources. - * Makefile.in (kern-cfiles): Add boot_script.c here. - (kern-files): Add boot_script.h here. - * NEWS: Mention the new feature. - -2001-08-18 Roland McGrath - - * i386/i386at/model_dep.c (boot_info): Define a struct, not a pointer. - (c_boot_entry): Copy the contents into it rather than setting the ptr. - (c_boot_entry, init_alloc_aligned, pmap_valid_page, mem_size_init): - Update uses. - (init_alloc_aligned): Don't need to skip the boot_info memory. - * kern/bootstrap.c (boot_info): Update decl. - (bootstrap_create): Update uses. - -2001-08-18 Marcus Brinkmann - - * linux/src/drivers/net/eepro100.c: File updated to version in - Linux 2.2.19. This time for real. - -2001-08-18 Marcus Brinkmann - - * debian/changelog: Update for next package upload. - * debian/control: Add gnumach-dbg package. - * debian/rules: New targets to build gnumach-dbg package. - Fix various bugs. - -2001-08-18 Marcus Brinkmann - - * i386/i386at/kd.c (kdintr): In event mode, make it so that - 0xE0 scancodes are received. - From Kalle Olavi Niemitalo . - - * i386/i386at/kd.h: New constants KAX_REVERSE, KAX_UNDERLINE, - KAX_BLINK, KAX_BOLD, KAX_DIM, KAX_INVISIBLE, KAX_COL_UNDERLINE, - KAX_COL_DIM. - * i386/i386at/kd.c: Increase K_MAXESC to 32. - New global variable color_table to map color values. - New globals kd_color and kd_attrflags. - (kdinit): Initialize these variables. - (kd_update_kd_attr): New function. - (kd_parserest): Redone to support more terminal attributes, - including colors. - -2001-08-18 Marcus Brinkmann - - * linux/src/drivers/net/eepro100.c: File updated to version in - Linux 2.2.19. - * linux/src/include/asm-i386/spinlock.h: New file from Linux 2.2.19. - * linux/src/include/asm-i386/hardirq.h: Likewise. - * linux/src/include/linux/spinlock.h: Likewise. - * linux/src/include/linux/compatmac.h: Likewise. - * linux/dev/drivers/net/eepro100.c: New file, modified version from - the above to glue it in gnumach. - Submitted by Kapil H. Paranjape . - -2001-08-17 Roland McGrath - - * Makefile.in (clib-routines): Add strchr. - (kernel-undef-bad): Depend on Makefile. - - * Makefile.in ($(srcdir)/configure, $(srcdir)/config.h.in): - Use $(srcdir) in deps. - (Makefile, config.h, config.status): Likewise. - -2001-07-29 Marcus Brinkmann - - * NEWS: Add items for this and other changes. - * configure.in: Define MACH_KMSG by default and document this in - the help output. - * configure: Regenerated. - * debian/rules: Do not enable kmsg explicitely. - -2001-07-18 Marcus Brinkmann - - * debian/rules: Add -isp to dpkg-gencontrol invocation. - Move documentation to /share/doc. - * debian/changelog: Update. - -2001-06-28 Marcus Brinkmann - - * linux/dev/drivers/block/ide.c (lba_capacity_is_ok): Do not - attempt to correct id->cyls, it is a short and for large disks the - number of cylinders necessary would not fit. Subsequent checks - for lba support would fail. - (current_capacity): Likewise for drive->cyl. - (do_identify): Store value returned by current_capacity in - CAPACITY. The check which corrects the number of bios cylinders - is not aggressive enough. Update it with the check in linux - kernel-2.2.19. - -2001-06-25 Marcus Brinkmann - - * i386/bogus/fpe.h (FPE): Define FPE to 0, as the floating point - emulation is broken anyway and blows up plex86. - -2001-06-17 Marcus Brinkmann - - * debian/rules: Update to current version. - -2001-06-13 Roland McGrath - - * linux/dev/glue/block.c (device_get_status: DEV_GET_RECORDS): - Always return 512 for DEV_GET_SIZE_RECORD_SIZE as DEV_GET_SIZE does. - -2001-05-27 Marcus Brinkmann - - * debian/rules: Add --enable-ncr53c8xx to configure. - -1999-10-06 OKUJI Yoshinori - - * linux/src/drivers/scsi/tmscsiw.c: Removed. - * linux/src/drivers/scsi/tmscsiw.h: Likewise. - * linux/src/drivers/scsi/dc390w.h: Likewise. - * i386/linux/device-drivers.h.in (CONFIG_SCSI_DC390W): Deleted. - * i386/linux/Drivers.in: Remove linux_DRIVER(dc390w, ...). Now - dc390w, dc390u, and dc390f are aliases to ncr53c8xx. - * i386/linux/configure: Regenerated. - * linux/Files: Likewise. - * i386/linux/Makefile.in (linux-scsi-files): Delete tmscsiw.c. - * linux/dev/drivers/scsi/hosts.c: Do not include dc390w.h. - Reported by Andreas Voegele . - -2001-05-20 Roland McGrath - - * kern/sched_prim.c (state_panic): New function, panic with some - info when a thread's state is bogus. - (thread_wakeup_prim): Use that instead of uninformative panic. - (thread_invoke): Likewise. - (thread_dispatch): Likewise. - -2001-05-12 Marcus Brinkmann - - * ipc/ipc_object.c (ipc_object_alloc): Remove initialization of - *namep, which was without effect. - -2001-04-29 Marcus Brinkmann - - * debian/changelog: New entries for past Debian uploads. - * debian/rules: Disable eatdma driver (breaks AMD K7), do - not enable com, lpr (com is redundant, lpr doesn't work), - move enabling of kmsg in its own line. - * debian/control: Add build dependency on mig and sharutils. - -2001-04-29 Marcus Brinkmann - - * device/chario.c: Set number of elements of tthiwat and ttlowat - to NSPEEDS rather than 16. Initialize the two new elements. - (chario_init): Initialize pdma_timeouts and pdma_water_mark for - B57600 and B115200. - -2001-04-27 Marcus Brinkmann - - * include/device/tty_status.h: New macros B57600 and B115200, - increase NSPEED accordingly. - * i386/i386at/com.c (divisorreg): New divisor 1. - -2001-04-04 Roland McGrath - - * ddb/db_access.h: Fix obsolescent #else/#endif syntax. - * ddb/db_aout.c: Likewise. - * ddb/db_break.c: Likewise. - * ddb/db_break.h: Likewise. - * ddb/db_command.c: Likewise. - * ddb/db_command.h: Likewise. - * ddb/db_cond.c: Likewise. - * ddb/db_examine.c: Likewise. - * ddb/db_expr.c: Likewise. - * ddb/db_ext_symtab.c: Likewise. - * ddb/db_input.c: Likewise. - * ddb/db_lex.c: Likewise. - * ddb/db_macro.c: Likewise. - * ddb/db_mp.c: Likewise. - * ddb/db_output.c: Likewise. - * ddb/db_print.c: Likewise. - * ddb/db_run.c: Likewise. - * ddb/db_sym.c: Likewise. - * ddb/db_task_thread.c: Likewise. - * ddb/db_task_thread.h: Likewise. - * ddb/db_trap.c: Likewise. - * ddb/db_variables.c: Likewise. - * ddb/db_watch.c: Likewise. - * ddb/db_watch.h: Likewise. - * ddb/db_write_cmd.c: Likewise. - * device/dev_pager.c: Likewise. - * device/device_port.h: Likewise. - * device/device_types_kernel.h: Likewise. - * device/ds_routines.h: Likewise. - * device/errno.h: Likewise. - * device/if_ether.h: Likewise. - * device/if_hdr.h: Likewise. - * device/io_req.h: Likewise. - * device/net_io.c: Likewise. - * device/net_io.h: Likewise. - * i386/i386/ast_check.c: Likewise. - * i386/i386/cswitch.S: Likewise. - * i386/i386/db_disasm.c: Likewise. - * i386/i386/db_interface.c: Likewise. - * i386/i386/db_trace.c: Likewise. - * i386/i386/debug.h: Likewise. - * i386/i386/debug_i386.c: Likewise. - * i386/i386/debug_trace.S: Likewise. - * i386/i386/eflags.h: Likewise. - * i386/i386/gdt.h: Likewise. - * i386/i386/hardclock.c: Likewise. - * i386/i386/idt-gen.h: Likewise. - * i386/i386/ipl.h: Likewise. - * i386/i386/ktss.h: Likewise. - * i386/i386/kttd_interface.c: Likewise. - * i386/i386/ldt.h: Likewise. - * i386/i386/lock.h: Likewise. - * i386/i386/locore.S: Likewise. - * i386/i386/mp_desc.h: Likewise. - * i386/i386/pic.c: Likewise. - * i386/i386/pic.h: Likewise. - * i386/i386/pio.h: Likewise. - * i386/i386/pit.h: Likewise. - * i386/i386/seg.h: Likewise. - * i386/i386/thread.h: Likewise. - * i386/i386/trap.c: Likewise. - * i386/i386/trap.h: Likewise. - * i386/i386/vm_param.h: Likewise. - * i386/i386/vm_tuning.h: Likewise. - * i386/i386at/autoconf.c: Likewise. - * i386/i386at/blit.c: Likewise. - * i386/i386at/conf.c: Likewise. - * i386/i386at/fd.c: Likewise. - * i386/i386at/idt.h: Likewise. - * i386/i386at/immc.c: Likewise. - * i386/i386at/kd.c: Likewise. - * i386/i386at/kd_event.c: Likewise. - * i386/i386at/kd_mouse.c: Likewise. - * i386/i386at/model_dep.c: Likewise. - * i386/i386at/rtc.c: Likewise. - * i386/include/mach/i386/asm.h: Likewise. - * i386/include/mach/i386/eflags.h: Likewise. - * i386/include/mach/i386/mach_i386.defs: Likewise. - * i386/include/mach/i386/multiboot.h: Likewise. - * i386/include/mach/i386/trap.h: Likewise. - * i386/include/mach/i386/vm_types.h: Likewise. - * i386/include/mach/sa/stdarg.h: Likewise. - * i386/intel/pmap.c: Likewise. - * i386/intel/pmap.h: Likewise. - * include/alloca.h: Likewise. - * include/device/device_types.defs: Likewise. - * include/device/device_types.h: Likewise. - * include/device/disk_status.h: Likewise. - * include/device/net_status.h: Likewise. - * include/mach/mach.defs: Likewise. - * include/mach/memory_object.defs: Likewise. - * include/mach/std_types.defs: Likewise. - * include/mach_debug/hash_info.h: Likewise. - * include/mach_debug/ipc_info.h: Likewise. - * include/mach_debug/mach_debug.defs: Likewise. - * include/mach_debug/mach_debug_types.defs: Likewise. - * include/mach_debug/mach_debug_types.h: Likewise. - * include/mach_debug/vm_info.h: Likewise. - * include/mach_debug/zone_info.h: Likewise. - * include/sys/ioctl.h: Likewise. - * include/sys/time.h: Likewise. - * ipc/ipc_entry.h: Likewise. - * ipc/ipc_hash.h: Likewise. - * ipc/ipc_init.c: Likewise. - * ipc/ipc_kmsg.c: Likewise. - * ipc/ipc_kmsg.h: Likewise. - * ipc/ipc_marequest.c: Likewise. - * ipc/ipc_marequest.h: Likewise. - * ipc/ipc_mqueue.c: Likewise. - * ipc/ipc_mqueue.h: Likewise. - * ipc/ipc_notify.c: Likewise. - * ipc/ipc_notify.h: Likewise. - * ipc/ipc_object.c: Likewise. - * ipc/ipc_object.h: Likewise. - * ipc/ipc_port.c: Likewise. - * ipc/ipc_port.h: Likewise. - * ipc/ipc_pset.c: Likewise. - * ipc/ipc_pset.h: Likewise. - * ipc/ipc_right.c: Likewise. - * ipc/ipc_right.h: Likewise. - * ipc/ipc_space.c: Likewise. - * ipc/ipc_space.h: Likewise. - * ipc/mach_debug.c: Likewise. - * ipc/mach_msg.c: Likewise. - * ipc/mach_msg.h: Likewise. - * ipc/mach_port.c: Likewise. - * kern/act.c: Likewise. - * kern/assert.h: Likewise. - * kern/ast.c: Likewise. - * kern/ast.h: Likewise. - * kern/bootstrap.c: Likewise. - * kern/counters.c: Likewise. - * kern/counters.h: Likewise. - * kern/debug.h: Likewise. - * kern/exception.c: Likewise. - * kern/host.h: Likewise. - * kern/ipc_host.c: Likewise. - * kern/ipc_host.h: Likewise. - * kern/ipc_kobject.c: Likewise. - * kern/ipc_mig.c: Likewise. - * kern/ipc_tt.c: Likewise. - * kern/ipc_tt.h: Likewise. - * kern/kalloc.h: Likewise. - * kern/lock_mon.c: Likewise. - * kern/mach_clock.c: Likewise. - * kern/mach_factor.c: Likewise. - * kern/mach_param.h: Likewise. - * kern/machine.c: Likewise. - * kern/processor.c: Likewise. - * kern/profile.c: Likewise. - * kern/queue.h: Likewise. - * kern/sched.h: Likewise. - * kern/startup.c: Likewise. - * kern/syscall_emulation.h: Likewise. - * kern/syscall_subr.c: Likewise. - * kern/syscall_subr.h: Likewise. - * kern/syscall_sw.c: Likewise. - * kern/syscall_sw.h: Likewise. - * kern/task.h: Likewise. - * kern/thread_swap.h: Likewise. - * kern/time_out.h: Likewise. - * kern/time_stamp.c: Likewise. - * kern/time_stamp.h: Likewise. - * kern/timer.c: Likewise. - * kern/timer.h: Likewise. - * kern/xpr.c: Likewise. - * kern/xpr.h: Likewise. - * kern/zalloc.c: Likewise. - * kern/zalloc.h: Likewise. - * linux/dev/drivers/block/ide.c: Likewise. - * linux/dev/include/linux/blk.h: Likewise. - * linux/src/include/linux/cdrom.h: Likewise. - * linux/src/include/linux/md.h: Likewise. - * util/cpu.h: Likewise. - * vm/memory_object.c: Likewise. - * vm/memory_object.h: Likewise. - * vm/pmap.h: Likewise. - * vm/vm_debug.c: Likewise. - * vm/vm_external.h: Likewise. - * vm/vm_fault.c: Likewise. - * vm/vm_fault.h: Likewise. - * vm/vm_kern.h: Likewise. - * vm/vm_map.c: Likewise. - * vm/vm_map.h: Likewise. - * vm/vm_object.h: Likewise. - * vm/vm_pageout.c: Likewise. - * vm/vm_pageout.h: Likewise. - * vm/vm_user.h: Likewise. - -2001-01-28 Roland McGrath - - * kern/zalloc.c (zalloc): Change panics for exhausted zone to include - the zone name. - -2001-01-09 Marcus Brinkmann - - * include/device/device_types.h: New get_status call - DEV_GET_RECORDS to get the number of records of a device (rather - than the number of bytes). Accordingly define - DEV_GET_RECORDS_DEVICE_RECORDS, DEV_GET_RECORDS_RECORD_SIZE and - DEV_GET_RECORDS_COUNT. - - * linux/dev/glue/block.c (device_get_status): Handle - DEV_GET_RECORDS. - -2000-11-26 David Welch - - * i386/Makefrag (i386-installed-headers): Removed dead files - from the list of headers to be installed - -2000-11-26 Marcus Brinkmann - - * linux/src/drivers/net/tulip.c: Updated to version - from Linux 2.2.17 (I am amazed that 2.2.x drivers work). - Suggested by Jason Henry Parker . - -2000-10-29 Roland McGrath - - Remove numerous dead header files. - Suggested by Igor Khavkine . - * i386/include/mach/i386/bios.h: Dead file removed. - * i386/include/mach/i386/code16.h: Dead file removed. - * i386/include/mach/i386/debug_reg.h: Dead file removed. - * i386/include/mach/i386/dpmi.h: Dead file removed. - * i386/include/mach/i386/far_ptr.h: Dead file removed. - * i386/include/mach/i386/paging.h: Dead file removed. - * i386/include/mach/i386/pio.h: Dead file removed. - * i386/include/mach/i386/pmode.h: Dead file removed. - * i386/include/mach/i386/proc_reg.h: Dead file removed. - * i386/include/mach/i386/seg.h: Dead file removed. - * i386/include/mach/i386/time_stamp.h: Dead file removed. - * i386/include/mach/i386/tss.h: Dead file removed. - * i386/include/mach/i386/vcpi.h: Dead file removed. - * i386/include/mach/proc_ops.h: Dead file removed. - * i386/include/mach/sa/sys/varargs.h: Dead file removed. - * i386/include/mach/setjmp.h: Dead file removed. - * include/mach/proc_ops.h: Dead file removed. - * Makefile.in (mach-headers): Remove proc_ops.h. - * i386/Makefrag (i386-installed-headers): Likewise. - (installed-headers): Don't touch this any more. - * i386/Files: Update for removed files. - -2000-09-29 Marcus Brinkmann - - * i386/i386at/conf.c (dev_name_list): Don't use MACH_COM to check - if com support is enabled, but NCOM, as it used to be. - -2000-09-24 OKUJI Yoshinori - - * linux/dev/glue/block.c: Reverted the changes at 2000-08-17. - Reported by Brent Fulgham . - -2000-09-19 Marcus Brinkmann - - * linux/dev/glue/block.c (init_partition): Move initialization - of MASK until it is asserted that gd is non-NULL. - -2000-08-17 OKUJI Yoshinori - - * linux/dev/glue/block.c (rdwr_partial): Mask the minor device - number with MINOR_SHIFT bits, when indexing the array of - partitions. Reported by Marius Vollmer . - (init_partition): Likewise. - (check_limit): Likewise. - (device_get_status): Likewise. - -2000-07-27 Marcus Brinkmann - - * Fix omissions in last change: - * linux/src/arch/i386/lib/delay.S: Now really delete the file. - * linux/src/arch/i386/lib/delay.c: Now really add the file. - -2000-07-04 Marcus Brinkmann - - * debian/changelog: Add entry for new Debian upload. - * linux/dev/drivers/scsi/seagate.c (WRITE_CONTROL, WRITE_DATA): - Added from linux 2.2.15. - (__asm__ constructs): Replace with equivalent C code from linux 2.2.15 - to support gcc-2.95. - * linux/src/drivers/scsi/in2000.h: Update asm code to linux 2.2.15. - * linux/src/drivers/scsi/ppa.c: Replace asm code with equivalent - C code from linux 2.2.15. - -2000-02-06 Stefan Weil - - * device/subrs.c: Fixed compiler warning. - * ddb/db_output.c, kern/bootstrap.c, kern/debug.c, kern/printf.c: - Replaced varargs.h by stdarg.h. Fixed prototypes (const char *fmt). - * ddb/db_output.h: Use prototype for db_printf. - * i386/Files: removed varargs.h. - * i386/i386/pit.h: Fixed compiler warning. - * i386/i386at/model_dep.c: Tried to fix compiler warning. - * i386/include/mach/sa/sys/varargs.h: Removed. - * i386/linux/Makefile.in: Removed delay.S, added delay.c. - * linux/dev/include/asm-i386/segment.h: Support gcc-2.95. - * linux/dev/include/asm-i386/string.h, - linux/src/include/asm-i386/string.h: Update from linux-2.2.14. - * linux/dev/lib/vsprintf.c: Fixed compiler warning. - * linux/src/include/asm-i386/delay.h: Update from linux-2.2.14. - * linux/src/arch/i386/lib/delay.c: Copy from linux-2.2.14. - * linux/src/include/asm-i386/string.h: Update from linux-2.2.14. - -1999-10-08 Thomas Bushnell, BSG - - * linux/src/drivers/net/3c59x.c: Updated to version 0.99L of the - driver from ftp://cesdis.gsfc.nasa.gov/linux/drivers/3c59x.c, in - order to support the 3c509c card, as requested by Jeff Bailey - . - -1999-09-17 Thomas Bushnell, BSG - - * linux/dev/drivers/block/ide.c (do_request) [MACH]: In "bad - access" printf, actually print the number of sectors of the - partition. - -1999-10-05 Roland McGrath - - * i386/intel/pmap.c (pmap_bootstrap): Use _start instead of start. - * i386/i386/trap.c (kernel_trap): Likewise. - -1999-10-04 Roland McGrath - - * configure.in: Remove AC_CHECK_TOOL(MAKE,...) check. - * Makefile.in (MAKE): Variable removed. We require GNU make anyway, - and it always sets MAKE. - * configure: Regenerated. - - * Makefile.in (clib-routines.o, check-clib-routines, clib-routines.d): - Remove these rules, replace with: - (kernel.o): New target, relocatable object linked from kernel objects. - (kernel-undef, kernel-undef-bad): New targets, glean undefined symbols - from kernel.o. - (clib-routines.o): New target, use those to select symbols from libc. - (clib-routines): Add some symbols; move defn to kernel linking page. - This variable is now a list of symbols allowed to be undefined, - rather than a prescriptive list of symbols always grabbed from libc. - (kernel): Rewrite this rules to just link kernel.o and clib-routines.o - together to make the kernel image. - -1999-09-15 Mark Kettenis - - * i386/i386/user_ldt.c: Fix user LDT management. - (i386_set_ldt): Prevent thrashing the LDT for the current thread. - Correctly calculate size of new LDT. Set base adress of the LDT - descriptor to the linear address of the LDT instead of the kernel - virtual address. Copy descriptors from the default LDT if there - is no old LDT for the current thread. Call switch_ktss if we are - setting a new LDT for the current thread. - (i386_get_ldt): Fix bug in copying out the descriptors. - -1999-09-09 Thomas Bushnell, BSG - - * linux/src/drivers/net/rtl8139.c (RX_BUF_LEN_IDX): Reduce from 3 - to 2. (64K exceeds the limits in linux/dev/glue/kmem.c:kmalloc.) - (rtl8129_open): If we fail to get the memory we need, then free - the IRQ before returning. - Reported by Daniel Kobras . - -1999-09-07 Thomas Bushnell, BSG - - * linux/src/drivers/net/yellowfin.c (yellowfin_probe): Return - correct value. Reported by Marcus Brinkmann - . - - * linux/dev/drivers/net/Space.c: Declare tc515_probe. Reported by - Marcus Brinkmann . - -1999-09-04 Thomas Bushnell, BSG - - * vm/vm_resident.c (vm_page_grab): Only block unprivileged - allocations over vm_page_external_limit if they are actually - external allocations. Reported by Mark Kettenis - (kettenis@wins.uva.nl>. - -1999-08-10 Thomas Bushnell, BSG - - * i386/i386at/model_dep.c (init_alloc_aligned): Revert previous - change except for the one to AVAIL_NEXT. All the rest of the - previous code was correct. Correction from Momchil Velikov - (velco@fadata.bg). - -1999-07-23 Roland McGrath - - * Drivers.macros (AC_DRIVER): Use `test' instead of `[ ... ]'. - Reported by "Momchil 'Velco' Velikov" . - -1999-07-20 Roland McGrath - - * linux/dev/drivers/block/genhd.c (check_partition): Change message - to say these are only the DOS partitions. - * i386/linux/dev/include/linux/autoconf.h (CONFIG_BSD_DISKLABEL, - CONFIG_SMD_DISKLABEL): #undef these. The dev/glue/block.c code - deals with BSD disklabels and expects the Linux genhd.c code to - handle only the DOS partitions; having genhd.c do BSD disklabels - too just confuses things. - - Force subdirectory targets so they get recompiled properly. - * i386/Makefile.in (linux/linux.o): Depend on FORCE instead of linux. - (FORCE): New target. - * i386/Makefrag (i386/sysdep.o, FORCE): Likewise. - -1999-07-11 Thomas Bushnell, BSG - - * i386/i386at/model_dep.c (init_alloc_aligned): Make the checks - correctly for addresses falling into skip regions. Reported by - Momchil Velikov (velco@fadata.bg). - -1999-07-01 Thomas Bushnell, BSG - - * i386/linux/Makefile.in: For each .o file in $(linux-objs) - include a corresponding .d file, unless `no_deps' is `t'. - (make-deps): New function. - (%.d): New pattern rules for building %.d from %.c and %.S. - -1999-06-29 Thomas Bushnell, BSG - - * vm/vm_resident.c (vm_page_grab): Don't bounce requests when - vm_page_external_count == vm_page_external_limit, so that before - initialization is complete we can still allocate memory without - relying on current_thread. - (vm_page_wait): Also block if we are over the external page - limit. - * vm/vm_pageout.c (vm_pageout_scan): Rewrite the - scan-for-pages-to-pageout loop to not crash when we hit the end of - the inactive queue; instead jump back to the - pause-for-a-little-while code. - -1999-06-27 Thomas Bushnell, BSG - - * vm/vm_resident.c (vm_page_external_count): Define variable. - (vm_page_grab): New argument `external'. All callers changed. - Keep track of number of externally managed pages. Don't let - non-privileged threads exceed the externally-managed page limit. - (vm_page_grab_contiguous_pages): New argument `external'. All - callers changed. Keep track of number of externally managed - pages. Don't let non-privileged threads exceed the - externally-managed page limit. - (vm_page_convert): New argument `external', handed off to - vm_page_grab. All callers changed. - (vm_page_release): New argument `external'. All callers - changed. Keep track of number of externally managed pages. - (vm_page_bootstrap): Initialize M->external. - (vm_page_external_limit): Define new variable. - (vm_page_grab_phys_addr, vm_page_alloc): Add new arg for - vm_page_grab. - (vm_page_free): Provide new arg to vm_page_release. - * vm/vm_page.h (vm_page_external_limit, vm_page_external_count): - New variables. - (struct vm_page): New members `external' and `extcounted'. - (vm_page_grab, vm_page_release, vm_page_convert): Specify new - argument. - * vm/vm_pageout.c (vm_pageout): Initialize vm_page_external_limit - and vm_page_external_target. - (VM_PAGE_EXTERNAL_LIMIT, VM_PAGE_EXTERNAL_TARGET): New macro. - (vm_page_external_target): New variable. - (vm_pageout_scan): Regard "too many externally managed pages" as a - reason to keep doing work, but if that's the only reason we're - doing work, then the only thing we do is schedule cleaning of - pages. Help keep track of the number of externally managed pages - that we care about. - * i386/intel/pmap.c (pmap_page_table_page_alloc): Add new arg for - vm_page_grab. - * linux/dev/glue/block.c (alloc_buffer, device_read): Likewise. - * vm/vm_map.c (vm_map_copy_steal_pages): Likewise. - * vm/vm_fault.c (vm_fault_page): Add new args for vm_page_grab and - vm_page_convert. - - * vm/vm_pageout.c (VM_PAGEOUT_BURST_WAIT): Reduce to 10ms/page. - (VM_PAGEOUT_EMPTY_WAIT): Reduce to 75 ms. - (VM_PAGE_FREE_RESERVED): Increase to 50 pages. - (VM_PAGEOUT_RESERVED_INTERNAL): Adjust to `(reserve) - 25'. - (VM_PAGEOUT_RESERVED_REALLY): Adjust to `(reserve) - 40'. - -1999-06-21 Thomas Bushnell, BSG - - * i386/Files: Don't mention i386/pc/Makerules, - i386/include/Makerules, or i386/util/Makerules. - - * Makefile.in (all-real-archs): Delete variable. - (dist): No longer make `machine' symlink. - - * Makefile.in (dist): Sanify file permissions before building tar - file. - - * i386/Subdirs: Remove i386/i386at/boot. - -Sun Jun 20 18:33:59 1999 Thomas Bushnell, BSG - - * version.c (version): Updated to version 1.2. - - * i386/Files: Regenerated. - * i386/Subdirs: Regenerated. - - * linux/Files: New file. - * linux/Subdirs: New file. - * Makefile.in (all-archs): Add `linux'. - (all-real-archs): New variable. - (dist): Create `machine' symlink only on - $(all-real-archs). - - * Makefile.in (dist): Use `cp' instead of `ln'. - - * config.guess: Updated from autoconf 2.13. - * config.sub: Likewise. - -1999-06-16 Thomas Bushnell, BSG - - * linux/dev/drivers/net/Space.c (ethif_probe): Probe tc59x_probe - (CONFIG_VORTEX) after el3_probe (CONFIG_EL3), because the latter - card matches the former probe, but the driver doesn't work with - it. Reported by Marcus Brinkmann . - - * Drivers.macros (AC_DRIVER): Only turn on driver if $enableval is - not `no'. Reported by Kalle Olavi Niemitalo . - -1999-06-15 Thomas Bushnell, BSG - - * ipc/ipc_init.c (ipc_bootstrap): Don't make the IOT_PORT zone - exhaustible, because allocation of ports for internal objects - panics if zalloc fails. - -1999-06-07 OKUJI Yoshinori - - * linux/dev/drivers/block/genhd.c [MACH] (mach_minor): New variable. - (add_bsd_partition): New function. - (bsd_disklabel_partition) [MACH]: Call add_bsd_partition. - (msdos_partition) [MACH]: Set mach_minor to MINOR before - calling bsd_disklabel_partition. - * linux/dev/drivers/block/ide.c (do_request) [MACH]: Fix "bad access" - message. - -1999-06-02 Roland McGrath - - * kern/bootstrap.c (build_args_and_stack): If kernel_cmdline is - nonempty, give the bootstrap task an environment variable of - "MULTIBOOT_CMDLINE=kernel command line" on its stack. - -1999-05-29 Roland McGrath - - * kern/startup.c (start_kernel_threads): Call record_time_stamp to - reset the kernel task's creation_time field, so it's not zero. - -1999-05-24 Mark Kettenis - - * i386/i386/fpu.c (fp_free): Clear task switch flag before calling - fwait. - (fpu_get_state): Only save FPU state info if the live FPU state - belongs to our target, i.e. if THREAD is the current thread. - (fp_load): Print warning if we try to load an invalid FPU state, - and reset the FPU to some sane state instead. - -1999-05-23 Roland McGrath - - * kern/task.c (task_info): Allow count for TASK_BASIC_INFO to be less - two words, not just one. The new member creation_time is two words. - -1999-05-22 Roland McGrath - - * linux/configure: Regenerated. - -1999-05-21 Roland McGrath - - * linux/configure.in: Fix names dummy -> dummy.in in AC_OUTPUT call. - -1999-05-14 Roland McGrath - - * i386/linux/Drivers.in (linux_DRIVER): New macro, does AC_DRIVER and - defines alias for Linux module name. Use that for all single-module - Linux drivers, so we don't forget to define any of the aliases for the - Linux module names. - * i386/linux/configure: Regenerated. - -1999-04-28 OKUJI Yoshinori - - * linux/dev/drivers/block/genhd.c (bsd_disklabel_partition) [MACH]: - Print BSD slices, using Mach device syntax instead of Linux extented - partition syntax. - -1999-05-01 Mark Kettenis - - * linux/dev/glue/block.c (device_get_status): Always set - status_count to DEV_GET_STATUS_COUNT if flavor is DEV_GET_SIZE. - -1999-04-30 Roland McGrath - - * i386/linux/Drivers.in: Don't create asm-${systype} symlinks here. - * linux/configure.in: New file. Create them here instead. - * linux/dummy.in: New file, used by configure. - * linux/configure: New file (generated by autoconf). - * configure.in: Configure in linux subdir. - * configure: Regenerated. - - * i386/configure.in: Require only autoconf 2.12, not 2.13. - * i386/configure: Regenerated. - - * aclocal.m4 (hurd_SYSTYPE): New macro. - * i386/linux/Drivers.in: Use it. - * i386/linux/configure: Regenerated. - -Wed Apr 28 02:17:51 1999 Thomas Bushnell, BSG - - * linux/src/drivers/net/3c59x.c: Upgrade to Linux 2.2.1 version. - (vortex_start_xmit): Don't frob VP->stat.tx_bytes. - (boomerang_start_xmit): Likewise. - (vortex_rx): Don't frob VP->stats.rx_bytes. - (boomerang_rx): Likewise. - Requested by Jeff Bailey (jbailey@nisa.net). - -Mon Apr 26 02:13:02 1999 Thomas Bushnell, BSG - - * Makefile.in (objfiles): Don't add $(systype)/sysdep.o here. - ($(systype)/sysdep.o): Delete rule. - (clean, distclean, mostlyclean, maintainerclean, install-headers, - install-kernel): Don't do recursive make here. - * i386/Makefrag (objfiles): Add i386/sysdep.o to the list. - (i386/sysdep.o): New rule. - (clean): Depend on i386-clean. - (distclean): Depend on i386-distclean. - (mostlyclean): Depend on i386-mostlyclean. - (maintainerclean): Depend on i386-maintainerclean. - (install-headers): Depend on i386-install-headers. - (install-kernel): Depend on i386-install-kernel. - (i386-clean, i386-distclean, i386-mostlyclean, - i386-maintainerclean, i386-install-kernel, i386-install-headers): - New rules. - -1999-04-14 OKUJI Yoshinori - - * version.c (version): Update to 1.1.92. - -Sun Mar 14 18:53:01 1999 Thomas Bushnell, BSG - - * device/ds_routines.c (ds_read_done): When touching memory to - mark it dirty, make sure we say "volatile" so the compiler doesn't - optimize it out. - -1999-04-12 OKUJI Yoshinori - - * i386/linux/Drivers.in: Fix the source paths for `asm' symbolic - links. Reported by KONISHI Toru . - - * linux/dev/drivers/block/ide.c (init_hwif_data) [MACH]: Print Mach - device name instead of Linux one. - * linux/dev/drivers/block/genhd.c (disk_name): Likewise. - * linux/dev/drivers/scsi/sd.c (sd_init_onedisk): Likewise. - (sd_detect): Likewise. - * linux/dev/drivers/sr.c (sr_detect): Likewise. - (get_sectorsize): Likewise. - -1999-03-01 OKUJI Yoshinori - - Version 1.1.91. - - * version.c (version): Update to 1.1.91. - -1999-03-01 OKUJI Yoshinori - - * i386/linux/Drivers.in: Fix linking paths. - * i386/linux/Makefile.in: Corrent include paths and fix - Drivers.macros location. - -1999-02-28 OKUJI Yoshinori - - * Makefile.in (clean): Don't move device-drivers.h, because it is - not in the top directory any longer. - (distclean): Remove config.cache and config.log. - * i386/Makefile.in (distclean): Remove config.status, config.log - and Makefile. - * i386/linux/Makefile.in (distclean): Remove config.status, - config.log, Makefile and device-drivers.h. - -1999-02-27 OKUJI Yoshinori - - * i386/linux/Drivers.in: Don't link dev/include/asm-i386 to - dev/include/asm. Check if directories already exist before - mkdir_p's. Link directories manually, because AC_LINK_FILES - is weak in linking files from non-current directories. - - * i386/i386at/i386at_ds_routines.c: Include - instead of . - * device/ds_routines.c [LINUX_DEV]: Likewise. - * i386/linux/Makefile.in (linux-gen-flags): Fix an extra slash. - (distclean): Remove asm links. - * linux/src/COPYING: Copied from linux-2.0.36. - -1999-02-27 OKUJI Yoshinori - - * Makefile.in: Omit to detect if com or lpr is used, and don't use - linux.o. - (objfiles): Add $(systype)/sysdep.o. - (clean): Chain the target to $(systype). - (distclean): Likewise. - (mostlyclean): Likewise. - (maintainer-clean): Likewise. - (install-headers): Likewise. - (install-kernel): Likewise. - * configure.in: AC_CONFIG_SUBDIRS ${systype} instead of linux. - (--disable-linuxdev): Deleted. - (--disable-com): Likewise. - (--enable-lpr): Likewise. - * i386/Makefile.in: New file. - * i386/configure.in: Likewise. - * i386/Makefrag (DEFINES): Add -DLINUX_DEV. - (objfiles): Always add com.o. If MACH_LPR is defined, then add lpr.o. - * linux/Drivers.in: Moved to ... - * i386/linux/Drivers.in: ... here. Include ../../aclocal.m4. - (mkdir_p): New function to create the linux include dirs. - * linux/Makefile.in: Moved to ... - * i386/linux/Makefile.in: ... here, and modify so that paths - are valid. - (clean): New target. - (distclean): Likewise. - (mostlyclean): Likewise. - (maintainer-clean): Likewise. - * linux/src/include/linux/autoconf.h: Removed. - * linux/dev/include/linux/autoconf.h: Moved to ... - * i386/linux/dev/include/linux/autoconf.h: ... here. - * linux/dev/arch/i386/linux_emul.h: Moved to ... - * i386/linux/dev/include/linux_emul.h: ... here. - * linux/device-drivers.h.in: Moved to ... - * i386/linux/device-drivers.h.in: ... here. - * linux/aclocal.m4: Removed. - * linux/configure: Likewise. - -1999-02-14 Gordon Matzigkeit - - * Makefile.in (install-kernel): Be sure that $(bootdir) is - created before installing the kernel. - -1999-02-06 OKUJI Yoshinori - - * configure.in: Enable com by default, because current kbd and - mouse can't be linked without com. Reported by M. Meiarashi - . - -1999-02-05 OKUJI Yoshinori - - Version 1.1.90. - - * version.c (version): Update to 1.1.90. - -1999-02-04 OKUJI Yoshinori - - * device/kmsg.c (kmsginit): Add a missing semicolon. - (kmsggetstat): Fix typos, - DEV_GET_DEVICE_SIZE -> DEV_GET_SIZE_DEVICE_SIZE and - DEV_GET_RECORD_SIZE -> DEV_GET_SIZE_RECORD_SIZE. - (kmsg_putchar): Fix a typo kmsg_done_init -> kmsg_init_done. - * linux/dev/glue/block.c (device_get_status): Allocate a hd_geometry - on the stack. - * linux/dev/drivers/block/ide.c: New file. - * linux/dev/drivers/scsi/sd_ioctl.c: New file. - -1999-02-02 OKUJI Yoshinori - - * i386/i386at/kd_event.c (kbdgetstat): Fix a typo - DEV_GET_SIZES -> DEV_GET_SIZE. - * i386/i386at/kd_mouse.c (mousegetstat): Likewise. - * device/kmsg.c (kmsggetstat): Likewise. - -1999-02-01 OKUJI Yoshinori - - * linux/dev/glue/block.c (dev_getstat): Fix a missing `struct'. - * device/cons.c (cninit): Don't call kmsginit. - * kmsg.c (kmsg_buffer): Defined as static. - (kmsg_write_offset): Likewise. - (kmsg_read_offset): Likewise. - (kmsg_read_queue): Likewise. - (kmsg_in_use): Likewise. - (kmsg_lock): Likewise. - (kmsginit): Likewise, and call queue_init instead of setting - PREV and NEXT manually. - (kmsg_done_init): New variable. - (kmsg_putchar): Call kmsginit if not initialized yet. - (kmsggetstat): New function. - * kmsg.h (kmsggetstat): Add the prototype. - * i386/i386at/kd_event.c (kbdgetstat): Handle DEV_GET_SIZE. - (kbdread): Check if the amount a user specify is a multiple - of sizeof(kd_event). - * i386/i386at/kd_mouse.c (mousegetstat): New function. - (mouseread): Check if the amount a user specify is a multiple - of sizeof(kd_event). - * i386/i386at/conf.c (dev_name_list): Set the mouse getstat entry - to mousegetstat and the kmsg getstat entry to kmsggetstat. - Use MACH_COM instead of NCOM to determine if com is used. - Use MACH_LPR instead of NLPR to determine if lpr is used. - * configure.in (--enable-com): New option. - (--enable-lpr): Likewise. - * Makefile.in (enable_com): New variable. - (enable_lpr): Likewise. - * i386/Makefrag (i386at-files): Remove com.c. - (objfiles): Add com.o if enable_com is yes, and lpr.o if enable_lpr - is yes. - -Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG - - * kern/exception.c (exception_no_server): Correctly comment out - the suspend code. (This should have happened on 17 April 1997, - but apparently I did it backwards.) - -1999-01-26 OKUJI Yoshinori - - * device/kmsg.c (kmsgopen): Added simple_lock and simple_unlock. - (ksmgclose): Likewise. - -1999-01-25 OKUJI Yoshinori - - * Makefile.in (install-headers): New target for installing only - the headers. - (install-kernel): New target for installing only the kernel. - (mkheaderdirs): New target for making the headers - installation directories. - (mkkerneldirs): New target for making the kernel - installation directory. - (install): Do nothing by itself, but depend on install-kernel - and install-headers. - -1999-01-24 OKUJI Yoshinori - - * device/kmsg.h (KMSGBUFSIZE): Deleted. - * device/kmsg.c: Rewritten completely to provide stream interface. - * linux/dev/glue/block.c (device_getstat): Added V_GETPARMS support. - * config.guess: New version from automake-1.4. - * config.sub: Likewise. - * install-sh: Likewise. - - Some changes were merged from gnumach-m68k by - Aymeric Vincent . - - * Makefile.in (clean): Don't hang if device-drivers.h doesn't exist. - * linux/Makefile.in (CPPFLAGS): Fix a typo. - -1999-01-16 OKUJI Yoshinori - - * device/kmsg.c: Fixed the copyright notice. - (MACH_KMSG): Removed. - * Makefile.in (enable_kmsg): New variable. - (objfiles): Add kmsg.o, if and only if enable_kmsg is yes. - -1999-01-10 OKUJI Yoshinori - - * i386/i386at/kd.c: Applied a keymap patch. Reported by - Marcus Brinkmann . - * i386/i386at/kd.h: Likewise. - -1998-12-30 OKUJI Yoshinori - - * linux/dev/glue/net.c (dev_alloc_skb): Change the skb arragement. - (dev_kfree_skb): Free only skb. - (device_write): Keep skb elements up-to-date. - -1998-12-18 OKUJI Yoshinori - - * Makefile.in (objfiles): Add kmsg.o. - * device/cons.c: Include . - * device/kmsg.c: Rewritten almost entirely. - -1998-12-06 OKUJI Yoshinori - - Add kmsg device. - - * Makefile.in (device-files): Add kmsg.c and kmsg.h. - * configure.in (--enable-kmsg): New option. - * device/cons.c: Include kmsg.h. - (cninit): Call kmsginit if MACH_KMSG is defined. - (cnputc): Call kmsg_putchar if MACH_KMSG is defined. - * device/kmsg.c: New file. - * device/kmsg.h: Likewise. - * i386/i386at/conf.c (dev_name_list): Add kmsg entry. - -1998-12-02 OKUJI Yoshinori - - * configure.in: Fix linuxdev option handling. - * linux/Drivers.in: Remove linuxdev option and fix linking files. - * linux/Makefile.in: Replace @DEFS@ with -DLINUX_DEV. - * linux/dev/arch/i386/kernel/irq.c: Include missing header files. - * linux/dev/arch/i386/kernel/setup.c: Include . - * linux/dev/glue/kmem.c: Add printf declaration. - * linux/dev/glue/misc.c: Include . - * linux/dev/init/main.c: Call linux_sched_init instead of sched_init. - * linux/dev/kernel/sched.c: Add timer_bh declaration. - (tqueue_bh): Fix the argument. - (linux_sched_init): Renamed from sched_init. - -1998-12-01 OKUJI Yoshinori - - * i386/i386at/i386at_ds_routines.c: Include - only if LINUX_DEV is defined. Reported by UCHIYAMA Yasushi - . - * device/ds_routines.c: Likewise. - * configure.in: AC_CONFIG_SUBDIRS(linux) instead of linuxdev. - (--disable-linuxdev): New option. - * linux/Makefile.in (CPPFLAGS): Remove -DLINUX_DEV, and add @DEFS@. - (objfiles): Add linux.o only if LINUX_DEV is defined. - * linux/Drivers.in (--disable-linuxdev): New option. - * i386/Makefrag (DEFINES): Remove -DLINUX_DEV. - -1998-11-30 OKUJI Yoshinori - - Clean up linux emulation code to make it architecture-independent - as much as possible. - - * linux: Renamed from linuxdev. - * Makefile.in (objfiles): Add linux.o instead of linuxdev.o. - (MAKE): New variable. Used for the linux.o target. - * configure.in: Add AC_CHECK_TOOL(MAKE, make). - * i386/i386/spl.h: Include , for compatibility with - OSF Mach 3.0. Suggested by Elgin Lee . - * linux/src: Renamed from linux/linux. - * linux/dev: Renamed from linux/mach. - * linux/Drivers.in (AC_INIT): Use dev/include/linux/autoconf.h, - instead of mach/include/linux/autoconf.h. - * Makefile.in (all): Target ../linux.o instead of ../linuxdev.o. - * linux/dev/drivers/block/genhd.c: Include instead - of . - * linux/dev/drivers/net/auto_irq.c: Remove unneeded header files, - and . - * linux/dev/init/main.c: Many i386-dependent codes moved to ... - * linux/dev/arch/i386/irq.c: ... here. - * linux/dev/arch/i386/setup.c: New file. - * linux/dev/arch/i386/linux_emul.h: Likewise. - * linux/dev/arch/i386/glue/timer.c: Merged into sched.c. - * linux/dev/arch/i386/glue/sched.c: Include instead - of , and moved to ... - * linux/dev/kernel/sched.c: ... here. - * linux/dev/arch/i386/glue/block.c: Include and - , instead of i386-dependent header files, and - moved to ... - * linux/dev/glue/blocl.c: ... here. - * linux/dev/arch/i386/glue/net.c: Include and - , instead of i386-dependent header files, and - moved to ... - * linux/dev/glue/net.c: ... here. - * linux/dev/arch/i386/glue/misc.c: Remove `x86' and moved to ... - * linux/dev/glue/misc.c: ... here. - * linux/dev/arch/i386/glue/kmem.c: Moved to ... - * linux/dev/glue/kmem.c: ... here. - -1998-11-25 OKUJI Yoshinori - - * linuxdev/mach/init/main.c (linux_init): Call reserve_mach_irqs. - * linuxdev/mach/arch/i386/kernel/irq.c (probe_irq_on): Fix ivect - mishandling. - (probe_irq_off): Disable unnecessary IRQs. Reported by - UCHIYAMA Yasushi . - (reserve_mach_irqs): New function. - -1998-11-24 OKUJI Yoshinori - - * linuxdev/arch/i386/linux_init.c (linux_init): Check ivect - before set linux_bad_intr. - * linuxdev/arch/i386/linux_irq.c (probe_irq_on): Allocate only - if ivect is null, and set linux_intr_pri to intpri. - - * linuxdev: Heavily changed. It becomes more Linux-like file - hierarchy as suggested by Roland McGrath . - * linuxdev/linux: Contain original Linux source files. - * linuxdev/mach: Contain modified source files for Mach. - * linuxdev/mach/arch/i386/glue: XXX Contain files that are - not easy to segregate. - * Makefile.in: Call `make -C linuxdev all', instead of include - linuxdev/Makefrag. - -1998-11-23 OKUJI Yoshinori - - * linuxdev/arch/i386/linux_irq.c (linux_bad_intr): New function. - (free_irq): Set linux_bad_intr into ivect[irq]. - * linuxdev/arch/i386/linux_init.c (linux_init): - Set linux_bad_intr as the default interrupt handler. - - * linuxdev/include/asm-i386/string.h (strstr): Fix the - egcs/gcc 2.8.x bug and a linkage problem. Reported by - Roland McGrath . - -1998-11-18 OKUJI Yoshinori - - * linuxdev/Drivers.in: Fix a typo. - * linuxdev/Makefrag: Likewise. - * linuxdev/arch/i386/linux_block.c (set_blocksize): Likewise. - - * linuxdev/arch/i386/linux_kmem.c (vfree): Cast void * to - vm_offset_t. - * linuxdev/drivers/net/wavelan.p.h: Include - , instead of . - * linuxdev/drivers/scsi/aha152x.c: Define AUTOCONF. - * linuxdev/configure: Regenerate. - -1998-11-17 OKUJI Yoshinori - - * linuxdev/arch/i386/linux_misc.c (strstr): New function. - Because inline version strstr is not used when use - egcs/gcc 2.8.x. Reported by UCHIYAMA Yasushi . - - * linuxdev/arch/i386/linux_irq.c (unmask_irq): Fix a typo. - -1998-11-17 OKUJI Yoshinori - - * i386/README-Drivers: Update to Linux 2.0.36 device drivers. - * linuxdev/Drivers.in: Likewise. - * linuxdev/Makefrag: Likewise. - * linuxdev/arch/i386/linux_lib.S: Likewise. - * linuxdev/device-drivers.h.in: Likewise. - * linuxdev/drivers/block/floppy.c: Likewise. - * linuxdev/drivers/block/ide.c: Likewise. - * linuxdev/drivers/block/ide.h: Likewise. - * linuxdev/drivers/net/3c505.h: Likewise. - * linuxdev/drivers/net/3c509.c: Likewise. - * linuxdev/drivers/net/3c515.c: Likewise. - * linuxdev/drivers/net/3c59x.c: Likewise. - * linuxdev/drivers/net/Space.c: Likewise. - * linuxdev/drivers/net/apricot.c: Likewise. - * linuxdev/drivers/net/de4x5.c: Likewise. - * linuxdev/drivers/net/eepro.c: Likewise. - * linuxdev/drivers/net/eepro100.c: Likewise. - * linuxdev/drivers/net/eexpress.c: Likewise. - * linuxdev/drivers/net/epic100.c: Likewise. - * linuxdev/drivers/net/eth16i.c: Likewise. - * linuxdev/drivers/net/hp100.c: Likewise. - * linuxdev/drivers/net/lance.c: Likewise. - * linuxdev/drivers/net/ne2k-pci.c: Likewise. - * linuxdev/drivers/net/pcnet32.c: Likewise. - * linuxdev/drivers/net/rtl8139.c: Likewise. - * linuxdev/drivers/net/tlan.c: Likewise. - * linuxdev/drivers/net/tulip.c: Likewise. - * linuxdev/drivers/net/wavelan.c: Likewise. - * linuxdev/drivers/pci/pci.c: Likewise. - * linuxdev/drivers/scsi/BusLogic.c: Likewise. - * linuxdev/drivers/scsi/FlashPoint.c: Likewise. - * linuxdev/drivers/scsi/aha152x.c: Likewise. - * linuxdev/drivers/scsi/aha1542.c: Likewise. - * linuxdev/drivers/scsi/aic7xxx/sequencer.h: Likewise. - * linuxdev/drivers/scsi/aic7xxx.c: Likewise. - * linuxdev/drivers/scsi/aic7xxx_proc.c: Likewise. - * linuxdev/drivers/scsi/aic7xxx_reg.h: Likewise. - * linuxdev/drivers/scsi/dtc.c: Likewise. - * linuxdev/drivers/scsi/eata.c: Likewise. - * linuxdev/drivers/scsi/eata.h: Likewise. - * linuxdev/drivers/scsi/eata_dma.c: Likewise. - * linuxdev/drivers/scsi/gdth.c: Likewise. - * linuxdev/drivers/scsi/gdth.h: Likewise. - * linuxdev/drivers/scsi/gdth_proc.c: Likewise. - * linuxdev/drivers/scsi/gdth_proc.h: Likewise. - * linuxdev/drivers/scsi/hosts.c: Likewise. - * linuxdev/drivers/scsi/in2000.c: Likewise. - * linuxdev/drivers/scsi/in2000.h: Likewise. - * linuxdev/drivers/scsi/ncr53c8xx.c: Likewise. - * linuxdev/drivers/scsi/ppa.h: Likewise. - * linuxdev/drivers/scsi/scsi.c: Likewise. - * linuxdev/drivers/scsi/scsicam.c: Likewise. - * linuxdev/drivers/scsi/sd.c: Likewise. - * linuxdev/drivers/scsi/seagate.c: Likewise. - * linuxdev/drivers/scsi/u14-34f.c: Likewise. - * linuxdev/drivers/scsi/u14-34f.h: Likewise. - * linuxdev/drivers/scsi/wd7000.c: Likewise. - * linuxdev/drivers/scsi/wd7000.h: Likewise. - * linuxdev/include/asm-i386/irq.h: Likewise. - * linuxdev/include/asm-i386/processor.h: Likewise. - * linuxdev/include/asm-i386/ptrace.h: Likewise. - * linuxdev/include/asm-i386/system.h: Likewise. - * linuxdev/include/asm-i386/unistd.h: Likewise. - * linuxdev/include/linux/fs.h: Likewise. - * linuxdev/include/linux/genhd.h: Likewise. - * linuxdev/include/linux/interrupt.h: Likewise. - * linuxdev/include/linux/ip.h: Likewise. - * linuxdev/include/linux/pci.h: Likewise. - * linuxdev/include/linux/version.h: Likewise. - * linuxdev/include/linux/wireless.h: Likewise. - - * linuxdev/drivers/net/via-rhine.c: New file. - * linuxdev/drivers/scsi/aic7xxx_seq.c: Likewise. - * linuxdev/include/linux/rose.h: Likewise. - - * linuxdev/drivers/scsi/aic7xxx_seq.h: Removed. - * linuxdev/configure: Regenerate. - * linuxdev/include/asm-i386/string.h: Fix the egcs/gcc 2.8.x problem, - according to http://www.suse.de/~florian/kernel+egcs.html. - -1998-11-14 OKUJI Yoshinori - - * Makefile.in (clib-routines.o): Add -L option to search libc.a. - Reported by TAKEUCHI Yoji . - - * linuxdev/drivers/pci/bios32.c: Moved to ... - * linuxdev/arch/i386/linux_bios32.c: ... here. Because it is - i386-specific code. - * linuxdev/include/asm: Moved to ... - * linuxdev/include/asm-i386: ... here. - - * i386/README-Drivers: Update to Linux 2.0.35 device drivers. - * linuxdev/Drivers.in: Likewise. - * linuxdev/configure: Likewise. - * linuxdev/device-drivers.h.in: Likewise. - * linuxdev/Makefrag: Likewise. - * linuxdev/arch/i386/linux_autoirq.c: Likewise. - * linuxdev/arch/i386/linux_block.c: Likewise. - * linuxdev/arch/i386/linux_dma.c: Likewise. - * linuxdev/arch/i386/linux_init.c: Likewise. - * linuxdev/arch/i386/linux_irq.c: Likewise. - * linuxdev/arch/i386/linux_kmem.c: Likewise. - * linuxdev/arch/i386/linux_misc.c: Likewise. - * linuxdev/arch/i386/linux_net.c: Likewise. - * linuxdev/arch/i386/linux_port.c: Likewise. - * linuxdev/arch/i386/linux_printk.c: Likewise. - * linuxdev/arch/i386/linux_sched.c: Likewise. - * linuxdev/arch/i386/linux_timer.c: Likewise. - * linuxdev/arch/i386/linux_version.c: Likewise. - * linuxdev/arch/i386/linux_vsprintf.c: Likewise. - * linuxdev/drivers/block/cmd640.c: Likewise. - * linuxdev/drivers/block/floppy.c: Likewise. - * linuxdev/drivers/block/genhd.c: Likewise. - * linuxdev/drivers/block/ide-cd.c: Likewise. - * linuxdev/drivers/block/ide.c: Likewise. - * linuxdev/drivers/block/ide.h: Likewise. - * linuxdev/drivers/block/ide_modes.h: Likewise. - * linuxdev/drivers/block/rz1000.c: Likewise. - * linuxdev/drivers/block/triton.c: Likewise. - * linuxdev/drivers/net/3c501.c: Likewise. - * linuxdev/drivers/net/3c503.c: Likewise. - * linuxdev/drivers/net/3c505.c: Likewise. - * linuxdev/drivers/net/3c507.c: Likewise. - * linuxdev/drivers/net/3c509.c: Likewise. - * linuxdev/drivers/net/3c59x.c: Likewise. - * linuxdev/drivers/net/8390.c: Likewise. - * linuxdev/drivers/net/8390.h: Likewise. - * linuxdev/drivers/net/Space.c: Likewise. - * linuxdev/drivers/net/ac3200.c: Likewise. - * linuxdev/drivers/net/apricot.c: Likewise. - * linuxdev/drivers/net/at1700.c: Likewise. - * linuxdev/drivers/net/atp.c: Likewise. - * linuxdev/drivers/net/atp.h: Likewise. - * linuxdev/drivers/net/de4x5.c: Likewise. - * linuxdev/drivers/net/de4x5.h: Likewise. - * linuxdev/drivers/net/de600.c: Likewise. - * linuxdev/drivers/net/de620.c: Likewise. - * linuxdev/drivers/net/depca.c: Likewise. - * linuxdev/drivers/net/dev.c: Likewise. - * linuxdev/drivers/net/e2100.c: Likewise. - * linuxdev/drivers/net/eepro.c: Likewise. - * linuxdev/drivers/net/eepro100.c: Likewise. - * linuxdev/drivers/net/eexpress.c: Likewise. - * linuxdev/drivers/net/eth16i.c: Likewise. - * linuxdev/drivers/net/ewrk3.c: Likewise. - * linuxdev/drivers/net/ewrk3.h: Likewise. - * linuxdev/drivers/net/hp-plus.c: Likewise. - * linuxdev/drivers/net/hp.c: Likewise. - * linuxdev/drivers/net/hp100.c: Likewise. - * linuxdev/drivers/net/hp100.h: Likewise. - * linuxdev/drivers/net/i82586.h: Likewise. - * linuxdev/drivers/net/lance.c: Likewise. - * linuxdev/drivers/net/ne.c: Likewise. - * linuxdev/drivers/net/net_init.c: Likewise. - * linuxdev/drivers/net/ni52.c: Likewise. - * linuxdev/drivers/net/ni52.h: Likewise. - * linuxdev/drivers/net/ni65.c: Likewise. - * linuxdev/drivers/net/ni65.h: Likewise. - * linuxdev/drivers/net/seeq8005.c: Likewise. - * linuxdev/drivers/net/seeq8005.h: Likewise. - * linuxdev/drivers/net/sk_g16.c: Likewise. - * linuxdev/drivers/net/sk_g16.h: Likewise. - * linuxdev/drivers/net/smc-ultra.c: Likewise. - * linuxdev/drivers/net/tulip.c: Likewise. - * linuxdev/drivers/net/wavelan.c: Likewise. - * linuxdev/drivers/net/wavelan.h: Likewise. - * linuxdev/drivers/net/wd.c: Likewise. - * linuxdev/drivers/net/znet.c: Likewise. - * linuxdev/drivers/pci/pci.c: Likewise. - * linuxdev/drivers/scsi/53c7,8xx.h: Likewise. - * linuxdev/drivers/scsi/53c78xx.c: Likewise. - * linuxdev/drivers/scsi/53c8xx_d.h: Likewise. - * linuxdev/drivers/scsi/AM53C974.c: Likewise. - * linuxdev/drivers/scsi/AM53C974.h: Likewise. - * linuxdev/drivers/scsi/BusLogic.c: Likewise. - * linuxdev/drivers/scsi/BusLogic.h: Likewise. - * linuxdev/drivers/scsi/NCR53c406a.c: Likewise. - * linuxdev/drivers/scsi/NCR53c406a.h: Likewise. - * linuxdev/drivers/scsi/advansys.c: Likewise. - * linuxdev/drivers/scsi/advansys.h: Likewise. - * linuxdev/drivers/scsi/aha152x.c: Likewise. - * linuxdev/drivers/scsi/aha152x.h: Likewise. - * linuxdev/drivers/scsi/aha1542.c: Likewise. - * linuxdev/drivers/scsi/aha1542.h: Likewise. - * linuxdev/drivers/scsi/aha1740.c: Likewise. - * linuxdev/drivers/scsi/aha1740.h: Likewise. - * linuxdev/drivers/scsi/aic7xxx.c: Likewise. - * linuxdev/drivers/scsi/aic7xxx.h: Likewise. - * linuxdev/drivers/scsi/aic7xxx_seq.h: Likewise. - * linuxdev/drivers/scsi/constants.h: Likewise. - * linuxdev/drivers/scsi/eata.c: Likewise. - * linuxdev/drivers/scsi/eata.h: Likewise. - * linuxdev/drivers/scsi/eata_dma.c: Likewise. - * linuxdev/drivers/scsi/eata_dma.h: Likewise. - * linuxdev/drivers/scsi/eata_generic.h: Likewise. - * linuxdev/drivers/scsi/eata_pio.c: Likewise. - * linuxdev/drivers/scsi/eata_pio.h: Likewise. - * linuxdev/drivers/scsi/fdomain.c: Likewise. - * linuxdev/drivers/scsi/fdomain.h: Likewise. - * linuxdev/drivers/scsi/g_NCR5380.c: Likewise. - * linuxdev/drivers/scsi/g_NCR5380.h: Likewise. - * linuxdev/drivers/scsi/hosts.c: Likewise. - * linuxdev/drivers/scsi/hosts.h: Likewise. - * linuxdev/drivers/scsi/in2000.c: Likewise. - * linuxdev/drivers/scsi/in2000.h: Likewise. - * linuxdev/drivers/scsi/pas16.c: Likewise. - * linuxdev/drivers/scsi/pas16.h: Likewise. - * linuxdev/drivers/scsi/scsi.c: Likewise. - * linuxdev/drivers/scsi/scsi.h: Likewise. - * linuxdev/drivers/scsi/scsi_ioctl.c: Likewise. - * linuxdev/drivers/scsi/scsi_proc.c: Likewise. - * linuxdev/drivers/scsi/scsicam.c: Likewise. - * linuxdev/drivers/scsi/sd.c: Likewise. - * linuxdev/drivers/scsi/sd.h: Likewise. - * linuxdev/drivers/scsi/sd_ioctl.c: Likewise. - * linuxdev/drivers/scsi/seagate.c: Likewise. - * linuxdev/drivers/scsi/seagate.h: Likewise. - * linuxdev/drivers/scsi/sr.c: Likewise. - * linuxdev/drivers/scsi/sr_ioctl.c: Likewise. - * linuxdev/drivers/scsi/t128.c: Likewise. - * linuxdev/drivers/scsi/t128.h: Likewise. - * linuxdev/drivers/scsi/u14-34f.c: Likewise. - * linuxdev/drivers/scsi/u14-34f.h: Likewise. - * linuxdev/drivers/scsi/ultrastor.c: Likewise. - * linuxdev/drivers/scsi/ultrastor.h: Likewise. - * linuxdev/drivers/scsi/wd7000.c: Likewise. - * linuxdev/drivers/scsi/wd7000.h: Likewise. - * linuxdev/include/asm-i386/bitops.h: Likewise. - * linuxdev/include/asm-i386/delay.h: Likewise. - * linuxdev/include/asm-i386/dma.h: Likewise. - * linuxdev/include/asm-i386/errno.h: Likewise. - * linuxdev/include/asm-i386/fcntl.h: Likewise. - * linuxdev/include/asm-i386/floppy.h: Likewise. - * linuxdev/include/asm-i386/ioctl.h: Likewise. - * linuxdev/include/asm-i386/floppy.h: Likewise. - * linuxdev/include/asm-i386/irq.h: Likewise. - * linuxdev/include/asm-i386/processor.h: Likewise. - * linuxdev/include/asm-i386/ptrace.h: Likewise. - * linuxdev/include/asm-i386/resource.h: Likewise. - * linuxdev/include/asm-i386/segment.h: Likewise. - * linuxdev/include/asm-i386/sigcontext.h: Likewise. - * linuxdev/include/asm-i386/signal.h: Likewise. - * linuxdev/include/asm-i386/socket.h: Likewise. - * linuxdev/include/asm-i386/statfs.h: Likewise. - * linuxdev/include/asm-i386/string.h: Likewise. - * linuxdev/include/asm-i386/system.h: Likewise. - * linuxdev/include/asm-i386/termios.h: Likewise. - * linuxdev/include/asm-i386/types.h: Likewise. - * linuxdev/include/asm-i386/unistd.h: Likewise. - * linuxdev/include/linux/autoconf.h: Likewise. - * linuxdev/include/linux/binfmts.h: Likewise. - * linuxdev/include/linux/bios32.h: Likewise. - * linuxdev/include/linux/blk.h: Likewise. - * linuxdev/include/linux/blkdev.h: Likewise. - * linuxdev/include/linux/cdrom.h: Likewise. - * linuxdev/include/linux/config.h: Likewise. - * linuxdev/include/linux/etherdevice.h: Likewise. - * linuxdev/include/linux/fd.h: Likewise. - * linuxdev/include/linux/fdreg.h: Likewise. - * linuxdev/include/linux/fs.h: Likewise. - * linuxdev/include/linux/genhd.h: Likewise. - * linuxdev/include/linux/hdreg.h: Likewise. - * linuxdev/include/linux/if.h: Likewise. - * linuxdev/include/linux/if_arp.h: Likewise. - * linuxdev/include/linux/if_ether.h: Likewise. - * linuxdev/include/linux/if_tr.h: Likewise. - * linuxdev/include/linux/igmp.h: Likewise. - * linuxdev/include/linux/in.h: Likewise. - * linuxdev/include/linux/inet.h: Likewise. - * linuxdev/include/linux/interrupt.h: Likewise. - * linuxdev/include/linux/ioport.h: Likewise. - * linuxdev/include/linux/ip.h: Likewise. - * linuxdev/include/linux/kernel.h: Likewise. - * linuxdev/include/linux/locks.h: Likewise. - * linuxdev/include/linux/major.h: Likewise. - * linuxdev/include/linux/malloc.h: Likewise. - * linuxdev/include/linux/mc146818rtc.h: Likewise. - * linuxdev/include/linux/mm.h: Likewise. - * linuxdev/include/linux/module.h: Likewise. - * linuxdev/include/linux/mount.h: Likewise. - * linuxdev/include/linux/net.h: Likewise. - * linuxdev/include/linux/netdevice.h: Likewise. - * linuxdev/include/linux/nfs.h: Likewise. - * linuxdev/include/linux/notifier.h: Likewise. - * linuxdev/include/linux/pagemap.h: Likewise. - * linuxdev/include/linux/pci.h: Likewise. - * linuxdev/include/linux/personality.h: Likewise. - * linuxdev/include/linux/proc_fs.h: Likewise. - * linuxdev/include/linux/quota.h: Likewise. - * linuxdev/include/linux/route.h: Likewise. - * linuxdev/include/linux/sched.h: Likewise. - * linuxdev/include/linux/skbuff.h: Likewise. - * linuxdev/include/linux/socket.h: Likewise. - * linuxdev/include/linux/sockios.h: Likewise. - * linuxdev/include/linux/string.h: Likewise. - * linuxdev/include/linux/time.h: Likewise. - * linuxdev/include/linux/timer.h: Likewise. - * linuxdev/include/linux/tqueue.h: Likewise. - * linuxdev/include/linux/tty.h: Likewise. - * linuxdev/include/linux/types.h: Likewise. - * linuxdev/include/linux/uio.h: Likewise. - * linuxdev/include/linux/version.h: Likewise. - * linuxdev/include/linux/wait.h: Likewise. - * linuxdev/include/net/af_unix.h: Likewise. - * linuxdev/include/net/ax25.h: Likewise. - * linuxdev/include/net/ax25call.h: Likewise. - * linuxdev/include/net/icmp.h: Likewise. - * linuxdev/include/net/ip.h: Likewise. - * linuxdev/include/net/ip_alias.h: Likewise. - * linuxdev/include/net/ip_forward.h: Likewise. - * linuxdev/include/net/ipx.h: Likewise. - * linuxdev/include/net/netlink.h: Likewise. - * linuxdev/include/net/netrom.h: Likewise. - * linuxdev/include/net/nrcall.h: Likewise. - * linuxdev/include/net/p8022.h: Likewise. - * linuxdev/include/net/protocol.h: Likewise. - * linuxdev/include/net/psnap.h: Likewise. - * linuxdev/include/net/raw.h: Likewise. - * linuxdev/include/net/route.h: Likewise. - * linuxdev/include/net/sock.h: Likewise. - * linuxdev/include/net/tcp.h: Likewise. - * linuxdev/include/net/udp.h: Likewise. - - * linuxdev/arch/i386/linux_soft.c: Removed. - * linuxdev/drivers/scsi/NCR5380.src: Likewise. - * linuxdev/drivers/scsi/aic7xxx_proc.src: Likewise. - * linuxdev/drivers/scsi/aic7xxx_reg.h: Likewise. - * linuxdev/drivers/scsi/eata_dma_proc.src: Likewise. - * linuxdev/drivers/scsi/eata_pio_proc.src: Likewise. - * linuxdev/drivers/scsi/qlogic.c: Likewise. - * linuxdev/drivers/scsi/qlogic.h: Likewise. - * linuxdev/drivers/scsi/scsi_debug.c: Likewise. - * linuxdev/drivers/scsi/scsi_debug.h: Likewise. - * linuxdev/drivers/scsi/scsi_ioctl.h: Likewise. - * linuxdev/include/linux/math_emu.h: Likewise. - * linuxdev/include/linux/minix_fs.h: Likewise. - * linuxdev/include/linux/minix_fs_sb.h: Likewise. - * linuxdev/include/linux/scsi.h: Likewise. - * linuxdev/include/linux/scsicam.h: Likewise. - * linuxdev/include/linux/vm86.h: Likewise. - - * linuxdev/arch/i386/linux_ctype.c: New file. - * linuxdev/arch/i386/linux_lib.S: Likewise. - * linuxdev/arch/i386/linux_softirq.c: Likewise. - * linuxdev/drivers/net/3c515.c: Likewise. - * linuxdev/drivers/net/epic100.c: Likewise. - * linuxdev/drivers/net/eth82586.h: Likewise. - * linuxdev/drivers/net/fmv18x.c: Likewise. - * linuxdev/drivers/net/ne2k-pci.c: Likewise. - * linuxdev/drivers/net/pcnet32.c: Likewise. - * linuxdev/drivers/net/rtl8139.c: Likewise. - * linuxdev/drivers/net/smc-ultra32.c: Likewise. - * linuxdev/drivers/net/smc9194.c: Likewise. - * linuxdev/drivers/net/smc9194.h: Likewise. - * linuxdev/drivers/net/tlan.c: Likewise. - * linuxdev/drivers/net/tlan.h: Likewise. - * linuxdev/drivers/net/wavelan.p.h: Likewise. - * linuxdev/drivers/net/yellowfin.c: Likewise. - * linuxdev/drivers/scsi/FlashPoint.c: Likewise. - * linuxdev/drivers/scsi/NCR5380.c: Likewise. - * linuxdev/drivers/scsi/NCR5380.h: Likewise. - * linuxdev/drivers/scsi/aic7xxx/scsi_message.h: Likewise. - * linuxdev/drivers/scsi/aic7xxx/sequencer.h: Likewise. - * linuxdev/drivers/scsi/aic7xxx_proc.c: Likewise. - * linuxdev/drivers/scsi/dc390.h: Likewise. - * linuxdev/drivers/scsi/dc390w.h: Likewise. - * linuxdev/drivers/scsi/dtc.c: Likewise. - * linuxdev/drivers/scsi/dtc.h: Likewise. - * linuxdev/drivers/scsi/eata_dma_proc.c: Likewise. - * linuxdev/drivers/scsi/eata_pio_proc.c: Likewise. - * linuxdev/drivers/scsi/gdth.c: Likewise. - * linuxdev/drivers/scsi/gdth.h: Likewise. - * linuxdev/drivers/scsi/gdth_ioctl.h: Likewise. - * linuxdev/drivers/scsi/gdth_proc.c: Likewise. - * linuxdev/drivers/scsi/gdth_proc.h: Likewise. - * linuxdev/drivers/scsi/ncr53c8xx.c: Likewise. - * linuxdev/drivers/scsi/ncr53c8xx.h: Likewise. - * linuxdev/drivers/scsi/ppa.c: Likewise. - * linuxdev/drivers/scsi/ppa.h: Likewise. - * linuxdev/drivers/scsi/qlogicfas.c: Likewise. - * linuxdev/drivers/scsi/qlogicfas.h: Likewise. - * linuxdev/drivers/scsi/qlogicisp.c: Likewise. - * linuxdev/drivers/scsi/qlogicisp.h: Likewise. - * linuxdev/drivers/scsi/qlogicisp_asm.c: Likewise. - * linuxdev/drivers/scsi/scripts.h: Likewise. - * linuxdev/drivers/scsi/scsiio.c: Likewise. - * linuxdev/drivers/scsi/scsiiom.c: Likewise. - * linuxdev/drivers/scsi/tmscsim.c: Likewise. - * linuxdev/drivers/scsi/tmscsim.h: Likewise. - * linuxdev/drivers/scsi/tmscsiw.c: Likewise. - * linuxdev/drivers/scsi/tmscsiw.h: Likewise. - * linuxdev/include/asm-i386/atomic.h: Likewise. - * linuxdev/include/asm-i386/checksum.h: Likewise. - * linuxdev/include/asm-i386/ioctls.h: Likewise. - * linuxdev/include/asm-i386/math_emu.h: Likewise. - * linuxdev/include/asm-i386/posix_types.h: Likewise. - * linuxdev/include/asm-i386/semaphore.h: Likewise. - * linuxdev/include/asm-i386/sockios.h: Likewise. - * linuxdev/include/asm-i386/string-486.h: Likewise. - * linuxdev/include/asm-i386/termbits.h: Likewise. - * linuxdev/include/asm-i386/unaligned.h: Likewise. - * linuxdev/include/asm-i386/vm86.h: Likewise. - * linuxdev/include/linux/affs_hardblocks.h: Likewise. - * linuxdev/include/linux/atalk.h: Likewise. - * linuxdev/include/linux/ax25.h: Likewise. - * linuxdev/include/linux/compile.h: Likewise. - * linuxdev/include/linux/ctype.h: Likewise. - * linuxdev/include/linux/fddidevice.h: Likewise. - * linuxdev/include/linux/icmp.h: Likewise. - * linuxdev/include/linux/if_fddi.h: Likewise. - * linuxdev/include/linux/ipx.h: Likewise. - * linuxdev/include/linux/md.h: Likewise. - * linuxdev/include/linux/netrom.h: Likewise. - * linuxdev/include/linux/posix_types.h: Likewise. - * linuxdev/include/linux/random.h: Likewise. - * linuxdev/include/linux/ucdrom.h: Likewise. - * linuxdev/include/linux/udp.h: Likewise. - * linuxdev/include/linux/wireless.h: Likewise. - * linuxdev/include/net/br.h: Likewise. - * linuxdev/include/net/gc.h: Likewise. - * linuxdev/include/net/ip_masq.h: Likewise. - * linuxdev/include/net/p8022tr.h: Likewise. - * linuxdev/include/net/p8022trcall.h: Likewise. - * linuxdev/include/net/rose.h: Likewise. - * linuxdev/include/net/rosecall.h: Likewise. - * linuxdev/include/net/slhc_vj.h: Likewise. - * linuxdev/include/net/spx.h: Likewise. - * linuxdev/include/scsi/scsi.h: Likewise. - * linuxdev/include/scsi/scsi_ioctl.h: Likewise. - * linuxdev/include/scsi/scsicam.h: Likewise. - -1998-11-06 OKUJI Yoshinori - - * i386/i386at/gpl/linux: Moved to ... - * linuxdev: ... here. - * i386/Makefrag: Linux drivers specific code moved to ... - * linuxdev/Makefrag: ... here. - * i386/Files: Recreated. - * i386/Subdirs: Likewise. - * linuxdev/drivers: New directory. - * linuxdev/arch: Likewise. - * linuxdev/arch/i386: Likewise. - * linuxdev/{block,scsi,net,pci}: Moved to ... - * linuxdev/drivers/{block,scsi,net,pci}: ... here. - * i386/{Drivers.in,device-drivers.h.in,driverlist.in}: Moved to ... - * linuxdev/{Drivers.in,device-drivers.h.in,driverlist.in}: ... here. - * linuxdev/{linux_emul.h,linux_*.c}: Moved to ... - * linuxdev/arch/i386/{linux_emul.h,linux_*.c}: ... here. - * linuxdev/arch/i386/linux_block.c: Include , instead - of . - * linuxdev/arch/i386/linux_init.c: Likewise. - * linuxdev/arch/i386/linux_kmem.c: Likewise. - * linuxdev/arch/i386/linux_misc.c: Likewise. - * linuxdev/arch/i386/linux_net.c: Likewise. - * linuxdev/arch/i386/linux_sched.c: Likewise. - * device/ds_routines.c: Include , instead - of . - * linuxdev/arch/i386/linux_init.c: Likewise. - * linuxdev/include/linux/autoconf.h: Likewise. - * Makefile.in: Include $(srcdir)/linuxdev/Makefrag. - * linuxdev/Drivers.in (AC_INIT): Use include/linux/autoconf.h, - instead of i386/i386asm.sym. - -1998-10-28 Roland McGrath - - * include/mach/multiboot.h: Contents were doubled. - -1998-10-24 Roland McGrath - - * Makefile.in (mach_machine): Don't depend on config.status, since it - is always newer than the symlink target. - - * i386/Makefrag ($(systype)/device-drivers.h): Depend on - $(systype)/driverlist, and have no commands. - - * configure.in (--enable-kdb): Fix help text; handle --disable-kdb. - Remove BUILD_CC checks and lex/yacc checks (which were for mig). - (installed_clib): Remove these checks. - (LD, NM, MIG): Use AC_CHECK_TOOL for these. - - * Makefile.in (all, clean, mostlyclean, install, dist, - %_interface.h rule, all *mig* rules): Remove all commands, deps, - and rules related to mig, which is now in a separate distribution. - - * Makefile.in (before-compile): Add mach/machine. - (mach/machine, mach_machine): New rules to make symlink so - #include works. - - * Makefile.in (NM): New variable, substituted by configure. - (check-clib-routines): Use $(NM) instead of literal "nm". - Fix awk script to grok __ defns and weak defns of desired symbols. - (clib-routines.o): Use $(CC) -r -nostartfiles -nostdlib -static - instead of $(LD) -r. Use -lc instead of $(installed-clib). - (installed-clib): Variable removed. - - * i386/Makefrag: Use -include for linux-flags, so no warning. - - * device/chario.c: Add forward decl for ttstart. - - * i386/i386/db_trace.c: Use explicit int in decl. - - * device/ds_routines.c (device_write_trap, device_writev_trap, - ds_trap_write_done): Cast arg to zfree. - - * kern/ipc_tt.c (mach_ports_lookup): Remove unnecessary cast. - -1998-10-04 Roland McGrath - - * include/mach/message.h: Use __typeof instead of typeof. - -1998-09-06 Roland McGrath - - * kern/time_out.h: Include for time_value_t defn. - -1998-07-19 Roland McGrath - - * mig: Subdirectory removed, now in separate dist. - -Fri Apr 24 14:24:15 1998 Thomas Bushnell, n/BSG - - * i386/i386/pcb.c (thread_setstatus): Set STATE before validating - segment registers. Reported by UCHIYAMA Fasushi (uch@nop.or.jp). - -Fri Apr 24 13:19:40 1998 Thomas Bushnell n/BSG - - * kern/debug.c (panic): Increase "seconds" in delay to 1000; machines - are faster now. - - * i386/i386at/gpl/linux/linux_kmem.c: Increase MEM_CHUNKS to 7. - -Wed Aug 20 16:05:19 1997 Thomas Bushnell, n/BSG - - * kern/thread.h (struct thread): New member `creation_time'. - * include/mach/thread_info.h: New member `creation_time'. - * kern/thread.c (thread_create): Set creation time stamp. - (thread_info) [THREAD_BASIC_INFO]: Fill in new creation time - field. Carefully preserve compatibility with old callers. - - * kern/task.h (struct task): New member `creation_time'. - * include/mach/task_info.h: New member `creation_time'. - * kern/task.c (task_create): Set creation time stamp. - (task_info) [TASK_BASIC_INFO]: Fill in new creation time field. - Carefully preserve compatibility with old callers. - - * kern/mach_clock.c (record_time_stamp): New function. - * kern/time_out.h (record_time_stamp): Add prototype. - -Sun Aug 3 18:25:38 1997 Shantanu Goel - - * i386/i386/thread.h (struct pcb): Added new field `data' used - by Linux driver emulation. - - * i386/i386at/gpl/linux/include/linux/blk.h (end_request): - Revamped Mach specific code. Don't use `errors' field in request. - Don't call driver's request function. - - * i386/i386at/gpl/linux/include/linux/fs.h (struct buffer_head): - Deleted old Mach-specific definition. Use original Linux defintion. - - * i386/i386at/gpl/linux/linux_block.c: Rewritten extensively. - (collect_buffer_pages): Deleted. - (alloc_buffer, free_buffer): Rewritten to use Mach page allocator. - (getblk, __brelse): Use Mach kernel allocator. - (check_for_error): Deleted. - (ll_rw_block): Allocate request structure on stack. - (rdwr_partial, rdwr_full, do_rdwr) New routines. - (block_read, block_write): Rewritten to use new routine do_rdwr. - (find_name): New routine. - (read_bsd_label, read_vtoc): New routines. - (init_partition): New routine. - (device_open): Rewritten for modularity. Allocate Linux block - variables on the stack. - (check_limit): New routine. - (device_read, device_write): Rewritten extensively. Map user - pages into kernel buffer before passing to driver. This is in - preparation for general Linux block driver support. Allocate - Linux block variables on the stack. - - * i386/i386at/gpl/linux/linux_kmem.c: - (collect_buffer_pages): Deleted. - -Fri Aug 1 16:15:33 1997 Thomas Bushnell, n/BSG - - * kern/mach_clock.c (clock_interrupt): Test correct macro to see - if PC sampling is configured: MACH_PCSAMPLE, not MACH_SAMPLE. - - * i386/i386/locore.S (discover_x86_cpu_type): Comment out routine - for now. - * i386/i386at/model_dep.c (c_boot_entry): Comment out use of - discover_x86_cpu_type for now. - - * i386/include/mach/i386/eflags.h (EFL_AC, EFL_ID): New bits. - - * i386/i386/locore.S (discover_x86_cpu_type): Use correct opcode - for right shift. Use ENTRY macro correctly. - -Mon Jul 28 17:01:19 1997 Thomas Bushnell, n/BSG - - * COPYING: New file. - * Makefile.in (topfiles): Add COPYING. - -Mon Jul 21 14:20:39 1997 Thomas Bushnell, n/BSG - - * kern/mach4.srv: Include so the value of - MACH_PCSAMPLE is made available for mach4.defs. - -Thu Jul 10 13:51:20 1997 Thomas Bushnell, n/BSG - - * Makefile.in (install): Use `ln -sf' instead of `-ln -s'. - Suggested by Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu). - -Thu Jun 26 13:48:31 1997 Thomas Bushnell, n/BSG - - * i386/i386/locore.S (discover_x86_cpu_type): New function. - * i386/i386at/model_dep.c (c_boot_entry): Fill in cpu type in - MACHINE_SLOT using new function. - - * include/mach/machine.h (CPU_TYPE_I486, CPU_TYPE_PENTIUM, - CPU_TYPE_PENTIUMPRO, CPU_TYPE_POWERPC): New CPU types. These - conform to current OSF Mach values, but note that some of the - various subtypes are different. - -Mon Jun 16 12:14:17 1997 Thomas Bushnell, n/BSG - - * i386/i386/loose_ends.c (ovbcopy): Delete function. Suggested by - Matthew Wilcox (willy@odie.barnet.ac.uk.) - -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. - - * kern/exception.c (exception_no_server): Try and suspend the - failing thread before killing the task. Then a debugger can be - used. - - * i386/Makefrag: Add rebuilding rules for configure subscript. - - * i386/Makefrag: Fix up copyright notice. - * i386/Drivers.in: Likewise. - * Makefile.in: Likewise. - * Drivers.macros: Likewise. - * configure.in: Likewise. - - * include/sys/time.h: New file, from include/mach/sa/sys/time.h. - * include/sys/reboot.h: New file, from include/mach/sa/sys/reboot.h. - * include/sys/ioctl.h: New file, from include/mach/sa/sys/ioctl.h. - * include/alloca.h: New file, from include/mach/sa/alloca.h. - * Makefile.in (other-sys-headers): Add time.h, ioctl.h, and reboot.h. - (other-mach-headers): New variable. - (mach-exec-headers): New variable. - (other-headers): New variable. - (installed-headers): Add mach-exec-headers. - (dist): Distribute other-mach-headers, other-sys-headers, - mach-exec-headers, and other-headers. - (device-files): Add device.srv. - - * Makefile.in (check-clib-routines): Use more efficient rule. - -Fri Apr 11 15:18:09 1997 Thomas Bushnell, n/BSG - - * Makefile.in (dist): Repair rule. - (other-sys-headers): New variable. - (dist): Install $(other-sys-headers). - (INCLUDES): Remove -I$(srcdir)/include/mach/sa. - (rules for mig-related .d files): Include MiG-specific -I flags. - (mach-headers): Add inline.h. - * include/sys/types.h: New file, from include/mach/sa/sys/types.h. - -Mon Mar 24 16:23:21 1997 Thomas Bushnell, n/BSG - - * version.c (version): Make that 1.0. Whee. - -Fri Mar 21 15:50:09 1997 Thomas Bushnell, n/BSG - - * i386/i386at/gpl/linux/scsi/aha1740.c (aha1740_test_port): Try - and turn on PORTADDR_ENH before checking it. - - * vm/vm_object.c (vm_object_cached_max): Increase to 200. - -Thu Mar 20 12:33:06 1997 Thomas Bushnell, n/BSG - - * Makefile.in (dist): New target. Reorganized some vars - describing source. - * i386/Subdirs: New file. - * i386/Files: New file. - - * version.c (version): Push back to 0.1. - - * Makefile.in (cross_compiling, bindir, libexecdir): New - variable. - - * Makefile.in (install): Depend on cross-mig and cross-migcom; - install them. New rules added to build mig, migcom, cross-mig, - and cross-migcom. - - * configure.in (AC_PROG_LEX, AC_PROG_YACC): New tests. - (BUILD_CC): New test to set these. - - * Makefile.in (%.h %_user.c): Depend on $(MIG) too. - (%_interface.h %_server.c): Likewise. - (MIG): Don't use @MIG@; hard code it to the one we build. - (BUILD_CC, BUILD_CFLAGS, MIGCOM, LEX, YACC, LEXLIB): New variables. - -Wed Mar 19 16:47:28 1997 Thomas Bushnell, n/BSG - - * i386/i386at/kd.c (BROKEN_KEYBOARD_RESET): Turn off this so that - we attempt the keyboard resets. - * i386/i386/locore.S (cpu_shutdown): Attempt to provide a more - `robust' null_idtr. - -Mon Mar 17 13:47:14 1997 Thomas Bushnell, n/BSG - - * i386/i386at/gpl/linux/scsi/hosts.c (scsi_init): Don't print out - gratuitious obnoxiousness. - * i386/i386at/gpl/linux/scsi/scsi.c (scsi_dev_init): Likewise. - * i386/i386at/gpl/linux/block/triton.c (ide_init_triton): - Likewise. - (init_triton_dma): Likewise. - * i386/i386at/gpl/linux/pci/pci.c (pci_init): Likewise. - * i386/i386at/gpl/linux/pci/bios32.c (check_pcibios): Likewise. - (pcibios_init): Likewise. - * i386/i386at/gpl/linux/block/genhd.c (add_partition): Likewise. - - * i386/i386at/gpl/linux/net/8390.c (ei_debug): Make default value - zero. - -Wed Mar 12 14:50:46 1997 Thomas Bushnell, n/BSG - - * i386/i386at/com.c (comprobe): Turn off noisiness. - - * i386/i386at/gpl/linux/linux_block.c (check_disk_change): Don't - print out gratuitous obnoxiousness. - (device_open): Likewise. - * kern/bootstrap.c (copy_bootstrap): Likewise. - (user_bootstrap): Likewise. - * i386/i386at/gpl/linux/block/genhd.c (msdos_partition): Likewise. - (osf_partition): Likewise. - (sun_partition): Likewise. - (check_partition): Likewise. - * i386/i386/pit.c (findspeed): Likewise. - * vm/vm_resident.c (vm_page_bootstrap): Likewise. - -Mon Mar 10 15:04:47 1997 Thomas Bushnell, n/BSG - - * i386/i386at/gpl/linux/linux_init.c (calibrate_delay): Don't - print out gratuitous obnoxiousness. - - * i386/i386at/gpl/linux/linux_init.c (linux_init): Only call - linux_net_emulation_init if CONFIG_INET. Include - . - - * i386/i386at/i386at_ds_routines.c: Include - . Don't mention linux_net_emulation_ops - unless CONFIG_INET. - - * device/ds_routines.c (io_done_thread_continue): [i386] - Conditionalize free_skbuffs also on CONFIG_INET. Include - . - - * i386/Drivers.in, i386/device-drivers.h.in, i386/driverlist.in: - New files. - * i386/Makefrag: Include i386/driverlist; don't include all device - drivers in kernel image; instead use list from driverlist. - * configure.in: Configure in $systype subdir too. - - * i386/i386at/gpl/linux/include/linux/autoconf.h: Damage severly - to conform to device-drivers.h model. - - * i386/bogus/com.h: Include . - Only turn on NCOM if CONFIG_MACH_COM is present. - -Mon Mar 3 16:26:58 1997 Thomas Bushnell, n/BSG - - * include/mach/message.h (__mach_msg, __mach_msg_trap): Add decls. - -Tue Feb 25 15:42:23 1997 Thomas Bushnell, n/BSG - - * i386/Makefrag (INCLUDES): Find `include' directory in new - location. - * Makefile (INCLUDES): Find `include' directory in new location. - (%.symc): Find gensym.awk in new location. - - * Reorganized directories into new layout and unified mach4 and - mach4-i386 into a single tree. - - -Older changes in ChangeLog.00 (for i386 directory) and ChangeLog.0 (for -all other files). + $ git show e227045b06d62ee7d2fbab9d5ade9030ff43170b:ChangeLog + $ git show e227045b06d62ee7d2fbab9d5ade9030ff43170b:ChangeLog.0 + $ git show e227045b06d62ee7d2fbab9d5ade9030ff43170b:ChangeLog.00 diff --git a/ChangeLog.0 b/ChangeLog.0 deleted file mode 100644 index 2ef943a..0000000 --- a/ChangeLog.0 +++ /dev/null @@ -1,721 +0,0 @@ -Wed Feb 12 16:22:07 1997 Thomas Bushnell, n/BSG - - * kernel/kern/debug.c (panic): Insert a delay loop. Do a reboot - instead of a mere halt. - -Wed Feb 5 12:07:30 1997 Thomas Bushnell, n/BSG - - * kernel/util/cpu.h (struct cpu): Add dummy field so that zero - size structure doesn't become an undefined variable. - - * kernel/version.c: New file. - - * kernel/kern/elf-load.c: New file. (Was mach4/libmach/exec/elf.c - in Utah distribution.) Define exec_load instead of exec_load_elf. - - * kernel/device/chario.c: Include "device_reply.h" rather than - . - -Thu Mar 28 17:59:36 1996 Linus Kamb - - * kernel/ipc/fipc.c: - - changed fipc_send() to take a fipc_endpoint_t structure - which has the destination hardware address and destination - port, instead of the two integer arguments used before. - - changed fipc_recv() to also take a fipc_endpoint_t - parameter that returns the senders hardware address. - (Their is no concept of a sending fipc port.) - - Also added some spl stuff to avoid a possible race - condition, and generally cleaned it up. - - * include/mach/syscall_sw.h: changed the argument #'s for fipc calls. - - * kernel/kern/syscall_sw.c: changed the argument #'s for fipc calls. - - * kernel/device/device_init.c: Changed call to fipc_thread() - to call to fipc_init(). - -Mon Mar 25 01:39:45 1996 steve clawson - - * changes for VM_PROT_NOTIFY added for Godmar Back - (gback@cs.utah.edu): - - * include/mach/kern_return.h: Added KERN_WRITE_PROTECTION_FAILURE - return value. - - * include/mach/vm_prot.h: Added VM_PROT_NOTIFY. - - * kernel/vm/vm_map.c (vm_map_protect): or in VM_PROT_NOTIFY - when we check the new protection against max protection (should - always be able to set the NOTIFY bit, ). - - * kernel/vm/vm_map.c (vm_map_lookup): If VM_PROT_NOTIFY is set and - we get a write protection violation, return - KERN_WRITE_PROTECTION_FAILURE. - - * kernel/vm/vm_user.c (vm_protect): Make sure that we accept - VM_PROT_NOTIFY (since it's not in VM_PROT_ALL). - -Sun Mar 24 13:17:45 1996 Shantanu Goel - - * kernel/device/dev_hdr.h: Following changes #ifdef'ed for i386. - Include i386at/dev_hdr.h. - (device): Renamed to mach_device. All users changed. - (device_t): Renamed to mach_device_t. All users changed. - - * kernel/device/dev_lookup.c: Following changes #ifdef'ed for i386. - (dev_port_enter): Initialize emulation ops and data. - (convert_device_to_port): Use emulation ops. - (device_reference): Renamed to mach_device_reference. - Interface changed. All callers changed. - (device_allocate): Renamed to mach_device_deallocate. - Interface changed. All callers changed. - - * kernel/device/ds_routines.c: Following changes #ifdef'ed for i386. - Include i386at/device_emul.h. - (mach_convert_device_to_port): New function. Replaces - convert_device_to_port. All callers changed. - (ds_device_open, ds_device_close, ds_device_write, - ds_device_write_inband, ds_device_read, ds_device_read_inband, - ds_device_set_status, ds_device_get_status, ds_device_set_filter, - ds_device_map, ds_device_write_trap, ds_device_writev_trap): - Declaration made static. Dropped "ds_" prefix. Interface changed. - (ds_notify): Deleted. - (ds_nosenders): Declaration made static. - (io_done_thread_continue): (free_skbuffs): Use it. - (mach_device_emulation_ops): New variable. - -Mon Mar 4 10:39:03 MST 1996 Linus Kamb (kamb@cs.utah.edu) - - * Checked in FIPC code: - - * Added kernel/ipc/fipc.[ch] - fipc_send(int a0, int a1, char *buf, int buf_len); - a0 and a1 together contain the 6 byte ethernet - address of the receiving machine, and the 16 bit - unsigned "fipc_port". - - fipc_recv(unsigned short fipc_port, char *buf, int *buf_len); - Returns as much as buf_len bytes to the user's buf from - port fipc_port. Will block if there is no available - message on the fipc port. Buf_len is an IN/OUT - parameter, giving the size of the user's buffer, - and returning the actual number of bytes in the - message. - - * Changed kernel/device/device_init.c - starts the fipc_thread, which does necessary initialization. - - * Changed kernel/device/net_io.c - added net_fwrite() which is very similar to net_write(), but - is called by nefoutput() (if_ne.c) which is the path for - fipc_send calls. - - * Changed kernel/kern/syscall_sw.c - adding -96 and -97 for FIPC traps - - * Changed include/mach/syscall_sw.h - adding kernel_trap() delcarations for fipc_send and fipc_recv - -Tue Feb 13 22:34:27 1996 Kevin T. Van Maren - - * More diskslice changes are integrated: - - * kernel/scsi/disk_label.c: Updated this file I added last time. - Full support for dos partitions and BSD disklabels. No longer - uses a disklabel structure for partition information encoding. -, - * kernel/scsi/pc_scsi_label.c: No code changes - - * kernel/scsi/rz.h: rzpartition() definition changed for slices - - * kernel/scsi/rz_disk.c: Modified to use the array of partitions - and the common partitioning code. Disklabels are still there - but are fairly meaningless to the kernel, and incorrect in any - event. - - * kernel/scsi/rz_disk_bbr.c: Uses new partitioning. NOT TESTED. - - * kernel/scsi/rz_labels.h: Added diskpart structure. Also added - #defines for partition types in this structure. - - * kernel/scsi/scsi_defs.h: MAX_SCSI_PARTS defined - - * kernel/device/dev_name.c: Now converts a block device string to - the correct slice+partition fields for the partition code. - -Thu Feb 8 00:27:33 MST 1996 Bryan Ford - - Merged in changes from UK02p20 to end of UK02-freeze branch, - and terminated the last remnant of the UK02-freeze branch. - - Fri Feb 2 17:03:38 1996 steve clawson - - * kernel/ipc/ipc_notify.c: added ipc_notify_init_msg_accepted - call to ipc_notify_init(). - - Wed Jan 17 17:04:24 1996 Bart Robinson - - * Serial console working for real. - - * kernel/device/cons.c, cons.h: added. These are the same as in - mach4-parisc/kernel/hpdev but changed slightly to make cninit - re-entrant. They can and should be used for the PA too. - - * kernel/util/console.c, console_buf.c, console_list.h: removed. - The console is handled differently now. - - Wed Jan 17 13:51:46 1996 Kevin Van Maren - - * Unified the partition code for IDE & SCSI device drivers - - * kernel/scsi/disklabel.c: new file - * kernel/scsi/rz_labels.c: deleted - * kerenl/scsi/pc_label.c: deleted - - * kernel/scsi/rz_labels.h: Added more partition ID types. Also - added the prefix scsi_ to structs. - - * kernel/scsi/pc_scsi_label.c: removed grab_bob_label(), - default_label is now scsi_default_label. - - * kernel/scsi/rz_disk.c: Replaced scsi-specific partition code - with code that calls the unified partition code. - -Thu Jan 11 20:06:33 MST 1996 Bryan Ford - - Added remote debugging support to MOSS; - fixed a number of bugs. - -Mon Oct 30 09:21:10 MST 1995 Bryan Ford - - Merged in changes from UK02p15 to UK02p20: - - Mon Oct 23 11:03:10 1995 steve clawson - - * bootstrap/bootstrap.c: Added back code to ask for a root - device (the '-a' switch from the command line). Added - `translate_root' function that converts from Linux device - names to Mach ones. - - Sun Oct 22 18:36:49 1995 Bryan Ford - - * Integrated Steve's and Bart's changes from the UK02p16-work - branch. - - * bootstrap: use exec_load() to find startup's symbol table, - instead of trying to hand-interpret the a.out header. - - * bootstrap: no longer try to load emulator symbols; that's - Lites' job. - - * bootstrap: if user types in a new server directory name, - use the new device name as the root device as well. - - * include/mach/sa/sys/reboot.h: added BSD flag definitions. - - * mach4/kernel/ddb/db_aout.c: got rid of ddb_init(); - instead just call aout_db_sym_init() directly from model_dep.c. - - * mach4/kernel/kern/bootstrap.c: Use MultiBoot kernel command - line to find root device and flags, instead of old kludgy - boothowto and bootdev values. - - Fri Oct 13 16:47:52 1995 steve clawson - - * include/mach/multiboot.h: Added entries for symbol table - information and for boothowto and bootdev into the boot_info - structure. - - * include/mach/exec/exec.h: Cleaned up text (>80 columns). - * include/mach/exec/a.out.h: Added some macros from FreeBSD. - - * kernel/ddb/db_aout.c: Enabled code to load kernel symbol - table. - - Thu Sep 28 16:57:07 1995 steve clawson - - * kernel/scsi/adapters/scsi_aha15.h: Added #defines for the - 1542CF. - - * kernel/scsi/adapters/scsi_aha15_hdw.c: Added support for the - 1542CF. #defined db_printf to just be printf. - - * kernel/scsi/adapters/scsi_aha17_hdw.c: #defined db_printf to - just be printf. - - Mon Jun 26 13:51:42 MDT 1995 Wolfram Stering - - * kernel/scsi/*label*: fixed to support Linux-style - partitioning. - - Fri May 19 11:17:13 MDT 1995 Bryan Ford - - * Released UK02p17, as a private snapshot for goel. - - Tue May 16 01:45:22 1995 Shantanu Goel - - * kernel/device/ds_routines.c (ds_device_set_status): - Pass device structure to Linux driver. - (ds_device_get_status): Likewise. - - Fri May 12 10:47:41 MDT 1995 Bryan Ford - - * Released UK02p16, as an internal snapshot for rdukes - -Wed Oct 4 20:04:27 MDT 1995 Bryan Ford - - Released moss-0.80 (tag moss-0-80) - -Wed Oct 4 12:05:57 MDT 1995 Bryan Ford - - Merged in changes made for DOS extender at home: - * better mach/sa include files - * new list-based flexible memory allocator - -Wed May 3 13:59:54 MDT 1995 Bryan Ford - - Merged in diffs from UK02p12 to UK02p15: - - Wed May 3 10:47:41 MDT 1995 Bryan Ford - - * Released UK02p15. - (UK02p14 was just an intermediate tag after adding ELF support.) - - Configuration-related changes: - - * configrules: now looks for mach4 sources in a default location - "next to" the machine-dependent sources if no '--with-mach4=' - option is specified. - - ELF support changes: - - * Got rid of old ex_get_header() routine from libmach_sa.a; - instead provide a new library, libmach_exec.a (in libmach/exec) - which provides a less a.out-specific exec_load() function. - - * bootstrap/load.c, kernel/kern/bootstrap.c: use new exec_load() function. - - * Added include/mach/exec/elf.h, from OSF's server bootstrap code - - Makefile-related changes: - - * Starting to phase out GSECTIONS/MSECTIONS, because - that design forced all machine-dependent directories - to come before all machine-independent directories, - which isn't the right behavior in all cases. - Now makefiles should just build SRCDIRS directly. - - * We now generate public header files and libraries in - $(OBJDIR)/include and $(OBJDIR)/lib before installing them. - Added mach4/Makerules.lib, for various library targets to use. - - * mach4/Makerules: sort all object files at once, so that - .c files can override .S files and such. - - * Split out common part of mach4-i386/Makefile.in and - mach4-parisc/Makefile.in, and put them in mach4/Makerules.top. - - Miscellaneous changes: - - * (fjl) Various additions and fixes to the HTML pages. - - * kernel/scsi: merged in MK83a changes, including new aha17 (eaha) driver. - - * gensym.awk: 'size' command can now take an optional fourth parameter - indicating the name of the symbol to declare. - - * Moved errorlib.h to the public include/mach directory. - - * include/mach/machine/vm_param.h: - - * include/mach/sa: Added some common POSIX errno's and other useful stuff. - - * libmach/standalone: Moved generic C-library stuff to libmach/c. - - * libmach/c/stdio: created, containing extremely simple high-level file I/O - functions that do no buffering, instead going straight to the low-level - Unix-like file I/O routines. - - Fri Apr 7 17:43:22 MDT 1995 Bryan Ford - - * Released UK02p13. - -Fri Apr 7 13:08:16 MDT 1995 Bryan Ford - - Merged in diffs from UK02p9 to UK02p12: - - Mon Apr 3 19:55:41 MDT 1995 Bryan Ford - - * Released UK02p11. - Too many changes to describe concisely, - almost all affecting only the boot mechanism for now. - Also, integrated the kernel/util, kernel/pc, kernel/dos code - from my DOS extender project at home. - - Mon Feb 27 16:32:59 MST 1995 Bryan Ford - - * Released UK02p10 as a non-functional snapshot - -Fri Feb 10 13:25:54 MST 1995 Bryan Ford - - Merged in diffs from UK02p7 to UK02p9: - - Thu Jan 26 19:37:04 1995 steve clawson - - * kernel/scsi/adapters/scsi_aha15_hdw.c: - - Merged in MK83-MK83a changes. - - Added code to recognize 1542CF controllers. - (changes marked with a + imported from netbsd). - - aha_probe(): - added 1542CF case in the id switch. - +added code to unlock the mailbox interface on the C/CF's. - +added code to set DMA on/off times - moved initialization around a bit: - commented out the code to call aha_init_1(). - changed the call to aha_init_2() into aha_init(). - - * kernel/scsi/adapters/scsi_aha15.h: - - Added AHA_BID_1542CF, AHA_EXT_BIOS and AHA_MBX_ENABLE defines. - Added struct aha_extbios. - - * bootstrap/fs.h: - Added fs_state field to struct fs. (fix suggested by Remy Card) - - - Tue Jan 17 15:55:01 MST 1995 Bryan Ford - - * Released UK02p8 - - 03-Dec-94 Johannes Helander (jvh) at Helsinki University of Technology - - * bootstrap/ffs_file_io.c: - - Added support for 4.4 BSD fastlinks. The change breaks 4.3 - slowlinks of length four or less. - - Interpret 4.4 BSD directory entries correctly also on little - endian machines. - - 12 Jan 1995 17:52:44 -0500 Shantanu Goel - - * vm/vm_map.c: Incorporated the device_write bug fix from MK83a. - - 09-Dec-94 Ian Dall (dall@hfrd.dsto.gov.au) - - * Fixed char_write_done to use ds_device_write_reply_inband when - appropriate. - - 16-May-94 Ian Dall (idall@eleceng.adelaide.edu.au) at University of Adelaide - - * Increase tty_outq_size to 2048. *Must* be greater than largest - tthiwat entry or bad things happen. - - Wed Dec 7 11:43:02 MST 1994 Roland McGrath (roland@gnu.ai.mit.edu) - - * Fix to bootstrap code to interpret BSD 4.4 FFS filesystems. - -Fri Nov 25 13:56:32 MST 1994 Bryan Ford (baford@cs.utah.edu) - - Merged in diffs from UK02p6 to UK02p7: - - * GNU make should now no longer mistakenly delete any more - intermediate files the first time around. - - * 'make configure' should now work without producing bogus - error messages. (Hint: don't put any bogus 'AC_*' text - strings in input files to autoconf, even if they're - in comments!) - - * Don't install 'Makefile.in' into the public include directory. - - * mig/Makerules (parser.o): - Added explicit dependencies to protect files that were - automatically deleted by GNU make after the first compilation on - an empty object tree. These were deleted because GNU make - decided that they were intermediary files. However, because - they are listed in the automatically generated dependency file, - GNU make realizes that it must regenerate them on a subsequent - "make" pass. Since they have explicit dependencies (in the - "depend" file) on that subsequent pass, GNU make does not delete - them. - -Tue Nov 1 19:12:55 1994 Jeff Law (law@snake.cs.utah.edu) - - * kernel/kern/{processor.h, task.h, thread.h}: Enclose full - prototypes inside #if KERNEL (for "klg" files where foo_t - is typically mapped to mach_port_t, which causes decl and defn - not to match). - - * Merge in machine-independent kernel changes from MK83-MK83a. - Detailed change entries in CHANGES.MK83a.log. Effected files: - - * include/device/bpf.h: MK83a Changes. - * include/mach/{exe, mach4, mach_types}.defs: Likewise. - * include/mach/{host_info, pc_sample, processor_info}.h: Likewise. - * include/mach/vm_statistics.h: Likewise. - * kernel/chips/{audio.h, busses.h}: Likewise. - * kernel/device/{chario.c, conf.h, net_io.c}: Likewise. - * kernel/kern/{exception.c, host.c, mach_clock.c}: Likewise. - * kernel/kern/{host.c mach_clock.c pc_sample.c}: Likewise. - * kernel/kern/{processor.h, strings.c, task.c, task.h}: Likewise. - * kernel/kern/{thread.c, thread.h}: Likewise. - * kernel/scsi/rz_labels.c: Likewise. - * kernel/scsi/adapters/scsi_aha15_hdw.c: Likewise. - * kernel/vm/{vm_fault, vm_map, vm_resident}: Likewise. - - * kernel/bogus/eaha.h: New file for MK83a support. - * kernel/kern/pc_sample.h: Likewise. - * kernel/scsi/adapters/scsi_aha17_hdw.c: Likewise. - -Sat Oct 22 14:56:33 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Got rid of various rinky-dink C library routines - that were duplicated in both the kernel and libmach. - In the system-independent source tree, this just - means kern/sscanf.c so far, but I've got my eye - on printf.c as well. In the i386-specific tree - it includes all kinds of little things such as bcopy. - -Wed Oct 19 12:58:13 1994 Jeff Law (law@snake.cs.utah.edu) - - * kernel/kern/mach.srv: Use immediate forms of act_get_state and - act_set_state for thread_{get,set}_state. - -Thu Oct 13 09:50:24 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * include/mach/sys_*.h: moved to include/mach/sa/sys/*.h. - Also added some other C-library-like files in there - for the benefit of standalone programs as well as my - Mach-on-DOS ("MOSS") C library. - - * Makerules: For all programs compiled on the target machine - (actually host machine in proper terminology), - add include/mach/sa to the include path. - - * Makefiles: minor cleanups, added some .PRECIOUS rules - to reduce the number of files gratuitously recompiled - the second time around. - - * libmach/unixoid: Cleaned out. We no longer need the - unixoid version of libmach at all, because neither - the Hurd nor Lites need it (or ever will). Good riddance. - We might start generating a 'libmach.a' again soon, - but it will contain only the "pure" Mach parts - - nothing related to Unix or C libraries. - - * libmach/standalone/printf.c: Broke into multiple files - and added various tidbits of functionality. - -Fri Sep 30 01:43:16 1994 Jeff Law (law@snake.cs.utah.edu) - - * kernel/bogus/bogus.c: New file. - -Mon Sep 26 12:58:57 1994 Jeff Law (law@snake.cs.utah.edu) - - * kernel/kern/processor.c (pset_init): Nuke debugging printf. - - * kernel/kern/thread.c (thread_create_in): Grab a reference to the - processor set for the new thread. - -Fri Sep 9 00:00:53 1994 Jeff Law (law@snake.cs.utah.edu) - - * kernel/device/ds_routines.c (io_done_thread): Nuke call to - stack_privilege. - -Thu Sep 8 11:37:03 1994 Jeff Law (law@snake.cs.utah.edu) - - * kernel/kern/act.c (act_set_state, act_get_state): Use natural_t - to match prototype. - - * kernel/kern/zalloc.c: lock_zone has been renames to zone_lock, - likewise for unlock_zone. - - * kernel/bogus/mach_pcsample.h: Disable for now. - * kernel/bogus/xpr_debug.h: Likewise. - - * include/mach/rpc.h: Add c-signature stuff. - - * kernel/device/chario.c (ttstart): New function. - (ttrstrt): Use it. - - * include/mach/mach4.defs: Wrap PC sampling stuff inside - an appropriate #ifdef. - -Wed Aug 31 10:59:51 1994 Jeff Law (law@fast.cs.utah.edu) - - * kernel/ipc/ipc_notify.c: Use MACH_MSG_TYPE_INTEGER_32 rather - than MACH_MSG_TYPE_INTEGER_T. - - * kernel/kern/ipc_sched.c: Don't include thread_swap.h - - * kernel/kern/sched_prim.c (thread_wakeup_prim): "event" should - be an event_t. Cast argument to wait_hash to an int. - (various): Chagne thread->runq to thread->shuttle.runq. - - * kernel/device/net_io.c: Don't typedef u_long here. - - * kernel/kern/ipc_kobject.c: Include mach_machine_routines.h - - * kernel/device/ds_routines: Include current.h for current_thread. - - * include/mach/sys_types.h: Put u_long back. - -Tue Aug 30 13:45:05 MDT 1994 - - * Makefiles: Don't use CFLAGS etc. to build variables in; - that way the user can specify them on the `make' line - and still get sensible results. - Also, named some variables HOST_xxx and TARGET_xxx - to better support cross-compilation. - -Fri Aug 26 12:06:35 1994 Jeff Law (law@fast.cs.utah.edu) - - * include/mach/mach_port.defs: Use thread_t, not act_t. - -Mon Aug 1 18:15:00 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Got most of the migrating threads changes merged in - -Tue Oct 25 12:32:28 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Released UK02p6. - - * Moved exec header interpretation stuff from the bootstrap code - into libmach so the kernel could also use it when initializing - the bootstrap program itself. - -Sat Oct 22 15:44:42 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Moved cthreads.h from the top-level public include directory - into the mach/ include subtree. Higher-level OS personalities - can create their own cthreads.h, or just make a stub - that cross-includes mach/cthreads.h if they want to use - the "standard" implementation. - -Mon Oct 17 10:54:38 ??? 1994 Csizmazia Balazs (csb@ullman.elte.hu) - - * Added MINIX filesystem support to the bootstrap loader. - -Sat Oct 15 17:22:01 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Temporary kludge: added servers/ include directory - containing libmachid and libnetname headers; - added corresponding library code to libmach. - This is so we can compile Lites against Mach4 - without having to create a full new USER package yet. - - * Changed ifdef's of KERNEL to MACH_KERNEL - in the public header files. - (Really should get rid of them entirely.) - -Fri Sep 16 11:33:44 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Released UK02p5. - - * Added copyrights to the makefiles. - -Fri Sep 9 10:44:49 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * configure.in: if user specifies --enable-debug, - add -DDEBUG to the compiler flags. - -Tue Sep 6 09:58:49 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Added blank .SUFFIXES line - to eliminate the requirement of using `make -r'. - (Things still go faster with `-r' though.) - -Mon Sep 5 22:44:00 1994 Patrick Doyle (wpd@peanutbutter) - - * README (DIRECTORY STRUCTURE): Added a distillation of a - discussion with Bryan regarding organization of and differences - between the two libraries produced by the distribution. (Also - cleaned up references to libmach_ux.a when I stumbled across - them in the source). - -Mon Sep 5 12:16:30 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Full cross compilation support - - * Cleaned up all install rules - so they will no longer gratuitously reinstall things. - -Sun Sep 4 11:33:03 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * As suggested by Roland McGrath, - changed the genassym mechanism to cross-compile better, - by compiling to assembly language source - instead of an executable program. - - Also refined and extended this technique - to make it more convenient, - and to allow MIG to use it too. - -Sun Sep 4 08:10:05 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Makefiles: better cross-compilation support. - -Sat Sep 3 15:14:36 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * bootstrap/*: got FFS support back in; - now both ext2 and FFS are supported at the same time - (although in a horrendously kludgy way). - -Wed Jul 20 14:00:45 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * include/mach/mig_support.h: Got rid of cross-includes - of some old bogus header files. - - * Released UK02 - - -Mon Jul 18 18:28:00 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - Integrated microkernel changes needed by LITES, - from Johannes Helander (jvh) and Tero Kivinen (kivinen) @cs.hut.fi: - - * (jvh) include/device/device_reply.defs: added SEQNOS support. - - * (jvh) include/mach/error.h: Surrounded typedefs with ifndef ASSEMBLER. - - * (jvh) mig, libmach: mig_dealloc_reply_port() now takes an argument, - which is ignored in the default libmach implementation of this function, - but may be needed for custom reply port allocators. - MIG stubs now pass the reply port to be deallocated. - - * (jvh) mig, libmach: new function mig_put_reply_port(), - which does nothing in the default libmach implementation. - MIG stubs call this function when done with a reply port, - if it wasn't deallocated with mig_dealloc_reply_port(). - - * (jvh) mig/mig.sh: added -migcom flag to specify the location of migcom. - - * (jvh) libmach/err_kern.sub: added new errno strings for 4.4BSD and Lite. - - * (???) libthreads: added wait_type to cproc structure - keeping track of what type of event is being waited for. - - * (???) libthreads: added a holder field to mutex structure - keeping track of who's holding a mutex, for debugging. - - * (kivinen) libthreads: Renamed cthread_t->catch to cthread_t->catch_exit, - because catch is a reserved word in C++. - - * (jvh) libthreads: Added CONDITION_NAMED_INITIALIZER and MUTEX_NAMED_INITIALIZER - macros. They take one argument: a name string. - - -Fri Jul 15 11:46:19 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * kern/bootstrap.c: gutted and rewrote - to get the boot image from the bmod mechanism. - Needs to be gutted still more. - diff --git a/ChangeLog.00 b/ChangeLog.00 deleted file mode 100644 index 553b5fe..0000000 --- a/ChangeLog.00 +++ /dev/null @@ -1,858 +0,0 @@ -Wed Feb 19 15:51:34 1997 Thomas Bushnell, n/BSG - - * kernel/i386at/gpl/linux/include/linux/autoconf.h - (CONFIG_SCSI_AHA1740, CONFIG_EL3, CONFIG_WD80x3): Turn on these - devices. - -Wed Feb 5 11:35:39 1997 Thomas Bushnell, n/BSG - - * kernel/i386at/idt.h: Include "idt-gen.h" instead of - include-next. Safer this way. - * kernel/i386/idt.h: Moved to ... - * kernel/i386/idt-gen.h: ... here. - -Mon Dec 16 21:01:37 1996 Thomas Bushnell, n/BSG - - * kernel/i386/ast.h: Comment out chained include; generic - kern/ast.h includes us always, and that's all the ast.h's there - are. - * kernel/i386/thread.h: Likewise. - - * kernel/chips/busses.c: Delete file (duplicates generic copy). - -Thu Apr 18 22:54:26 1996 steve clawson - - * configrules: Changed --with-elf option to define __ELF__ instead - of ELF. - * configure: likewise - - * include/mach/machine/asm.h: Changed references from ELF to - __ELF__. - * kernel/i386at/boothdr: likewise. - * kernel/util/crtn.S: likewise. - * libmach/standalone/mach-crt0.c: likewise. - - * boot/bsd/main.c: Changes to conform with Multiboot 0.6 (adds a - checksum field to the multiboot header). From Erich Boleyn - (erich@uruk.org). - * boot/linux/misc.c: likewise. - * include/mach/machine/multiboot.h: likewise. - * kernel/i386at/boothdr: likewise. - -Thu Apr 4 11:02:40 MST 1996 Bryan Ford - - * boot/boot_info_dump.c: dump the string associated with - each boot module, if any. - - * boot/bsd/main.c: pass along the associated boot module string - - * boot/bsd/mkbsdimage.sh: allow strings to be associated with - boot modules, using the syntax "filename:string". - -Thu Apr 18 22:54:26 1996 steve clawson - - * configrules: Changed --with-elf option to define __ELF__ instead - of ELF. - * configure: likewise - - * include/mach/machine/asm.h: Changed references from ELF to - __ELF__. - * kernel/i386at/boothdr: likewise. - * kernel/util/crtn.S: likewise. - * libmach/standalone/mach-crt0.c: likewise. - - * boot/bsd/main.c: Changes to conform with Multiboot 0.6 (adds a - checksum field to the multiboot header). From Erich Boleyn - (erich@uruk.org). - * boot/linux/misc.c: likewise. - * include/mach/machine/multiboot.h: likewise. - * kernel/i386at/boothdr: likewise. - -Thu Apr 4 11:02:40 MST 1996 Bryan Ford - - * boot/boot_info_dump.c: dump the string associated with - each boot module, if any. - - * boot/bsd/main.c: pass along the associated boot module string - - * boot/bsd/mkbsdimage.sh: allow strings to be associated with - boot modules, using the syntax "filename:string". - -Fri Mar 29 02:00:29 1996 steve clawson - - * html/mach4-UK22.html: new file. - * html/mach4-UK22-linuxdev.html: likewise. - - * configrules: Added --enable-fipc option, which adds -DFIPC to DEFS. - * configure: likewise. - -Sun Mar 24 13:12:14 1996 Shantanu Goel - - * kernel/i386at/model_dep.c: (init_alloc_aligned): Check for end - of memory. - -Sat Mar 16 20:26:28 1996 Shantanu Goel - - Following changes for new driver emulation framework. - - * kernel/Makerules: Exclude SCSI directories if LINUX_DEV. - - * kernel/i386/iopb.c: Renamed device_t to mach_device_t. - Renamed convert_device_to_port to mach_convert_device_to_port. - - * kernel/i386/trap.c: (kernel_trap): Panic if page fault at address - 0 or kernel text segment. - - * kernel/i386at/autoconf.c: (bus_master_init): Don't probe for - block drivers if the kernel is configured to use Linux block - drivers. - (bus_device_init): Likewise. - - * kernel/i386at/kd.c: Renamed device_t to mach_device_t. - kernel/i386at/iopl.c: Likewise. - kernel/i386at/kd.c: Likewise. - kernel/i386/io_emulate.c: Likewise. - - * kernel/i386at/conf.c: (dev_name_list): Don't include block - driver entries if the kernel is configured to use Linux block - drivers. - - * kernel/i386at/i386at_ds_routines.c: New file. - kernel/i386at/dev_hdr.h: New file. - kernel/i386at/device_emul.h: New file. - - * kernel/i386at/model_dep.c: (use_all_mem): Set it for LINUX_DEV. - (machine_init): Set BIOS warm boot magic. Unmap page zero after - device initialization. - (halt_all_cpus): Removed BIOS warm boot magic. - - * kernel/i386at/nhd.c: Don't compile if using Linux drivers. - - * kernel/i386at/gpl/linux/linux_block.c: New file. - kernel/i386at/gpl/linux/linux_emul.h: New file. - kernel/i386at/gpl/linux/linux_misc.c: New file. - kernel/i386at/gpl/linux/linux_sched.c: New file. - kernel/i386at/gpl/linux/linux_version.c: New file. - - * kernel/i386at/gpl/linux/linux_net.c: Rewritten from scratch. - - * kernel/i386at/gpl/linux/block: New directory. Block drivers - from Linux 1.3.68. - - * kernel/i386at/gpl/linux/scsi: New directory. SCSI drivers from - Linux 1.3.68. - - * kernel/i386at/gpl/linux/pci: New directory. PCI bus support from - Linux 1.3.68. - - * kernel/i386at/gpl/linux/include: All files upgraded to Linux 1.3.68. - kernel/i386at/gpl/linux/net: Likewise. - - * kernel/intel/pmap.c: (pmap_unmap_page_zero): New function. - -Wed Mar 6 18:14:22 1996 steve clawson - - * include/mach/setjmp.h: Changed definition of jmp_buf[] so that - it's big enough for NetBSD, FreeBSD and linux's libc setjmp - functions. Otherwise their setjmp ends up overwriting useful info - in the cthread_t structures. - -Tue Mar 5 17:47:59 MST 1996 Linus Kamb (kamb@cs.utah.edu) - - * Changed kernel/i386at/if_ne.c - nerecv() recognizes FIPC_MSG_TYPE packets. - nefoutput() called by co-opting d_port_death. - - * Changed kernel/i386at/conf.c - maps d_port_death to nefoutput() - -Fri Feb 23 19:44:52 1996 Bryan Ford - - Merged in Erich Boleyn's changes for the latest version of MultiBoot: - - * boot/Proposal: updated to Erich's latest version of the proposal; - bumped the version number to 0.5. - - * include/mach/machine/multiboot.h: added memory descriptions, - ELF symbol table passing support. - - * kernel/i386at/boothdr.S: flag requiring memory info; - receive multiboot_info pointer in ebx instead of eax. - - * kernel/i386at/model_dep.c: new way of finding available memory - - * boot/boot_info_dump.c, boot/boot_start.c, boot/do_boot.S: - updated for new entry protocol and boot_info format. - - * boot/bsd/main.c: updated to pass BIOS memory info. - - * boot/linux/misc.c: [baford] updated to pass BIOS memory info. - -Thu Feb 15 18:36:54 1996 steve clawson - - * kernel/i386/locore.S: added cpu_shutdown() function from OSF - Mach mk6.1_free, originally from Dave Slattengren - . - - * kernel/i386at/kd.c: Made kdreboot() call cpu_shutdown() if - the attempt to reset the machine through the keyboard controller - dosen't work. - - * kernel/i386at/kd.c: Dosen't include anymore, or set - RCLINE. This isn't needed with the serial console changes. - - * kernel/i386at/if_3c503.h: added 3com vendor ID numbers. - - * kernel/i386at/if_ns8390.c: Added code from Linux to check for - 3com's vendor ID in the Etherlink II probe routine. - -Tue Feb 13 22:34:27 1996 Kevin T. Van Maren - - * kernel/i386at/conf.c: Changed the number of subdevices for the - nhd and sd devices to 2^10 for slice numbering. - - * kernel/i386at/nhd.c: Modified to use the array of partitions - and the common partitioning code. Disklabels are still there, - but are fairly meaningless to the kernel (except for the basic - geometry information from the BIOS). - - * kernel/i386at/disk.h: minor addition of BAD_BLK from the - old hdreg.h file (which is gone) - - * kernel/i386at/pchd.c: removed as obsolete - - * kernel/i386at/hdreg.h: removed as obsolete - -Tue Feb 13 16:22:48 1996 steve clawson - - * kernel/i386at/if_ne.c: Changed initialization code to follow the - National Semiconductor guidelines for setting up the 8390. - -Sun Jan 28 22:56:38 MST 1996 Bryan Ford - - * Checked in major MOSS changes from work at home: - got DPMI support working (Win 3.1, Win95, OS/2) - modulo a few minor incompatibilities; - VCPI and DOS support are fully functional (again); - VCPI and DPMI now support fastints. - -Wed Jan 17 17:18:57 1996 Bart Robinson - - * Serial console working for real. - - * kernel/bogus/rc.h: removed RCBAUD and added RCADDR, prettied up. - - * boot/serial.S: added. This is used by the boot adaptor part, - the rest of the kernel uses mach4/kernel/device/cons.[ch]. This - file was taken from FreeBSD who took it from Mach sometime. - - * kernel/pc/putchar.c: changed to use serial.S if says so. - - * boot/bsd/Makerules: serial.S needs kernel/bogus to be on the -I - list - - * boot/linux/Makerules: ditto - - * kernel/i386at/model_dep.c: changed to call cninit() rather than - kdinit(). Also if booted with -d will call cninit() before - Debugger(). It used to have kd_cnmaygetc call cninit (yuk!) - - * kernel/i386at/console_list.h: removed. The console is handled - differently now. - - * kernel/i386at/conf.c: console entry in the device list is now - the `virtual' one "cn" instead of "kd" - - * kernel/i386at/cons_conf.c: added. Defines the constab array - which tells us which console-like things to look for. - - * kernel/i386at/com.c: tweaked to export an interface that - mach4/kernel/device/cons.[ch] wants. RCBAUD is in here now - rather than rc.h. - - * kernel/i386at/kd.c: ditto - -Wed Jan 17 13:51:46 1996 Kevin Van Maren - - * Unified the partition code for IDE & SCSI device drivers - - * kernel/i386at/pc_label.c: deleted - * kernel/i386/pc_hd_label.c: deleted (used by hd.c) - * kernel/i386/hd.c: deleted (old 'ide' driver) - - * kernel/i386at/nhdreg.h: Removed the definition of PDLOCATION, - should be in not here! - - * kernel/i386at/nhd.c: Removed IDE specific PC partition code. - Changed to use the unified partition code. - -Mon Oct 30 08:33:01 1995 Bryan Ford - - * mach4-i386/kernel/i386at/interrupt.S: from Shantanu: proper fix - for interrupt disable bug. - * mach4-i386/kernel/i386/spl.S: likewise. - -Mon Oct 23 11:08:33 1995 steve clawson - - * bootstrap/translate_root.c: new file - bootstrap/translate_root.h: likewise - - Code to convert strange root device encodings (like Linux device - numbers) into what Mach wants. - -Sun Oct 22 18:36:49 1995 Bryan Ford - - * Integrated Steve's and Bart's changes from the UK02p16-work branch. - - * boot: updated booter/kernel interface to be (mostly) conformant - to MultiBoot-0.3 proposal. - - * boot/bsd/crt0.S: pass a boot loader value (Mach/NetBSD/FreeBSD) - as well as boothowto and bootdev. - - * boot/bsd/main.c: Fabricate a proper MultiBoot kernel command line - from the boothowto and bootdev values. - - * boot/bsd/main.c: Cleaned up symbol table loading, so it should - work with all a.out format variants. - - * boot/bsd/main.c: Provide the kernel info on the device we booted from. - - * mach4-i386/kernel/i386at/model_dep.c: MultiBoot-0.3 compliance. - - * mach4-i386/kernel/i386at/interrupt.S: mostly fix interrupt nesting - problem with Linux driver changes. - -Mon Oct 16 14:49:01 1995 steve clawson - - * boot/bsd/crt0.S: Now should be able to differentiate between - the original Mach bootblocks, the old BSD (which NetBSD uses) - bootblocks and the new-style FreeBSD bootblocks. - -Fri Oct 13 16:59:10 1995 steve clawson - - * boot/boot_info.c: Add code to add the symbol table into the - occupied list that we hand to the kernel. - - * boot/bsd/crt0.S: Added in code to pass along the boothowto and - bootdev. We should be able to tell between Mach, FreeBSD and - NetBSD bootblocks, but we don't tell anyone about it yet. - - * boot/bsd/main.c: Now tries to find the kernel symbol table and - put it into a `safe' place for the kernel to grab later. It - also sets the bsd_boothowto and bsd_bootdev fields of the - boot_info struct. - - * bootstrap/exec.c: Enabled code to load symbol tables. - - * kernel/i386/setroot.c: Changed code to work with BSD bootblocks - (and their major device numbering...sd == 4, instead of 3). - - * kernel/i386at/model_dep.c: Now sets kern_sym_start and - kern_sym_size from boot_info, along with boothowto and - bootinfo from the bootblocks. - -Wed Oct 4 20:04:27 MDT 1995 Bryan Ford - - Released moss-0.80 (tag moss-0-80) - -Wed Oct 4 12:05:57 MDT 1995 Bryan Ford - - Merged in changes made for DOS extender at home: - * added mach/i386/debug_reg.h, - containing definitions for accessing the debug registers. - * changed i16 code to add physical memory to the malloc pool - (assuming we're using the lmm to handle the malloc pool). - -Tue Oct 3 13:22:50 1995 steve clawson - - * kernel/pc/i16/i16_raw.c: baford's changes to work with gcc - 2.7.0. - boot/boot_start.c: Likewise. - -Thu Sep 28 17:37:44 1995 steve clawson - - * Makefile.in: added image, bsdimage and linuximage targets. - image will build both the linux and bsd images (Mach and zMach), - in the Object directory, the others will only build their their - respective images. - - * kernel/bogus/hpp.h: Changed #define to be 1, so that the driver - is included by default. - - * kernel/i386at/autoconf.c: Changes for NE2000. - kernel/i386at/conf.c: Likewise. - kernel/i386at/if_ne.c: NE2000 driver. - kernel/i386at/if_nereg.h: NE2000 driver header file. - - * kernel/i386at/gpl/if_hpp.c: Changed #include of vm_param.h to - "vm_param.h", since it wasn't getting found in the usual place. - kernel/i386at/gpl/if_ul.c: Likewise. - kernel/i386at/gpl/if_wd.c: Likewise. - - -Fri Aug 25 23:39:19 1995 Shantanu Goel - - * kernel/i386/hardclock.c: (cold): Deleted. The Linux code now - uses its own clock interrupt handler. - - * kernel/i386/spl.S: Use EXT to reference global variables. - - * kernel/i386/spl.h: spl_t must be int; asm code assume this. - - * kernel/i386at/autoconf.c: Changed default IRQ for "wd" to 9. - (probeio): Don't compare dev->ctlr against -1. GCC 2.7.0 doesn't - like it. - - * kernel/i386at/interrupt.S: (interrupt): Removed check - for spurious interrupts. - - * kernel/i386at/model_dep.c: (cold): Deleted. - (startrtclock): Deleted check against multiple invocations; - it's no longer needed. - - * kernel/i386at/pic_isa.c: (intpri): Initialize clock interrupt - priority to 0 to disable clock interrupts. - - * kernel/i386at/gpl/linux/linux_dma.c: - (linux_request_dma, linux_free_dma): Made function declarations - consistent with prototype. - - * kernel/i386at/gpl/linux/linux_init.c: (linux_init): Deleted - call to startrtclock(). Install temporary clock interrupt handler - for Linux device initialization. - - * kernel/i386at/gpl/linux/linux_net.c: (linux_net_dev_init): Added - entries for SEEQ8005, HP100, and Intel EtherExpress Pro. - (linux_alloc_skb): No longer takes a 2nd argument in accordance - with Linux 1.3.x. - (net_soft): Cleaned up DMA handling. - - * kernel/i386at/gpl/linux/linux_port.c: (linux_request_region): Made - function declaration consistent with prototype. - - * kernel/i386at/gpl/linux/linux_printk.c: Get GCC's stdarg.h. - - * kernel/i386at/gpl/linux/linux_vsprintf.c: Get GCC's stdarg.h. - - * kernel/i386at/gpl/linux/net: All files in this directory - have been upgraded to Linux 1.3.20. - -Mon Jun 26 12:41:56 MDT 1995 Miles Bader - - * boot/boot_start.c: changed "m" asm constraints to "rm" - to make gcc 2.7.0 happy. - * kernel/pc/i16/i16_raw.c: avoid using #ifdef's - in the middle of macro invocations; gcc 2.7.0 doesn't like them. - -Fri May 19 11:17:13 MDT 1995 Bryan Ford - - * Released UK02p17, as a private snapshot for goel. - -Tue May 16 00:59:56 1995 Shantanu Goel - - * configure: Recognise --enable-linuxdev. - - * kernel/Makerules: Recognise LINUX_DEV. - Don't compile ported Linux drivers if using the native Linux ones. - - * include/mach/machine/asm.h (TEXT_ALIGN, DATA_ALIGN): New defines. - - * kernel/i386/ipl.h (NSPL): New define. - (intpri): Make type int. - (SPLHI, SPL7, IPLHI): Defined to be 7. - - * kernel/i386/pic.h (PIC_MASTER_ICW, PIC_MASTER_OCW): New defines. - (PIC_SLAVE_ICW, PIC_SLAVE_OCW): New defines. - - * kernel/i386/pic.c (pic_mask, curr_pic_mask): Make type int. - (NSPL): Use it. - - * kernel/i386/spl.S: Rewritten from scratch. - - * kernel/i386/hardclock.c (hardclock): Linux support changes: - - * Don't call the Mach interrupt handler during configuration. - - * Never pass SPL0 flag to clock_interrupt. - - * Handle Linux timers. - - * kernel/i386at/conf.c: Added entries for Linux network drivers. - Disable native Mach drivers when using the Linux ones. - - * kernel/i386at/autoconf.c: Disable probing of native Mach drivers - when using the Linux ones. - Disable printer driver when using Linux drivers because - it blindly allocates the irq, causing conflicts with the parallel - port Linux network drivers. - - * kernel/i386at/model_dep.c (machine_init): Call linux_init. - (alloc_dma_mem): Modified so it can be called any time while - the system is running. Interface changed. - (startrtclock): Protect against multiple invocations. - - * kernel/i386at/nfd.c (fdprobe): Updated call to alloc_dma_mem - to account for interface change. - - * kernel/i386at/interrupt.S: Rewritten from scratch. - - * kernel/i386at/pic_isa.c (intpri): Make type int. - - * kernel/i386at/gpl/linux: Directory and files under it added. - These provide native Linux network driver support. - -Fri May 12 10:47:41 MDT 1995 Bryan Ford - - * Released UK02p16, as an internal snapshot for rdukes - -Wed May 3 10:47:41 MDT 1995 Bryan Ford - - * Released UK02p15. - (UK02p14 was just an intermediate tag after adding ELF support.) - - Configuration-related changes: - - ELF support changes: - - * configure: set 'enable_elf' if user specifies --enable-elf. - - * include/mach/machine/asm.h: don't add underscores to symbols if ELF. - - * All over: make proper use of EXT/LEXT/ENTRY macros - instead of assuming all public symbols are prefixed with underscores. - - * boot/bsd.main.c: if a.out-kludge bit isn't set, use exec_load() - from libmach_exec.a to interpret the boot image executable header. - - * kernel/i386/fpe.b_elf: created a uuencoded ELF version of fpe.b - - * libmach/loader_info.c: deleted, became libmach/exec/a_out.c. - - Miscellaneous changes: - - * Makeconf.in: got rid of LD86 and AS86; no longer needed - - * Makerules: various cleanups and fixes, ELF stuff. - - * include/mach/machine/vm_param.h: Moved private kernel parts - to kernel/i386/vm_param.h. - - * kernel/dos/*: added a bunch of Unix-like low-level file I/O - routines that translate to the appropriate DOS software interrupts. - - * kernel/i386/seg.h: use MACH_INLINE macro for inline functions. - - * kernel/i386at/eisa.h: added from MK83a, was missing for some reason. - -Fri Apr 7 17:43:22 MDT 1995 Bryan Ford - - * Released UK02p13. - - * Got rid of the UK02-freeze branch in the i386 tree. - As a result, all the MK83a changes in this tree are now merged in. - -Fri Apr 7 14:19:55 MDT 1995 Bryan Ford - - * Merged in diffs from UK02p9 to UK02p12: - - Mon Apr 3 19:55:41 MDT 1995 Bryan Ford - - * Released UK02p11. - Too many changes to describe concisely, - almost all affecting only the boot mechanism for now. - Also, integrated the kernel/util, kernel/pc, kernel/dos code - from my DOS extender project at home. - - Mon Feb 27 16:32:59 MST 1995 Bryan Ford - - * Released UK02p10 as a non-functional snapshot - -Fri Feb 10 13:25:54 MST 1995 Bryan Ford - - Merged in diffs from UK02p7 to UK02p9: - - Tue Jan 17 15:55:01 MST 1995 Bryan Ford - - * Released UK02p8 - - Tue Jan 17 12:03:37 MST 1995 Bryan Ford - - * boot/bsd/Makerules: BSD default boot image is now - named 'Mach.all' instead of 'boot.all'. - - Sat Jan 14 15:13:54 MST 1995 Bryan Ford - - * libmach/unixoid/Makefile: enable building libmach.a - only if user specifies --enable-libmach to configure. - - Fri Jan 13 15:14:43 1995 steve clawson - - * Integrated Shantanu Goel's new floppy and hard drive - device drivers. (sg@jahil.cs.columbia.edu) - - * kernel/i386at/nhd.c: Rewritten from scratch. - kernel/i386at/nhdreg.h: Likewise. - kernel/i386at/nfd.c: Likewise. - kernel/i386at/nfdreg.h: Likewise. - - * kernel/i386at/model_dep.c: - Added alloc_dma_mem(). - - * kernel/bogus/fd.h: - Set NFD to 4 to include floppy support. - - * Added an #if 0/#endif wrapper around: - kernel/i386/pc_hd_label.c - kernel/i386at/pchd.c - kernel/i386at/hd.c - kernel/i386at/fd.c - - Fri Jan 13 14:56:35 1995 steve clawson - - * added .../kernel/i386at/gpl directory to hold gpl'd - code (currently it holds ethernet drivers ported from - Linux). - - * Integrated Shantanu Goel's ethernet driver ports from - Linux into the gpl directory. (sg@jahil.cs.columbia.edu) - - * kernel/i386at/gpl/if_ns.c: New file. - kernel/i386at/gpl/if_nsreg.h: New file. - kernel/i386at/gpl/if_ul.c: New file. - kernel/i386at/gpl/if_wd.c: New file. - kernel/bogus/ul.h: New file. - kernel/bogus/wd.h: New file. - - * kernel/i386at/autoconf.c: - Added entries for new drivers, "ul", "wd". - - * kernel/i386at/conf.c: - Added entries for new drivers, "ul", "wd". - - * kernel/i386at/if_ns8390.c: - Compile file only #if NNS8390 > 0. This and if_wd.c - are probably mutually exclusive. (ie. don't try and stick - both in your kernel...) - - * Added HP PC LAN Plus support code ported from Linux. - - * kernel/i386at/gpl/if_hpp.c: New file. - kernel/bogus/hpp.h: New file. - - * kernel/i386at/autoconf.c: - Added entry for new driver, "hpp". - - * kernel/i386at/conf.c: - Added entry for new driver, "hpp". - - * kernel/i386at/gpl/if_ns.c: nsintr(): Added back in the - code to read the counter values from the card if they - overflow. The HP PC LAN Plus needs to have this (just - acking the interrupt dosen't reset the counters on the - card I've got). - - 13 Jan 1995 19:53:53 +0100 (MET) Remy.Card@masi.ibp.fr (Remy CARD) - - * libmach/unixoid/Makefile.in: reenabled building of libmach.a. - - Fri Jan 13 14:52:42 MST 1995 Bryan Ford - - * libmach/loader_info.c: fixed bug interpreting QMAGIC executables. - -Fri Nov 25 13:56:32 MST 1994 Bryan Ford (baford@cs.utah.edu) - - Merged in diffs from UK02p6 to UK02p7: - - Sun Nov 20 11:56:51 MST 1994 Bryan Ford (baford@cs.utah.edu) - - * Changed the ifdefs referring to '__liXnux__' back to '__linux__' - so that partition interpretation will once again default to - standard PC-style when compiled on a Linux machine. - If you're cross-compiling from Linux and want BSD partitioning - anyway, add '-U__linux__' to the DEFINES line in Makeconf. - - * Modified Alvin's compressed boot image mechanism slightly - so the Linux-derived files can be taken _completely_ - unmodified from the Linux kernel source distribution. - Easier to keep up-to-date this way. Also created a little - shell script to update these files automatically. - - * Separated out the 'mkbootimage' script and supporting stuff - into a separate 'boot/bsd' subdirectory, just like the - Linux boot image stuff was separated out. Now the top-level - 'boot' directory contains _only_ stuff related to - boot _modules_. - - * The top-level Makefile is no longer responsible for creating - the "default boot image" containing all available boot modules. - Instead, boot/bsd/Makefile now produces a default 32-bit boot - image ('boot.all'), and boot/linux/Makefile produces a - default 16-bit compressed Linux boot image ('zMach.all'). - - * Cleaned up the console code a little bit. - - Mon Nov 14 22:50:57 -0500 1994 Alvin Starr - - * Separated out the Linux boot image creation mechanisms - into a separate 'boot/linux' subdirectory, and changed - it to produce compressed Linux boot images. The Linux - boot images produced are now _exactly_ like those - produced by Linux, in that they use all the same 16-bit - setup code and decompression code and everything. - This also means you can 'dd' one of these boot images - straight onto a floppy to create a Mach boot floppy. - - To create compressed Linux boot images now, use the - new 'mkliloimage' script. It works just like 'mkbootimage'. - - The old 'mkbootimage' script is still there, but is greatly - simplified since it no longer needs to produce Linux-compatible - boot images at all. One side-effect of this is that the - 32-bit boot images produced by this script will be in the - "native" executable format of the build environment in use. - For example, if you build under NetBSD, the produced 32-bit - boot images will load fine from BSD boot blocks, but probably - not from Mach boot blocks, because the Mach boot blocks don't - know about BSD's newer a.out format. - - * Enabled SCSI drivers. - - * God kernel debugger working again. - - * Changed kd.c to handle tabs correctly. - - Fri Sep 30 21:38:31 1994 Patrick Doyle (wpd@peanutbutter) - - * Makefile.in - (SORTED_SUBDIRS): - Added a macro to generated a "sorted" list of subdirectories - such that those listed in $(FIRST_SUBDIRS) are first. Changed - the "all" and "install" rules to use this macro so we don't - have to descend into those subdirs twice. (Idea was stolen - from glibc makefile). - (boot.all): - Added rule to generate "boot.all" in the top level object - directory and changed "all" to create this target. - -Sat Oct 22 14:59:03 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Incorporated tons of minor changes and additions - produced by my Mach-based DOS extender project. - Mostly involved cleaning up and adding to libmach_sa. - -Tue Oct 25 12:32:28 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Released UK02p6. - - * Moved exec header interpretation stuff from the bootstrap code - into libmach so the kernel could also use it when initializing - the bootstrap program itself. - -Fri Sep 16 11:33:44 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Fixed a bug in locore.S that caused occasional - "null pv_list" panics from within pmap.c. - - * Fixed a bug in pmap.c: forgot to clear the kernel - page directory before initializing (only part of) it. - -Fri Sep 9 10:45:26 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Added kernel/imps directory - for Intel MultiProcessor Spec compliant PCs; - only enabled if user specifies --enable-mp. - - * boot image building scripts: exit when errors occur - - * boot/mkbmod.sh: changed -s to -no-strip to avoid confusion - -Thu Sep 8 16:51:15 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * bootstrap/exec.c: - support NetBSD big-endian ZMAGIC executables - - * include/Makefile.in: - fixed installation directories - -Tue Sep 6 08:49:39 1994 Patrick Doyle (wpd@peanutbutter) - - * Makefile.in (install): Changed "install" rule so that it doesn't - gratuitously reinstall boot.all. - -Mon Sep 5 12:11:45 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Full cross compilation support - - * Changed default Mach boot image filename - from `machboot' to just `boot'. - - * Automatically create a `boot.all' upon installation - containing all boot modules. - -Sat Sep 3 07:13:44 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Bugfix: boot code didn't clear NT flag properly, - and the VTech Platinum BIOS was leaving it set. - - * Added get_esp() and get_eflags() in proc_reg.h. - - * Added debug_trace facility. - - * bootstrap/exec.c: got rid of #ifdef __linux__'s; - instead, support both at once and detect at runtime. - - * include/mach/machine/disk.h, - kernel/i386/pc_hd_label.c: - hacked #ifdef __linux__'s to #ifdef __liXnux__ - to get back to BSD-style partition table interpretation. - -Fri Aug 26 09:52:35 1994 Jeff Law (law@fast.cs.utah.edu) - - * configure: Add "-print" argument to find so that it works with - non-GNU finds. - -Mon Aug 1 18:15:00 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Got most of the migrating threads changes merged in - -Mon Aug 1 14:45:52 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Integrated Louis-D. Dubeau's pchd (PC hard drive) patches. - - -Wed Jul 20 14:00:45 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * include/Makefile: top-level header files weren't getting installed. - - * Moved kernel i386/eflags.h to include/mach/machine/eflags.h, - so outsiders such as LITES can use it if they want to. - - * Released UK02 - - -Fri Jul 15 11:46:19 MDT 1994 Bryan Ford (baford@cs.utah.edu) - - * Kernel address space and physical memory - is now mapped at virtual address 0 instead of 0xC0000000. - (It's still up high in linear memory, - but the kernel segment registers are used to shift addresses.) - - * All copyin/copyout code now uses segment registers - to access user space, like Linux does. - - * Separated the console stuff out of kd.c and into (new) console.c. - No longer initialize the console at the very beginning in i386_init; - instead do it with the rest of the devices, in machine_startup. - - * console.c: Created a kludgy little "immediate console" for kernel debugging - which spews things onto a CGA/EGA/VGA display - without requiring _any_ initialization first. - It gets disabled automatically when the real console is initialized. - - * include/mach/boot_info.h: deleted, because it was only for the old - `makeboot'-based server bootstrap mechanism. - Superseded by the new include/mach/boot.h. - - * Lots of other minor changes. - -- cgit v1.2.3