Age | Commit message (Expand) | Author |
2013-10-18 | does not need stab.h | Theo de Raadt |
2013-09-15 | Some missing .Pa macros in FILES sections; | Ingo Schwarze |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2013-08-21 | Remove the use of time_t in the greylist db file and use int64_t instead | Todd C. Miller |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2013-08-13 | unbreak | Miod Vallat |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-08-07 | disable libexec/identd and enable usr.sbin/identd. | David Gwynne |
2013-08-06 | Switch vax to gcc 3.3.6. | Miod Vallat |
2013-07-26 | Make sure tmpline[] is always NUL terminated, to avoid possible | Philip Guenther |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2013-07-16 | non[ -]existing -> non-existent; | Jason McIntyre |
2013-07-16 | where "-" represents stdin, just use Sq, not Fl, since it's not a flag; | Jason McIntyre |
2013-07-15 | Remove some unused variables, from David Hill dhill at mindcry.org | Jeremie Courreges-Anglas |
2013-07-14 | Fix possible memory/fd leak in the error path. | Jeremie Courreges-Anglas |
2013-07-10 | no more link(5). either remove references entirely, or point folks | Jason McIntyre |
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat |
2013-07-05 | VAX ELF userland bits. Consists mostly of register prefix additions. | Miod Vallat |
2013-06-21 | Stop using deprecated Kerberos functions. | Antoine Jacoutot |
2013-06-19 | don't link to hx509, pthread and ntlm related libraries | Robert Nagy |
2013-06-17 | Do not misinterpret "--" at the end of a NAME section input line | Ingo Schwarze |
2013-06-17 | link to the new kerberos libraries | Robert Nagy |
2013-06-13 | Appease LLVM warning.. | Brad Smith |
2013-06-09 | Constify the mib argument of sysctl(). | Miod Vallat |
2013-06-04 | do not go into upper to lower case translation mode when a all-caps | Sebastian Benoit |
2013-06-04 | Add handling for keyboard layouts which break modhex (like dvorak and many | Ryan Thomas McBride |
2013-06-04 | Fix a bunch of "variable 'foo' set but not used." warnings emitted by newer GCC. | Brad Smith |
2013-06-01 | Make all the syscall prototypes consistent with their real forms for types, | Philip Guenther |
2013-06-01 | Introduce ltrace(1). This tool works with ld.so to inject utrace record for | Miod Vallat |
2013-05-17 | Try and support the non-PIC TEXTREL relocations which may creep in binaries | Miod Vallat |
2013-05-15 | undo malfunction | Miod Vallat |
2013-05-14 | Don't display swapin/swapout uvmexp fields | Miod Vallat |
2013-05-08 | Implement symbol caching and RELACOUNT/RELCOUNT optimizations. | Philip Guenther |
2013-05-07 | fixed size types should be fixed size. long -> uint32_t. | Ted Unangst |
2013-05-04 | fix use after free in error paths | Jonathan Gray |
2013-04-21 | use poll + nanosleep instead of select with a fixed size fd_set | Theo de Raadt |
2013-04-20 | Prefer the processor-specific _DYNAMIC[] tags value to find out the boundaries | Miod Vallat |
2013-04-17 | do not mix concepts of gettimeofday(), tv_sec, and localtime() in a | Theo de Raadt |
2013-04-16 | an 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-29 | Enable lazy binding by default. | Miod Vallat |
2013-03-26 | SH is a RelA architecture, not a Rel one. Fix _dl_bind() and lazy gotplt | Miod Vallat |
2013-03-26 | Recommit the change that explicitly passes %sr0 to fic instructions. miod@ is | Mark Kettenis |
2013-03-24 | dlerror() should not return const char *, as noted by landry | Theo de Raadt |
2013-03-21 | Correct the last change to untaint $fmt; it caused the final parameter of | Stuart Henderson |
2013-03-20 | - Parse colon separated paths into NULL terminated arrays of string | Kurt Miller |
2013-03-19 | Untaint a variable used in an sprintf format string by using a regex and back- | Stuart Henderson |
2013-03-18 | create an empty %skip even if SUIDSKIP is not set, newer perl complains. | Stuart Henderson |
2013-03-18 | Enclose qw()...) literals in parentheses where required; this was historically | Stuart Henderson |
2013-03-18 | Fix comment tpyos | Philip Guenther |