Age | Commit message (Expand) | Author |
2008-10-01 | POSIX character class support for fnmatch(3) and glob(3). OK deraadt@ | Todd C. Miller |
2008-10-01 | Simplify the loop used for bp overflow detection to match what I'm | Todd C. Miller |
2008-10-01 | Fix for sequential retrieval failure when using large key/data pairs. | Todd C. Miller |
2008-10-01 | Assert my copyright on files I gave to d@ back in 1998. | Dale Rahn |
2008-09-29 | Use large pic asm for access to errno (needed for pie). Originally from | Kurt Miller |
2008-09-26 | Remove PICFLAG= setting, it is overridden in bsd.prog.mk. tested on landisk. | Dale Rahn |
2008-09-19 | fix some cause of bad TEXTREL on i386 and amd64 | Otto Moerbeek |
2008-09-16 | remove d_cbrt, dcbrt, d_sqrt. ok millert@ | Martynas Venckus |
2008-09-16 | typo: is -> if. ok millert@ | Martynas Venckus |
2008-09-16 | gc unused files, the functions are in libc. ok millert@ | Martynas Venckus |
2008-09-16 | Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2). | Mark Kettenis |
2008-09-15 | add missing header needed by strlen(). | Charles Longeau |
2008-09-15 | - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behave | Martynas Venckus |
2008-09-14 | describe %a/%A. from freebsd | Martynas Venckus |
2008-09-13 | document strtold. ok millert@ | Martynas Venckus |
2008-09-13 | strtof has been introduced in c99 | Martynas Venckus |
2008-09-13 | remove z_abs. ok millert@ | Martynas Venckus |
2008-09-12 | the last example doesn't need a ctx variable; | Damien Miller |
2008-09-12 | as we did for reboot(8), do not attempt to list architectures | Jason McIntyre |
2008-09-11 | since these got no ieee-specific code anymore, add fmin, fmax, fdim, | Martynas Venckus |
2008-09-11 | - make much more readable: don't reimplement isnan, signbit each | Martynas Venckus |
2008-09-10 | use one call to arc4random_buf() instead of lots of arc4random() | Damien Miller |
2008-09-09 | sigh, gamma got lost | Martynas Venckus |
2008-09-08 | turn off CAST assembler code (i.e. use C implementation) as it has bad | Damien Miller |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-09-07 | sparc now requires this bloated library to be -fPIC | Theo de Raadt |
2008-09-07 | Fix merge botch. | Mark Kettenis |
2008-09-07 | Fix param list for xdrrec_eof. Found during coding some stuff that uses | Marco Peereboom |
2008-09-06 | remove duplicate definition of OPENSSL_DSA_MAX_MODULUS_BITS spotted | Damien Miller |
2008-09-06 | remerge local tweaks, update per-arch configuration headers, update | Damien Miller |
2008-09-06 | resolve conflicts | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2008-09-06 | crank for sha2 changes | Damien Miller |
2008-09-06 | Rename SHA256/384/512 API to avoid namespace collisions with | Damien Miller |
2008-09-03 | remove now obsolete calloc implementation; prompted by miod | Otto Moerbeek |
2008-09-01 | do not overflow for large prefix len (e.g. 2147483649) | Markus Friedl |
2008-08-27 | comment fixes | Martynas Venckus |
2008-08-26 | - add F | Martynas Venckus |
2008-08-26 | don't zero-pad special values. ok millert@ | Martynas Venckus |
2008-08-25 | correct +name handling; schwarze@usta.de | Theo de Raadt |
2008-08-25 | Make all combinations of G, P, J and zero-fill work with as little | Otto Moerbeek |
2008-08-23 | add missing header needed by asprintf(). | Charles Longeau |
2008-08-23 | make mbstowcs(NULL, string, 0) correctly return the length of the | Damien Miller |
2008-08-23 | unbreak MALLOC_OPTIONS=G that I broke in my last commit; | Damien Miller |
2008-08-23 | fix calloc() for MALLOC_OPTIONS=J case: SOME_JUNK was being filled into | Damien Miller |
2008-08-23 | unbreak wcschr(string, L'\0') which was incorrectly returning NULL | Damien Miller |
2008-08-22 | make sure we always map and unmap multiples of MALLOC_PAGESIZE; | Otto Moerbeek |
2008-08-22 | Smarter implementation of calloc(3), which uses the fact that mmap(2) | Otto Moerbeek |
2008-08-22 | mention machine/cpu.h for the CPU identifiers. | Brad Smith |
2008-08-22 | After spotting a + record, continue scanning and pick up later groups | Theo de Raadt |