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