aboutsummaryrefslogtreecommitdiff
path: root/fstests/fstests.c
Commit message (Collapse)AuthorAgeFilesLines
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-031-1/+1
| | | | | Also add -Werror=old-style-definition to enforce new code. Message-Id: <ZBZ+8xf7GHy2RT/h@jupiter.tail36e24.ts.net>
* Fix warningsSamuel Thibault2018-03-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libdiskfs/boot-start.c (diskfs_start_bootstrap): Fix printf format. * libfshelp/delegate.c: Include <alloca.h> and <stdlib.h>. * libfshelp/start-translator-long.c: Include <stdlib.h>. * libshouldbeinlibc/ugids-verify-auth.c (server_verify_make_auth): Fix prototypes for password_check_group and password_check_user. * libstore/argp.c: Include <stdlib.h>. * libstore/task.c: Include <stdlib.h>. * exec/exec.c: Include <mach/vm_param.h>. * libbpf/bpf_impl.c: Include <stdlib.h>. * proc/info.c (S_proc_getloginpids): Remove local variables leader_task and leader_sub. * proc/main.c (main): Remove local variable original_argv. * boot/boot.c (task_died, S_mach_notify_new_task): Fix printf format. * exec/elfcore.c: Include <alloca.h> and <mach/vm_param.h>. * trans/crash.c: Include <hurd/msg.h>. * trans/random.c: Include <signal.h>. * utils/login.c: Include <signal.h>. * utils/id.c: Include <hurd/msg.h>. * utils/devprobe.c: Include <stdlib.h>. * utils/addauth.c: Include <hurd/msg.h>. * utils/frobauth-mod.c: Include <hurd/msg.h>. * utils/storeread.c: Include <stdlib.h>. * utils/msgport.c: Include <hurd/msg.h>. * sutils/clookup.c (file_name_lookup_carefully): Fix lookup function prototype, make head and tail const. * utils/rpcscan.c: Include <stdlib.h>. * sutils/bless.c: Include <stdlib.h>. * fstests/fstests.c: Include <stdlib.h>. * startup/startup.c (argz_task_insert_right): Fix printf format. * init/init.c: Include <stdlib.h>.
* fix compiler warning in hurd/fstestsFlavio Cruz2015-12-311-1/+5
| | | | | * fstests/fstests.c (main): Only declare 'root' when HURDISH_TESTS is defined.
* Fix space styleSamuel Thibault2015-03-051-12/+12
|
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-261-16/+17
| | | | | | | | | * fstests.c: Include <error.h>. (main): Use error, not perror. [HURDISH_TESTS]: Use this rather then having the code in question #if 0'd out. * timertest.c: Include <error.h> and <errno.h> (main): Use error, not perror and exit.
* doc/Marcus Brinkmann2002-03-051-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-3/+2
| | | | * fstests.c (main): sync now returns void.
* 2000-03-26 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-271-4/+6
| | | | * fstests.c (main): Fix return type. #if 0 out some unused variables.
* entered into RCSRoland McGrath1994-08-311-6/+7
|
* Formerly fstests.c.~20~Roland McGrath1994-04-061-0/+9
|
* Formerly fstests.c.~19~Roland McGrath1994-04-011-8/+16
|
* Formerly fstests.c.~18~Roland McGrath1994-04-011-2/+2
|
* Formerly fstests.c.~17~Michael I. Bushnell1994-03-171-9/+7
|
* Formerly fstests.c.~16~Michael I. Bushnell1994-03-161-2/+5
|
* Formerly fstests.c.~15~Michael I. Bushnell1994-03-101-2/+1
|
* Formerly fstests.c.~14~Michael I. Bushnell1994-03-081-1/+0
|
* Formerly fstests.c.~13~Michael I. Bushnell1994-03-071-0/+2
|
* Formerly fstests.c.~12~Michael I. Bushnell1994-01-311-0/+2
|
* Formerly fstests.c.~11~Michael I. Bushnell1994-01-061-5/+10
|
* Formerly fstests.c.~10~Michael I. Bushnell1993-12-231-3/+3
|
* Formerly fstests.c.~9~Michael I. Bushnell1993-12-161-0/+7
|
* Formerly fstests.c.~8~Michael I. Bushnell1993-12-161-2/+3
|
* Formerly fstests.c.~7~Michael I. Bushnell1993-12-161-2/+2
|
* Formerly fstests.c.~6~Michael I. Bushnell1993-12-161-5/+5
|
* Formerly fstests.c.~5~Michael I. Bushnell1993-12-111-19/+20
|
* Formerly fstests.c.~4~Michael I. Bushnell1993-11-051-1/+0
|
* Formerly fstests.c.~3~Michael I. Bushnell1993-11-041-5/+8
|
* Formerly fstests.c.~2~Michael I. Bushnell1993-09-211-0/+9
|
* Initial revisionMichael I. Bushnell1993-09-211-0/+47