summaryrefslogtreecommitdiff
path: root/libnetfs/file-get-fs-options.c
AgeCommit message (Collapse)Author
2012-11-27Complete switch from cthreads to pthreadsSamuel Thibault
* console/input.c: Switch comment from cthreads to pthreads. * libnetfs/file-get-fs-options.c: Likewise * libnetfs/fsys-get-options.c: Likewise * libnetfs/fsys-set-options.c: Likewise * libnetfs/shutdown.c: Likewise * libpager/lock-object.c: Likewise * nfsd/cache.c: Set back replycachelock as static variable. * term/hurdio.c: Use pthread_hurd_cond_wait_np instead of pthread_cond_wait.
1998-08-201998-08-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* file-get-fs-options.c (netfs_S_file_get_fs_options): fshelp_return_malloced_buffer renamed to iohelp_*. * fsys-get-options.c (netfs_S_fsys_get_options): Likewise.
1996-09-23(netfs_S_file_get_fs_options):Miles Bader
Initialize ARGZ with the program name, and call netfs_append_args instead of netfs_get_options.
1996-06-26(netfs_S_file_get_fs_options):Miles Bader
Use fshelp_return_malloced_buffer to prepare return value.
1996-03-05Initial revisionMiles Bader