summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* misc: Reformat Makefile.Carlos O'Donell2023-05-161-67/+232
* Added Redirects to longdouble error functions [BZ #29033]Sachin Monga2023-05-104-2/+135
* Mark various cold functions as __COLDSergey Bugaev2023-05-012-8/+8
* cdefs.h: Define __COLDSergey Bugaev2023-04-291-0/+7
* misc: Convert daemon () to GNU coding styleSergey Bugaev2023-04-221-39/+49
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-277-8/+13
* cdefs.h: fix "__clang_major" typoPaul Eggert2023-02-271-1/+1
* Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao2023-02-171-2/+3
* cdefs: Limit definition of fortification macrosSiddhesh Poyarekar2023-02-021-2/+4
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06183-183/+183
* Apply asm redirections in syslog.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2022-11-292-9/+19
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-0/+2
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-181-6/+4
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-181-0/+1
* syslog: Remove extra whitespace between timestamp and message (BZ#29544)Adhemerval Zanella2022-09-052-4/+7
* syslog: Fix large messages (BZ#29536)Adhemerval Zanella2022-08-302-28/+142
* misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella2022-06-241-0/+2
* linux: Add process_madviseAdhemerval Zanella2022-06-021-0/+3
* misc: Use 64 bit stat for getusershell (BZ# 29203)Adhemerval Zanella2022-06-011-2/+2
* misc: Use 64 bit stat for daemon (BZ# 29203)Adhemerval Zanella2022-06-011-3/+2
* sys/cdefs.h: Do not require C++ compilers to define __STDC__Jonathan Wakely2022-05-161-2/+2
* fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]Siddhesh Poyarekar2022-05-161-1/+1
* misc: Fix rare fortify crash on wchar funcs. [BZ 29030]Joan Bruguera2022-04-251-6/+6
* misc: Use 64 bit time_t interfaces on syslogAdhemerval Zanella2022-04-151-8/+27
* misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)Adhemerval Zanella2022-04-151-2/+2
* misc: syslog: Use fixed-sized buffer and remove memstreamAdhemerval Zanella2022-04-151-34/+52
* misc: syslog: Simplify implementationAdhemerval Zanella2022-04-151-69/+26
* misc: syslog: Fix indentation and styleAdhemerval Zanella2022-04-151-251/+234
* misc: Add syslog testAdhemerval Zanella2022-04-152-0/+475
* Add some missing access function attributesSteve Grubb2022-03-101-9/+13
* Enable _FORTIFY_SOURCE=3 for gcc 12 and aboveSiddhesh Poyarekar2022-01-121-1/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01182-182/+182
* Fix __minimal_malloc segfaults in __mmap due to stack-protectorStefan Liebler2021-12-161-0/+4
* __glibc_unsafe_len: Fix commentSiddhesh Poyarekar2021-12-161-1/+1
* misc, nptl: Remove stray references to __condvar_load_64_relaxedFlorian Weimer2021-12-061-2/+2
* nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.cFlorian Weimer2021-11-172-1/+129
* Add alloc_align attribute to memalign et alJonathan Wakely2021-10-211-0/+10
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-201-0/+47
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-201-0/+10
* misc: Add __get_nprocs_schedAdhemerval Zanella2021-09-271-0/+6
* regex: copy back from GnulibPaul Eggert2021-09-211-10/+12
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0314-15/+0
* Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer2021-08-061-2/+2
* xmalloc: Fix warnings with gcc analyzerSiddhesh Poyarekar2021-07-281-0/+10
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-2/+4
* misc: Add time64 alias for ioctlFlorian Weimer2021-07-214-2/+57
* Force building with -fno-commonFlorian Weimer2021-07-091-5/+4
* Linux: Cleanups after librt moveFlorian Weimer2021-06-281-6/+0
* linux: Only use 64-bit syscall if required for selectAdhemerval Zanella2021-06-222-15/+26
* linux: Only use 64-bit syscall if required for pselectAdhemerval Zanella2021-06-222-64/+65