Age | Commit message (Expand) | Author |
2014-01-09 | Remove unnecessary calls to va_start/va_end, from Tiago Cunha. | Nicholas Marriott |
2014-01-09 | Switch to string copy rather than memcpy so we stop past '\0' and | Martynas Venckus |
2014-01-09 | When formating the time for "ls -l"-style output, show dates in the future | Philip Guenther |
2014-01-08 | We still need to cast the resulting pointer in NEW and NEW2 as it | Todd C. Miller |
2014-01-08 | Add casts to unsigned char for ctype functions and other places | Todd C. Miller |
2014-01-08 | Use calloc() instead of malloc() + memset. Based on a diff from | Todd C. Miller |
2014-01-08 | Make allocate() take size_t and return void *. This lets us drop | Todd C. Miller |
2014-01-08 | Remove CALLOC, MALLOC, FREE and REALLOC macros and just call calloc(), | Todd C. Miller |
2014-01-08 | flesh out STANDARDS somewhat; help/ok sobrado | Jason McIntyre |
2014-01-08 | unsigned char for ctype. ok deraadt | Okan Demirmen |
2014-01-08 | fix logic/usage in VERIFYONLY case | Marc Espie |
2014-01-08 | a few more blocks can use VERIFYONLY | Theo de Raadt |
2014-01-08 | allow building a VERIFYONLY version that's considerably smaller. | Ted Unangst |
2014-01-08 | reduce size by using equivalent code from libc instead of nacl | Ted Unangst |
2014-01-08 | no tomfoolery: mark the comment as untrusted, and enforce it. | Ted Unangst |
2014-01-07 | ctype cleanups; ok okan | Theo de Raadt |
2014-01-07 | Cache the result of uname(3) such that we don't need to call it | Ingo Schwarze |
2014-01-06 | Gprof(1) is fun. You should use it more often. | Ingo Schwarze |
2014-01-06 | Another 18% speedup for mandocdb(8) -Q, found by gprof(1). | Ingo Schwarze |
2014-01-06 | Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1). | Ingo Schwarze |
2014-01-06 | Do not sync to disk after each individual manual page (duh!), | Ingo Schwarze |
2014-01-06 | Fix mandocdb(8) -d and -u. | Ingo Schwarze |
2014-01-06 | Rename dbindex() to dbadd() to be less confusing. | Ingo Schwarze |
2014-01-06 | fgetln may return incomplete lines (Tobias Stoeckmann <tobias@stoeckmann.org>) | Marc Espie |
2014-01-06 | Suff_FindDeps must happen before SuffExpandChildren (expand_all_children) | Marc Espie |
2014-01-06 | this actually requires a comment. I would never have figured it out if | Marc Espie |
2014-01-06 | fix error messages, avoid dereferencing null pointers. | Marc Espie |
2014-01-06 | Remove the redundant "file" column from the "mlinks" table. | Ingo Schwarze |
2014-01-06 | Drop Nd from the mpages table, it is still in the keys table. | Ingo Schwarze |
2014-01-06 | tedu unused macro. | Marc Espie |
2014-01-06 | Joerg Sonnenberger contributed copyrightable amounts of text to | Ingo Schwarze |
2014-01-05 | Fix one case where a non-literal is used as format string. | Ingo Schwarze |
2014-01-05 | Merge NetBSD rev. 1.4: | Ingo Schwarze |
2014-01-05 | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze |
2014-01-05 | Rip out the complete "reachable" checks, without replacement. | Ingo Schwarze |
2014-01-05 | Remove the obsolete file name column from the mpages table. | Ingo Schwarze |
2014-01-05 | Remove the obsolete sec and arch columns from the mpages table. | Ingo Schwarze |
2014-01-05 | Reimplement apropos -s NUM -S ARCH EXPR by internally converting it to | Ingo Schwarze |
2014-01-05 | Put section and architecture info into the keys table, | Ingo Schwarze |
2014-01-04 | New implementation of complex search criteria using \(, \), -a because | Ingo Schwarze |
2014-01-04 | use standard types and formats for size_t like variables. ok dtucker | Ted Unangst |
2014-01-04 | Properly validate index value received from CDDB server. | Tobias Stoeckmann |
2014-01-03 | signify into the build | Ted Unangst |
2014-01-03 | don't initialize declared variable with a function call | Ted Unangst |
2014-01-03 | replace hand rolled strchr with strchr | Ted Unangst |
2014-01-03 | let signify have an actual parameters: the file to sign/verify | Marc Espie |
2014-01-03 | terminate b64 encoded lines. decoding happily skips \n. | Marc Espie |
2014-01-03 | The whois() function is called in a loop so make sure we close the | Todd C. Miller |
2014-01-02 | Avoid "utf8" in the names of a function and a struct member | Ingo Schwarze |
2014-01-02 | Do not put UTF-8-encoded strings into the database by default, use ASCII. | Ingo Schwarze |