Age | Commit message (Expand) | Author |
2011-08-04 | Initial hppa64 code drop; not finished yet, but this at least allows us to | Mark Kettenis |
2011-08-03 | Add support for hppa64 based on the defaults for 64-bit HP-UX as found in the | Mark Kettenis |
2011-08-03 | Don't try to outsmart gcc inline assembler when saving the cpsr in the | Miod Vallat |
2011-07-29 | missing $ in rcs tag; from Daniel Dickman | Stuart Henderson |
2011-07-26 | .Fn rmdir -> .Xr rmdir 2 | Matthew Dempsky |
2011-07-26 | At some point we've switched to the VFP floating-point--unlike FPA | Martynas Venckus |
2011-07-26 | Assumptions about floating-point word order based on BYTE_ORDER are | Martynas Venckus |
2011-07-26 | __arm32__ -> __arm__, since our new compiler isn't defining the | Martynas Venckus |
2011-07-25 | Make huge constants actually long, so they don't overflow and become | Martynas Venckus |
2011-07-25 | tweak previous; | Jason McIntyre |
2011-07-25 | update HISTORY and SEE ALSO for all of string(3), together with various | Ingo Schwarze |
2011-07-24 | occured -> occurred; | Jason McIntyre |
2011-07-24 | tweak previous; | Jason McIntyre |
2011-07-24 | Recent Single Unix will malloc memory if the second argument of realpath() | Miod Vallat |
2011-07-24 | Document fma, fmaf, fmal, nexttoward, nexttowardf, nexttowardl. | Martynas Venckus |
2011-07-24 | Sync wcslcpy and wcslcat with strlcpy and strlcat. OK deraadt@ | Todd C. Miller |
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-21 | sundry tweakage; | Jason McIntyre |
2011-07-20 | - Make constants const. | Martynas Venckus |
2011-07-20 | For intermediate computations use single or extended counterparts | Martynas Venckus |
2011-07-20 | Document complex math library. | Martynas Venckus |
2011-07-20 | - Replace digicert 2nd-level cert with the root which issued it. | Stuart Henderson |
2011-07-19 | Handle F_DUPFD_CLOEXEC the same as we do F_DUPFD. | Matthew Dempsky |
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 | Typo. | Martynas Venckus |
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-13 | Reintroduce lost local diff; detective work by matthew@; ok okan@ oga@ | Otto Moerbeek |
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-11 | Remove the GCC2 optimizer workaround for sparc. After switching | Martynas Venckus |
2011-07-10 | Use 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's | Martynas Venckus |
2011-07-09 | Switch to the SSE code. OK mikeb@. | Martynas Venckus |
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-09 | Make the zero condition properly raise the exception and return. | Martynas Venckus |