summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
2011-07-12document O_CLOEXEC and O_DIRECTORYMatthew Dempsky
2011-07-12on malloc flag S, set cache size to 0; will catch even moreOtto Moerbeek
2011-07-10Use stdio in getent() and reuse pfp from tcgetnext when calling getent().Todd C. Miller
2011-07-09Minor function name tweaks.Nicholas Marriott
2011-07-09Instead of documenting all the wide string functions in wmemchr(3), addNicholas Marriott
2011-07-08Move fabs(3) manual page from libm to libc, for consistency. TheMartynas Venckus
2011-07-08Alias modfl to modf. This goes together with the previous bump.Martynas Venckus
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingMartynas Venckus
2011-07-08tweak previous;Jason McIntyre
2011-07-08Kill weak `cerror' alias, it's colliding with the userland namespace. NoticedMiod Vallat
2011-07-08Support sending struct info to kdump. So far for struct stat andOtto Moerbeek
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingMartynas Venckus
2011-07-08Include PIPEX in kernel by default. And add new sysctl variableYASUOKA Masahiko
2011-07-08After a certain amount of fighting with the mbstowcs API, remove L fromNicholas Marriott
2011-07-07timed's time is up. use ntpd(8). Even our own fossil developersTheo de Raadt
2011-07-07no more math(3);Jason McIntyre
2011-07-07add tcp.always_keepalive;Jason McIntyre
2011-07-07Fix bit twiddling routines on ARM; where floating-point word orderMartynas Venckus
2011-07-06Add sysctl net.inet.tcp.always_keepalive, when this is set the systemStuart Henderson
2011-07-06Add support for C99 %ls and %lc format directives, as been documented inStefan Sperling
2011-07-06Speed up cgetnext() by passing the record we want to parse in toTodd C. Miller
2011-07-05Fix some awful code in the example, pointed out by millert@.Nicholas Marriott
2011-07-05from Tim van der Molen:Jason McIntyre
2011-07-05Move arm to the 'MI' softfloat code instead of the arm version.Dale Rahn
2011-07-05Add stubs for signals and forks.Paul Irofti
2011-07-04tweak previous;Jason McIntyre
2011-07-04Add ia64 libc support.Paul Irofti
2011-07-04Add wcsdup(), from NetBSD.Nicholas Marriott
2011-07-04Implement an idle timeout for the socket splicing. A new `sp_idle'Mike Belopuhov
2011-07-03"it's" -> "its" in a couple of comments.Kenneth R Westerback
2011-07-03Recognize %a, %A format specifiers, per C99.Martynas Venckus
2011-07-03Swap bitmask values around so that STRTOG_Neg doesn't get affectedMartynas Venckus
2011-07-03Properly implement the long double (%Lf) scanf without the precisionMartynas Venckus