Age | Commit message (Expand) | Author |
2022-07-25 | Simplify wctype() and wctype_l(): we have one set of classification | Philip Guenther |
2022-07-25 | If a command or interface first appeared in PWB/UNIX, UNIX System III or | Jonathan Gray |
2022-07-23 | timecounting: use full 96-bit product when computing elapsed time | Scott Soule Cheloha |
2022-07-22 | avoid use after free | Jonathan Gray |
2022-07-21 | repair error section; Martin Vahlensieck | Theo de Raadt |
2022-07-19 | Use sysctl CTL_NET.PF_INET6 to check if IPv6 is available or not. | Claudio Jeker |
2022-07-18 | ypbinding should not be intrude to application namespace. | Theo de Raadt |
2022-07-18 | use same way of reporting error as yp_bind.c | Theo de Raadt |
2022-07-17 | order sysctl(2) Xr by section | Jonathan Gray |
2022-07-17 | fix a macro, and "new sentence, new line"; | Jason McIntyre |
2022-07-17 | Delete mention of the old /var/run/ypbind.lock hack. | Theo de Raadt |
2022-07-17 | since yp_bind() and yp_all() don't use open, fstat, read, socket, and other | Theo de Raadt |
2022-07-17 | Rather than opening the binding file, checking for advisory lock, reading a | Theo de Raadt |
2022-07-17 | Add ypconnect(2) stub inside libc so that libc functions can use it, | Theo de Raadt |
2022-07-17 | add ypconnect(2) manual page | Theo de Raadt |
2022-07-15 | Add a new clnt*_control CLSET_CONNECTED, which says the socket has already | Theo de Raadt |
2022-06-30 | To figure our whether a large allocation can be grown into the | Philip Guenther |
2022-06-20 | Fixup comment | Jeremie Courreges-Anglas |
2022-06-16 | shmaddr is a pointer, so use NULL instead 0f | Theo de Raadt |
2022-06-10 | Add _?ENTRY_NB() macro for doing an ASM function entry without | Philip Guenther |
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 |