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