summaryrefslogtreecommitdiffstats
path: root/libexec (follow)
Commit message (Expand)AuthorAgeFilesLines
* for textrels (sthen ran into one...):deraadt2016-05-261-2/+2
* Ignore the listed protection (which may contain X) when making pagederaadt2016-05-221-2/+2
* mul/div/rem replacement should happen without PROT_EXECderaadt2016-05-211-7/+7
* Temporarily make the PLT writable when we're initializing the magic slotskettenis2016-05-211-1/+5
* Give the caller a chance to handle the failure if unable to allocateguenther2016-05-191-0/+4
* ld.so can now be entered by multiple threads via _dl_{allocate,free}_tib(),guenther2016-05-191-10/+29
* fix types for mmap wrappers. A few whitespace cleanups snuck in.deraadt2016-05-188-32/+24
* tyopjca2016-05-171-2/+2
* more hppa64 cleaningderaadt2016-05-121-6/+0
* remove hppa64 port, which we never got going beyond broken single users.deraadt2016-05-111-4/+1
* Move the set_tcb after getdents to keep L_cerr in range.guenther2016-05-071-3/+2
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-0729-31/+343
* Kill #ifdef INET6 occurrences in userland.jca2016-05-042-9/+2
* Remove pledge(2)'s that are called before chroot(2) since in the near futuremestre2016-04-271-4/+1
* Add missing "tty" promise to the pledge(2) callmestre2016-04-261-2/+2
* prefer setres{u,g}id() rather than manipulating both real and effectivederaadt2016-04-254-22/+14
* explicit_bzero some keys after use.benno2016-04-241-1/+8
* per rfc, ehlo responses contain hostname, then options. from dyn+bsdtedu2016-04-101-2/+4
* compare pointer to NULL instead of 0semarie2016-04-061-7/+8
* Use open(tty, O_WRONLY) + fdopen() instead of fopen(tty, "w") tomillert2016-04-021-2/+4
* Don't use .Aq for syntax elements that require ASCII "<>".schwarze2016-03-311-4/+4
* for some time now mandoc has not required MLINKS to functionjmc2016-03-303-9/+3
* - Both checks for pw are not needed since it was already done at the start ofmestre2016-03-252-16/+11
* Unbreak arm and m88k: COPY relocations for weak symbols that are overloadedguenther2016-03-241-3/+15
* Rename the system call sendsyslog2 to sendsyslog. Keep the old onebluhm2016-03-2123-52/+52
* Provide _dlctl(), an alternate name for dlctl() that's in the reservedguenther2016-03-212-1/+5
* Switch ld.so's stack smash handler from sendsyslog to sendsyslog2guenther2016-03-2123-52/+53
* Export environ and __progname, making the latter a copy of just the filenameguenther2016-03-2012-51/+73
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-166-16/+16
* - Check if user running spamlogd(8) has root privileges and if not then stopmestre2016-03-161-8/+9
* - add a define for "_spamd" user like others OpenBSD daemons;gsoares2016-03-101-5/+14
* Print ssize_t with %zd; ok deraadt@ mmcc@jca2016-02-291-4/+4
* Kill unused variable.jca2016-02-291-2/+2
* pledge(2) for talkd(8):mestre2016-02-051-1/+6
* Remove unused headers and sort the remainingmestre2016-02-015-36/+30
* Delete remnants of grpsym cache setting during symbol search: it's done atguenther2016-01-243-40/+26
* Lacking precise dependency-from-relocation tracking, a nodelete objectguenther2016-01-241-5/+11
* Zap extraneous SYNOPSIS sections.zhuk2016-01-081-4/+7
* pledge(2) spamd-setup(8)mestre2016-01-041-5/+8
* assign pointers to NULL rather than 0mmcc2015-12-226-13/+13
* Remove a couple needless allocation casts. No binary change.mmcc2015-12-221-3/+3
* s/failes/failed/gmmcc2015-12-172-4/+4
* Remove NULL-checks before free(). ok tb@mmcc2015-12-125-29/+17
* pledge spamlogd - again from Ricardo Mestre <serial@helheim.mooo.com> - Thanks!beck2015-12-111-1/+9
* tighten the pledge for spamd, from Ricardo Mestre <serial@helheim.mooo.com>beck2015-12-102-28/+42
* Initially pledge spamdbeck2015-12-082-17/+27
* Simplify the relocation code for the ld.so bootstrap and static pie: trackguenther2015-12-0612-233/+136
* adjust to newer tls_read/_write semantics.henning2015-12-051-21/+53
* in response to EHLO, don't offer STARTTLS if we already completed thehenning2015-12-021-2/+3
* I misread the standard when adding TLS; clients are supposed to start overhenning2015-12-021-2/+2