index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
posix
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-01
Fix conditionals on mtrace-based tests (bug 31892)
Carlos O'Donell
1
-6
/
+20
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2023-10-24
Move getaddrinfo from 'posix' into 'nss'
Arjun Shankar
1
-10
/
+0
2023-10-24
Remove 'grp' and merge into 'nss' and 'posix'
Arjun Shankar
1
-0
/
+1
2023-09-29
Remove unused -DRESOLVER getaddrinfo build flag
Arjun Shankar
1
-1
/
+1
2023-09-05
posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)
Adhemerval Zanella Netto
1
-0
/
+1
2023-09-05
linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371)
Adhemerval Zanella Netto
1
-0
/
+1
2023-07-05
posix/bits/unistd.h: Clearly separate declaration from definitions
Frédéric Bérat
1
-0
/
+1
2023-07-05
Exclude routines from fortification
Frédéric Bérat
1
-0
/
+11
2023-06-13
posix: Add test case for gai_strerror()
Dridi Boukelmoune
1
-0
/
+1
2023-05-19
posix: Reformat Makefile.
Carlos O'Donell
1
-20
/
+20
2023-04-20
posix: Re-flow and sort multiline Makefile definitions
Adhemerval Zanella
1
-124
/
+423
2023-02-01
linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawn
Adhemerval Zanella Netto
1
-1
/
+2
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
1
-1
/
+1
2022-11-01
configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
Adhemerval Zanella
1
-3
/
+3
2022-06-02
linux: Add process_madvise
Adhemerval Zanella
1
-1
/
+1
2022-05-17
linux: Add P_PIDFD
Adhemerval Zanella
1
-1
/
+1
2022-02-02
posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actions_addtcsetpgrp_np
Adhemerval Zanella
1
-1
/
+1
2022-01-25
posix: Add terminal control setting support for posix_spawn
Adhemerval Zanella
1
-1
/
+3
2022-01-24
Fix handling of unterminated bracket expressions in fnmatch (bug 28792)
Andreas Schwab
1
-1
/
+1
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2021-09-27
linux: Simplify get_nprocs
Adhemerval Zanella
1
-1
/
+2
2021-09-06
Add generic C.UTF-8 locale (Bug 17318)
Carlos O'Donell
1
-3
/
+13
2021-07-22
mcheck: Wean away from malloc hooks [BZ #23489]
Siddhesh Poyarekar
1
-3
/
+5
2021-07-22
Move malloc hooks into a compat DSO
Siddhesh Poyarekar
1
-13
/
+27
2021-07-08
posix: Add posix_spawn_file_actions_addclosefrom_np
Adhemerval Zanella
1
-1
/
+3
2021-06-28
posix: Add _Fork [BZ #4737]
Adhemerval Zanella
1
-1
/
+2
2021-06-24
posix: Consolidate fork implementation
Adhemerval Zanella
1
-1
/
+2
2021-06-15
y2038: Add test coverage
Adhemerval Zanella
1
-0
/
+2
2021-06-15
posix: Add glob64 with 64-bit time_t support
Adhemerval Zanella
1
-1
/
+3
2021-05-03
linux: Add execveat system call wrapper
Alexandra Hájková
1
-2
/
+3
2021-04-15
posix: Add wait3 tests
Adhemerval Zanella
1
-1
/
+1
2021-03-12
posix: Consolidate register-atfork
Adhemerval Zanella
1
-1
/
+1
2021-03-09
posix: tst-spawn4-compat can be a regular test
Florian Weimer
1
-2
/
+7
2021-03-09
posix: tst-glob_lstat_compat no longer needs to be an internal test
Florian Weimer
1
-1
/
+7
2021-02-16
tst: Provide test for sched_rr_get_interval
Lukasz Majewski
1
-1
/
+1
2021-02-08
linux: Require /dev/shm as the shared memory file system
Florian Weimer
1
-1
/
+2
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2020-11-25
Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missing
Stefan Liebler
1
-1
/
+3
2020-11-23
Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]
Stefan Liebler
1
-3
/
+3
2020-10-08
Revert "Fix missing redirects in testsuite targets"
Andreas Schwab
1
-3
/
+3
2020-09-16
Fix handling of collating symbols in fnmatch (bug 26620)
Andreas Schwab
1
-1
/
+2
2020-04-14
posix: Add wait4 test case
Alistair Francis
1
-1
/
+2
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2019-12-20
Add exception-based flags for wait4
Adhemerval Zanella
1
-0
/
+1
2019-10-08
wordexp: Split out command execution tests from posix/wordexp-test
Florian Weimer
1
-1
/
+2
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
1
-1
/
+1
2019-03-14
Remove obsolete, never-implemented XSI STREAMS declarations
Florian Weimer
1
-1
/
+2
2019-02-08
Linux: Add gettid system call wrapper [BZ #6399]
Florian Weimer
1
-1
/
+2
2019-02-04
Fix handling of collating elements in fnmatch (bug 17396, bug 16976)
Andreas Schwab
1
-1
/
+3
[next]