summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
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
2013-04-05- Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths.Kurt Miller
2013-03-29Enable lazy binding by default.Miod Vallat
2013-03-26SH is a RelA architecture, not a Rel one. Fix _dl_bind() and lazy gotpltMiod Vallat
2013-03-26Recommit the change that explicitly passes %sr0 to fic instructions. miod@ isMark Kettenis
2013-03-24dlerror() should not return const char *, as noted by landryTheo de Raadt
2013-03-21Correct the last change to untaint $fmt; it caused the final parameter ofStuart Henderson
2013-03-20- Parse colon separated paths into NULL terminated arrays of stringKurt Miller
2013-03-19Untaint a variable used in an sprintf format string by using a regex and back-Stuart Henderson
2013-03-18create an empty %skip even if SUIDSKIP is not set, newer perl complains.Stuart Henderson
2013-03-18Enclose qw()...) literals in parentheses where required; this was historicallyStuart Henderson
2013-03-18Fix comment tpyosPhilip Guenther
2013-03-11remove line left from previous;Jason McIntyre
2013-03-11Report -u and -g support; running as another privdrop user or group is stupid.Theo de Raadt