Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-01-17 | Define AT_NO_AUTOMOUNT. | 2 | -1/+5 | ||
2011-01-17 | Define MADV_NOHUGEPAGE. | 8 | -1/+9 | ||
2011-01-17 | Define MADV_HUGEPAGE. | 8 | -7/+23 | ||
2011-01-17 | Update copyright year. | 17 | -33/+50 | ||
2011-01-17 | Add definitions for new socket protocols. | 3 | -6/+20 | ||
2011-01-16 | Fix missing dependencies and ensure correct CPPFLAGS. | 4 | -23/+49 | ||
2011-01-16 | Don't override --enable-multi-arch. | 3 | -85/+89 | ||
2011-01-15 | Signal temporary host lookup errors in nscd as such to the requester. | 3 | -10/+37 | ||
2011-01-14 | Change setgroups to affect all the threads in the process. | 6 | -12/+66 | ||
2011-01-14 | FIx handling of unterminated [ expression in fnmatch. | 7 | -16/+43 | ||
2011-01-13 | Fix check-execstack test | 3 | -18/+31 | ||
2011-01-13 | Clean up PLT use for getrlimit64. | 4 | -2/+8 | ||
2011-01-13 | Fix PLT use due to __libc_alloca_cutoff. | 4 | -1/+5 | ||
2011-01-13 | Relax requirement on close in child created by posix_spawn. | 2 | -3/+20 | ||
2011-01-13 | Fix handling of missing syscall in Linux mkdirat. | 3 | -7/+11 | ||
2011-01-13 | Handle long lines in host lookups in the right place. | 5 | -8/+69 | ||
2011-01-12 | Fix assertion when handling DSTs during auditing. | 2 | -6/+16 | ||
2011-01-12 | Fix alignment in x86 destructor calls. | 2 | -0/+6 | ||
2011-01-12 | Add missing CL entry. | 1 | -0/+9 | ||
2011-01-12 | Fix grouping when rounding increases number of integer digits. | 4 | -12/+105 | ||
2011-01-09 | Clean up some bits/select.h headers. | 4 | -32/+28 | ||
2011-01-08 | Update Japanese translations. | 2 | -4111/+5568 | ||
2011-01-04 | sparc64: Use i386 implementation for fxstat. | 3 | -5/+11 | ||
This was simply missed when Jakub converted all of the other sparc64 xstat cases. | |||||
2010-12-27 | Fix infloop on persistent failing calloc in regex. | 3 | -2/+10 | ||
2010-12-26 | Update BZs. | 1 | -4/+5 | ||
2010-12-25 | Use prlimit64 for 32-bit [gs]etrlimit64 implementation. | 5 | -2/+121 | ||
2010-12-25 | Use fastbin macro everywhere. | 2 | -1/+4 | ||
2010-12-25 | Change XPG-compliant strerror_r function to return error code. | 3 | -22/+14 | ||
2010-12-24 | Pretty printing. | 1 | -2/+2 | ||
2010-12-24 | Remove `.ctors' and `.dtors' output sections | 11 | -159/+209 | ||
2010-12-24 | Always allow overwriting printf modifiers etc. | 2 | -7/+18 | ||
2010-12-19 | Fix ChangeLogs. | 1 | -2/+3 | ||
2010-12-19 | Make PowerPC64 default to nonexecutable stack | 13 | -18/+104 | ||
2010-12-19 | More accurate computatin of reclen in readdir_r. | 3 | -1/+9 | ||
Alignment issue can increase the reclen limit. Make sure Linux 64-bit readdir_r also accounts for 64-bit alignment in getdents. | |||||
2010-12-14 | Undo accidental checkin. | 2 | -25/+34 | ||
2010-12-10 | Declare wcpcpy and wcpncpy only under _GNU_SOURCE | 2 | -2/+3 | ||
2010-12-10 | Fix use of restrict in wchar.h | 3 | -22/+36 | ||
2010-12-09 | Fix typo in comment. | 1 | -1/+1 | ||
2010-12-09 | Fix race in qsort_r initialization. | 2 | -1/+11 | ||
2010-12-09 | Fix -D_FORTIFY_SOURCE memmove and bcop | 3 | -35/+32 | ||
2010-12-03 | Update Italian translation. | 2 | -1428/+6515 | ||
2010-12-01 | Remove dead code from x86-32 SSSE3 strncmp. | 2 | -8/+6 | ||
2010-11-30 | Relax libm tests for x86-32. | 2 | -2/+6 | ||
2010-11-25 | Don't ignore zero TTL in DNS answers | 2 | -4/+9 | ||
2010-11-22 | ldbl-128 fmal compile fix | 2 | -1/+5 | ||
2010-11-22 | Allow aux_cache_file open()ing to fail silently even in the chroot mode. | 2 | -8/+10 | ||
The aux_cache fix of bug 11149 introduced a new bug - normally, ldconfig -r never cares if the auxiliary cache is not available and that is not a fatal problem, however this is not the case in case of ldconfig -r when executed as non-root. In that case, ldconfig -r fails hard unless var/cache/ldconfig/ exists within the chroot. This patch fixes that. Conflicts: ChangeLog | |||||
2010-11-22 | Optimize last initgroups patch a bit. | 2 | -12/+17 | ||
2010-11-22 | Fix multiple nss_compat initgroups() bugs | 2 | -8/+17 | ||
Compat initgroups() is completely broken; the code will always set skip_initgroups_dyn to true, so initgroups() will never be actually called, but due to the nature of the code, setgrent() won't be called either - thus, subsequent invocations of initgroups() will not return the NIS group list anymore. This is a simple patch that makes sure skip_initgroups_dyn is set only in case initgroups is not available; it also attempts to handle the unavailability of other NSS interfaces better. Conflicts: ChangeLog | |||||
2010-11-19 | Define MAP_HUGETLB. | 3 | -2/+10 | ||
2010-11-16 | Define SWAP_FLAG_DISCARD. | 2 | -1/+6 | ||