summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-03-20Doc fix.Michael I. Bushnell
1995-03-20(CC): Specify `$(CCTARGET)-gcc' instead of just `gcc'.Michael I. Bushnell
1995-03-20(diskfs_synchronous): New variable.Michael I. Bushnell
1995-03-17More typos.Michael I. Bushnell
1995-03-17(alloc_sync): Typo.Michael I. Bushnell
1995-03-17(diskfs_S_io_stat): Typo.Michael I. Bushnell
1995-03-17(ffs_clusteracct): Make static.Michael I. Bushnell
(alloc_sync): New function. (ffs_alloc): Call alloc_sync. (ffs_realloccg): Likewise. (diskfs_alloc_node): Likewise. (ffs_blkfree): Likewise. (diskfs_free_node): Likewise.
1995-03-17(diskfs_rename_dir): If we are synchronous, update the one node ourMichael I. Bushnell
caller doesn't have access to.
1995-03-17(diskfs_S_dir_mkdir): Typo.Michael I. Bushnell
1995-03-17(diskfs_S_dir_lookup): Typo.Michael I. Bushnell
1995-03-17Back out previous change.Michael I. Bushnell
1995-03-17Back out changes to protid and associated permission checkingMichael I. Bushnell
functions.
1995-03-17(diskfs_S_dir_mkfile): Typo.Michael I. Bushnell
1995-03-17(diskfs_S_dir_link): Fix typo.Michael I. Bushnell
1995-03-17(_diskfs_idcheckdirmod): Remove underscore.Michael I. Bushnell
1995-03-17(_diskfs_idcheckdirmod): `diskfs_hasuid' -> _diskfs_idhasuid.Michael I. Bushnell
(CHANGE_NODE_FIELD): Remove trailing space on backslashed line.
1995-03-17(_diskfs_idcheckdirmod): `cred' -> `id'.Michael I. Bushnell
(diskfs_idhasgid): Likewise.
1995-03-17(diskfs_node_rdwr): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-17(diskfs_drop_node): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-17(diskfs_init_dir): Don't do diskfs_synchronous here.Michael I. Bushnell
1995-03-17(diskfs_clear_directory): Don't to diskfs_synchronous here.Michael I. Bushnell
1995-03-17(diskfs_S_fsys_syncfs): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-17(diskfs_S_io_read): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-17(diskfs_S_dir_rmdir): Repair implementation of diskfs_syncronous.Michael I. Bushnell
1995-03-17(diskfs_S_dir_lookup): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-17(diskfs_S_dir_mkfile): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-17(diskfs_S_dir_mkdir): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-15(diskfs_rename_dir): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-15(diskfs_init_dir): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-15(diskfs_clear_directory): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-15(ioserver_fetch_shared_data): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-15Set the PSTAT_STATE_PRIORITY and PSTAT_STATE_NICED flags when appropiate.Miles Bader
1995-03-15Add the output function ps_emit_priority that prints priorities in unix-Miles Bader
compatible way (that is, 20 .. -20 instead of 0 .. 24). Use this instead of ps_emit_int to print all priority fields. This also increases the min field width for them to 3.
1995-03-14Move the guts of the hash-table code to another to ihash.c, which is moreMiles Bader
generic. Rename struct htable to struct ihash. Rename addhash to ihash_add. Rename findhash to ihash_find. Use ihash_loc_remove to delete entries.
1995-03-14Use ps_tty_t routines instead of the ps tty_name field.Miles Bader
Use ps_user_t routines instead of querying passwd or getting the owner from ps->info. Increase the width of the user name field to 8.
1995-03-14Use ps_contexts now that they exist.Miles Bader
1995-03-14Initial revisionMiles Bader
1995-03-14Added the new types ps_context_t, ps_user_t, and ps_tty_t.Miles Bader
proc_stat_list_t's and proc_stat_t's point to a ps_context_t now instead of directly to the proc server (but we can get the proc server from the context). Added the owner (ps_user_t) field to proc_stat_t, and tty now points to a ps_tty_t instead of to a tty port; tty_name is deleted since that gets handled in the ps_tty_t. Add the inverse of proc_stat_list_add_threads, proc_stat_list_remove_threads.
1995-03-14A proc_stat_list_t points to a ps_context_t now instead of directly to the procMiles Bader
server (but we can get the proc server from the context). We no longer create or free proc_stat_ts; we leave that up to our ps_context, except in the case of thread proc_stats. Add the inverse of proc_stat_list_add_threads, proc_stat_list_remove_threads.
1995-03-14Initial revisionMiles Bader
1995-03-14A proc_stat_t points to a ps_context_t now instead of directly to the procMiles Bader
server (but we can get the proc server from the context). Added the owner (ps_user_t) field to proc_stat_t, and tty now points to a ps_tty_t instead of to a tty port; tty_name is deleted since that gets handled in the ps_tty_t.
1995-03-14Copy the correct number of fields when squashing.Miles Bader
Correctly skip prefix-only fields.
1995-03-13Initial revisionMiles Bader
1995-03-09(diskfs_S_io_sigio): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-09(diskfs_S_io_write): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-09(diskfs_S_io_stat): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-09Prevent diskfs_synchronous from having its usual effect here.Michael I. Bushnell
1995-03-09(diskfs_S_io_prenotify): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-09(diskfs_S_file_syncfs): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-09(diskfs_S_file_sync): Implement diskfs_synchronous.Michael I. Bushnell