Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-03-21 | Include <hurd/ps.h> instead of "ps.h". | Michael I. Bushnell | |
Include <unistd.h>. (enum_name): Avoid warning. | |||
1995-03-21 | Include <hurd/ps.h> instead of "ps.h". | Michael I. Bushnell | |
1995-03-21 | (REMHDRS): Add ../libps/ps.h. | Michael I. Bushnell | |
1995-03-21 | Include <hurd/term.h>. | Michael I. Bushnell | |
1995-03-21 | (ps_write_int_field): Use int format for int arg. | Michael I. Bushnell | |
1995-03-21 | (ps_user_passwd) [COUNT, COPY]: Use `if' statement. | Michael I. Bushnell | |
1995-03-21 | Include <string.h>. | Michael I. Bushnell | |
(ps_emit_num_blocks): Use int format for int arg. (sprint_frac_value): Likewise. | |||
1995-03-21 | Include <string.h>. | Michael I. Bushnell | |
1995-03-21 | (ps_host_basic_info): Cast third arg to host_info. | Michael I. Bushnell | |
(ps_host_sched_info): Likewise. (ps_host_load_info): Likewise. | |||
1995-03-21 | Include <unistd.h>. | Michael I. Bushnell | |
1995-03-21 | Include <hurd/term.h>. | Michael I. Bushnell | |
1995-03-21 | Don't include pshost.h. | Michael I. Bushnell | |
1995-03-21 | Don't include "pshost.h". | Michael I. Bushnell | |
1995-03-21 | Initial revision | Michael I. Bushnell | |
1995-03-21 | * ps.h: Include <errno.h>. | Michael I. Bushnell | |
(ps_get_host, ps_host_basic_info, ps_host_sched_info, ps_host_load_info): Copied here from pshost.h. (ps_write_string, ps_write_spaces, ps_write_padding, ps_write_field, ps_write_int_field): Copied here from pswrite.h | |||
1995-03-21 | (libps): New variable. | Michael I. Bushnell | |
(alllibs): Add libps. | |||
1995-03-21 | (targets): Omit ps. | Michael I. Bushnell | |
1995-03-20 | Doc 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-17 | More 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 our | Michael 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-17 | Back out previous change. | Michael I. Bushnell | |
1995-03-17 | Back out changes to protid and associated permission checking | Michael 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-15 | Set the PSTAT_STATE_PRIORITY and PSTAT_STATE_NICED flags when appropiate. | Miles Bader | |
1995-03-15 | Add 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. |