| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-05-19 | Give the caller a chance to handle the failure if unable to allocate |  guenther | 1 | -0/+4 |
| 2016-05-19 | ld.so can now be entered by multiple threads via _dl_{allocate,free}_tib(), |  guenther | 1 | -10/+29 |
| 2016-05-18 | fix types for mmap wrappers. A few whitespace cleanups snuck in. |  deraadt | 8 | -32/+24 |
| 2016-05-17 | tyop |  jca | 1 | -2/+2 |
| 2016-05-12 | more hppa64 cleaning |  deraadt | 1 | -6/+0 |
| 2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. |  deraadt | 1 | -4/+1 |
| 2016-05-07 | Move the set_tcb after getdents to keep L_cerr in range. |  guenther | 1 | -3/+2 |
| 2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 29 | -31/+343 |
| 2016-05-04 | Kill #ifdef INET6 occurrences in userland. |  jca | 2 | -9/+2 |
| 2016-04-27 | Remove pledge(2)'s that are called before chroot(2) since in the near future |  mestre | 1 | -4/+1 |
| 2016-04-26 | Add missing "tty" promise to the pledge(2) call |  mestre | 1 | -2/+2 |
| 2016-04-25 | prefer setres{u,g}id() rather than manipulating both real and effective |  deraadt | 4 | -22/+14 |
| 2016-04-24 | explicit_bzero some keys after use. |  benno | 1 | -1/+8 |
| 2016-04-10 | per rfc, ehlo responses contain hostname, then options. from dyn+bsd |  tedu | 1 | -2/+4 |
| 2016-04-06 | compare pointer to NULL instead of 0 |  semarie | 1 | -7/+8 |
| 2016-04-02 | Use open(tty, O_WRONLY) + fdopen() instead of fopen(tty, "w") to |  millert | 1 | -2/+4 |
| 2016-03-31 | Don't use .Aq for syntax elements that require ASCII "<>". |  schwarze | 1 | -4/+4 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 3 | -9/+3 |
| 2016-03-25 | - Both checks for pw are not needed since it was already done at the start of |  mestre | 2 | -16/+11 |
| 2016-03-24 | Unbreak arm and m88k: COPY relocations for weak symbols that are overloaded |  guenther | 1 | -3/+15 |
| 2016-03-21 | Rename the system call sendsyslog2 to sendsyslog. Keep the old one |  bluhm | 23 | -52/+52 |
| 2016-03-21 | Provide _dlctl(), an alternate name for dlctl() that's in the reserved |  guenther | 2 | -1/+5 |
| 2016-03-21 | Switch ld.so's stack smash handler from sendsyslog to sendsyslog2 |  guenther | 23 | -52/+53 |
| 2016-03-20 | Export environ and __progname, making the latter a copy of just the filename |  guenther | 12 | -51/+73 |
| 2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. |  krw | 6 | -16/+16 |
| 2016-03-16 | - Check if user running spamlogd(8) has root privileges and if not then stop |  mestre | 1 | -8/+9 |
| 2016-03-10 | - add a define for "_spamd" user like others OpenBSD daemons; |  gsoares | 1 | -5/+14 |
| 2016-02-29 | Print ssize_t with %zd; ok deraadt@ mmcc@ |  jca | 1 | -4/+4 |
| 2016-02-29 | Kill unused variable. |  jca | 1 | -2/+2 |
| 2016-02-05 | pledge(2) for talkd(8): |  mestre | 1 | -1/+6 |
| 2016-02-01 | Remove unused headers and sort the remaining |  mestre | 5 | -36/+30 |
| 2016-01-24 | Delete remnants of grpsym cache setting during symbol search: it's done at |  guenther | 3 | -40/+26 |
| 2016-01-24 | Lacking precise dependency-from-relocation tracking, a nodelete object |  guenther | 1 | -5/+11 |
| 2016-01-08 | Zap extraneous SYNOPSIS sections. |  zhuk | 1 | -4/+7 |
| 2016-01-04 | pledge(2) spamd-setup(8) |  mestre | 1 | -5/+8 |
| 2015-12-22 | assign pointers to NULL rather than 0 |  mmcc | 6 | -13/+13 |
| 2015-12-22 | Remove a couple needless allocation casts. No binary change. |  mmcc | 1 | -3/+3 |
| 2015-12-17 | s/failes/failed/g |  mmcc | 2 | -4/+4 |
| 2015-12-12 | Remove NULL-checks before free(). ok tb@ |  mmcc | 5 | -29/+17 |
| 2015-12-11 | pledge spamlogd - again from Ricardo Mestre <serial@helheim.mooo.com> - Thanks! |  beck | 1 | -1/+9 |
| 2015-12-10 | tighten the pledge for spamd, from Ricardo Mestre <serial@helheim.mooo.com> |  beck | 2 | -28/+42 |
| 2015-12-08 | Initially pledge spamd |  beck | 2 | -17/+27 |
| 2015-12-06 | Simplify the relocation code for the ld.so bootstrap and static pie: track |  guenther | 12 | -232/+135 |
| 2015-12-05 | adjust to newer tls_read/_write semantics. |  henning | 1 | -21/+53 |
| 2015-12-02 | in response to EHLO, don't offer STARTTLS if we already completed the |  henning | 1 | -2/+3 |
| 2015-12-02 | I misread the standard when adding TLS; clients are supposed to start over |  henning | 1 | -2/+2 |
| 2015-12-02 | fix error messages to say tls_write after tls_write and not tls_read... |  henning | 1 | -3/+4 |
| 2015-12-01 | knock out duplicate rcs id; |  jmc | 1 | -3/+1 |
| 2015-12-01 | needs utf8.c from the ls tree also |  deraadt | 1 | -2/+2 |
| 2015-12-01 | rpc.rstatd(8) and rpc.rusersd(8) don't run as user nobody for quite some time. |  tim | 2 | -8/+8 |