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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-03
dlfcn: Move dlmopen into libc
Florian Weimer
1
-6
/
+6
2021-06-03
dlfcn: Move dlsym into libc
Florian Weimer
1
-2
/
+2
2021-06-03
dlfcn: Move dladdr into libc
Florian Weimer
1
-2
/
+1
2021-06-03
dlfcn: Move dlclose into libc
Florian Weimer
1
-2
/
+5
2021-06-02
dlfcn: Move dlerror into libc
Florian Weimer
1
-5
/
+3
2021-06-01
Update floating-point feature test macro handling for C2X
Joseph Myers
1
-0
/
+2
2021-05-22
Add cast_to_pointer to cast an integer to void * pointer
H.J. Lu
1
-0
/
+3
2021-05-21
nptl: Move pthread_create, thrd_create into libc
Florian Weimer
1
-1
/
+5
2021-05-18
hurd: Add execveat
Samuel Thibault
1
-0
/
+2
2021-05-17
Add C2X timespec_getres
Joseph Myers
1
-0
/
+6
2021-05-16
Enable support for GCC 11 -Wmismatched-dealloc.
Martin Sebor
1
-4
/
+4
2021-05-07
linux: implement ttyname as a wrapper around ttyname_r.
Érico Nogueira
1
-2
/
+2
2021-05-07
linux: Use sched_getaffinity for __get_nprocs (BZ #27645)
Adhemerval Zanella
1
-0
/
+8
2021-05-06
nptl: Move pthread_barrier_init into libc
Florian Weimer
1
-0
/
+3
2021-05-05
nptl: Move sem_close, sem_open into libc
Florian Weimer
2
-0
/
+2
2021-04-21
dlfcn: dlerror needs to call free from the base namespace [BZ #24773]
Florian Weimer
1
-2
/
+0
2021-04-21
nptl: Move __pthread_unwind_next into libc
Florian Weimer
1
-2
/
+2
2021-04-16
Set the retain attribute on _elf_set_element if CC supports [BZ #27492]
Fangrui Song
1
-4
/
+10
2021-04-12
linux: Normalize and return timeout on select (BZ #27651)
Adhemerval Zanella
1
-0
/
+5
2021-03-26
nptl: Remove pwrite from libpthread
Adhemerval Zanella
1
-1
/
+1
2021-03-26
nptl: Remove pread from libpthread
Adhemerval Zanella
1
-1
/
+1
2021-03-26
nptl: Remove lseek from libpthread
Adhemerval Zanella
1
-2
/
+1
2021-03-26
Add OTHER_SHLIB_COMPAT
Adhemerval Zanella
1
-0
/
+9
2021-03-26
malloc: Move MTAG_MMAP_FLAGS definition
Szabolcs Nagy
1
-7
/
+0
2021-03-25
Support for multiple versions in versioned_symbol, compat_symbol
Florian Weimer
2
-45
/
+42
2021-03-25
Change how the symbol_version_reference macro is defined
Florian Weimer
2
-13
/
+6
2021-03-12
posix: Consolidate register-atfork
Adhemerval Zanella
1
-0
/
+63
2021-03-09
<shlib-compat.h>: Support compat_symbol_reference for _ISOMAC
Florian Weimer
1
-13
/
+13
2021-02-11
linux: Consolidate statvfs implementations
Adhemerval Zanella
1
-2
/
+1
2021-02-11
linux: Consolidate fstatfs implementations
Adhemerval Zanella
1
-4
/
+3
2021-02-10
setrlimit/getrlimit: Use __nonnull to avoid null pointer
Xiaoming Ni
1
-2
/
+2
2021-02-08
linux: Require /dev/shm as the shared memory file system
Florian Weimer
1
-0
/
+41
2021-02-01
sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]
H.J. Lu
3
-0
/
+23
2021-02-01
Prepare for glibc 2.33 release
glibc-2.33
Adhemerval Zanella
1
-1
/
+1
2021-01-27
Revert "Make libc symbols hidden in static PIE" [BZ #27237]
Szabolcs Nagy
1
-7
/
+2
2021-01-21
Revert "linux: Move {f}xstat{at} to compat symbols" for static build
Adhemerval Zanella
1
-9
/
+14
2021-01-21
Make libc symbols hidden in static PIE
Szabolcs Nagy
1
-2
/
+7
2021-01-05
malloc: Add scratch_buffer_dupfree
Adhemerval Zanella
1
-0
/
+16
2021-01-05
Import filename.h from gnulib
Adhemerval Zanella
1
-0
/
+112
2021-01-05
Import idx.h from gnulib
Adhemerval Zanella
1
-0
/
+114
2021-01-04
Sync intprops.h with gnulib
Adhemerval Zanella
1
-12
/
+58
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
37
-37
/
+37
2020-12-31
string: Enable __FORTIFY_LEVEL=3
Siddhesh Poyarekar
1
-2
/
+3
2020-12-31
Introduce _FORTIFY_SOURCE=3
Siddhesh Poyarekar
1
-0
/
+5
2020-12-31
Warn on unsupported fortification levels
Siddhesh Poyarekar
1
-0
/
+3
2020-12-21
malloc: Basic support for memory tagging in the malloc() family
Richard Earnshaw
1
-0
/
+8
2020-12-16
Replace __libc_multiple_libcs with __libc_initial flag
Florian Weimer
1
-1
/
+6
2020-12-16
Mark __libc_freeres_fn as used [BZ #27002]
H.J. Lu
1
-1
/
+1
2020-12-10
Handle out-of-memory case in svc_tcp.c/svc_unix.c:rendezvous_request.
Stefan Liebler
1
-0
/
+1
2020-12-08
Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases
Joseph Myers
1
-3
/
+0
[prev]
[next]