summaryrefslogtreecommitdiff
path: root/fstests/fstests.c
AgeCommit message (Collapse)Author
2024-09-08Fix warnings in fstestsFlavio Cruz
Message-ID: <20240121210757.1900938-3-flaviocruz@gmail.com>
2023-04-03Modernize code by removing use of old style definitions.Flavio Cruz
Also add -Werror=old-style-definition to enforce new code. Message-Id: <ZBZ+8xf7GHy2RT/h@jupiter.tail36e24.ts.net>
2018-03-05Fix warningsSamuel Thibault
* 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>.
2015-12-31fix compiler warning in hurd/fstestsFlavio Cruz
* fstests/fstests.c (main): Only declare 'root' when HURDISH_TESTS is defined.
2015-03-05Fix space styleSamuel Thibault
2002-03-262002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield
* 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.
2002-03-05doc/Marcus Brinkmann
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-262001-02-25 Roland McGrath <roland@frob.com>Roland McGrath
* fstests.c (main): sync now returns void.
2000-03-272000-03-26 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* fstests.c (main): Fix return type. #if 0 out some unused variables.
1994-08-31entered into RCSRoland McGrath
1994-04-06Formerly fstests.c.~20~Roland McGrath
1994-04-01Formerly fstests.c.~19~Roland McGrath
1994-04-01Formerly fstests.c.~18~Roland McGrath
1994-03-17Formerly fstests.c.~17~Michael I. Bushnell
1994-03-16Formerly fstests.c.~16~Michael I. Bushnell
1994-03-10Formerly fstests.c.~15~Michael I. Bushnell
1994-03-08Formerly fstests.c.~14~Michael I. Bushnell
1994-03-07Formerly fstests.c.~13~Michael I. Bushnell
1994-01-31Formerly fstests.c.~12~Michael I. Bushnell
1994-01-06Formerly fstests.c.~11~Michael I. Bushnell
1993-12-23Formerly fstests.c.~10~Michael I. Bushnell
1993-12-16Formerly fstests.c.~9~Michael I. Bushnell
1993-12-16Formerly fstests.c.~8~Michael I. Bushnell
1993-12-16Formerly fstests.c.~7~Michael I. Bushnell
1993-12-16Formerly fstests.c.~6~Michael I. Bushnell
1993-12-11Formerly fstests.c.~5~Michael I. Bushnell
1993-11-05Formerly fstests.c.~4~Michael I. Bushnell
1993-11-04Formerly fstests.c.~3~Michael I. Bushnell
1993-09-21Formerly fstests.c.~2~Michael I. Bushnell
1993-09-21Initial revisionMichael I. Bushnell