Age | Commit message (Expand) | Author |
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 |
2008-08-22 | Replace the old algorithm that included the process id as part of the | Todd C. Miller |
2008-08-21 | Remove useless code, the kernel will set errno appropriately if an | Todd C. Miller |
2008-08-15 | Add resolv.conf(5) option to force lookups by TCP: "options tcp" | Damien Miller |
2008-08-07 | small cleanup of error/warning strings | Otto Moerbeek |
2008-08-04 | improve SEE ALSO links; from Ingo Schwarze | Jason McIntyre |
2008-07-29 | clarify EMSGSIZE | Gilles Chehade |
2008-07-29 | tweak previous; | Jason McIntyre |
2008-07-29 | Split SHA1Transform() back into smaller pieces when compiling on landisk, | Miod Vallat |
2008-07-29 | remove | Martynas Venckus |
2008-07-29 | - man pages for fpclassify, isfinite, isinf, isnan, isnormal, signbit, | Martynas Venckus |
2008-07-28 | some SEE ALSO fixes; | Jason McIntyre |
2008-07-28 | man page bits for new malloc; ok jmc@ | Otto Moerbeek |
2008-07-28 | Update to tzcode2008e from elsie.nci.nih.gov | Todd C. Miller |
2008-07-28 | document which functions use which YP maps; Ingo Schwarze | Theo de Raadt |
2008-07-28 | Almost complete rewrite of malloc, to have a more efficient data | Otto Moerbeek |
2008-07-25 | fix apps that use isinff, isnanf; use ieee 754 mi code, as all | Martynas Venckus |
2008-07-24 | - move isinf, isnan dups to gen, since most is ieee 754 | Martynas Venckus |
2008-07-23 | Avoid an occasional double free in getpwent() which corrupted memory. It | Theo de Raadt |
2008-07-23 | clear sign bit, instead of comparing to zero and setting x=-x. | Martynas Venckus |
2008-07-22 | use arc4random_uniform(); ok djm millert | Theo de Raadt |
2008-07-10 | - handle sign of negative zero. use sign dtoa sets | Martynas Venckus |
2008-07-06 | oops, fix getpwent() use of wrong buffers | Theo de Raadt |
2008-06-30 | document that mquery(2) is non-standard; hint and ok deraadt@ | Otto Moerbeek |
2008-06-30 | xref mquery | Otto Moerbeek |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | `Li' needs an argument; | Jason McIntyre |
2008-06-25 | Change a very long selective list of all architectures which do IEEE into | Theo de Raadt |
2008-06-25 | Implement _SC_GETGR_R_SIZE_MAX, _SC_GETPW_R_SIZE_MAX, _SC_LOGIN_NAME_MAX, | Todd C. Miller |
2008-06-25 | Add _PW_BUF_LEN define and use it instead of hard-coding 1024 for | Todd C. Miller |
2008-06-24 | crank major because of two new interfaces | Theo de Raadt |
2008-06-24 | create a private getpwent()-like interface which does not walk the YP | Theo de Raadt |
2008-06-24 | implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of the | Theo de Raadt |