index
:
hurd.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libtrivfs
/
trivfs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of u_int in RPCs
Samuel Thibault
2023-08-08
1
-1
/
+1
*
Further modernize Hurd code by enforcing strict prototypes and no implicit fu...
Flavio Cruz
2023-04-08
1
-5
/
+7
*
Add trivfs_startup_debug() for easier translator development
Luca Dariz
2022-08-22
1
-0
/
+11
*
Fix const warnings
Samuel Thibault
2022-01-17
1
-2
/
+2
*
Make RPC input array parameters const
Samuel Thibault
2022-01-16
1
-1
/
+1
*
random: Add a trivfs_server_name
Samuel Thibault
2021-12-30
1
-0
/
+7
*
Fix build with -fno-common
Samuel Thibault
2020-03-31
1
-24
/
+24
*
libnetfs: Support for file record locking
Svante Signell
2019-10-30
1
-4
/
+24
*
Catch LFS64 inconsistencies in RPC server stubs
Samuel Thibault
2019-07-27
1
-0
/
+56
*
Remove unused parameter from the 'get_source' machinery.
Justus Winter
2017-09-01
1
-6
/
+5
*
libtrivfs: fix notion of privileged user
Justus Winter
2016-04-26
1
-1
/
+2
*
libtrivfs: remove deprecated static class vectors
Justus Winter
2015-11-03
1
-13
/
+0
*
libtrivfs: deprecate old api
Justus Winter
2015-09-27
1
-4
/
+7
*
libtrivfs: lock-less reference counting for trivfs_peropen objects
Justus Winter
2014-05-26
1
-2
/
+2
*
libtrivfs: improve the mig mutator functions
Justus Winter
2014-02-25
1
-43
/
+1
*
hurd: fix the get-children and get-source procedures
Justus Winter
2014-02-25
1
-4
/
+5
*
libtrivfs: add fsys_get_source
Justus Winter
2013-09-15
1
-1
/
+7
*
Switch from cthreads to pthreads
Richard Braun
2012-11-27
1
-2
/
+2
*
fix common misspellings
Jonathan Neuschäfer
2011-08-20
1
-1
/
+1
*
2002-06-13 Roland McGrath <roland@frob.com>
Roland McGrath
2002-06-13
1
-0
/
+36
*
2002-06-07 Roland McGrath <roland@frob.com>
Roland McGrath
2002-06-11
1
-2
/
+2
*
1999-10-11 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath
1999-10-11
1
-4
/
+12
*
1999-02-06 Mark Kettenis <kettenis@gnu.org>
Thomas Bushnell
1999-02-19
1
-0
/
+9
*
(trivfs_add_control_port_class, trivfs_add_protid_port_class,
Miles Bader
1997-02-20
1
-5
/
+39
*
(trivfs_getroot_hook):
Miles Bader
1997-02-14
1
-1
/
+14
*
Mon Nov 18 18:13:42 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
Thomas Bushnell
1996-11-18
1
-0
/
+1
*
Thu Nov 7 01:01:05 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
Thomas Bushnell
1996-11-13
1
-8
/
+4
*
(trivfs_append_args): Make ARGZ_LEN `size_t *'.
Miles Bader
1996-09-23
1
-1
/
+1
*
(trivfs_get_options):
Miles Bader
1996-09-23
1
-5
/
+5
*
Add trivfs_set_options & trivfs_get_options.
Miles Bader
1996-06-21
1
-1
/
+14
*
(trivfs_runtime_argp): New declaration.
Miles Bader
1996-06-20
1
-0
/
+4
*
(trivfs_control): New members `filesys_id' and `file_id'.
Michael I. Bushnell
1996-05-10
1
-0
/
+2
*
(trivfs_handle_port): Delete declaration.
Michael I. Bushnell
1996-05-09
1
-8
/
+1
*
(trivfs_create_control): New declaration.
Miles Bader
1996-01-27
1
-12
/
+21
*
(trivfs_startup): Add FLAGS arg.
Miles Bader
1995-11-13
1
-2
/
+3
*
(trivfs_{begin,end}_using_{protid,control}): Declare them.
Roland McGrath
1995-10-06
1
-0
/
+11
*
(struct trivfs_control): Add the hook field.
Miles Bader
1995-08-24
1
-7
/
+4
*
(trivfs_protid_create_hook, trivfs_peropen_create_hook): Change the
Miles Bader
1995-08-12
1
-2
/
+20
*
Protect against including twice, and add includes that we depend on.
Miles Bader
1995-07-20
1
-0
/
+10
*
Fix types of trivfs_cntl_portclasses and trivfs_protid_portclasses.
Michael I. Bushnell
1995-06-27
1
-2
/
+2
*
(trivfs_startup): New parms CONTROL_BUCKET and PROTID_BUCKET.
Michael I. Bushnell
1995-06-27
1
-1
/
+3
*
(trivfs_handle_port): New parms CONTROL_BUCKET and PROTID_BUCKET.
Michael I. Bushnell
1995-06-27
1
-1
/
+3
*
(struct trivfs_control): New member `protid_bucket'.
Michael I. Bushnell
1995-06-27
1
-0
/
+1
*
(trivfs_control): Renamed member `protid_types' to be `protid_class'
Michael I. Bushnell
1995-06-27
1
-1
/
+1
*
(trivfs_protid_portclasses): Renamed from
Michael I. Bushnell
1995-06-27
1
-11
/
+14
*
Declare trivfs_startup.
Miles Bader
1995-04-09
1
-0
/
+9
*
(struct trivfs_control): Delete members `openshead' and `openstail'.
Michael I. Bushnell
1995-03-30
1
-1
/
+0
*
(trivfs_check_open_hook): Doc fix.
Michael I. Bushnell
1995-03-30
1
-13
/
+3
*
(struct trivfs_control): New member `lock'.
Michael I. Bushnell
1995-03-30
1
-1
/
+2
*
entered into RCS
Michael I. Bushnell
1994-07-11
1
-0
/
+6
[next]