summaryrefslogtreecommitdiff
path: root/libfshelp-tests
AgeCommit message (Collapse)Author
2023-12-29Use mach_msg_type_number_t whenever required to avoid warningsFlavio Cruz
Message-ID: <20231229212105.858759-3-flaviocruz@gmail.com>
2023-05-10libfshelp-tests: Port to x86_64Sergey Bugaev
Message-Id: <20230508213136.608575-6-bugaevc@gmail.com>
2023-01-01libfshelp-tests: Fix out-of-bound accessSamuel Thibault
2020-11-22libfshelp-tests: Fix warningSamuel Thibault
* libfshelp-tests/test-fcntl.c (parse_args): Do not call error() with a NULL pointer.
2020-11-22libfshelp-tests: Fix warningSamuel Thibault
* libfshelp-tests/test-lockf.c (parse_args): Do not call error() with a NULL pointer.
2020-11-22test-lockf: Fix warningSamuel Thibault
* libfshelp-tests/test-lockf.c (main): Fix format for off_t.
2020-11-22libfshelp-tests: Fix warningSamuel Thibault
* libfshelp-tests/test-flock.c (parse_args): Do not call error() with a NULL pointer.
2020-11-22libfshelp-tests: Fix warningSamuel Thibault
* libfshelp-tests/race.c: Include <stdlib.h>
2020-01-01libfshelp-tests: Fix cross-linkSamuel Thibault
* libfshelp-tests/Makefile (HURDLIBS): Add ihash and shouldbeinlibc. (race locks): Add ../libihash/libihash.a.
2019-10-30libfshelp-tests: Tests for file record lockingNeal H Walfield
2019-03-04 Svante Signell <svante.signell@gmail.com> * test-*.c: Update code, remove test results. * README.new_tests: New file, summarize new test results. 2019-02-12 Svante Signell <svante.signell@gmail.com> * test-*.c: Update code, add some test results. * Makefile: Remove extra flags. 2019-02-01 Svante Signell <svante.signell@gmail.com> * Update copyright years. 2016-05-23 Svante Signell <svante.signell@gmail.com> * Makefile: Add sub-directory libfshelp-tests. 2018-12-07 Svante Signell <svante.signell@gmail.com> * Update copyright years. * locks.c(cmd_lock): Call fshelp_rlock_tweak() with new last argument rendezvous = MACH_PORT_NULL. 2017-01-05 Svante Signell <svante.signell@gmail.com> * Update copyright years and headers. 2016-12-28 Svante Signell <svante.signell@gmail.com> * Makefile: test-flock.c, test-lockf.c and test-fcntl.c * test-lockf.c: New file * Rename set-flock.c, set-fcntl.c to test-flock.c test-fcntl.c * TODO: Update README 2016-05-23 Svante Signell <svante.signell@gmail.com> * Makefile: Link with pthread, add build of set-flock.c and set-fcntl.c * define temporary CPP_FLAGS until glibc is updated * set-flock.c, set-fcntl.c: New files. * Fix typos in README 2001-04-11 Neal H Walfield <neal@cs.uml.edu> * ChangeLog: New file, mentioning itself in this sentence. * Makefile: New file. * README: Likewise. * fork.c: Likewise. * locks: Likewise. * locks-tests: Likewise. * locks.c: Likewise. * race.c: Likewise.