summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2011-10-02signedness fix; ok millertDarren Tucker
2011-09-25KERN_BUFCACHEPERCENT defaults to 20%, not 10%; from Juha ErkkilaJason McIntyre
2011-09-22Stop using the latin1 character set in the "C" locale. This behaviour wasStefan Sperling
2011-09-22fix GLOB_KEEPSTAT without GLOB_NOSORT; the implicit sort was beingDamien Miller
2011-09-20In glob(3), limit recursion during matching attempts. Similar to fnmatch fix.Stefan Sperling
2011-09-19Make this actually work.Mark Kettenis
2011-09-19Use a long-displacement branch instruction to call __cerror, since theMark Kettenis
2011-09-19Clear the upper 32-bits of the system call address we load using ldil, sinceMark Kettenis
2011-09-17arithemtic -> arithmeticMiod Vallat
2011-09-16after some thought, i think it unlikely that we will need to specifyJason McIntyre
2011-09-16use .St here for ISO 8601 references; ok millertJason McIntyre
2011-09-16RFC-2822 -> RFC 2822Jason McIntyre
2011-09-14update vt100 example to vt200, as vt100 apparently is no longer in theJason McIntyre
2011-09-05Preserve errno across calls to open the password database(s), soPhilip Guenthe
2011-09-05Switch sigreturn() to the normal syscall entry instead of int$80.Philip Guenthe
2011-09-03knock out some useless Pp;Jason McIntyre
2011-09-03some minor tweaks;Jason McIntyre
2011-09-03make -column lists pretty again;Jason McIntyre
2011-08-31only one leap second is permitted, not two; from guentherJason McIntyre
2011-08-30in column lists, enforce the following ordering:Jason McIntyre
2011-08-19as with other list types, column lists generally do not need a Pp/-compactJason McIntyre
2011-08-19Bring libc and libm in line with the compiler now that we no longer have aMark Kettenis
2011-08-1664-bitification went a bit too far here; sigset_t is 32-bit so using 64-bitMark Kettenis
2011-07-29missing $ in rcs tag; from Daniel DickmanStuart Henderson
2011-07-26.Fn rmdir -> .Xr rmdir 2Matthew Dempsky
2011-07-26At some point we've switched to the VFP floating-point--unlike FPAMartynas Venckus
2011-07-26Assumptions about floating-point word order based on BYTE_ORDER areMartynas Venckus
2011-07-26__arm32__ -> __arm__, since our new compiler isn't defining theMartynas Venckus
2011-07-25tweak previous;Jason McIntyre
2011-07-25update HISTORY and SEE ALSO for all of string(3), together with variousIngo Schwarze
2011-07-24occured -> occurred;Jason McIntyre
2011-07-24Recent Single Unix will malloc memory if the second argument of realpath()Miod Vallat
2011-07-24Sync wcslcpy and wcslcat with strlcpy and strlcat. OK deraadt@Todd C. Miller
2011-07-24fix linkat(2) prototypeMatthew Dempsky
2011-07-22Show (in the example) that < and > can be used multiple times; ok jmc@Otto Moerbeek
2011-07-21- add a MALLOC_OPTIONS section header. the content is already there, but havingJasper Lievisse Adriaanse
2011-07-19Change "constructed by bitwise-inclusive OR'ing of flags from ..." toMatthew Dempsky
2011-07-19Change "If also flag is zero" to "If flag is also zero".Matthew Dempsky
2011-07-19no need to mention xerox network stack here; ok claudioMike Belopuhov
2011-07-19tweak previous;Jason McIntyre
2011-07-19knock out some useless Pp;Jason McIntyre
2011-07-19Fix two typos pointed out by guenther@ during our libpthread microMatthew Dempsky
2011-07-19document that we don't currently handle UTIME_OMIT correctly for the mtime ti...Matthew Dempsky
2011-07-18oops, forget a critical "not"Matthew Dempsky
2011-07-18Add (rough draft) documentation for fdopendir(3) and the 15 newMatthew Dempsky
2011-07-18Expose a bunch of new functionality from POSIX 2008: openat(2),Matthew Dempsky
2011-07-18Implement fdopendir(3) and refactor opendir(3) and fdopendir(3) to useMatthew Dempsky
2011-07-14__opendir2, DTF_NODUP, and __DTF_READALL can die. struct direntTheo de Raadt
2011-07-12Don't call munmap(2) if mmap(2) failed.Matthew Dempsky
2011-07-12Clarify that exactly one of O_RDONLY, O_WRONLY, and O_RDWR must beMatthew Dempsky