summaryrefslogtreecommitdiffstats
path: root/misc (follow)
Commit message (Expand)AuthorAgeLines
* <sys/param.h>: Add nitems()HEADalxAlejandro Colomar2022-09-13-0/+47
* syslog: Remove extra whitespace between timestamp and message (BZ#29544)Adhemerval Zanella2022-09-05-4/+7
* syslog: Fix large messages (BZ#29536)Adhemerval Zanella2022-08-30-28/+142
* misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella2022-06-24-0/+2
* linux: Add process_madviseAdhemerval Zanella2022-06-02-0/+3
* misc: Use 64 bit stat for getusershell (BZ# 29203)Adhemerval Zanella2022-06-01-2/+2
* misc: Use 64 bit stat for daemon (BZ# 29203)Adhemerval Zanella2022-06-01-3/+2
* sys/cdefs.h: Do not require C++ compilers to define __STDC__Jonathan Wakely2022-05-16-2/+2
* fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]Siddhesh Poyarekar2022-05-16-1/+1
* misc: Fix rare fortify crash on wchar funcs. [BZ 29030]Joan Bruguera2022-04-25-6/+6
* misc: Use 64 bit time_t interfaces on syslogAdhemerval Zanella2022-04-15-8/+27
* misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)Adhemerval Zanella2022-04-15-2/+2
* misc: syslog: Use fixed-sized buffer and remove memstreamAdhemerval Zanella2022-04-15-34/+52
* misc: syslog: Simplify implementationAdhemerval Zanella2022-04-15-69/+26
* misc: syslog: Fix indentation and styleAdhemerval Zanella2022-04-15-251/+234
* misc: Add syslog testAdhemerval Zanella2022-04-15-0/+475
* Add some missing access function attributesSteve Grubb2022-03-10-9/+13
* Enable _FORTIFY_SOURCE=3 for gcc 12 and aboveSiddhesh Poyarekar2022-01-12-1/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01-182/+182
* Fix __minimal_malloc segfaults in __mmap due to stack-protectorStefan Liebler2021-12-16-0/+4
* __glibc_unsafe_len: Fix commentSiddhesh Poyarekar2021-12-16-1/+1
* misc, nptl: Remove stray references to __condvar_load_64_relaxedFlorian Weimer2021-12-06-2/+2
* nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.cFlorian Weimer2021-11-17-1/+129
* Add alloc_align attribute to memalign et alJonathan Wakely2021-10-21-0/+10
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-20-0/+47
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-20-0/+10
* misc: Add __get_nprocs_schedAdhemerval Zanella2021-09-27-0/+6
* regex: copy back from GnulibPaul Eggert2021-09-21-10/+12
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-03-15/+0
* Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer2021-08-06-2/+2
* xmalloc: Fix warnings with gcc analyzerSiddhesh Poyarekar2021-07-28-0/+10
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-22-2/+4
* misc: Add time64 alias for ioctlFlorian Weimer2021-07-21-2/+57
* Force building with -fno-commonFlorian Weimer2021-07-09-5/+4
* Linux: Cleanups after librt moveFlorian Weimer2021-06-28-6/+0
* linux: Only use 64-bit syscall if required for selectAdhemerval Zanella2021-06-22-15/+26
* linux: Only use 64-bit syscall if required for pselectAdhemerval Zanella2021-06-22-64/+65
* Add hidden prototypes for fsync, fdatasyncFlorian Weimer2021-06-22-1/+2
* y2038: Add test coverageAdhemerval Zanella2021-06-15-0/+6
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-15-0/+27
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-03-2/+0
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-16-0/+11
* misc: use _fitoa_word to implement __fd_to_filename.Érico Nogueira2021-05-07-5/+2
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-06-13/+24
* nptl: Move sem_close, sem_open into libcFlorian Weimer2021-05-05-0/+1
* Add __attribute_access_none to disable GCC warnings [BZ #27714]Martin Sebor2021-04-27-1/+7
* nptl: Move pthread_setcancelstate into libcFlorian Weimer2021-04-21-13/+6
* misc: syslog: Use static const for AF_UNIX addressAdhemerval Zanella2021-04-15-5/+6
* misc: syslog: Use CLOC_EXEC with _PATH_CONSOLE (BZ #17145)Adhemerval Zanella2021-04-15-1/+2
* misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)Adhemerval Zanella2021-04-15-45/+4