summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-19Typo.Martynas Venckus
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-13Reintroduce lost local diff; detective work by matthew@; ok okan@ oga@Otto Moerbeek
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-11Remove the GCC2 optimizer workaround for sparc. After switchingMartynas Venckus
2011-07-10Use stdio in getent() and reuse pfp from tcgetnext when calling getent().Todd C. Miller
2011-07-09- Fix the cabs, and cabsf prototypes in the manual pages; it'sMartynas Venckus
2011-07-09Switch to the SSE code. OK mikeb@.Martynas Venckus
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-09Make the zero condition properly raise the exception and return.Martynas Venckus
2011-07-09Don't reimplement the same thing twice. OK matthew@.Martynas Venckus
2011-07-09Copied from hppa; should work for hppa64 as well.Mark Kettenis
2011-07-09On hppa64 we need to use __gp instead of $global$.Mark Kettenis
2011-07-08Move fabs(3) manual page from libm to libc, for consistency. TheMartynas Venckus
2011-07-08Remove the stupid commented out fabs(3), frexp(3), and modf(3)Martynas 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-08No need to set CFLAGS+=-DOPENSSL_IA32_SSE2 on amd64. Nothing uses it.Marco Pfatschbacher
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-08Finalize work on complex math routines, now that we have theMartynas Venckus
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-08signbitl -> signbit.Martynas Venckus
2011-07-08el_set EL_BIND or EL_SETTC must have argument lists ending with NULL.Nicholas Marriott
2011-07-08Pass CFLAGS (which contains -DOPENSSL_IA32_SSE2) to the perlasmMarco Pfatschbacher
2011-07-07timed's time is up. use ntpd(8). Even our own fossil developersTheo de Raadt
2011-07-07Enable wide character functions in libedit (not the other libe*t).Nicholas Marriott
2011-07-07fix typos; while here, improve spacing in comments.Igor Sobrado
2011-07-07no more math(3);Jason McIntyre
2011-07-07add tcp.always_keepalive;Jason McIntyre
2011-07-07When context switching, if the 'new' thread is the same as the 'old'Philip Guenthe
2011-07-07sync with upstream, retaining local modifications.Okan Demirmen