summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-08-04Initial hppa64 code drop; not finished yet, but this at least allows us toMark Kettenis
2011-08-03Add support for hppa64 based on the defaults for 64-bit HP-UX as found in theMark Kettenis
2011-08-03Don't try to outsmart gcc inline assembler when saving the cpsr in theMiod Vallat
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-25Make huge constants actually long, so they don't overflow and becomeMartynas 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-24tweak previous;Jason McIntyre
2011-07-24Recent Single Unix will malloc memory if the second argument of realpath()Miod Vallat
2011-07-24Document fma, fmaf, fmal, nexttoward, nexttowardf, nexttowardl.Martynas Venckus
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-21sundry tweakage;Jason McIntyre
2011-07-20- Make constants const.Martynas Venckus
2011-07-20For intermediate computations use single or extended counterpartsMartynas Venckus
2011-07-20Document complex math library.Martynas Venckus
2011-07-20- Replace digicert 2nd-level cert with the root which issued it.Stuart Henderson
2011-07-19Handle F_DUPFD_CLOEXEC the same as we do F_DUPFD.Matthew Dempsky
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