Age | Commit message (Expand) | Author |
2012-11-01 | Zero v0 before transferring control to the main program to indicate that | Mark Kettenis |
2012-11-01 | Clear r7 before passing control to the main object. | Mark Kettenis |
2012-10-27 | Clear arg1 before passing control to the main object. | Mark Kettenis |
2012-10-24 | Garbage-collect the _dl_stat() routine, now unused | Philip Guenthe |
2012-10-22 | Zero %rdx before transferring control to the main program, to indicate that | Mark Kettenis |
2012-10-22 | Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this register | Mark Kettenis |
2012-10-22 | Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this register | Mark Kettenis |
2012-10-02 | while it's of little harm, it's also been 5.5 years (and 8 releases), | Okan Demirmen |
2012-09-27 | remove some history details which have been around for long enough | Jason McIntyre |
2012-09-27 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-17 | replace the erroneous DIAGNOSTICS section with a (hopefully) accurate | Jason McIntyre |
2012-09-12 | Define empty CDIAGFLAGS for programs that use Werror. | Christiano F. Haesbaert |
2012-09-11 | prevent detection of bogus libraries | Marc Espie |
2012-09-02 | Specify an include path for SYS.h via CPPFLAGS not AFLAGS | Jonathan Gray |
2012-08-31 | Compile ld.so with debug info. This will not only help people hacking on | Mark Kettenis |
2012-08-31 | Since _dl_debug_map is only initialized if we see a DT_DEBUG tag, make sure | Mark Kettenis |
2012-08-30 | remove libexec/tftp-proxy now we have usr.sbin/tftp-proxy | David Gwynne |
2012-08-28 | Add __guard_local as a hidden symbol to ld.so, kernel, and every | Matthew Dempsky |
2012-08-22 | Change ld.so and libc to use .openbsd.randomdata on ELF platforms for | Matthew Dempsky |
2012-08-20 | Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZE | Matthew Dempsky |
2012-08-17 | Fix mips64 and powerpc's ld.so syscall implementations by adding | Matthew Dempsky |
2012-08-16 | send inetd tftpd to the attic. | David Gwynne |
2012-08-16 | switch off inetd tftp-proxy and enable the standalone one instead. | David Gwynne |
2012-08-07 | Factor out a _dl_randombuf() method from _dl_random(). | Matthew Dempsky |
2012-08-04 | MDTM and SIZE have been in RFC 3659 for over five years. Also, mention both | Pascal Stumpf |
2012-07-21 | Add a new mmap(2) flag __MAP_NOREMAP for use with MAP_FIXED to | Matthew Dempsky |
2012-07-08 | To detect changes of system files, use SHA-256 rather than MD5, | Ingo Schwarze |
2012-07-08 | remove unused functions, ok phessler | Stuart Henderson |
2012-07-07 | rename prio in struct pf_rule and related structs to set_prio so it is | Henning Brauer |
2012-07-06 | Fix LD_DEBUG=1 regression introduced by previous commit. | Matthew Dempsky |
2012-06-20 | With MP rthread setups, we cannot remove the X permission from the GOT | Theo de Raadt |
2012-06-19 | use warn() instead of perror(), like the rest of the code does | Theo de Raadt |
2012-06-14 | Add support for DF_1_NOOPEN. Based on an origional diff from matthew@. | Mark Kettenis |
2012-06-12 | Fix loaded object sod matching: when we load libfoo.so.X.Y into | Matthew Dempsky |
2012-06-01 | add a krb5-noverify option for login.conf that disables verification | David Gwynne |
2012-05-17 | Also check permissions of .ssh/id_ecdsa. | Pascal Stumpf |
2012-05-08 | Refuse to load ELF objects that contain a PT_TLS program header. | Joel Sing |
2012-04-19 | rate-limit accept(); small tweaks and such along the way from gilles, | Theo de Raadt |
2012-04-18 | merge some whitespace changes before bigger changes | Theo de Raadt |
2012-04-13 | Don't assume that the new conffd is a unset in the fd_set, it could be a | Theo de Raadt |
2012-04-04 | Return an error much earlier if recvmsg fails | Theo de Raadt |
2012-03-21 | Switch ld.so's _dl_opendir functions to use a locally defined | Matthew Dempsky |
2012-03-06 | Fill in default values for rtableid/onrdomain/prio when creating PF rules, | Stuart Henderson |
2012-03-06 | clean up some newly created lies now that tftpd doesnt run out of inetd. | David Gwynne |
2012-03-05 | swap out libexec/tftpd for usr.sbin/tftpd | David Gwynne |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2012-02-26 | Fix several manpage titles, from Lawrence Teo. | Christiano F. Haesbaert |
2012-02-24 | login_yubikey(8) reads user's last-use counter from user.ctr, not user.cnt | Igor Sobrado |
2012-02-01 | flags without arguments come first; use a standard wording on the | Igor Sobrado |
2012-02-01 | improve synopsis markup of login_* utilities; use a more standard | Igor Sobrado |