aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Initial RevisionThomas Bushnell1997-04-0335-0/+11274
|
* .Miles Bader1997-03-071-0/+1
|
* Add addu to dependents of libshouldbeinlibc & libps.Miles Bader1997-03-071-5/+8
| | | | | | (INSTALL-hurdids-ops, INSTALL-addu-ops): New variables. (SRCS): Add addu.c. (targets): Add addu.
* Initial revisionMiles Bader1997-03-071-0/+444
|
* .Miles Bader1997-03-071-0/+5
|
* .Miles Bader1997-03-071-0/+6
|
* (args_doc):Miles Bader1997-03-071-70/+102
| | | | | | | Initialize with "[PID]". (main): Get the ids from the auth port instead of using libc grot. Support getting ids from other processes.
* .Miles Bader1997-03-061-0/+8
|
* (SRCS):Miles Bader1997-03-061-1/+1
| | | | Add argp-eexst.c.
* (__argp_state_help):Miles Bader1997-03-061-1/+1
| | | | Use ARGP_ERR_EXIT_STATUS when exiting due to an error.
* (argp_err_exit_status):Miles Bader1997-03-061-0/+5
| | | | New variable.
* Initial revisionMiles Bader1997-03-061-0/+32
|
* .Miles Bader1997-03-021-0/+24
|
* (netfs_S_dir_lookup):Miles Bader1997-03-021-30/+40
| | | | | | Implement shadow root .. traversal. Use context po argument to netfs_make_peropen & as cookie to fshelp_fetch_root, instead of parent node.
* (netfs_S_dir_mkfile):Miles Bader1997-03-021-3/+2
| | | | Pass context arg to netfs_make_peropen instead of parent node.
* (netfs_S_file_exec):Miles Bader1997-03-021-3/+2
| | | | Pass context arg to netfs_make_peropen instead of parent node.
* (netfs_S_file_reparent):Miles Bader1997-03-021-1/+40
| | | | Implement.
* (netfs_S_fsys_getroot):Miles Bader1997-03-021-3/+5
| | | | | Add PEROPEN_CONTEXT variable, and pass it to netfs_make_peropen & fshelp_fetch_root.
* (netfs_make_peropen):Miles Bader1997-03-021-6/+21
| | | | Add and use CONTEXT parameter.
* (netfs_release_peropen):Miles Bader1997-03-021-2/+13
| | | | Finalize new state.
* (struct peropen):Miles Bader1997-03-021-3/+18
| | | | | | | | Add shadow_root_parent & shadow_root fields. Removed depth field. Rename dotdotnode field to root_parent. (netfs_make_peropen): Add and use CONTEXT parameter.
* Deal with current device naming scheme.Miles Bader1997-03-021-7/+8
|
* (mkdev):Miles Bader1997-03-021-0/+1
| | | | Make I local.
* .Miles Bader1997-03-023-0/+25
|
* (main):Miles Bader1997-03-021-1/+31
| | | | | | Support USER... args. (add_utmp_procs): Ignore unused utmp entries.
* (open_hook):Miles Bader1997-03-021-4/+15
| | | | Add OPEN_COUNT hack to try and detect lossage.
* (diskfs_S_io_identity):Miles Bader1997-03-021-1/+3
| | | | | Pass CRED's shadow root inode number to fshelp_get_identity when creating a shadow root fsid, not INUM.
* .Miles Bader1997-03-011-0/+8
|
* (fsck_cleanup):Miles Bader1997-03-011-1/+4
| | | | Correctly remove from fscks chain.
* .Miles Bader1997-03-011-0/+2
|
* (main):Miles Bader1997-03-011-1/+2
| | | | Make multithreaded.
* .Miles Bader1997-03-012-1/+13
|
* (fwd null ifsock fifo new-fifo devport firmlink):Miles Bader1997-03-011-1/+1
| | | | Add firmlink to targets depending on libthreads.
* .Miles Bader1997-03-011-0/+5
|
* (ps_fmt_squash):Miles Bader1997-02-281-2/+3
| | | | Deal with FIELD->spec being NULL when advancing over a field.
* (main): Remove ERR.Miles Bader1997-02-261-2/+1
|
* (main):Miles Bader1997-02-261-1/+1
| | | | Open device read-only.
* (main):Miles Bader1997-02-261-7/+9
| | | | | Fetch DEVICE_MASTER *before* we use it. Use argp_failure instead of error.
* Doc fixes.Miles Bader1997-02-251-0/+6
|
* .Miles Bader1997-02-241-0/+4
|
* (diskfs_S_io_stat):Miles Bader1997-02-241-2/+2
| | | | Mark shadow roots with S_IROOT.
* (diskfs_S_io_identity):Miles Bader1997-02-241-4/+11
| | | | Return different fsys ids for different shadow roots.
* zorkMiles Bader1997-02-231-0/+2
|
* .Miles Bader1997-02-231-0/+7
|
* (options, parse_opt):Miles Bader1997-02-231-11/+6
| | | | | | | | | Remove -i. (getroot): If firmlink returns ENOENT, act like an unresolvable link. Don't support visible mode. (argp): Use OPTIONS.
* .Miles Bader1997-02-222-0/+18
|
* (diskfs_init_dir):Miles Bader1997-02-221-2/+1
| | | | | Use CRED->po as LOOKUPCRED's po, so that root detection works (and doesn't crash).
* (dev_clear_flags, store_device_open):Miles Bader1997-02-221-5/+12
| | | | | | Use MOD_FLAGS arg to dopen. (dopen): Add MOD_FLAGS param, and detect read-only devices.
* (diskfs_release_peropen):Miles Bader1997-02-221-1/+1
| | | | Don't deadlock if PO's shadow_root is also it's node.
* (diskfs_S_file_reparent):Miles Bader1997-02-221-2/+1
| | | | | Don't release a reference to any old shadow_root if it was == NODE. Don't aquire a new reference for NODE.