Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some pre-2.6.0 Linux kernel conditionals. | Joseph Myers | 2012-08-03 | 1 | -12/+0 |
| | |||||
* | Fix comment that describes sighandler_setxid | Siddhesh Poyarekar | 2012-07-19 | 1 | -1/+3 |
| | |||||
* | Remove use of INTDEF/INTUSE in nptl | Andreas Schwab | 2012-05-30 | 1 | -15/+15 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
| | |||||
* | Create internal threads with sufficient stack size | Ulrich Drepper | 2011-12-22 | 1 | -1/+11 |
| | |||||
* | Avoid race between {,__de}allocate_stack and __reclaim_stacks during fork | Andreas Schwab | 2011-09-15 | 1 | -0/+1 |
| | |||||
* | Fix robust mutex handling after fork | Ulrich Drepper | 2011-06-30 | 1 | -2/+20 |
| | |||||
* | Fix races in setXid implementation. | Daniel Jacobowitz | 2009-10-30 | 1 | -5/+11 |
| | |||||
* | Rename nptl/init.c to nptl/nptl-init.c. | Ulrich Drepper | 2009-05-16 | 1 | -0/+446 |
Needed to allow overwriting architectures init.c in csu and nptl individually. Fixes BZ #9924. |