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
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-10
Add some missing access function attributes
Steve Grubb
1
-9
/
+13
2022-01-12
Enable _FORTIFY_SOURCE=3 for gcc 12 and above
Siddhesh Poyarekar
1
-1
/
+2
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
182
-182
/
+182
2021-12-16
Fix __minimal_malloc segfaults in __mmap due to stack-protector
Stefan Liebler
1
-0
/
+4
2021-12-16
__glibc_unsafe_len: Fix comment
Siddhesh Poyarekar
1
-1
/
+1
2021-12-06
misc, nptl: Remove stray references to __condvar_load_64_relaxed
Florian Weimer
1
-2
/
+2
2021-11-17
nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c
Florian Weimer
2
-1
/
+129
2021-10-21
Add alloc_align attribute to memalign et al
Jonathan Wakely
1
-0
/
+10
2021-10-20
Make sure that the fortified function conditionals are constant
Siddhesh Poyarekar
1
-0
/
+47
2021-10-20
Don't add access size hints to fortifiable functions
Siddhesh Poyarekar
1
-0
/
+10
2021-09-27
misc: Add __get_nprocs_sched
Adhemerval Zanella
1
-0
/
+6
2021-09-21
regex: copy back from Gnulib
Paul Eggert
1
-10
/
+12
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
14
-15
/
+0
2021-08-06
Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)
Florian Weimer
1
-2
/
+2
2021-07-28
xmalloc: Fix warnings with gcc analyzer
Siddhesh Poyarekar
1
-0
/
+10
2021-07-22
Move malloc hooks into a compat DSO
Siddhesh Poyarekar
1
-2
/
+4
2021-07-21
misc: Add time64 alias for ioctl
Florian Weimer
4
-2
/
+57
2021-07-09
Force building with -fno-common
Florian Weimer
1
-5
/
+4
2021-06-28
Linux: Cleanups after librt move
Florian Weimer
1
-6
/
+0
2021-06-22
linux: Only use 64-bit syscall if required for select
Adhemerval Zanella
2
-15
/
+26
2021-06-22
linux: Only use 64-bit syscall if required for pselect
Adhemerval Zanella
2
-64
/
+65
2021-06-22
Add hidden prototypes for fsync, fdatasync
Florian Weimer
2
-1
/
+2
2021-06-15
y2038: Add test coverage
Adhemerval Zanella
3
-0
/
+6
2021-06-15
y2038: Add support for 64-bit time on legacy ABIs
Adhemerval Zanella
1
-0
/
+27
2021-06-03
dlfcn: Cleanups after -ldl is no longer required
Florian Weimer
1
-2
/
+0
2021-05-16
Enable support for GCC 11 -Wmismatched-dealloc.
Martin Sebor
1
-0
/
+11
2021-05-07
misc: use _fitoa_word to implement __fd_to_filename.
Érico Nogueira
1
-5
/
+2
2021-05-06
Annotate additional APIs with GCC attribute access.
Martin Sebor
1
-13
/
+24
2021-05-05
nptl: Move sem_close, sem_open into libc
Florian Weimer
1
-0
/
+1
2021-04-27
Add __attribute_access_none to disable GCC warnings [BZ #27714]
Martin Sebor
1
-1
/
+7
2021-04-21
nptl: Move pthread_setcancelstate into libc
Florian Weimer
1
-13
/
+6
2021-04-15
misc: syslog: Use static const for AF_UNIX address
Adhemerval Zanella
1
-5
/
+6
2021-04-15
misc: syslog: Use CLOC_EXEC with _PATH_CONSOLE (BZ #17145)
Adhemerval Zanella
1
-1
/
+2
2021-04-15
misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)
Adhemerval Zanella
1
-45
/
+4
2021-04-15
misc: syslog: Use bool for connected
Adhemerval Zanella
1
-3
/
+3
2021-04-13
misc: syslog: Fix calls to openlog() with LOG_KERN facility (BZ #3604)
Dan Raymond
1
-3
/
+3
2021-04-12
linux: always update select timeout (BZ #27706)
Adhemerval Zanella
1
-0
/
+30
2021-04-12
linux: Normalize and return timeout on select (BZ #27651)
Adhemerval Zanella
1
-0
/
+17
2021-03-26
misc: Fix tst-select timeout handling (BZ#27648)
Adhemerval Zanella
1
-29
/
+54
2021-03-23
tst: Provide test for select
Lukasz Majewski
2
-1
/
+72
2021-03-01
Implement <unwind-link.h> for dynamically loading the libgcc_s unwinder
Florian Weimer
3
-1
/
+147
2021-02-09
misc: Sync cdefs.h with gnulib
Adhemerval Zanella
1
-57
/
+85
2021-01-21
Use hidden visibility for early static PIE code
Szabolcs Nagy
1
-0
/
+4
2021-01-08
mntent: Use __putc_unlocked instead of fputc_unlocked
Siddhesh Poyarekar
1
-6
/
+6
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
178
-178
/
+178
2020-12-31
Introduce _FORTIFY_SOURCE=3
Siddhesh Poyarekar
1
-0
/
+9
2020-12-23
misc: Use __ferror_unlocked instead of ferror
Siddhesh Poyarekar
1
-1
/
+1
2020-12-22
addmntent: Remove unbounded alloca usage from getmntent [BZ#27083]
Siddhesh Poyarekar
3
-72
/
+138
2020-12-16
Replace __libc_multiple_libcs with __libc_initial flag
Florian Weimer
1
-9
/
+23
2020-12-12
Fix spelling and grammar in several comments
Jonny Grant
1
-2
/
+2
[prev]
[next]