Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for XPG7 testing. | Ulrich Drepper | 2010-01-09 | 115 | -391/+1243 |
| | | | | | The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come. | ||||
* | Fix typo in feature selection macro use. | Ulrich Drepper | 2010-01-06 | 2 | -2/+6 |
| | |||||
* | Fix up ChangeLog. | Ulrich Drepper | 2009-12-25 | 1 | -2/+1 |
| | |||||
* | Remove tst-sigcontext test. | Ulrich Drepper | 2009-12-24 | 3 | -313/+2 |
| | | | | It's bogus in many places. | ||||
* | Additional setcontext(), etc. conformance tests. | Maciej W. Rozycki | 2009-12-24 | 5 | -2/+540 |
| | |||||
* | Enable multiarch whenever possible. | H.J. Lu | 2009-12-23 | 3 | -12/+78 |
| | |||||
* | Fix isomac test after recent header change. | Ulrich Drepper | 2009-12-23 | 2 | -1/+10 |
| | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/glibc | Ulrich Drepper | 2009-12-23 | 3 | -16/+22 |
|\ | |||||
| * | Hurd: Fix possibly uninitialized variable in _hurd_locked_install_cttyid. | Samuel Thibault | 2009-12-22 | 2 | -14/+15 |
| | | |||||
| * | Hurd: Fix spurious mach_port_deallocate in getcwd. | Samuel Thibault | 2009-12-22 | 2 | -2/+7 |
| | | |||||
* | | Fix up ChangeLog. | Ulrich Drepper | 2009-12-23 | 1 | -0/+2 |
|/ | |||||
* | Fix s390 startup code in libpthread. | Thomas Schwinge | 2009-12-22 | 3 | -16/+8 |
| | |||||
* | Implement handling of the needed S390 relocations. | Martin Schwidefsky | 2009-12-22 | 3 | -3/+11 |
| | |||||
* | Handle AT_FDCWD in futimens. | Ulrich Drepper | 2009-12-21 | 2 | -0/+9 |
| | |||||
* | Small optimization of pthread_rwlock_init. | Ulrich Drepper | 2009-12-17 | 2 | -13/+9 |
| | |||||
* | Update poll.h header for POSIX 2008. | Ulrich Drepper | 2009-12-15 | 4 | -7/+13 |
| | |||||
* | Avoid ELF lookup race. | Ulrich Drepper | 2009-12-15 | 4 | -8/+23 |
| | | | | | | On some architectures the update of the l_used field in the lookup functions races with setting the other bits in the bitfield. Simply avoid this and optimize use of l_used in general. | ||||
* | Define bit_SSE2 and index_SSE2. | H.J. Lu | 2009-12-13 | 5 | -8/+20 |
| | |||||
* | More whitespace fixes. | Ulrich Drepper | 2009-12-13 | 1 | -2/+2 |
| | |||||
* | Fix whitespaces. | Ulrich Drepper | 2009-12-13 | 2 | -6/+6 |
| | |||||
* | Add Requeue-PI support for x86 arch. | Dinakar Guniguntala | 2009-12-13 | 6 | -28/+198 |
| | |||||
* | Define bit_XXX and index_XXX. | H.J. Lu | 2009-12-13 | 10 | -17/+50 |
| | | | | | | This patch defines bit_XXX and index_XXX and use them to check processor feature in assembly code. It can prevent typos in processor feature check. | ||||
* | Update sysdeps/sh/elf/initfini.c. | Kaz Kojima | 2009-12-13 | 2 | -58/+56 |
| | |||||
* | Provide a __set_fpscr prototype. | Mike Frysinger | 2009-12-13 | 2 | -1/+7 |
| | |||||
* | Invalid timeouts in i386 sem_timedwait. | Ulrich Drepper | 2009-12-12 | 2 | -9/+14 |
| | | | | We adjusted nwaiters even though this isn't necessary. | ||||
* | Redefine O_SYNC and O_DSYNC to match 2.6.33+ kernels. | Ulrich Drepper | 2009-12-11 | 8 | -21/+32 |
| | |||||
* | Fix a few error cases in *name4_r lookup handling. | Ulrich Drepper | 2009-12-10 | 5 | -56/+75 |
| | |||||
* | Fix kernel version check in recent ptsname change. | Ulrich Drepper | 2009-12-09 | 2 | -1/+7 |
| | |||||
* | Add more warnings to exec functions. | Bruno Haible | 2009-12-09 | 2 | -9/+16 |
| | |||||
* | Add recvmmsg interface. | Ulrich Drepper | 2009-12-08 | 5 | -3/+41 |
| | |||||
* | Add even more cfi to s390 asm files. | Andreas Krebbel | 2009-12-07 | 5 | -0/+34 |
| | |||||
* | Ignore *.rej and *.orig files in git operations. | Ulrich Drepper | 2009-12-07 | 1 | -0/+2 |
| | |||||
* | Remove build related ignore patterns | Andreas Schwab | 2009-12-02 | 1 | -10/+0 |
| | |||||
* | Define SCHED_IDLE and SCHED_RESET_ON_FORK for Linux. | Ulrich Drepper | 2009-11-30 | 2 | -4/+12 |
| | |||||
* | SH calling __gmon_start__ from pt-initfini.c. | Thomas Schwinge | 2009-11-30 | 2 | -19/+7 |
| | |||||
* | Fix infloop in __pthread_disable_asynccancel on x86_64 | Andreas Schwab | 2009-11-27 | 2 | -2/+8 |
| | |||||
* | Avoid handling long-obsolete old BSD PTY handling in ptsname. | Ulrich Drepper | 2009-11-26 | 2 | -0/+8 |
| | | | | | Support for this type of PTY was removed in the 2.1.115 kernel. Just use __LINUX_KERNEL_VERSION to determine when we can drop the compat code. | ||||
* | Fix comments in random_r.c. | Ulrich Drepper | 2009-11-24 | 2 | -2/+6 |
| | |||||
* | Optimize grantpt. | Ulrich Drepper | 2009-11-24 | 4 | -21/+38 |
| | | | | | | grantpt was performing two consecutive calls to stat with the same file name. Avoid this by creating a special version of the ptsname function which allows to pass the stat result back to the caller. | ||||
* | Avoid local PLTs. | Ulrich Drepper | 2009-11-24 | 1 | -3/+3 |
| | |||||
* | Prevent unintended file desriptor leak in grantpt. | Ulrich Drepper | 2009-11-24 | 4 | -3/+54 |
| | | | | | | | | | The pt_chown program is completely transparently called. It might not be able to live with the various file descriptors the program has open at the time of the call (e.g., under SELinux). Close all but the needed descriptor and connect stdin, stdout, and stderr with /dev/null. pt_chown shouldn't print anything when called to do real work. | ||||
* | Once again forgot to add new test file. | Ulrich Drepper | 2009-11-24 | 1 | -0/+46 |
| | |||||
* | Don't get tty group info multiple times in grantpt. | Ulrich Drepper | 2009-11-24 | 2 | -21/+28 |
| | | | | | | This is a minor optimization. The tty group mustn't change so a successful call to getgrnam will always return the same information. Cache it and reuse it. | ||||
* | New NPTL POSIX semaphore test. | Ulrich Drepper | 2009-11-24 | 2 | -1/+6 |
| | |||||
* | Fix startup to security-relevant statically linked binaries. | Ulrich Drepper | 2009-11-24 | 3 | -6/+28 |
| | | | | | Before the change they crash on startup. Perform IREL relocations earlier to prevent this. | ||||
* | Define week, first_weekday, and first_workday for hsb_DE locale. | Ulrich Drepper | 2009-11-24 | 2 | -10/+18 |
| | |||||
* | Define week, first_weekday, and first_workday for en_DK locale. | Ulrich Drepper | 2009-11-23 | 2 | -25/+32 |
| | |||||
* | Use struct timespec for timestamps in struct stat also if __USE_XOPEN2K8. | Andreas Schwab | 2009-11-23 | 6 | -72/+81 |
| | | | | POSIX.1-2008 made stat.st_[acm]tim mandatory. | ||||
* | Try harder to re-exec nscd in paranoia mode. | Ulrich Drepper | 2009-11-22 | 2 | -4/+5 |
| | |||||
* | Use #include instead of duplication for i386 vs i686 dl-sysdep.h in NPTL. | Roland McGrath | 2009-11-22 | 2 | -50/+10 |
| |