aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (netfs_report_access): Oops.Michael I. Bushnell1996-04-021-9/+9
|
* (netfs_report_access): Never mind on new calling conv.Michael I. Bushnell1996-04-021-23/+17
|
* Never mind.cMichael I. Bushnell1996-04-021-4/+2
|
* Never mind.Michael I. Bushnell1996-04-021-1/+0
|
* (netfs_S_file_check_access): Never mind.cMichael I. Bushnell1996-04-021-1/+0
|
* Include <fcntl.h>.Michael I. Bushnell1996-04-023-0/+3
|
* (netfs_S_io_write): Verify that the user has the file open forMichael I. Bushnell1996-04-021-1/+7
| | | | writing.
* (netfs_S_io_read): Verify that the user has the file open for reading.Michael I. Bushnell1996-04-021-2/+9
|
* (netfs_report_access): Support new calling convention wrt TYPES.Michael I. Bushnell1996-04-021-19/+23
|
* (netfs_report_access): Doc fix.Michael I. Bushnell1996-04-021-3/+5
|
* (netfs_S_file_check_access): Initialize *TYPES.Michael I. Bushnell1996-04-021-1/+2
|
* (netfs_report_access): Bother to initialize LEN.Michael I. Bushnell1996-04-021-1/+1
|
* (pass1): Print mode correctly in unknown file type case.Michael I. Bushnell1996-04-021-1/+1
|
* (pass1): Recognize inode type IFSOCK too.Michael I. Bushnell1996-04-021-1/+2
|
* Formerly decode.c.~3~Miles Bader1996-04-011-1/+72
|
* Formerly encode.c.~3~Miles Bader1996-04-011-1/+1
|
* (netfs_S_file_exec): Remove stub.Michael I. Bushnell1996-04-011-33/+0
|
* (FSSRCS): Add file-exec.c.Michael I. Bushnell1996-04-011-1/+1
|
* (netfs_parse_runtime_options): Pass new arg to arg_parse.Miles Bader1996-04-011-1/+1
|
* (mode_rep): Prefix octal number with `0'.Miles Bader1996-03-311-1/+1
|
* (targets): Add devport.Miles Bader1996-03-311-5/+5
| | | | | (SRCS): Add devport.c. Add devport as a target to various dependency rules.
* Define malloc to something random around include of rpc/* header files toMiles Bader1996-03-291-0/+3
| | | | avoid bogus definition there.
* (netfs_report_access): Make sure netfs_attempt_read return aMichael I. Bushnell1996-03-291-0/+2
| | | | reasonable LEN.
* (netfs_attempt_write): Truncate to THISAMT instead of AMT.Michael I. Bushnell1996-03-291-3/+3
|
* (diskfs_truncate): Cast DI->di_shortlink to correct type before addingMichael I. Bushnell1996-03-291-1/+1
| | | | a character count to it.
* (pager_unlock_page, diskfs_grow):Miles Bader1996-03-291-66/+79
| | | | Try to make the logic a bit simpler and more robust.
* (psout): Use real types instead of old ps typedefs.Miles Bader1996-03-291-6/+7
|
* (options): Add --exclusive option, change descriptions.Miles Bader1996-03-291-15/+27
| | | | (main): Rearrange meanings of arguments somewhat.
* (spec_abbrevs): Make const.Miles Bader1996-03-291-24/+24
| | | | | (ps_specs): Make non-const. (...various...): Use real types instead of old ps typedefs.
* (uptime): Correctly calculate uptime.Miles Bader1996-03-291-19/+19
| | | | (...various...): Use real types instead of old ps typedefs.
* (ports_end_rpc): Acquire _PORTS_LOCK before calling _ports_remove_notified_rpc.Miles Bader1996-03-291-2/+3
|
* Initialize shared page magic number.Roland McGrath1996-03-291-6/+7
|
* (main): Argp interface changes.Miles Bader1996-03-291-195/+165
|
* (main): Print mode & {in,}direct blocks too.Miles Bader1996-03-291-2/+50
| | | | | (mode_rep): New function. (timespec_rep): P shouldn't be static.
* (diskfs_null_dirstat): New function.Miles Bader1996-03-291-38/+14
| | | | | | | (diskfs_lookup_hard, diskfs_direnter, diskfs_dirremove_hard, diskfs_dirrewrite_hard): Renamed from versions without `_hard' suffix. Get rid of stuff now done by diskfs.
* (main): Pass new argument to argp_parse.Miles Bader1996-03-291-1/+1
|
* (ports_reallocate_port): Require port to have a current portMichael I. Bushnell1996-03-291-0/+2
| | | | right.
* (ports_reallocate_from_external): Require port to have a current portMichael I. Bushnell1996-03-291-0/+2
| | | | right.
* (_ports_complete_deallocate): Only drop port right if it isn't alreadyMichael I. Bushnell1996-03-291-5/+9
| | | | null.
* (S_proc_reassign): Use new ports_transfer_right call instead ofMichael I. Bushnell1996-03-291-6/+41
| | | | | claim/install sequence; the latter has leaves the port out of any hash table for a time, which produces a race with incoming messages.
* (ports_transfer_right):Michael I. Bushnell1996-03-291-4/+6
|
* (SRCS): Add transfer-right.c.Michael I. Bushnell1996-03-291-1/+1
|
* Initial revisionMichael I. Bushnell1996-03-291-0/+92
|
* (ports_claim_right): Doc fix.Michael I. Bushnell1996-03-291-1/+9
| | | | (ports_transfer_right): New function.
* (main): Use new names for functions, and pass stdout.Miles Bader1996-03-291-365/+18
| | | | | | | (port_info, ports_info, xlated_port_info, xlated_ports_info, name_xlator_create, name_xlator_free, name_xlator_xlate): Functions removed (renamed and put in libshouldbeinlibc). (parse_task): Use strtoul instead of atoi so pid 0 works.
* Fix function name typos.Miles Bader1996-03-291-5/+5
|
* Fix function name typo.Miles Bader1996-03-292-4/+5
|
* (LCLHDRS): Add portinfo.h, portxlate.h.Miles Bader1996-03-291-2/+3
| | | | (SRCS): Add portinfo.c, xportinfo.c, portxlate.c.
* Initial revisionMiles Bader1996-03-295-0/+526
|
* (ports_manage_port_operations_one_thread): Fill in meaningfulMichael I. Bushnell1996-03-281-2/+6
| | | | statuses and errors rather than just zero.