| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-08-19 | In ldconfig the dewey field of shlib_list was only partially filled |  bluhm | 1 | -2/+2 |
| 2009-08-16 | Do not have multiple va_end(). Ok miod@ + many more. |  ragge | 1 | -2/+1 |
| 2009-07-30 | Remove unused add_nat() function, ok jcs@ |  sthen | 2 | -38/+2 |
| 2009-07-02 | add a missing full stop; noticed by frantisek holop <minusf at obiit dot org> |  schwarze | 1 | -5/+5 |
| 2009-06-04 | ...and now try again with a commit from the right tree. doh! |  sthen | 1 | -7/+8 |
| 2009-06-04 | ftp uses its own ugly "sockunion" to hold addresses, but with CMD_BIND |  sthen | 1 | -3/+3 |
| 2009-06-02 | Protect errno. |  ray | 1 | -3/+5 |
| 2009-06-02 | comment spelling fix: ARSGUSED -> ARGSUSED |  jmeltzer | 1 | -2/+2 |
| 2009-05-30 | Airplane work, undefined weak variables not getting resolved is not an error. |  drahn | 2 | -91/+13 |
| 2009-05-20 | Do not fall back to using nobody if _user is missing, but |  thib | 4 | -29/+23 |
| 2009-05-18 | Add buffer mechanism internal ld.so printing code. makes ktrace more readable. |  drahn | 1 | -2/+28 |
| 2009-05-18 | make _dl_wrstderr() not call write per-character; ok drahn |  deraadt | 1 | -5/+7 |
| 2009-04-20 | tweak previous; |  jmc | 1 | -3/+2 |
| 2009-04-20 | When receiving a new connection, log the remote IP number |  schwarze | 1 | -4/+9 |
| 2009-04-20 | PR 6090 - from Olli Hauer <ohauer@gmx.de> |  beck | 4 | -17/+29 |
| 2009-03-02 | ldd(1) accepts more than one program as argument; while here, |  sobrado | 2 | -5/+5 |
| 2009-02-25 | fix slow memory leak, spotted by Max Laier and Artis Caune |  beck | 1 | -3/+10 |
| 2009-02-19 | correct description of spamdb-setup blacklist only mode; |  jmc | 1 | -5/+3 |
| 2009-02-17 | clarification for the MX stuff; requested by Stephan A. Rickauer |  jmc | 1 | -4/+4 |
| 2009-02-16 | Fix passing of ps_strings, cleanup and obj_main values to _start() in crt0. |  kurt | 1 | -5/+5 |
| 2009-02-04 | Tag ld.so as an OpenBSD binary/library. |  kettenis | 1 | -1/+3 |
| 2009-01-19 | replace standardized text concerning the exit values of applications |  sobrado | 1 | -5/+3 |
| 2009-01-14 | context could be used after being freed by krb5_free_context; ok millert@ |  jacekm | 1 | -2/+2 |
| 2008-12-07 | time_t is signed, so use INT_MAX rather than UINT_MAX when parsing a time_t |  cloder | 1 | -2/+2 |
| 2008-11-14 | LOG_INFO is a level not a facility; input and ok jmc@ |  stevesk | 1 | -4/+4 |
| 2008-11-09 | typo fixed (overriden -> overridden) |  tobias | 1 | -2/+2 |
| 2008-10-22 | Mention that "secure" on the console entry means, that |  mpf | 1 | -3/+8 |
| 2008-10-22 | man page for Makefile.yp, and associated bits; from Ingo Schwarze |  jmc | 1 | -2/+3 |
| 2008-10-16 | sub-system -> subsystem, for consistency withour other pages; |  jmc | 1 | -3/+3 |
| 2008-10-03 | beef up the description of -D a little, and don;t imply the |  jmc | 1 | -2/+5 |
| 2008-10-03 | -D before -d; |  jmc | 2 | -6/+6 |
| 2008-10-03 | New option -D to daemonize spamd-setup for early bootup use. This avoids |  deraadt | 2 | -7/+15 |
| 2008-10-02 | Fix mmap() error checking to be correct 64-bit addresses. Consistently |  kurt | 15 | -61/+62 |
| 2008-10-01 | Mention how lockspool is expected to be used. |  millert | 1 | -2/+11 |
| 2008-10-01 | Use poll() to determine when stdin is readable and throw away input |  millert | 1 | -4/+17 |
| 2008-10-01 | Use the real uid instead of getlogin() to determine the identity |  millert | 1 | -15/+6 |
| 2008-09-30 | Always say "User %s access denied", in all cases, to avoid some stupid |  deraadt | 1 | -6/+3 |
| 2008-09-20 | document spamd log entry format; requested by Stephan A. Rickauer |  jmc | 1 | -2/+13 |
| 2008-09-13 | Fix minor bug in the previous commit, which could hang the |  moritz | 1 | -5/+6 |
| 2008-09-12 | Don't split large commands into multiple commands on a 512-byte |  moritz | 3 | -13/+33 |
| 2008-09-01 | Install files in the correct directory even with NOMAN set. |  drahn | 1 | -17/+4 |
| 2008-08-26 | Fix an if (); typo. ok beck@ |  jsg | 1 | -2/+2 |
| 2008-08-24 | prepends, not overrides default search path. with/ok kurt@ |  martynas | 1 | -3/+3 |
| 2008-08-11 | some documentation updates for spamd synchronisation: |  jmc | 1 | -5/+8 |
| 2008-08-11 | Prevent a buffer underrun if a line is received which only contains |  tobias | 1 | -3/+3 |
| 2008-07-28 | Only optimize away plt relocation when obj_base == 0. Corrects |  kurt | 1 | -2/+2 |
| 2008-07-24 | release the bind lock before resetting the signal mask |  guenther | 1 | -2/+2 |
| 2008-07-16 | Fix several of the 'large offset' PLT entries. With help from kurt. |  drahn | 1 | -39/+48 |
| 2008-07-11 | shut off an annoying gcc warning. |  reyk | 1 | -2/+3 |
| 2008-07-11 | write a syslog debug message when a new GREY or TRAPPED entry is added |  reyk | 1 | -2/+5 |