aboutsummaryrefslogtreecommitdiff
path: root/fstests
Commit message (Collapse)AuthorAgeFilesLines
* More device_get_status count fixesSamuel Thibault2024-11-041-2/+2
|
* Fix warnings in fstestsFlavio Cruz2024-09-082-3/+8
| | | | Message-ID: <20240121210757.1900938-3-flaviocruz@gmail.com>
* 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-052-24/+24
|
* Normalize whitespace at the end of each file to '\n'Justus Winter2013-11-092-3/+0
| | | | | Some files were not normalized. In console/motd.UTF8 the additional newline is intentional. Empty files were excluded as well.
* Switch to the new ChangeLog style.Thomas Schwinge2009-07-111-70/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* *** empty log message ***Neal H. Walfield2002-03-261-0/+9
|
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-262-27/+24
| | | | | | | | | * 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-052-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>.
* .Roland McGrath2001-02-261-0/+6
|
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-3/+2
| | | | * fstests.c (main): sync now returns void.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-5/+5
| | | | * timertest.c: Include <stdlib.h> for decl.
* .Roland McGrath2000-03-271-2/+5
|
* 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.
* Initial revisionRoland McGrath1996-07-171-0/+47
|
* (targets): Comment out opendisk for now.Michael I. Bushnell1996-06-271-1/+1
|
* Fuzzy ... was a bearMichael I. Bushnell1996-04-291-2/+0
|
* (OBJS): Delete variable.Michael I. Bushnell1996-04-291-2/+4
|
* (OBJS): New var.Michael I. Bushnell1995-07-071-1/+6
| | | | (timertest, fstests, opendisk, fdtests): List object files.
* entered into RCSMichael I. Bushnell1994-09-091-0/+61
|
* Formerly opendisk.c.~2~Michael I. Bushnell1994-08-311-1/+5
|
* entered into RCSMichael I. Bushnell1994-08-311-2/+2
|
* Initial revisionMichael I. Bushnell1994-08-311-0/+59
|
* entered into RCSRoland McGrath1994-08-311-6/+7
|
* entered into RCSRoland McGrath1994-08-161-2/+16
|
* Formerly Makefile.~25~Michael I. Bushnell1994-07-211-23/+3
|
* Formerly Makefile.~24~Michael I. Bushnell1994-07-211-6/+6
|
* Formerly Makefile.~23~Michael I. Bushnell1994-07-191-10/+10
|
* Formerly Makefile.~22~Michael I. Bushnell1994-07-051-0/+2
|
* Formerly Makefile.~21~Michael I. Bushnell1994-06-201-3/+3
|
* Formerly Makefile.~20~Michael I. Bushnell1994-05-041-8/+11
|
* Formerly timertest.c.~2~Michael I. Bushnell1994-05-041-5/+12
|
* Initial revisionMichael I. Bushnell1994-05-041-0/+47
|
* Formerly Makefile.~19~Michael I. Bushnell1994-05-021-1/+1
|
* Formerly Makefile.~18~Roland McGrath1994-04-081-2/+2
|
* Formerly Makefile.~17~Michael I. Bushnell1994-04-081-4/+5
|
* Formerly Makefile.~16~Michael I. Bushnell1994-04-071-1/+1
|
* Formerly Makefile.~15~Michael I. Bushnell1994-04-071-0/+2
|
* entered into RCSRoland McGrath1994-04-061-3/+26
|
* Formerly Makefile.~14~Roland McGrath1994-04-061-1/+1
|
* Formerly fdtests.c.~3~Roland McGrath1994-04-061-2/+3
|
* Formerly Makefile.~13~Roland McGrath1994-04-061-5/+8
|
* Formerly fstests.c.~20~Roland McGrath1994-04-061-0/+9
|
* Formerly fstests.c.~19~Roland McGrath1994-04-011-8/+16
|
* Formerly Makefile.~12~Roland McGrath1994-04-011-1/+3
|
* Formerly fstests.c.~18~Roland McGrath1994-04-011-2/+2
|
* Formerly Makefile.~11~Michael I. Bushnell1994-03-221-1/+1
|
* Formerly fstests.c.~17~Michael I. Bushnell1994-03-171-9/+7
|