index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regress
/
lib
/
libc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a test to verify the fpurge problem doesn't happen. fpurge()
yasuoka
2025-06-12
1
-1
/
+41
*
Test to verify the handling of fflush() for the pushed-back buffer that
yasuoka
2025-06-08
1
-1
/
+40
*
Now our fflush() comply POSIX-2008. test_fflush is expected "pass".
yasuoka
2025-06-03
2
-6
/
+3
*
explicit_bzero test: don't redefine __SANITIZE_ADDRESS__
tb
2025-05-31
1
-1
/
+3
*
Add test whether fflush() complies POSIX for the handling of
yasuoka
2025-05-25
1
-1
/
+82
*
Add test for ungetwc().
yasuoka
2025-05-25
2
-1
/
+94
*
Add tests for the functions in <stdio_ext.h>.
yasuoka
2025-05-25
7
-2
/
+455
*
Include "stdio" in SUBDIR. This should have been done along with the
yasuoka
2025-05-25
1
-4
/
+4
*
Add regress/lib/libc/stdio/test_fflush.c to test fflush() behavior for
yasuoka
2025-05-24
2
-0
/
+236
*
Adapt to new maloc_options declaration
otto
2025-05-24
1
-2
/
+2
*
Adapt test to new malloc_options regime
otto
2025-05-24
1
-7
/
+8
*
Enable remaining tests with NULL, 0
tb
2025-04-14
2
-9
/
+3
*
Link hash regress to build
tb
2025-04-14
1
-1
/
+2
*
Add some regress coverage for the hashes in libc
tb
2025-04-14
2
-0
/
+946
*
Avoid compiler warning on some OS
tb
2025-04-13
1
-1
/
+1
*
t_recvmmsg and t_sendmmsg were enabled in 2022
guenther
2024-08-15
1
-2
/
+0
*
sched_yield() is not strong enough to overflow the recv buffer on some
claudio
2024-07-30
1
-2
/
+2
*
fix signature of main()
anton
2024-07-15
1
-4
/
+3
*
enable warnings and apply a dash of knfmt
anton
2024-07-15
2
-1
/
+2
*
Add elf_aux_info(3)
jca
2024-07-14
3
-1
/
+59
*
t22 and t23 can fail if the first chunk ends up being allocated at
otto
2024-04-14
1
-2
/
+12
*
Ugly workaround to let this compile again on non-clang platforms.
miod
2024-03-05
1
-1
/
+9
*
Cope with recent ctype.h prefix changes.
anton
2024-02-05
1
-5
/
+5
*
More missing void
tb
2024-02-04
1
-3
/
+3
*
Remove 3 expected failures those got fixed in the regress code.
claudio
2023-10-31
1
-4
/
+1
*
unlink("/") just needs to error. Checking for a specific errno makes
claudio
2023-10-31
1
-2
/
+2
*
When creating a file in a directory the file gid is inherited from
claudio
2023-10-31
1
-2
/
+2
*
Ignore closefrom() failure. This fails normally since fd 4 and up are all
claudio
2023-10-31
1
-3
/
+2
*
Include wait(2) status in error message, in the hopes of providing clues
anton
2023-10-27
1
-2
/
+2
*
A few more tests
otto
2023-10-22
1
-1
/
+15
*
We're not interested in the core dump, so prevent it. Also catch
otto
2023-09-27
1
-3
/
+17
*
Extent the modf() tests; from Willemijn Coene.
miod
2023-08-13
1
-18
/
+50
*
add regress tests for the remainder of the function provided by our uuid.h
jasper
2023-07-03
1
-5
/
+137
*
More thorough write-afetr-free checks.
otto
2023-06-04
1
-6
/
+21
*
Make malloc tests that set flags more robust against the user also
otto
2023-05-09
2
-15
/
+19
*
Enable malloc_errs test
otto
2023-05-08
1
-2
/
+2
*
Add a regress test to test various malloc API and heap mismanagement
otto
2023-05-08
2
-0
/
+291
*
remove duplicate includes
jsg
2023-04-19
1
-2
/
+1
*
Fix compilation on sparc64.
mbuhl
2023-04-13
1
-2
/
+3
*
WTRAPPED is now supported by waitid(2)
guenther
2022-12-19
1
-3
/
+3
*
userspace: remove vestigial '?' cases from top-level getopt(3) loops
cheloha
2022-12-04
2
-4
/
+2
*
simplify makefile
anton
2022-11-22
1
-8
/
+2
*
Be more helpful and provide details on what the time conversion tests
anton
2022-11-22
1
-9
/
+6
*
Use /tmp as opposed of /var/tmp as the default directory for temporary
anton
2022-11-10
1
-2
/
+2
*
Add tests for boundary conditions of struct tm.
beck
2022-11-09
1
-1
/
+125
*
Enable time_conversion regress tests
beck
2022-11-06
1
-1
/
+2
*
Add a bunch of regression tests for time conversion.
beck
2022-11-06
2
-0
/
+1736
*
Enable waitid(2) regress tests and a new test derived from NetBSD's
kettenis
2022-10-26
3
-12
/
+279
*
Add regression tests for the sendmmsg and recvmmsg system calls.
mbuhl
2022-09-11
4
-2
/
+410
*
Remove test of non-portable implementation details (whether wctype_t
guenther
2022-07-25
1
-5
/
+1
[next]