Age | Commit message (Expand) | Author |
2022-02-22 | disable further calls to unveil(2) | Ricardo Mestre |
2022-02-21 | unveil(2) "/dev" read-only instead of using chroot(2)/chdir(2). after calling | Ricardo Mestre |
2022-01-31 | Nothing depends on archdep.h pulling in other #includes anymore, | Philip Guenther |
2022-01-31 | Inline RELOC_* into boot_md.c and simplify the code based on what | Philip Guenther |
2022-01-28 | Update comment: struct link_map is defined in <link_elf.h> | Philip Guenther |
2022-01-18 | Avoid pulling sys/param.h, by using _ALIGN instead. | Theo de Raadt |
2022-01-17 | Stop supporting a GOT with only one reserved entry in static PIE | Philip Guenther |
2022-01-17 | Nothing depends on archdep.h pulling in other #includes anymore, | Philip Guenther |
2022-01-16 | Nothing depends on archdep.h pulling in other #includes anymore, | Philip Guenther |
2022-01-16 | Nothing depends on archdep.h pulling in other #includes anymore, | Philip Guenther |
2022-01-16 | Nothing depends on archdep.h pulling in other #includes anymore, | Philip Guenther |
2022-01-08 | archdep.h needed for _dl_dcbf, on powerpc | Theo de Raadt |
2022-01-08 | need "archdep.h" for _dl_md_plabel on hppa | Theo de Raadt |
2022-01-08 | Prep .c files for removing the #includes from */archdep.h | Philip Guenther |
2022-01-04 | - add LDAP | Jason McIntyre |
2021-12-30 | Sync from libc: Use _MAX_PAGE_SHIFT, rather than #ifdef mips64 | Philip Guenther |
2021-12-30 | Delete dead (duplicate) test | Philip Guenther |
2021-12-23 | Roll the syscalls that have an off_t argument to remove the explicit padding. | Philip Guenther |
2021-12-15 | spamd: convert to opaque HMAC_CTX | Theo Buehler |
2021-12-14 | A better approach is to defined __CONCAT locally | Theo de Raadt |
2021-12-14 | Sigh. This sys/cdefs.h is hiding use of __CONCAT in a non-C context. | Theo de Raadt |
2021-12-13 | including sys/cdefs.h manually started as a result of netbsd trying to | Theo de Raadt |
2021-11-27 | Remove an unneeded variable to fix compiler warning with clang 13. | Visa Hankala |
2021-11-16 | fix an accidental NULL deref introduced last year, found by patrick. | Theo de Raadt |
2021-11-14 | Delete all the no-op RELOC_GOT() macros and their uses. | Philip Guenther |
2021-11-12 | Add support for RELR relocations in the executable and share objects. | Philip Guenther |
2021-11-09 | Like most archs, riscv doesn't need resolution of JUMP_SLOT relocations | Philip Guenther |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-23 | ensure that sensitive data is zeroed out from mem. | Ricardo Mestre |
2021-10-07 | Print the name of the symbol that can't be resolved when using | Joshua Stein |
2021-09-13 | various formatting fixes; | Jason McIntyre |
2021-09-13 | introduce /etc/bsd.re-config which can be used to configure the kernel | Robert Nagy |
2021-09-02 | remove sys/param.h use, by replacing MAXLOGNAME -> LOGIN_NAME_MAX | Theo de Raadt |
2021-07-14 | Remove unneeded calls to tls_init(3) | kn |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-07-07 | Hoist whole TLS initialization instead of loading the cert/key into memory first | Ricardo Mestre |
2021-06-26 | Make lazy binding work on riscv64. | Mark Kettenis |
2021-06-26 | Build ld.so with --march=rv64imac on riscv64 to be absolutely sure that | Mark Kettenis |
2021-06-26 | Use AFLAGS when building syscall stubs. Drop AINC wich isn't used. | Mark Kettenis |
2021-06-02 | add RTLD_NODELETE support | Sebastien Marie |
2021-05-31 | Convert K&R function definitions to modern C. | jan |
2021-05-25 | program headers: do not rely on DYNAMIC coming before GNU_RELRO | kn |
2021-05-23 | Constify function parameters. | jan |
2021-05-22 | Remove useless fflush(3) calls. lreply() already called fflush(3). | jan |
2021-05-22 | Remove useless islower(2) before toupper(3). | jan |
2021-05-20 | Removes the useless FILE* parameter of get_line(). | jan |
2021-05-16 | Correct problem in riscv64 dtors execution load the function pointer | Dale Rahn |
2021-05-15 | Add pledge for ftpd's user processes. | jan |
2021-04-28 | riscv64 ld.so | Dale Rahn |
2021-04-19 | Same internal consistency check as libc malloc: size in hash table | Otto Moerbeek |