Age | Commit message (Expand) | Author |
2013-11-19 | add a bunch of missing prototypes | Theo de Raadt |
2013-11-19 | repair format strings for time_t, and some missing protos | Theo de Raadt |
2013-11-19 | the time being handled here is strictly unsigned 32 bit | Theo de Raadt |
2013-11-14 | Add STANDARDS section to finger(1)/fingerd(8). | Anthony J. Bentley |
2013-11-13 | repair device checking, somewhat broken from around 10 years. | Theo de Raadt |
2013-11-13 | Reduce casts by careful use of char* | Philip Guenther |
2013-11-13 | prototype & void * math cleanup | Theo de Raadt |
2013-11-13 | Complete the prototype in a function cast to quiet a gcc warning | Philip Guenther |
2013-11-12 | repair the last prototype by bringing in monitor.h | Theo de Raadt |
2013-11-10 | Make sure we pass a NULL cleanup argument to __start() by initializing | Philip Guenther |
2013-11-02 | do not log passwords, even if they are wrong. | Sebastian Benoit |
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 |