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