summaryrefslogtreecommitdiff
path: root/hurd/fs.defs
AgeCommit message (Collapse)Author
2002-06-132002-06-13 Roland McGrath <roland@frob.com>Roland McGrath
* fs.defs (dir_readdir): Revert AMOUNT type to int, since it's a count of entries and not a byte count.
2002-06-112002-06-08 Roland McGrath <roland@frob.com>Roland McGrath
* hurd_types.defs (loff_t, ino64_t): New types, 64 bits. (off_t): Type removed. (off_array_t): Use loff_t instead of off_t as base type. * hurd_types.h (off_array_t): Likewise. [_FILE_OFFSET_BITS != 64] (io_statbuf_t, fsys_statfsbuf_t): Define using struct stat64/statfs64 instead of struct stat/statfs. * io.defs (io_identity): Use ino64_t for FILENO. * fs.defs (file_set_size): off_t -> loff_t * fs_notify.defs (file_changed): Likewise. * io.defs (io_write, io_read, io_seek): Likewise. * io_request.defs: Likewise for those RPCs' *_request variants. * io_reply.defs: Likewise for those RPCs' *_reply variants. * hurd_types.defs (size_t): Remove type. * fs.defs (dir_readdir): Use vm_size_t for AMOUNT. * socket.defs (socket_send, socket_recv): Likewise. * pfinet.defs (pfinet_siocgifconf): Likewise. * io.defs (io_write, io_read, io_readable): Likewise. * io_request.defs: Likewise for those RPCs' *_request variants. * io_reply.defs: Likewise for those RPCs' *_reply variants.
2002-03-05doc/Marcus Brinkmann
2002-03-05 Marcus Brinkmann <marcus@gnu.org> * hurd.texi (Diskfs Callbacks): Refer to dir_lookup, not dir_pathtrans. Reported by James A Morrison <ja2morri@student.math.uwaterloo.ca>. fstests/ 2002-03-05 Marcus Brinkmann <marcus@gnu.org> * fstests.c (main): Call dir_lookup, not dir_pathtrans. Reported by James A Morrison <ja2morri@student.math.uwaterloo.ca>. hurd/ 2002-03-05 Marcus Brinkmann <marcus@gnu.org> * fs.defs: Refer to dir_lookup, not dir_pathtrans, in comments. * fsys.defs: Likewise. * hurd_types.h (enum retry_type): Likewise. Reported by James A Morrison <ja2morri@student.math.uwaterloo.ca>. libdiskfs/ 2002-03-05 Marcus Brinkmann <marcus@gnu.org> * diskfs.h: Refer to dir_lookup, not dir_pathtrans, in comment. * fsys-getroot.c (diskfs_S_fsys_getroot): Likewise. Reported by James A Morrison <ja2morri@student.math.uwaterloo.ca>. libfshelp/ 2002-03-05 Marcus Brinkmann <marcus@gnu.org> * fshelp.h: Refer to dir_lookup, not dir_pathtrans, in comment. Reported by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
2001-07-102001-07-11 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* fs.defs (routine file_get_storage_info): Add dealloc to all out parameters (PORTS, INTS, OFFSETS, DATA). (routine file_get_fs_options): Add dealloc to out parameter OPTIONS. * fsys.defs (routine fsys_get_options): Add dealloc to out parameter OPTIONS. * process.defs (routine proc_getprocinfo): Add dealloc to out paramter PROCINFO.
1999-10-111999-10-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* fs.defs (dir_readdir): Replace dealloc with dealloc[] on out data.
1999-01-31Sun Jan 31 18:21:58 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* fs.defs (file_utimes): Extend documentation.
1998-08-10Thu Jul 30 10:38:30 1998 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* fs.defs (file_notice_changes, dir_notice_changes): Doc fix.
1998-07-15Wed Jul 15 10:37:44 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* fs.defs (dir_lookup): Update interface specification in the comment to reflect current reality.
1997-02-14(file_reparent):Miles Bader
Renamed from dir_reparent.
1997-01-20(dir_reparent): Make PARENT a mach_port_t, not a file_t, so that librariesMiles Bader
that do type translations of file_t won't get bogus arguments for ports in other filesystems.
1996-05-06port_array_t -> portarray_t.Michael I. Bushnell
1996-05-06(file_get_storage_info): Change arguments & comment.Miles Bader
1996-05-06(file_sync): New parm `omit_metadata'.Michael I. Bushnell
(dir_link, dir_rename): Add parm `excl'.
1995-10-30(file_get_storage_info): New parm FLAGS.Michael I. Bushnell
1995-10-27(file_exec, file_set_translator): Add SCP to incoming variable sizedMichael I. Bushnell
arrays.
1995-10-27Added reply port option to all RPC's.Michael I. Bushnell
1995-10-27(file_get_fs_options): New RPC.Michael I. Bushnell
1995-10-27(file_invoke_translateo): Function deleted.Michael I. Bushnell
1995-10-12(file_exec): Remove dealloc[] keywords, and revert EXEC_TASK arg to task_tRoland McGrath
from mach_port_send_t. We cannot safely use dealloc ool or move rights with the current RPC system.
1995-10-07(file_exec): Add dealloc[] flag to most args.Roland McGrath
1995-10-06(file_get_storage_info): Change type of ADDRESSES to off_array_t.Miles Bader
Add ADDRESS_UNITS out parameter. (dir_link): Swap the DIR and FILE parameters.
1995-09-26Reoops.Michael I. Bushnell
1995-09-26Oops.Michael I. Bushnell
1995-09-26(file_get_storage_info): New RPC; use the slot that used to holdMichael I. Bushnell
file_pathconf.
1995-09-17(file_truncate): RPC renamed to file_set_size.Roland McGrath
1995-09-17(file_pathconf): RPC removed (replaced with skip).Roland McGrath
1994-10-07entered into RCSMichael I. Bushnell
1994-08-30Formerly fs.defs.~85~Roland McGrath
1994-08-26Formerly fs.defs.~84~Michael I. Bushnell
1994-07-12Formerly fs.defs.~83~Roland McGrath
1994-07-08Formerly fs.defs.~82~Michael I. Bushnell
1994-07-08Formerly fs.defs.~81~Roland McGrath
1994-06-16Formerly fs.defs.~80~Michael I. Bushnell
1994-06-16Formerly fs.defs.~79~Roland McGrath
1994-06-16Formerly fs.defs.~78~Michael I. Bushnell
1994-04-29Formerly fs.defs.~77~Michael I. Bushnell
1994-03-25Formerly fs.defs.~76~Michael I. Bushnell
1994-02-17Formerly fs.defs.~75~Michael I. Bushnell
1994-02-05Formerly fs.defs.~74~Michael I. Bushnell
1994-02-04Formerly fs.defs.~73~Michael I. Bushnell
1994-02-01Formerly fs.defs.~72~Michael I. Bushnell
1994-02-01Formerly fs.defs.~71~Michael I. Bushnell
1993-12-07Formerly fs.defs.~70~Michael I. Bushnell
1993-11-23Formerly fs.defs.~69~Michael I. Bushnell
1993-10-27Formerly fs.defs.~68~Michael I. Bushnell
1993-10-26Formerly fs.defs.~67~Michael I. Bushnell
1993-09-23Formerly fs.defs.~66~Michael I. Bushnell
1993-05-14Formerly fs.defs.~65~Michael I. Bushnell
1993-04-30Formerly fs.defs.~64~Michael I. Bushnell
1993-03-17Initial revisionMichael I. Bushnell