| Commit message (Expand) | Author | Age | Files | Lines |
* | use sys/cdefs.h |  deraadt | 2008-12-10 | 2 | -4/+3 |
* | these were not needed |  martynas | 2008-12-09 | 6 | -12/+6 |
* | ditto frexpl and ldexpl |  martynas | 2008-12-09 | 15 | -16/+54 |
* | alias fabsl to fabs on these archs |  martynas | 2008-12-09 | 7 | -7/+23 |
* | remove unused |  martynas | 2008-12-09 | 6 | -201/+0 |
* | - add long double signbit |  martynas | 2008-12-09 | 59 | -73/+431 |
* | bugfix update to gdtoa 2008-10-10. ok millert@, tested by many |  martynas | 2008-12-09 | 23 | -152/+500 |
* | Commit requested by marco: |  otto | 2008-12-09 | 3 | -26/+206 |
* | fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon |  otto | 2008-12-09 | 2 | -7/+7 |
* | Document that ethers_aton returns NULL for invalid addresses. |  weerd | 2008-12-07 | 1 | -2/+4 |
* | Add unix(4) to SEE ALSO. |  mk | 2008-11-26 | 1 | -3/+4 |
* | Fix typo, okay jmc@. |  pedro | 2008-11-26 | 1 | -3/+3 |
* | Correctly jump over routing headers and calculate the size of the if_data |  claudio | 2008-11-24 | 1 | -7/+14 |
* | - make the .Nd of link(2) and symlink(2) a bit more consistent |  jasper | 2008-11-21 | 1 | -3/+3 |
* | move allocations between half a page and a page as close to the end of |  otto | 2008-11-20 | 2 | -4/+5 |
* | Reduce the leeway malloc allows when moving allocations to the end of |  otto | 2008-11-20 | 1 | -2/+2 |
* | To allow for easier playing with more strict settings introduce |  otto | 2008-11-13 | 1 | -5/+14 |
* | avoid a few strlen calls for constant strings; prompted by tg; ok djm@ |  otto | 2008-11-12 | 1 | -10/+10 |
* | tweak previous; |  jmc | 2008-11-09 | 1 | -9/+14 |
* | Document the ddb.trigger sysctl. |  ckuethe | 2008-11-08 | 1 | -2/+17 |
* | if the freeprot flag (F) is set, do not do delayed frees for chunks |  otto | 2008-11-06 | 1 | -6/+10 |
* | fix markup of example line and description of G flag; partly from and |  otto | 2008-11-02 | 1 | -5/+4 |
* | remove distinction between warnings and errors, ok deraadt@ djm@ |  otto | 2008-11-02 | 2 | -73/+38 |
* | Pass a pointer to warn2 so the warn2 == IN_ALL would not be an |  millert | 2008-10-31 | 1 | -2/+2 |
* | if MALLOC_STATS is defined, record how many "cheap reallocs" were |  otto | 2008-10-29 | 1 | -1/+8 |
* | some SEE ALSO additions from Ingo Schwarze; |  jmc | 2008-10-24 | 8 | -16/+24 |
* | Reword description of tm_zone and tm_gmtoff fields |  guenther | 2008-10-23 | 1 | -6/+10 |
* | man page for Makefile.yp, and associated bits; from Ingo Schwarze |  jmc | 2008-10-22 | 1 | -3/+27 |
* | build w/ USE_LOCALE. ok millert@ |  martynas | 2008-10-21 | 1 | -1/+2 |
* | use decimal point from locale. ok millert@ |  martynas | 2008-10-21 | 1 | -3/+3 |
* | oops, assign errno the right way. caught by david running regress tests |  otto | 2008-10-20 | 1 | -2/+2 |
* | document fts_open error handling; from Tim van der Molen |  jmc | 2008-10-19 | 1 | -2/+10 |
* | Document that strptime doesn't set the dst flag. |  millert | 2008-10-19 | 1 | -2/+15 |
* | update to tzcode2008g from elsie.nci.nih.gov |  millert | 2008-10-06 | 1 | -6/+6 |
* | Fix conversion of numbers without an exponent. |  kettenis | 2008-10-05 | 1 | -4/+4 |
* | reduce rbyte cache to 512 bytes, no measurable slowdown (even in the |  otto | 2008-10-03 | 1 | -2/+2 |
* | save and restore errno on success. while it is not stricly needed for |  otto | 2008-10-03 | 1 | -4/+14 |
* | zap __arc4_getbyte(), it was only used by the old malloc; ok millert@ |  otto | 2008-10-03 | 1 | -14/+1 |
* | when increasing the size of a larger than a page allocation try |  otto | 2008-10-03 | 1 | -3/+41 |
* | avoid spitting up regions when purging stuff from the cache, it puts |  otto | 2008-10-03 | 1 | -17/+10 |
* | simplify and clarify login_getstyle; ok deraadt@ |  millert | 2008-10-02 | 1 | -14/+7 |
* | POSIX character class support for fnmatch(3) and glob(3). OK deraadt@ |  millert | 2008-10-01 | 3 | -8/+149 |
* | Simplify the loop used for bp overflow detection to match what I'm |  millert | 2008-10-01 | 1 | -8/+5 |
* | Fix for sequential retrieval failure when using large key/data pairs. |  millert | 2008-10-01 | 1 | -1/+16 |
* | Use large pic asm for access to errno (needed for pie). Originally from |  kurt | 2008-09-29 | 1 | -2/+4 |
* | Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2). |  kettenis | 2008-09-16 | 1 | -2/+6 |
* | add missing header needed by strlen(). |  chl | 2008-09-15 | 1 | -1/+2 |
* | - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behave |  martynas | 2008-09-15 | 1 | -2/+38 |
* | describe %a/%A. from freebsd |  martynas | 2008-09-14 | 1 | -2/+58 |
* | document strtold. ok millert@ |  martynas | 2008-09-13 | 2 | -11/+25 |