summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2013-01-11Proper bounds checking for DT_xxx values in _dl_boot_bind(). Turned out to bemiod1-6/+6
2013-01-05Switch m88k ports to ELF.miod1-1/+4
2013-01-05if defined(NOPIC), do not attempt to .include arch/Makefile.inc for it maymiod1-2/+2
2012-12-31Spell `calculation' correctly.miod1-2/+2
2012-12-23Make the per-user counter file r/w by group authhalex1-1/+3
2012-12-22Zero %r0 before transferring control to the main program, to indicate thatkettenis1-2/+4
2012-12-05Remove excessive sys/cdefs.h inclusionderaadt8-17/+8
2012-12-04replace sys/param.h with sys/types.h (and sometimes add limits.h if needed)deraadt1-2/+2
2012-12-04rather than a mishmash of headers, this only needs <stdint.h>deraadt1-3/+2
2012-12-04remove some unnecessary sys/param.h inclusionsderaadt15-30/+15
2012-11-23make hex and modhex decoding case insensitive, the latter particularyhalex1-3/+7
2012-11-01Zero v0 before transferring control to the main program to indicate thatkettenis1-1/+3
2012-11-01Clear r7 before passing control to the main object.kettenis1-2/+2
2012-10-27Clear arg1 before passing control to the main object.kettenis1-3/+2
2012-10-24Garbage-collect the _dl_stat() routine, now unusedguenther18-98/+18
2012-10-22Zero %rdx before transferring control to the main program, to indicate thatkettenis1-2/+2
2012-10-22Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this registerkettenis2-10/+4
2012-10-02while it's of little harm, it's also been 5.5 years (and 8 releases),okan1-75/+1
2012-09-27remove some history details which have been around for long enoughjmc1-13/+2
2012-09-27last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc1-6/+11
2012-09-17replace the erroneous DIAGNOSTICS section with a (hopefully) accuratejmc1-11/+4
2012-09-12Define empty CDIAGFLAGS for programs that use Werror.haesbaert1-1/+2
2012-09-11prevent detection of bogus librariesespie1-5/+4
2012-09-02Specify an include path for SYS.h via CPPFLAGS not AFLAGSjsg2-4/+4
2012-08-31Compile ld.so with debug info. This will not only help people hacking onkettenis1-1/+2
2012-08-31Since _dl_debug_map is only initialized if we see a DT_DEBUG tag, make surekettenis1-6/+5
2012-08-30remove libexec/tftp-proxy now we have usr.sbin/tftp-proxydlg5-683/+0
2012-08-28Add __guard_local as a hidden symbol to ld.so, kernel, and everymatthew1-2/+3
2012-08-22Change ld.so and libc to use .openbsd.randomdata on ELF platforms formatthew1-2/+2
2012-08-20Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZEmatthew3-3/+68
2012-08-17Fix mips64 and powerpc's ld.so syscall implementations by addingmatthew2-26/+26
2012-08-16send inetd tftpd to the attic.dlg3-1091/+0
2012-08-16switch off inetd tftp-proxy and enable the standalone one instead.dlg1-2/+2
2012-08-07Factor out a _dl_randombuf() method from _dl_random().matthew2-12/+11
2012-08-04MDTM and SIZE have been in RFC 3659 for over five years. Also, mention bothpascal1-4/+13
2012-07-21Add a new mmap(2) flag __MAP_NOREMAP for use with MAP_FIXED tomatthew1-53/+46
2012-07-08To detect changes of system files, use SHA-256 rather than MD5,schwarze1-24/+25
2012-07-08remove unused functions, ok phesslersthen1-41/+1
2012-07-07rename prio in struct pf_rule and related structs to set_prio so it ishenning1-2/+2
2012-07-06Fix LD_DEBUG=1 regression introduced by previous commit.matthew1-2/+3
2012-06-20With MP rthread setups, we cannot remove the X permission from the GOTderaadt1-2/+2
2012-06-19use warn() instead of perror(), like the rest of the code doesderaadt1-7/+7
2012-06-14Add support for DF_1_NOOPEN. Based on an origional diff from matthew@.kettenis1-12/+20
2012-06-12Fix loaded object sod matching: when we load libfoo.so.X.Y intomatthew6-35/+24
2012-06-01add a krb5-noverify option for login.conf that disables verificationdlg4-9/+32
2012-05-17Also check permissions of .ssh/id_ecdsa.pascal1-2/+3
2012-05-08Refuse to load ELF objects that contain a PT_TLS program header.jsing3-3/+20
2012-04-19rate-limit accept(); small tweaks and such along the way from gilles,deraadt1-33/+72
2012-04-18merge some whitespace changes before bigger changesderaadt1-4/+7
2012-04-13Don't assume that the new conffd is a unset in the fd_set, it could be aderaadt1-3/+2