Age | Commit message (Expand) | Author |
2019-07-02 | Add cpuid support for arm64 so that we can recognize which | Patrick Wildt |
2019-07-02 | The "always hint that getpw operation is happening with access() the YP | Theo de Raadt |
2019-07-01 | kevent(2): remove 24hr timeout limit | cheloha |
2019-07-01 | Need to compile rcrt0.o with -fno-jump-tables on powerpc as well. | Mark Kettenis |
2019-06-30 | tweak previous; ok guenther | Jason McIntyre |
2019-06-29 | Document that getcwd() and realpath() are built on system calls that | Philip Guenther |
2019-06-29 | two more syscall == -1 checks | Theo de Raadt |
2019-06-29 | Check if syscalls return -1 instead of any negative value. | Alexandre Ratchov |
2019-06-29 | Update libexpat to 2.2.7. Relevant for OpenBSD is only the fix for | Alexander Bluhm |
2019-06-28 | Specify that {v,}asprintf(3) returns precisely -1 on failure, | Ingo Schwarze |
2019-06-28 | Actually, the C standard only guarantees that atexit(3) returns non-zero | Ingo Schwarze |
2019-06-28 | Since clang only supports the "secure" PLT ABI for "big" PIC/PIE on powerpc, | Mark Kettenis |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | delete duplicate .Xr below SEE ALSO | Ingo Schwarze |
2019-06-28 | local __libcpp_asprintf_l() -> libc asprintf() was inspecting the pointer | Theo de Raadt |
2019-06-28 | failed to detect asprintf() error by observing return of -1, instead the | Theo de Raadt |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2019-06-28 | atexit() returns -1 on failure | Theo de Raadt |
2016-09-03 | Import libc++ 3.9.0 | Patrick Wildt |
2019-06-27 | The C89 standard only requires that atexit(3) returns a non-zero value | Ingo Schwarze |
2019-06-27 | Simplify the description of [v]snprintf(3), move the description | Ingo Schwarze |
2019-06-27 | If we don't receive a reply packet the res_send subquery will already have | Martijn van Duren |
2019-06-26 | an -> a; | Jason McIntyre |
2019-06-26 | The POSIX-compatible way of checking for {v,}{f,s,sn,d}printf(3) | Theo de Raadt |
2019-06-25 | Use the same text for EOPNOTSUPP as we do in fcntl(2) and lockf(3). | Todd C. Miller |
2019-06-25 | POSIX.1-2008 TC3 is going to clarify how newlocale(3) uses oldloc. | Ingo Schwarze |
2019-06-24 | add missing RETURN VALUES section; | Ingo Schwarze |
2019-06-23 | Export unveil state so that ps(8) can show it. Two new status flags, | Theo de Raadt |
2019-06-21 | Fix conversions to long double on sparc64 | Jeremie Courreges-Anglas |
2019-06-20 | open() and fstat() return precisely -1 on error, not a vague value < 0. | Theo de Raadt |
2019-06-20 | tls_read() & tls_write() return 4 possible values: TLS_WANT_POLLOUT, | Theo de Raadt |
2019-06-20 | sockatmark(3), recv(2), getsockopt(2), and connect(2) return specifically | Theo de Raadt |
2019-06-17 | Merge libc++, libc++abi and libunwind version 8.0.0. | Patrick Wildt |
2019-06-17 | Import libunwind 8.0.0. | Patrick Wildt |
2019-06-17 | Import libc++abi 8.0.0. | Patrick Wildt |
2019-06-17 | Import libc++ 8.0.0. | Patrick Wildt |
2019-06-17 | Make BN_num_bits_word() constant time. | Theo Buehler |
2018-09-11 | import of libc++ 6.0.0 | Robert Nagy |
2016-09-03 | Import libc++ 3.9.0 | Patrick Wildt |
2019-06-17 | Allow setting of retransmission intervasl via _res.retrans. Ugly API but | Otto Moerbeek |
2019-06-17 | Remove old realpath(3), and the userland-vs-kernel realpath verification | Theo de Raadt |
2019-06-15 | oops - missing .El in previous; | Jason McIntyre |
2019-06-15 | realpath(3) doesn't use lstat(2), readlink(2), or getcwd(3) anymore, | Theo de Raadt |
2019-06-14 | Improve pages that briefly mentioned ERR - usually below SEE ALSO - | Ingo Schwarze |
2019-06-14 | Further improve the documentation of library initialization and configuration. | Ingo Schwarze |
2019-06-12 | add missing backlinks to ssl(3) | Ingo Schwarze |
2019-06-12 | List all 17 SSL pages that were missing. | Ingo Schwarze |
2019-06-11 | fix bogus cross references: there is no ELF(3) manual page; | Ingo Schwarze |
2019-06-11 | do not use plain-text ELF(3) to reference page titles, use .Nm or .Xr.: | Ingo Schwarze |
2019-06-10 | delete references to ERR pages from SEE ALSO where such | Ingo Schwarze |