aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use mach_msg_type_number_t in place of int.Roland McGrath1994-12-091-1/+1
|
* Use mach_msg_type_number_t in place of unsigned int and int.Roland McGrath1994-12-091-2/+2
|
* Use mach_msg_type_number_t in place of unsigned int and int.Roland McGrath1994-12-091-6/+6
|
* (io_read, io_write, io_readable): Use mach_msg_type_number_t in place ofRoland McGrath1994-12-091-3/+3
| | | | int.
* (OBJS): Add msgServer.o.Roland McGrath1994-11-281-2/+2
| | | | (init.o): Depend on msg_S.h.
* (run_for_real): Print error msg if file_exec fails.Roland McGrath1994-11-281-15/+255
|
* Protect all mfs code with #ifdef MFS.Roland McGrath1994-11-241-5/+36
|
* (DIST_FILES): Remove gcc-specs.Roland McGrath1994-11-241-2/+1
|
* (pager_demuxer): Call _pager_seqnos_memory_object_server,Roland McGrath1994-11-231-2/+2
| | | | not seqnos_memory_object_server.
* (ports_demuxer): Call diskfs_seqnos_notify_server, notRoland McGrath1994-11-231-2/+2
| | | | seqnos_notify_server.
* ($(target)): Use normal linking with -Wl,-( $+ -Wl,-).Roland McGrath1994-11-231-9/+1
|
* (OBJS): Add notifyServer.o.Roland McGrath1994-11-181-3/+2
| | | | (auth.o): Depend on notify_S.h.
* Include "notify_S.h".Roland McGrath1994-11-181-21/+17
| | | | Remove _S_ from all do_mach_notify_* server routines.
* Include unistd.h, stdio.h, not hurd/anything.Roland McGrath1994-11-172-10/+13
| | | | (main): If reboot returns, give error message and return 1.
* (MIG, MIGCOM): Never define using rsh; use /usr/local/i386-gnu/....Roland McGrath1994-11-161-4/+3
|
* (main): Just use the reboot function.Michael I. Bushnell1994-11-132-18/+2
|
* (fakeboot): New variable.Michael I. Bushnell1994-11-111-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 aMichael I. Bushnell1994-11-111-0/+6
| | | | real native bootstrap).
* Initial revisionMichael I. Bushnell1994-11-112-0/+81
|
* (diskfs_S_io_read): If OFF is past the end of the file, don't setMichael I. Bushnell1994-11-111-2/+6
| | | | MAXREAD to a negative number; that will crash rdwr_internal.
* (targets): Added reboot and halt.Michael I. Bushnell1994-11-111-2/+2
| | | | (SRCS): Added reboot.c and halt.c.
* (main): Print in shorter format by default; take -v flag to print inMichael I. Bushnell1994-11-111-16/+38
| | | | longer format.
* (diskfs_set_hypermetadata): Deallocate BUF in the right place.Michael I. Bushnell1994-11-111-1/+1
|
* (diskfs_set_hypermetadata): Always use dev_write_sync to avoidMichael I. Bushnell1994-11-111-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. Bushnell1994-11-101-0/+2
|
* (diskfs_set_hypermetadata): Copy CSUM into a page-aligned page-sizedMichael I. Bushnell1994-11-101-6/+24
| | | | buffer for disk write to avoid inane kernel bug.
* (main): Behave more reasonably if we can't open DEVNAME.Michael I. Bushnell1994-11-091-4/+26
|
* (set_active_trans): Don't deallocate EXECNODE here to work around aMichael I. Bushnell1994-11-091-1/+2
| | | | ufs bug.
* (time_str): Specify format for decimals correctly.Michael I. Bushnell1994-11-091-1/+1
|
* (diskfs_S_file_exec): And provide enough arguments.Michael I. Bushnell1994-11-091-1/+1
|
* (diskfs_S_file_exec): Give correct function name for file_name_lookup.Michael I. Bushnell1994-11-091-1/+1
|
* Include <hurd/paths.h>Michael I. Bushnell1994-11-091-0/+1
|
* Include <hurd/paths.h> and <fcntl.h>.Michael I. Bushnell1994-11-091-0/+3
| | | | (set_active_trans): Declare as void.
* (diskfs_S_file_exec): If diskfs_exec isn't already set, try to open itMichael I. Bushnell1994-11-091-0/+5
| | | | | here. (Later, we should also deal if exec_exec returns that the previous server died.)
* (set_active_trans): New function.Michael I. Bushnell1994-11-091-0/+19
| | | | (S_exec_init): Call set_active_trans.
* (time_str): Use %.2d instead of %2d to get 0 pads.Roland McGrath1994-11-091-1/+1
|
* (link-objects): Mention libgcc.a explicitly here.Michael I. Bushnell1994-11-081-1/+1
|
* (CCVERSION): Upgrade default to version 2.6.2.Michael I. Bushnell1994-11-081-1/+1
|
* (_pager_lock_object): Hammer SYNC to zero for now; there's someMichael I. Bushnell1994-11-081-0/+2
| | | | deadlock bug in noticing when the sync finishes.
* Include <stdio.h> for asprintf decl.Roland McGrath1994-11-081-0/+1
|
* entered into RCSRoland McGrath1994-11-082-1/+2
|
* entered into RCSMichael I. Bushnell1994-11-071-4/+12
|
* entered into RCSMichael I. Bushnell1994-11-041-2/+2
|
* entered into RCSMichael I. Bushnell1994-11-031-1/+1
|
* entered into RCSMichael I. Bushnell1994-11-033-5/+5
|
* entered into RCSMichael I. Bushnell1994-11-032-3/+3
|
* entered into RCSMichael I. Bushnell1994-11-021-1/+0
|
* entered into RCSMichael I. Bushnell1994-11-021-10/+13
|
* entered into RCSMichael I. Bushnell1994-11-022-7/+8
|
* entered into RCSMichael I. Bushnell1994-11-021-2/+2
|