GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
gentoo/2.41
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
posix
Commit message (
Expand
)
Author
Age
Files
Lines
*
posix/glob.c: update from gnulib
DJ Delorie
2022-05-14
1
-12
/
+58
*
debug: Synchronize feature guards in fortified functions [BZ #28746]
Siddhesh Poyarekar
2022-03-26
1
-1
/
+1
*
Make sure that the fortified function conditionals are constant
Siddhesh Poyarekar
2022-03-26
1
-135
/
+39
*
Don't add access size hints to fortifiable functions
Siddhesh Poyarekar
2022-03-26
1
-12
/
+16
*
elf: Avoid deadlock between pthread_create and ctors [BZ #28357]
Szabolcs Nagy
2021-10-29
1
-0
/
+3
*
linux: Simplify get_nprocs
Adhemerval Zanella
2021-10-09
2
-1
/
+50
*
Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...
Adhemerval Zanella
2021-09-25
1
-12
/
+1
*
posix: Fix attribute access mode on getcwd [BZ #27476]
Aurelien Jarno
2021-09-25
2
-5
/
+3
*
hurd: Fix glob lstat compatibility
Samuel Thibault
2021-07-22
1
-1
/
+2
*
mcheck: Wean away from malloc hooks [BZ #23489]
Siddhesh Poyarekar
2021-07-22
1
-3
/
+5
*
Move malloc hooks into a compat DSO
Siddhesh Poyarekar
2021-07-22
1
-13
/
+27
*
posix: Ignore non opened files on tst-spawn5
Adhemerval Zanella
2021-07-13
1
-19
/
+34
*
Properly run tst-spawn5 directly [BZ #28067]
H.J. Lu
2021-07-09
1
-11
/
+21
*
posix: Add posix_spawn_file_actions_addclosefrom_np
Adhemerval Zanella
2021-07-08
7
-1
/
+360
*
io: Add closefrom [BZ #10353]
Adhemerval Zanella
2021-07-08
1
-0
/
+6
*
Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7...
Stefan Liebler
2021-07-01
1
-0
/
+1
*
posix: Add _Fork [BZ #4737]
Adhemerval Zanella
2021-06-28
5
-2
/
+168
*
wordexp: handle overflow in positional parameter number (bug 28011)
Andreas Schwab
2021-06-27
2
-1
/
+2
*
posix: Do not clobber errno by atfork handlers
Adhemerval Zanella
2021-06-24
1
-0
/
+6
*
posix: Consolidate fork implementation
Adhemerval Zanella
2021-06-24
3
-14
/
+139
*
y2038: Add test coverage
Adhemerval Zanella
2021-06-15
5
-0
/
+12
*
posix: Add glob64 with 64-bit time_t support
Adhemerval Zanella
2021-06-15
6
-23
/
+131
*
y2038: Add support for 64-bit time on legacy ABIs
Adhemerval Zanella
2021-06-15
2
-1
/
+30
*
Add missing symbols to Version files
Florian Weimer
2021-06-02
1
-0
/
+4
*
Fix stringop-overflow warning in bug-regex19.c.
Stefan Liebler
2021-05-18
1
-0
/
+19
*
linux: Use sched_getaffinity for __get_nprocs (BZ #27645)
Adhemerval Zanella
2021-05-07
1
-0
/
+1
*
Remove architecture specific sched_cpucount optimizations
Adhemerval Zanella
2021-05-07
1
-26
/
+14
*
Annotate additional APIs with GCC attribute access.
Martin Sebor
2021-05-06
2
-8
/
+17
*
nptl: Move sem_close, sem_open into libc
Florian Weimer
2021-05-05
1
-0
/
+1
*
posix: Fix Hurd build failure in tst-execveat
Florian Weimer
2021-05-04
1
-1
/
+4
*
linux: Add execveat system call wrapper
Alexandra Hájková
2021-05-03
5
-2
/
+235
*
Fix argv overrun in getconf (bug 27761)
Andreas Schwab
2021-04-21
1
-2
/
+2
*
posix: Add wait3 tests
Adhemerval Zanella
2021-04-15
4
-191
/
+235
*
posix: Consolidate register-atfork
Adhemerval Zanella
2021-03-12
2
-1
/
+149
*
posix: tst-spawn4-compat can be a regular test
Florian Weimer
2021-03-09
2
-10
/
+7
*
posix: tst-glob_lstat_compat no longer needs to be an internal test
Florian Weimer
2021-03-09
2
-16
/
+11
*
posix: glob, glob64 should not be declared __THROW [BZ #27522]
Florian Weimer
2021-03-05
1
-6
/
+6
*
posix: Falling back to non wide mode in case of encoding error [BZ #14185]
Adhemerval Zanella
2021-02-23
2
-104
/
+58
*
tst: Provide test for sched_rr_get_interval
Lukasz Majewski
2021-02-16
2
-1
/
+46
*
regex: stop using alloca
Adhemerval Zanella
2021-02-09
1
-19
/
+0
*
regexec: remove alloca usage in build_trtable
Adhemerval Zanella
2021-02-09
1
-62
/
+13
*
regex: remove alloca usage on regex set_regs
Adhemerval Zanella
2021-02-09
1
-22
/
+18
*
linux: Require /dev/shm as the shared memory file system
Florian Weimer
2021-02-08
3
-1
/
+49
*
posix/tst-rfc3484: Fix compile failure linking to local __stat64
Stafford Horne
2021-02-03
3
-0
/
+3
*
sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]
H.J. Lu
2021-02-01
1
-0
/
+3
*
posix: Fix fnmatch.c on bootstrap
Adhemerval Zanella
2021-01-20
1
-1
/
+1
*
posix: Fix regex_internal.h on bootstrap
Adhemerval Zanella
2021-01-20
1
-2
/
+4
*
posix: Correct attribute access mode on readlinkat [BZ #27024].
Martin Sebor
2021-01-10
1
-1
/
+1
*
posix: Sync fnmatch with gnulib
Adhemerval Zanella
2021-01-04
2
-1317
/
+1208
*
Sync flexmember.h with gnulib
Adhemerval Zanella
2021-01-04
1
-5
/
+20
[next]