aboutsummaryrefslogtreecommitdiff
path: root/trans/magic.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-3/+3
| | | | | | | | | * firmlink.c (main): Fix return type to int, and use return. * fwd.c (main): Likewise. * new-fifo.c (main): Likewise. * magic.c (main): Likewise. * fifo.c (main): Likewise. * null.c (main): Likewise.
* (main): Actually parse the arg.Miles Bader1997-07-151-3/+3
|
* (main):Miles Bader1997-07-151-14/+12
| | | | | | | Use argp to parse args. (argp_program_version, args_doc, doc): New variables. Add new includes <argp.h> & <version.h>.
* (S_fsys_get_options): New function.Miles Bader1995-11-061-4/+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-1/+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
|
* Don't deallocate our right to the underlying disk node, so we don't getMiles Bader1995-03-311-6/+4
| | | | | | garbage collected prematurely. Also move the check for the bootstrap port after the args check, so that users can run it from the shell to get a usage message.
* Initial revisionMiles Bader1995-03-301-0/+142