aboutsummaryrefslogtreecommitdiff
path: root/libfshelp-tests
Commit message (Collapse)AuthorAgeFilesLines
* Use mach_msg_type_number_t whenever required to avoid warningsFlavio Cruz2023-12-291-4/+5
| | | | Message-ID: <20231229212105.858759-3-flaviocruz@gmail.com>
* libfshelp-tests: Port to x86_64Sergey Bugaev2023-05-102-2/+3
| | | | Message-Id: <20230508213136.608575-6-bugaevc@gmail.com>
* libfshelp-tests: Fix out-of-bound accessSamuel Thibault2023-01-011-2/+2
|
* libfshelp-tests: Fix warningSamuel Thibault2020-11-221-3/+3
| | | | | * libfshelp-tests/test-fcntl.c (parse_args): Do not call error() with a NULL pointer.
* libfshelp-tests: Fix warningSamuel Thibault2020-11-221-2/+2
| | | | | * libfshelp-tests/test-lockf.c (parse_args): Do not call error() with a NULL pointer.
* test-lockf: Fix warningSamuel Thibault2020-11-221-1/+1
| | | | * libfshelp-tests/test-lockf.c (main): Fix format for off_t.
* libfshelp-tests: Fix warningSamuel Thibault2020-11-221-1/+1
| | | | | * libfshelp-tests/test-flock.c (parse_args): Do not call error() with a NULL pointer.
* libfshelp-tests: Fix warningSamuel Thibault2020-11-221-0/+1
| | | | * libfshelp-tests/race.c: Include <stdlib.h>
* libfshelp-tests: Fix cross-linkSamuel Thibault2020-01-011-2/+2
| | | | | * libfshelp-tests/Makefile (HURDLIBS): Add ihash and shouldbeinlibc. (race locks): Add ../libihash/libihash.a.
* libfshelp-tests: Tests for file record lockingNeal H Walfield2019-10-3010-0/+1993
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.