Age | Commit message (Expand) | Author |
12 days | gettytab's dx flag is supposed to set decctlq, which is the opposite of | Miod Vallat |
2024-09-22 | remove BACK_CHANNEL define, unused since YP bits removed in rev 1.20 | Jonathan Gray |
2024-07-19 | unveil(2) /etc/gettytab.db in getty(8) to avoid possible violation. | Alexander Bluhm |
2024-07-18 | Since libcrypto is used to calc message authenticator, use libcrypto | YASUOKA Masahiko |
2024-07-17 | Add Message-Authenticator attriubte when sending Access-Request. | YASUOKA Masahiko |
2024-07-10 | Allow pfIfTable to have more than 64 entries. | Martijn van Duren |
2022-09-01 | Import snmpd_metrics. | Martijn van Duren |
2024-06-09 | Silently ignore setuid changes in relinked binaries | Andrew Fresh |
2024-06-04 | enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all the | Theo de Raadt |
2024-05-22 | When localtime() fails, throw an error instead of returning a | Martijn van Duren |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-05-20 | remove setproctitle() prototype that matches the one in stdlib.h | Jonathan Gray |
2024-05-19 | remove prototypes with no matching function | Jonathan Gray |
2024-05-17 | use SIGKILL instead of 9; ok guenther | Theo de Raadt |
2024-05-09 | ctime(3) and ctime_r(3) can fail when timestamps are way off. | Florian Obser |
2024-04-28 | gmtime(3) / locatime(3) can fail when timestamps are way off. | Florian Obser |
2024-04-05 | ld.so should stop calling msyscall(2), since it is fully neutered and | Theo de Raadt |
2024-04-01 | Advertise SMTPUTF8 and 8BITMIME extensions in EHLO. | Todd C. Miller |
2024-03-30 | Prefer illop1 rather than nop for text padding in the ld.so linker script. | Miod Vallat |
2024-03-30 | Remove nonsensical comments. NFC | Miod Vallat |
2024-03-05 | backup disklabel for softraid(4) chunks | Klemens Nanni |
2024-01-22 | ugly whitespaces | Theo de Raadt |
2024-01-19 | Stop initializing pinsyscall(SYS_execve in dynamic binaries that contain | Theo de Raadt |
2024-01-17 | very ugly whitespaces | Theo de Raadt |
2024-01-16 | Read PT_OPENBSD_SYSCALLS in libc.so, and convert it to a table for | Theo de Raadt |
2024-01-14 | Whenever we have a libc major bump, we run the risk that dependent shared | Mark Kettenis |
2023-12-20 | create a stub for pinsyscalls(2) | Theo de Raadt |
2023-12-20 | there is a super-alignment between btext and text, this creates a hole. | Theo de Raadt |
2023-12-20 | For strange reasons which made sense at the time, the text segment was | Theo de Raadt |
2023-12-19 | whitespaces | Theo de Raadt |
2023-12-19 | correct alignment placement | Theo de Raadt |
2023-12-18 | correct section the SYS_kbind syscall pin record goes into | Theo de Raadt |
2023-12-16 | Fix phdr name in ld.script. | Kenji Aoyama |
2023-12-12 | repair type for 2nd arg of read(2) | Theo de Raadt |
2023-12-12 | To avoid kbind(2) becoming a powerful gadget, it is called inline to a | Theo de Raadt |
2023-12-11 | Make sure the syscall table entries are aligned on a 4-byte boundary. | Theo de Raadt |
2023-12-11 | arm just had to be different and change the syntax for .pushsection | Theo de Raadt |
2023-12-10 | Populate the non-LOAD openbsd.syscalls section (and PT_OPENBSD_SYSCALL) | Theo de Raadt |
2023-12-08 | locally us MAXIMUM() rather than MAX() | Theo de Raadt |
2023-12-06 | Move CALLSYS_NOERROR macro from <machine/asm.h> to libc, and expand it for | Miod Vallat |
2023-11-21 | Set sc_rtfilter to specific ROUTE_FILTER() values, as was originally | Martijn van Duren |
2023-11-18 | crt0 uses a helper function in a MD src/libexec/ld.so .h file (rather than | Theo de Raadt |
2023-10-24 | Make hrSWRunPath use argv[0], instead of p_comm. hrSWRunName is supposed | Martijn van Duren |
2023-10-24 | Add support for HOST-RESOURCES-MIB:hrSWRunPerfTable by adding | Martijn van Duren |
2023-09-05 | Log a dummy "<unknown>" IP address in the unlikely event that genameinfo(3) f... | Jeremie Courreges-Anglas |
2023-08-15 | ldd can pledge "stdio rpath proc exec prot_exec". We can later bifurbicate | Theo de Raadt |
2023-08-15 | Improve handling of dlopen(RTLD_TRACE) aka ldd, of a library that | Philip Guenther |
2023-08-15 | Skip the _dl_msyscall() invocation if tracing library loading. | Philip Guenther |
2023-08-12 | Check for a full read, avoid warn when errno might be unmodified | Greg Steuck |
2023-07-24 | I added the 2nd argument (execpromises) to pledge(2), and then hunted | Theo de Raadt |