aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
2012-08-01 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):Florian Weimer1-8/+8
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath2-2/+6
2012-05-24Remove use of INTDEF/INTUSE in intlAndreas Schwab1-2/+2
2012-05-10Hurd: Update posix_opt.hSamuel Thibault1-0/+6
2012-04-29Fix attributes for fortify functions.Marek Polacek2-15/+15
2012-03-25Fix last change.Roland McGrath1-2/+3
2012-03-25Fix confstr use of local buffer outside its extent.Roland McGrath1-116/+106
2012-03-232012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov1-8/+0
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu2-2/+2
2012-03-10Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert1-3/+2
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-8/+1
2012-02-28 [BZ #13637]Stanislav Brabec3-2/+123
2012-02-26Add first fixes for conformtest for POSIX2008Ulrich Drepper3-2/+9
2012-02-26Fix up POSIX testing in conformtestUlrich Drepper2-5/+4
2012-02-25First steps to get conformtest fully workingUlrich Drepper1-2/+7
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert181-542/+361
2012-01-24Remove posix/glob directory (standalone glob build support).Joseph Myers8-6085/+0
2012-01-07Remove pre-ISO C supportUlrich Drepper8-112/+105
2012-01-03Optimize regex a bitUlrich Drepper1-4/+32
2012-01-01Update copyright yearUlrich Drepper1-2/+2
2011-12-30Fix up regcomp/regexecJakub Jelinek1-1/+1
2011-11-30Fix access after end of search string in regex matcherAndreas Schwab4-9/+8
2011-11-12Fix warnings in regexUlrich Drepper2-5/+6
2011-11-01Fix tst-rfc3484 build failuresUlrich Drepper3-0/+18
2011-10-29Mark a few more functions with __THROWNL.Ulrich Drepper1-3/+3
2011-10-27Don't mark memory synchronisation functions as leafAndreas Schwab1-1/+1
2011-09-10Cleanup of configuration optionsUlrich Drepper2-30/+28
2011-09-08Remove support for automatic cvs check-insUlrich Drepper1-6/+0
2011-09-08Add missing definition of LOCPATH for bug-regex32 runJohn Stanley1-0/+1
2011-09-05Try shell in posix_spawn* only in compat modeUlrich Drepper4-14/+52
2011-09-05Fix last checkinUlrich Drepper1-0/+1
2011-09-05Fix glob.h header by removing gcc 1.x supportUlrich Drepper1-16/+3
2011-07-23Define SEEK_DATA and SEEK_HOLEUlrich Drepper1-0/+4
2011-07-20Check for overflows in expressionsUlrich Drepper1-8/+34
2011-07-06Handle W; without long options in getoptUlrich Drepper1-2/+7
2011-06-10Quash some new warnings from GCC 4.6.Roland McGrath1-0/+1
2011-05-28Fix unnecessary overallocation due to incomplete characterUlrich Drepper4-15/+57
2011-05-28Remove unused variableUlrich Drepper1-1/+0
2011-05-22Add a few more alloca size checksUlrich Drepper1-87/+276
2011-05-20Update documentation in regex.hReuben Thomas1-4/+9
2011-05-16Update RE_SYNTAX*_AWK constants in regex.hAharon Robbins1-9/+12
2011-05-15Provide more helpful error message in getoptUlrich Drepper3-21/+124
2011-04-01Add syncfs syscall.Andreas Schwab1-0/+7
2011-04-01Fix typos in comments.Ulrich Drepper2-6/+6
2011-03-18Check size of pattern in wide character representation in fnmatch.Ulrich Drepper1-1/+12
2011-02-04Fix some warning nits.Roland McGrath1-2/+2
2011-01-17Update copyright year.Ulrich Drepper1-2/+2
2011-01-14FIx handling of unterminated [ expression in fnmatch.Ulrich Drepper5-14/+30
2010-12-27Fix infloop on persistent failing calloc in regex.Jim Meyering1-0/+2
2010-11-12Fix memory leak in fnmatchAndreas Schwab3-8/+15