summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2013-11-19add a bunch of missing prototypesTheo de Raadt
2013-11-19repair format strings for time_t, and some missing protosTheo de Raadt
2013-11-19the time being handled here is strictly unsigned 32 bitTheo de Raadt
2013-11-14Add STANDARDS section to finger(1)/fingerd(8).Anthony J. Bentley
2013-11-13repair device checking, somewhat broken from around 10 years.Theo de Raadt
2013-11-13Reduce casts by careful use of char*Philip Guenther
2013-11-13prototype & void * math cleanupTheo de Raadt
2013-11-13Complete the prototype in a function cast to quiet a gcc warningPhilip Guenther
2013-11-12repair the last prototype by bringing in monitor.hTheo de Raadt
2013-11-10Make sure we pass a NULL cleanup argument to __start() by initializingPhilip Guenther
2013-11-02do not log passwords, even if they are wrong.Sebastian Benoit
2013-10-18does not need stab.hTheo de Raadt
2013-09-15Some missing .Pa macros in FILES sections;Ingo Schwarze
2013-08-22Correct format string mismatches turned up by -Wformat=2Philip Guenther
2013-08-21Remove the use of time_t in the greylist db file and use int64_t insteadTodd C. Miller
2013-08-14some Bx/Ox conversion;Jason McIntyre
2013-08-13unbreakMiod Vallat
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-08-07disable libexec/identd and enable usr.sbin/identd.David Gwynne
2013-08-06Switch vax to gcc 3.3.6.Miod Vallat
2013-07-26Make sure tmpline[] is always NUL terminated, to avoid possiblePhilip Guenther
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2013-07-16non[ -]existing -> non-existent;Jason McIntyre
2013-07-16where "-" represents stdin, just use Sq, not Fl, since it's not a flag;Jason McIntyre
2013-07-15Remove some unused variables, from David Hill dhill at mindcry.orgJeremie Courreges-Anglas
2013-07-14Fix possible memory/fd leak in the error path.Jeremie Courreges-Anglas
2013-07-10no more link(5). either remove references entirely, or point folksJason McIntyre
2013-07-05ELF_TOOLCHAIN bye bye.Miod Vallat
2013-07-05VAX ELF userland bits. Consists mostly of register prefix additions.Miod Vallat
2013-06-21Stop using deprecated Kerberos functions.Antoine Jacoutot
2013-06-19don't link to hx509, pthread and ntlm related librariesRobert Nagy
2013-06-17Do not misinterpret "--" at the end of a NAME section input lineIngo Schwarze
2013-06-17link to the new kerberos librariesRobert Nagy
2013-06-13Appease LLVM warning..Brad Smith
2013-06-09Constify the mib argument of sysctl().Miod Vallat
2013-06-04do not go into upper to lower case translation mode when a all-capsSebastian Benoit
2013-06-04Add handling for keyboard layouts which break modhex (like dvorak and manyRyan Thomas McBride
2013-06-04Fix a bunch of "variable 'foo' set but not used." warnings emitted by newer GCC.Brad Smith
2013-06-01Make all the syscall prototypes consistent with their real forms for types,Philip Guenther
2013-06-01Introduce ltrace(1). This tool works with ld.so to inject utrace record forMiod Vallat
2013-05-17Try and support the non-PIC TEXTREL relocations which may creep in binariesMiod Vallat
2013-05-15undo malfunctionMiod Vallat
2013-05-14Don't display swapin/swapout uvmexp fieldsMiod Vallat
2013-05-08Implement symbol caching and RELACOUNT/RELCOUNT optimizations.Philip Guenther
2013-05-07fixed size types should be fixed size. long -> uint32_t.Ted Unangst
2013-05-04fix use after free in error pathsJonathan Gray
2013-04-21use poll + nanosleep instead of select with a fixed size fd_setTheo de Raadt
2013-04-20Prefer the processor-specific _DYNAMIC[] tags value to find out the boundariesMiod Vallat
2013-04-17do not mix concepts of gettimeofday(), tv_sec, and localtime() in aTheo de Raadt
2013-04-16an acceptable time_t truncation (binding cannot take that long)Theo de Raadt