aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-29Apply asm redirections in syslog.h before first use [BZ #27087]Tulio Magno Quites Machado Filho
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-09-05syslog: Remove extra whitespace between timestamp and message (BZ#29544)Adhemerval Zanella
2022-08-30syslog: Fix large messages (BZ#29536)Adhemerval Zanella
2022-06-24misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella
2022-06-02linux: Add process_madviseAdhemerval Zanella
2022-06-01misc: Use 64 bit stat for getusershell (BZ# 29203)Adhemerval Zanella
2022-06-01misc: Use 64 bit stat for daemon (BZ# 29203)Adhemerval Zanella
2022-05-16sys/cdefs.h: Do not require C++ compilers to define __STDC__Jonathan Wakely
2022-05-16fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]Siddhesh Poyarekar
2022-04-25misc: Fix rare fortify crash on wchar funcs. [BZ 29030]Joan Bruguera
2022-04-15misc: Use 64 bit time_t interfaces on syslogAdhemerval Zanella
2022-04-15misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)Adhemerval Zanella
2022-04-15misc: syslog: Use fixed-sized buffer and remove memstreamAdhemerval Zanella
2022-04-15misc: syslog: Simplify implementationAdhemerval Zanella
2022-04-15misc: syslog: Fix indentation and styleAdhemerval Zanella
2022-04-15misc: Add syslog testAdhemerval Zanella
2022-03-10Add some missing access function attributesSteve Grubb
2022-01-12Enable _FORTIFY_SOURCE=3 for gcc 12 and aboveSiddhesh Poyarekar
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-16Fix __minimal_malloc segfaults in __mmap due to stack-protectorStefan Liebler
2021-12-16__glibc_unsafe_len: Fix commentSiddhesh Poyarekar
2021-12-06misc, nptl: Remove stray references to __condvar_load_64_relaxedFlorian Weimer
2021-11-17nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.cFlorian Weimer
2021-10-21Add alloc_align attribute to memalign et alJonathan Wakely
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar
2021-09-27misc: Add __get_nprocs_schedAdhemerval Zanella
2021-09-21regex: copy back from GnulibPaul Eggert
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-06Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer
2021-07-28xmalloc: Fix warnings with gcc analyzerSiddhesh Poyarekar
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-07-21misc: Add time64 alias for ioctlFlorian Weimer
2021-07-09Force building with -fno-commonFlorian Weimer
2021-06-28Linux: Cleanups after librt moveFlorian Weimer
2021-06-22linux: Only use 64-bit syscall if required for selectAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for pselectAdhemerval Zanella
2021-06-22Add hidden prototypes for fsync, fdatasyncFlorian Weimer
2021-06-15y2038: Add test coverageAdhemerval Zanella
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor
2021-05-07misc: use _fitoa_word to implement __fd_to_filename.Érico Nogueira
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor
2021-05-05nptl: Move sem_close, sem_open into libcFlorian Weimer
2021-04-27Add __attribute_access_none to disable GCC warnings [BZ #27714]Martin Sebor