Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-11-02 | (fshelp_fetch_root): | Miles Bader | |
Uses two callbacks now. Pass an appropiate function to fshelp_start_translator_long instead of the actual underlying node. | |||
1995-11-02 | (_diskfs_translator_callback1, _diskfs_translator_callback2): Declare. | Miles Bader | |
1995-11-02 | (diskfs_startup_diskfs) Add FLAGS arg; use. | Miles Bader | |
1995-11-02 | (_diskfs_translator_callback1_fn, _diskfs_translator_callback2_fn): | Miles Bader | |
New functions, replacing the single original. (_diskfs_translator_callback1, _diskfs_translator_callback2): New variables, replacing the single original. | |||
1995-11-02 | (diskfs_S_dir_lookup): Add new callback arg to fshelp_fetch_root call. | Miles Bader | |
Change short_circuited_callback1 to reflect the split into two callbacks (we use the global diskfs callback for the other). | |||
1995-11-02 | (diskfs_S_fsys_startup): Add FLAGS arg; use. | Miles Bader | |
1995-11-02 | (diskfs_execboot_fsys_startup): Add FLAGS arg; use. | Miles Bader | |
1995-11-02 | (diskfs_startup_diskfs, diskfs_execboot_fsys_startup): Add FLAGS arg. | Miles Bader | |
1995-11-02 | (fmts): Add RPC field to the -l format. | Miles Bader | |
1995-11-01 | Formerly sched.c.~9~ | Michael I. Bushnell | |
1995-11-01 | entered into RCS | Michael I. Bushnell | |
1995-11-01 | Formerly io-ops.c.~3~ | Michael I. Bushnell | |
1995-10-31 | Add missing */. | Roland McGrath | |
1995-10-31 | Formerly sched.c.~8~ | Michael I. Bushnell | |
1995-10-31 | entered into RCS | Michael I. Bushnell | |
1995-10-31 | Formerly tcp.c.~6~ | Michael I. Bushnell | |
1995-10-31 | entered into RCS | Michael I. Bushnell | |
1995-10-31 | (struct zombie): Deleted; now in proc.h. | Michael I. Bushnell | |
(zombie_list): Likewise. | |||
1995-10-31 | (struct zombie): New type. | Michael I. Bushnell | |
(zombie_list): New variable. | |||
1995-10-31 | (S_proc_getprocinfo): Implement all the rest of the PI flags except | Michael I. Bushnell | |
PI_ZOMBIE. | |||
1995-10-31 | (proc_getprocinfo): New parm THREADWAITS. | Michael I. Bushnell | |
1995-10-31 | (options): | Miles Bader | |
Change --force/-f to --goaway/-g. Add flags for killing translators: --recurse/-r, --force/-f, --nosync/-S. (doc): New variable. (main): Support new flags. Have some of the options update flag words instead of setting variables. | |||
1995-10-31 | (diskfs_get_translator, diskfs_set_translator): | Miles Bader | |
Only support these if the filesystem's creator-os is `hurd'. (read_disknode): Only check the i_translator field if the filesystem's creator-os is `hurd'. | |||
1995-10-31 | (diskfs_S_dir_lookup): Deal correctly with short-circuited translators that | Miles Bader | |
diskfs doesn't implement itself. (major, minor): New macros -- temporarily here until libc exports them. | |||
1995-10-31 | (diskfs_S_file_set_translator): | Miles Bader | |
Add missing else. Use makedev macro instead of doing it by hand. (makedev): New macro -- temporarily here until libc exports one. | |||
1995-10-31 | (OTHERSRCS): Add init-completed.c, dev-open.c, dev-io.c, dev-globals.c, | Miles Bader | |
console.c, readonly.c, remount.c, opts-common.c. | |||
1995-10-31 | (msg_report_wait): Add string out arg. | Roland McGrath | |
1995-10-30 | (S_proc_getprocinfo): Support new FETCH flags; support new | Michael I. Bushnell | |
msg_report_wait call; improve organization. | |||
1995-10-30 | (struct procinfo): New (buried) member `died'. | Michael I. Bushnell | |
1995-10-30 | (options): --all is -e, not -a. | Miles Bader | |
1995-10-30 | (S_proc_getprocenv): Removed #ifdef notyet; fixed args to | Michael I. Bushnell | |
get_string_array. | |||
1995-10-30 | (msg_report_wait): and delete the string parm. | Michael I. Bushnell | |
1995-10-30 | (msg_report_wait): New parm WAIT_RPC. | Michael I. Bushnell | |
1995-10-30 | (PI_FETCH_TASKINFO, PI_FETCH_THREADS, PI_FETCH_THREAD_BASIC, | Michael I. Bushnell | |
PI_FETCH_THREAD_SCHED, PI_FETCH_THREAD_WAITS): New flags. (procinfo): New (buried) member `rpc_block'. | |||
1995-10-30 | (proc_getprocinfo): New parm FLAGS. | Michael I. Bushnell | |
1995-10-30 | (msg_report_wait): Change second arg to be a real thread_t. | Michael I. Bushnell | |
1995-10-30 | (file_get_storage_info): New parm FLAGS. | Michael I. Bushnell | |
1995-10-30 | (enum file_storage_class): Add STORAGE_TASK. Drop all the MUTATED | Michael I. Bushnell | |
bits. (STORAGE_MUTATED): New flag. | |||
1995-10-30 | (enum file_storage_class): Added new classes STORAGE_MEMORY and | Michael I. Bushnell | |
STORAGE_MEMORY_MUTATED. Doc fixes. | |||
1995-10-30 | (PI_LOGINLD, PI_WAITING, PI_TRACED, PI_GETMSG): New flags. | Michael I. Bushnell | |
1995-10-30 | (io_select): Make sreply port also available if IO_SELECT_REPLY_PORT | Michael I. Bushnell | |
is defined. | |||
1995-10-27 | (fsys_startup): New parm OPENFLAGS. | Michael I. Bushnell | |
1995-10-27 | (file_exec, file_set_translator): Add SCP to incoming variable sized | Michael I. Bushnell | |
arrays. | |||
1995-10-27 | (socket_create_address, socket_setopt, socket_send): Added SCP in | Michael I. Bushnell | |
incoming variable sized arrays. | |||
1995-10-27 | (io_write, io_restrict_auth): Add SCP to incoming variable sized | Michael I. Bushnell | |
arrays. | |||
1995-10-27 | (SCP): New macro. | Michael I. Bushnell | |
1995-10-27 | More doc fix. | Michael I. Bushnell | |
1995-10-27 | (socket_create_address): Drop parm `binding'. | Michael I. Bushnell | |
1995-10-27 | Added reply port option to all RPC's. | Michael I. Bushnell | |
1995-10-27 | (fsys_get_options_reply): New stub. | Michael I. Bushnell | |