summaryrefslogtreecommitdiff
path: root/fstests
AgeCommit message (Collapse)Author
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
2013-11-09Normalize whitespace at the end of each file to '\n'Justus Winter
Some files were not normalized. In console/motd.UTF8 the additional newline is intentional. Empty files were excluded as well.
2009-07-11Switch to the new ChangeLog style.Thomas Schwinge
* ChangeLog: Wipe out content, and add instructions about how to get it back. * auth/ChangeLog: Remove file. * benchmarks/ChangeLog: Likewise. * boot/ChangeLog: Likewise. * bsdfsck/ChangeLog: Likewise. * config/ChangeLog: Likewise. * console-client/ChangeLog: Likewise. * console/ChangeLog: Likewise. * daemons/ChangeLog: Likewise. * defpager/ChangeLog: Likewise. * doc/ChangeLog: Likewise. * exec/ChangeLog: Likewise. * ext2fs/ChangeLog: Likewise. * fatfs/ChangeLog: Likewise. * fstests/ChangeLog: Likewise. * ftpfs/ChangeLog: Likewise. * hostmux/ChangeLog: Likewise. * hurd/ChangeLog: Likewise. * include/ChangeLog: Likewise. * init/ChangeLog: Likewise. * isofs/ChangeLog: Likewise. * libcons/ChangeLog: Likewise. * libdirmgt/ChangeLog: Likewise. * libdiskfs/ChangeLog: Likewise. * libfshelp/ChangeLog: Likewise. * libftpconn/ChangeLog: Likewise. * libhurdbugaddr/ChangeLog: Likewise. * libihash/ChangeLog: Likewise. * libiohelp/ChangeLog: Likewise. * libnetfs/ChangeLog: Likewise. * libpager/ChangeLog: Likewise. * libpipe/ChangeLog: Likewise. * libports/ChangeLog: Likewise. * libps/ChangeLog: Likewise. * libshouldbeinlibc/ChangeLog: Likewise. * libstore/ChangeLog: Likewise. * libthreads/ChangeLog: Likewise. * libtrivfs/ChangeLog: Likewise. * login/ChangeLog: Likewise. * mach-defpager/ChangeLog: Likewise. * nfs/ChangeLog: Likewise. * nfsd/ChangeLog: Likewise. * pfinet/ChangeLog: Likewise. * pflocal/ChangeLog: Likewise. * proc/ChangeLog: Likewise. * release/ChangeLog: Likewise. * serverboot/ChangeLog: Likewise. * storeio/ChangeLog: Likewise. * sutils/ChangeLog: Likewise. * term/ChangeLog: Likewise. * tmpfs/ChangeLog: Likewise. * trans/ChangeLog: Likewise. * ufs-fsck/ChangeLog: Likewise. * ufs-utils/ChangeLog: Likewise. * ufs/ChangeLog: Likewise. * usermux/ChangeLog: Likewise. * utils/ChangeLog: Likewise.
2002-03-26*** empty log message ***Neal H. Walfield
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-26.Roland McGrath
2001-02-262001-02-25 Roland McGrath <roland@frob.com>Roland McGrath
* fstests.c (main): sync now returns void.
2001-02-262001-02-25 Roland McGrath <roland@frob.com>Roland McGrath
* timertest.c: Include <stdlib.h> for decl.
2000-03-27.Roland McGrath
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.
1996-07-17Initial revisionRoland McGrath
1996-06-27(targets): Comment out opendisk for now.Michael I. Bushnell
1996-04-29Fuzzy ... was a bearMichael I. Bushnell
1996-04-29(OBJS): Delete variable.Michael I. Bushnell
1995-07-07(OBJS): New var.Michael I. Bushnell
(timertest, fstests, opendisk, fdtests): List object files.
1994-09-09entered into RCSMichael I. Bushnell
1994-08-31Formerly opendisk.c.~2~Michael I. Bushnell
1994-08-31entered into RCSMichael I. Bushnell
1994-08-31Initial revisionMichael I. Bushnell
1994-08-31entered into RCSRoland McGrath
1994-08-16entered into RCSRoland McGrath
1994-07-21Formerly Makefile.~25~Michael I. Bushnell
1994-07-21Formerly Makefile.~24~Michael I. Bushnell
1994-07-19Formerly Makefile.~23~Michael I. Bushnell
1994-07-05Formerly Makefile.~22~Michael I. Bushnell
1994-06-20Formerly Makefile.~21~Michael I. Bushnell
1994-05-04Formerly Makefile.~20~Michael I. Bushnell
1994-05-04Formerly timertest.c.~2~Michael I. Bushnell
1994-05-04Initial revisionMichael I. Bushnell
1994-05-02Formerly Makefile.~19~Michael I. Bushnell
1994-04-08Formerly Makefile.~18~Roland McGrath
1994-04-08Formerly Makefile.~17~Michael I. Bushnell
1994-04-07Formerly Makefile.~16~Michael I. Bushnell
1994-04-07Formerly Makefile.~15~Michael I. Bushnell
1994-04-06entered into RCSRoland McGrath
1994-04-06Formerly Makefile.~14~Roland McGrath
1994-04-06Formerly fdtests.c.~3~Roland McGrath
1994-04-06Formerly Makefile.~13~Roland McGrath
1994-04-06Formerly fstests.c.~20~Roland McGrath
1994-04-01Formerly fstests.c.~19~Roland McGrath
1994-04-01Formerly Makefile.~12~Roland McGrath
1994-04-01Formerly fstests.c.~18~Roland McGrath
1994-03-22Formerly Makefile.~11~Michael I. Bushnell
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