Age | Commit message (Collapse) | Author | |
---|---|---|---|
1994-12-11 | (start_execserver): When aligning bss size for vm_allocate, don't include | Roland McGrath | |
bss start alignment fixup offset. | |||
1994-12-09 | (diskfs_S_io_read): Don't check for MAXREAD<0. | Roland McGrath | |
1994-12-09 | Use mach_msg_type_number_t in place of unsigned int and int. | Roland McGrath | |
1994-12-09 | Use mach_msg_type_number_t in place of int. | Roland McGrath | |
1994-12-09 | Use mach_msg_type_number_t in place of unsigned int and int. | Roland McGrath | |
1994-12-09 | Use mach_msg_type_number_t in place of unsigned int and int. | Roland McGrath | |
1994-12-09 | Use mach_msg_type_number_t in place of int. | Roland McGrath | |
1994-12-09 | Use mach_msg_type_number_t in place of unsigned int and int. | Roland McGrath | |
1994-12-09 | Use mach_msg_type_number_t in place of unsigned int and int. | Roland McGrath | |
1994-12-09 | (io_read, io_write, io_readable): Use mach_msg_type_number_t in place of | Roland McGrath | |
int. | |||
1994-11-28 | (OBJS): Add msgServer.o. | Roland McGrath | |
(init.o): Depend on msg_S.h. | |||
1994-11-28 | (run_for_real): Print error msg if file_exec fails. | Roland McGrath | |
1994-11-24 | Protect all mfs code with #ifdef MFS. | Roland McGrath | |
1994-11-24 | (DIST_FILES): Remove gcc-specs. | Roland McGrath | |
1994-11-23 | (pager_demuxer): Call _pager_seqnos_memory_object_server, | Roland McGrath | |
not seqnos_memory_object_server. | |||
1994-11-23 | (ports_demuxer): Call diskfs_seqnos_notify_server, not | Roland McGrath | |
seqnos_notify_server. | |||
1994-11-23 | ($(target)): Use normal linking with -Wl,-( $+ -Wl,-). | Roland McGrath | |
1994-11-18 | (OBJS): Add notifyServer.o. | Roland McGrath | |
(auth.o): Depend on notify_S.h. | |||
1994-11-18 | Include "notify_S.h". | Roland McGrath | |
Remove _S_ from all do_mach_notify_* server routines. | |||
1994-11-17 | Include unistd.h, stdio.h, not hurd/anything. | Roland McGrath | |
(main): If reboot returns, give error message and return 1. | |||
1994-11-16 | (MIG, MIGCOM): Never define using rsh; use /usr/local/i386-gnu/.... | Roland McGrath | |
1994-11-13 | (main): Just use the reboot function. | Michael I. Bushnell | |
1994-11-11 | (fakeboot): New variable. | Michael I. Bushnell | |
(STANDALONE): Deleted macro. (main): Set FAKEBOOT if -f was passed. (reboot_mach): Use FAKEBOOT flag instead of STANDALONE macro. (launch_core_servers): Likewise. (reboot_system): Likewise. Also don't exit here; let reboot_mach exit. | |||
1994-11-11 | (main): Always set `f' flag (signifying "fake" because we aren't a | Michael I. Bushnell | |
real native bootstrap). | |||
1994-11-11 | Initial revision | Michael I. Bushnell | |
1994-11-11 | (diskfs_S_io_read): If OFF is past the end of the file, don't set | Michael I. Bushnell | |
MAXREAD to a negative number; that will crash rdwr_internal. | |||
1994-11-11 | (targets): Added reboot and halt. | Michael I. Bushnell | |
(SRCS): Added reboot.c and halt.c. | |||
1994-11-11 | (main): Print in shorter format by default; take -v flag to print in | Michael I. Bushnell | |
longer format. | |||
1994-11-11 | (diskfs_set_hypermetadata): Deallocate BUF in the right place. | Michael I. Bushnell | |
1994-11-11 | (diskfs_set_hypermetadata): Always use dev_write_sync to avoid | Michael I. Bushnell | |
device_write bug that says you can't modify the buffer until device_write returns. Also remember to deallocate BUF. | |||
1994-11-10 | (main): Issue decent prompt. | Michael I. Bushnell | |
1994-11-10 | (diskfs_set_hypermetadata): Copy CSUM into a page-aligned page-sized | Michael I. Bushnell | |
buffer for disk write to avoid inane kernel bug. | |||
1994-11-09 | (main): Behave more reasonably if we can't open DEVNAME. | Michael I. Bushnell | |
1994-11-09 | (set_active_trans): Don't deallocate EXECNODE here to work around a | Michael I. Bushnell | |
ufs bug. | |||
1994-11-09 | (time_str): Specify format for decimals correctly. | Michael I. Bushnell | |
1994-11-09 | (diskfs_S_file_exec): And provide enough arguments. | Michael I. Bushnell | |
1994-11-09 | (diskfs_S_file_exec): Give correct function name for file_name_lookup. | Michael I. Bushnell | |
1994-11-09 | Include <hurd/paths.h> | Michael I. Bushnell | |
1994-11-09 | Include <hurd/paths.h> and <fcntl.h>. | Michael I. Bushnell | |
(set_active_trans): Declare as void. | |||
1994-11-09 | (diskfs_S_file_exec): If diskfs_exec isn't already set, try to open it | Michael I. Bushnell | |
here. (Later, we should also deal if exec_exec returns that the previous server died.) | |||
1994-11-09 | (set_active_trans): New function. | Michael I. Bushnell | |
(S_exec_init): Call set_active_trans. | |||
1994-11-09 | (time_str): Use %.2d instead of %2d to get 0 pads. | Roland McGrath | |
1994-11-08 | (link-objects): Mention libgcc.a explicitly here. | Michael I. Bushnell | |
1994-11-08 | (CCVERSION): Upgrade default to version 2.6.2. | Michael I. Bushnell | |
1994-11-08 | (_pager_lock_object): Hammer SYNC to zero for now; there's some | Michael I. Bushnell | |
deadlock bug in noticing when the sync finishes. | |||
1994-11-08 | Include <stdio.h> for asprintf decl. | Roland McGrath | |
1994-11-08 | entered into RCS | Roland McGrath | |
1994-11-07 | entered into RCS | Michael I. Bushnell | |
1994-11-04 | entered into RCS | Michael I. Bushnell | |
1994-11-03 | entered into RCS | Michael I. Bushnell | |