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