Age | Commit message (Expand) | Author |
2022-05-25 | Revert the .rodata.cst4 change: results in incorrect value read | Philip Guenther |
2022-05-24 | Delete superfluous/duplicated #includes | Philip Guenther |
2022-05-24 | Give internal 'botch' labels a '.L' prefix to remove them from the | Philip Guenther |
2022-05-24 | Address the clang 13 "changed binding to STB_WEAK" warning on arm64: | Philip Guenther |
2022-05-24 | Set the correct alignment on __jmpxor (.align's meaning is MD!) | Philip Guenther |
2022-05-24 | Delete superfluous/duplicated #includes | Philip Guenther |
2022-05-24 | Add END() tags to give these functions sizes in the ELF symbol table | Philip Guenther |
2022-05-24 | Address the clang 13 "changed binding to STB_WEAK" warning on arm (32bit): | Philip Guenther |
2022-05-23 | Respect RLIMIT_FSIZE when extending a file via truncat(2)/ftruncate(2). | Todd C. Miller |
2022-05-21 | system(3) should ignore SIGINT and SIGQUIT until the shell exits. | Todd C. Miller |
2022-05-14 | Use fseeko() instead of fseek() inside libc, as the latter just | Philip Guenther |
2022-05-04 | Found two multiple evaluation macros. One of them so long and scary it | Theo de Raadt |
2022-04-15 | delete an ancient paragraph suggesting the wrong reason to use close(2) | Theo de Raadt |
2022-04-13 | Fix typo in last commit. | Todd C. Miller |
2022-04-13 | ftok: avoid left shift of a signed in by 24 places | Todd C. Miller |
2022-04-13 | inet_net_pton_ipv6: avoid signed vs unsigned comparison | Todd C. Miller |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-29 | man pages: add missing word, The foo() ... -> The foo() function ... | Christian Weisgerber |
2022-03-29 | Basic copy editing: | Ingo Schwarze |
2022-03-23 | Remove extra space at EOL in last commit. | Todd C. Miller |
2022-03-23 | Expand the description of the LOGIN_SET* bits. | Todd C. Miller |
2022-03-23 | setclasscontext: support LOGIN_SETRTABLE too | Todd C. Miller |
2022-03-20 | setusercontext: only call setrtable(2) if "rtable" set explicitly. | Todd C. Miller |
2022-03-04 | Document LOGIN_SETRTABLE | Theo Buehler |
2022-03-01 | add rtable capability to login.conf. | Ted Unangst |
2022-02-28 | Remove unused ivbits argument from chacha_keysetup to match other | Darren Tucker |
2022-02-26 | setuserenv: a missing /etc/login.conf file is not an error. | Todd C. Miller |
2022-02-26 | Currently malloc caches a number of free'ed regions up to 128k | Otto Moerbeek |
2022-02-25 | add setrtable to pledge("id"). from Matthew Martin | Ted Unangst |
2022-02-22 | The include of sys/ktrace.h will require sys/types.h, so document this. | Theo de Raadt |
2022-02-19 | remove redundant swap encryption text | Jonathan Gray |
2022-02-18 | Avoid gendered language in man pages when not referring to a specific | Jonathan Gray |
2022-02-18 | grammar | Jonathan Gray |
2022-02-14 | Mark all the rpc 'ops' vectors, for auth, client, service, and xdr, | Philip Guenther |
2022-02-11 | Fix typo in comment for f_favail. | Todd C. Miller |
2022-02-10 | introduce support for storing capability databases in /etc/login.conf.d; | Robert Nagy |
2022-02-06 | remove please from manual pages | Jonathan Gray |
2022-01-28 | When it's the possessive of 'it', it's spelled "its", without the | Philip Guenther |
2022-01-21 | In 1999 fd_set overflowing beyond FD_SETSIZE became enough of a problem that I | Theo de Raadt |
2022-01-21 | Document EAGAIN error return, as specified by POSIX. | Todd C. Miller |
2022-01-20 | remove unused variable from all copies of _asr_strdname() | Christian Weisgerber |
2022-01-11 | spelling | Jonathan Gray |
2022-01-06 | refer to longindex as an argument, not a field; | Jason McIntyre |
2022-01-05 | funopen(): change seekfn argument to use off_t, not fpos_t | Todd C. Miller |
2022-01-02 | Don't use *ENTRY_NB() with END_BUILTIN(), at least yet | Philip Guenther |
2022-01-01 | Add ENTRY_NB() macro for doing an ASM function entry without setting | Philip Guenther |
2022-01-01 | failured -> failed | Jonathan Gray |
2021-12-25 | Update to reflect changes over the last six years | Philip Guenther |
2021-12-23 | Roll the syscalls that have an off_t argument to remove the explicit padding. | Philip Guenther |
2021-12-16 | Document the failure mode if size is too small and mention that | Todd C. Miller |