aboutsummaryrefslogtreecommitdiff
path: root/trans/symlink.c
Commit message (Collapse)AuthorAgeFilesLines
* Make RPC input array parameters constSamuel Thibault2022-01-161-2/+2
| | | | | This follows mig's cf4bcc3f1435 ("Also add const qualifiers on server side")
* Fix build warningsSamuel Thibault2022-01-011-1/+1
| | | | No actual behavior change.
* trans/symlink: Use default server stubs.Justus Winter2017-08-251-59/+0
| | | | | * trans/Makefile (fsysServer-CFLAGS): Use default server stubs. * trans/symlink.c: Remove all the fsys stubs.
* hurd: fix the get-children and get-source proceduresJustus Winter2014-02-251-15/+0
| | | | | | | | | | | | | | | | | | | | | | | * hurd/fs.defs: Add file_get_children and file_get_source. * hurd/fsys.defs: Remove fsys_get_children and fsys_get_source. * libdiskfs/fsys-get-children.c: Rename and adapt accordingly. * libdiskfs/fsys-get-source.c: Likewise. * libnetfs/fsys-get-children.c: Likewise. * libnetfs/fsys-get-source.c: Likewise. * libtrivfs/fsys-get-children.c: Likewise. * libtrivfs/fsys-get-source.c: Likewise. * libdiskfs/diskfs.h: Adapt prototype and comment. * libnetfs/netfs.h: Likewise. * libtrivfs/trivfs.h: Likewise. * libdiskfs/get-source.c: Adapt default implementation, provide diskfs_disk_name by default. * libnetfs/netfs.h: Adapt default implementation. * libtrivfs/get-source.c: Likewise. * libdiskfs/Makefile: Adapt accordingly. * libnetfs/Makefile: Likewise. * libtrivfs/Makefile: Likewise. * trans/symlink.c: Likewise. * trans/mtab.c: Likewise.
* trans/symlink.c: add fsys_get_sourceJustus Winter2013-09-151-0/+7
| | | | | | Create a server function returning EOPNOTSUPP. * trans/symlink.c (S_fsys_get_source): New function.
* trans/symlink.c: add fsys_get_childrenJustus Winter2013-09-151-0/+8
| | | | | | Create a server function returning EOPNOTSUPP. * trans/symlink.c (S_fsys_get_children): New function.
* trans: register symlink translators as importantJustus Winter2013-08-291-0/+13
| | | | | | | Register any symlink translators running as root as important processes at the proc server. * trans/symlink.c (main): Mark us as important.
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-291-10/+5
| | | | * symlink.c (S_fsys_getroot, S_fsys_getfile): u_int -> size_t
* 2002-05-13 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-131-5/+35
| | | | | | | | | * symlink.c: Include <argp.h> and <version.h>. (argp_program_version, options, args_doc, doc, argp): New variables. (parse_opt): New function. (main): Replace argument count check and usage output by argp_parse invocation.
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-261-18/+15
| | | | | | | | | * ifsock.c (main): Use ERR, not errno. * symlink.c: Include <error.h> and <errno.h>. (main): Use err, not fprintf and exit. Use error, not perror and exit. Use err, not error. Check for MACH_PORT_NULL explicitly. Check for proper usage of symlink before checking if symlink is started as a translator.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-5/+6
| | | | | | | | | | | * symlink.c: Include <string.h> for decls of built-ins. * firmlink.c: Include <stdlib.h> for exit decl. * ifsock.c: Likewise. * null.c: Likewise. * magic.c: Likewise. * fifo.c: Likewise. * hello.c: Likewise. * hello-mt.c: Likewise.
* 2000-03-17 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell2000-03-171-2/+5
| | | | * symlink.c (main): Don't use MAKE_SEND in Hurd RPC.
* 1999-08-31 Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>Roland McGrath1999-09-011-0/+1
| | | | | | | | | | * bogus-fifo.c (main): Deallocate bootstrap port after using it. * fifo.c (main): Likewise. * firmlink.c (main): Likewise. * ifsock.c (main): Likewise. * magic.c (main): Likewise. * null.c (main): Likewise. * symlink.c (main): Likewise.
* (S_fsys_get_options): New function.Miles Bader1995-11-061-6/+11
| | | | | (main): Add flags argument to fsys_startup call. (S_fsys_startup): Add FLAGS arg.
* (S_fsys_getpriv): Add new extra args.Miles Bader1995-10-081-3/+3
|
* (S_fsys_forward): New function.Miles Bader1995-08-241-0/+7
|
* Add fsys_set_options, replacing fsys_mod_readonly.Miles Bader1995-05-121-3/+3
|
* entered into RCSMichael I. Bushnell1994-08-311-0/+16
|
* Formerly symlink.c.~3~Michael I. Bushnell1994-08-161-8/+77
|
* Formerly symlink.c.~2~Michael I. Bushnell1994-07-211-5/+5
|
* Initial revisionMichael I. Bushnell1994-07-191-0/+99