Age | Commit message (Expand) | Author |
2011-07-24 | fix linkat(2) prototype | Matthew Dempsky |
2011-07-22 | Show (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 having | Jasper Lievisse Adriaanse |
2011-07-19 | Change "constructed by bitwise-inclusive OR'ing of flags from ..." to | Matthew Dempsky |
2011-07-19 | Change "If also flag is zero" to "If flag is also zero". | Matthew Dempsky |
2011-07-19 | no need to mention xerox network stack here; ok claudio | Mike Belopuhov |
2011-07-19 | tweak previous; | Jason McIntyre |
2011-07-19 | knock out some useless Pp; | Jason McIntyre |
2011-07-19 | Fix two typos pointed out by guenther@ during our libpthread micro | Matthew Dempsky |
2011-07-19 | document that we don't currently handle UTIME_OMIT correctly for the mtime ti... | Matthew Dempsky |
2011-07-18 | oops, forget a critical "not" | Matthew Dempsky |
2011-07-18 | Add (rough draft) documentation for fdopendir(3) and the 15 new | Matthew Dempsky |
2011-07-18 | Expose a bunch of new functionality from POSIX 2008: openat(2), | Matthew Dempsky |
2011-07-18 | Implement fdopendir(3) and refactor opendir(3) and fdopendir(3) to use | Matthew Dempsky |
2011-07-14 | __opendir2, DTF_NODUP, and __DTF_READALL can die. struct dirent | Theo de Raadt |
2011-07-12 | Don't call munmap(2) if mmap(2) failed. | Matthew Dempsky |
2011-07-12 | Clarify that exactly one of O_RDONLY, O_WRONLY, and O_RDWR must be | Matthew Dempsky |
2011-07-12 | document O_CLOEXEC and O_DIRECTORY | Matthew Dempsky |
2011-07-12 | on malloc flag S, set cache size to 0; will catch even more | Otto Moerbeek |
2011-07-10 | Use stdio in getent() and reuse pfp from tcgetnext when calling getent(). | Todd C. Miller |
2011-07-09 | Minor function name tweaks. | Nicholas Marriott |
2011-07-09 | Instead of documenting all the wide string functions in wmemchr(3), add | Nicholas Marriott |
2011-07-08 | Move fabs(3) manual page from libm to libc, for consistency. The | Martynas Venckus |
2011-07-08 | Alias modfl to modf. This goes together with the previous bump. | Martynas Venckus |
2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending | Martynas Venckus |
2011-07-08 | tweak previous; | Jason McIntyre |
2011-07-08 | Kill weak `cerror' alias, it's colliding with the userland namespace. Noticed | Miod Vallat |
2011-07-08 | Support sending struct info to kdump. So far for struct stat and | Otto Moerbeek |
2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | Martynas Venckus |
2011-07-08 | Include PIPEX in kernel by default. And add new sysctl variable | YASUOKA Masahiko |
2011-07-08 | After a certain amount of fighting with the mbstowcs API, remove L from | Nicholas Marriott |
2011-07-07 | timed's time is up. use ntpd(8). Even our own fossil developers | Theo de Raadt |
2011-07-07 | no more math(3); | Jason McIntyre |
2011-07-07 | add tcp.always_keepalive; | Jason McIntyre |
2011-07-07 | Fix bit twiddling routines on ARM; where floating-point word order | Martynas Venckus |
2011-07-06 | Add sysctl net.inet.tcp.always_keepalive, when this is set the system | Stuart Henderson |
2011-07-06 | Add support for C99 %ls and %lc format directives, as been documented in | Stefan Sperling |
2011-07-06 | Speed up cgetnext() by passing the record we want to parse in to | Todd C. Miller |
2011-07-05 | Fix some awful code in the example, pointed out by millert@. | Nicholas Marriott |
2011-07-05 | from Tim van der Molen: | Jason McIntyre |
2011-07-05 | Move arm to the 'MI' softfloat code instead of the arm version. | Dale Rahn |
2011-07-05 | Add stubs for signals and forks. | Paul Irofti |
2011-07-04 | tweak previous; | Jason McIntyre |
2011-07-04 | Add ia64 libc support. | Paul Irofti |
2011-07-04 | Add wcsdup(), from NetBSD. | Nicholas Marriott |
2011-07-04 | Implement 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-03 | Recognize %a, %A format specifiers, per C99. | Martynas Venckus |
2011-07-03 | Swap bitmask values around so that STRTOG_Neg doesn't get affected | Martynas Venckus |
2011-07-03 | Properly implement the long double (%Lf) scanf without the precision | Martynas Venckus |