Age | Commit message (Expand) | Author |
2019-07-29 | correct mispellings of EACCES; from Kris Katterjohn | Theo de Raadt |
2019-07-26 | Replace cross-references to sigvec(3) with sigaction(2). | Todd C. Miller |
2019-07-25 | Basic macro cleanup, mostly .Nm -> .Fn because .Nm is not a thing | Ingo Schwarze |
2019-07-25 | basic macro cleanup | Ingo Schwarze |
2019-07-25 | Show unveil(2) violators in lastcomm(1) output and daily mail. | Alexander Bluhm |
2019-07-23 | Fix comment typo; from OpenSSH Portable | Darren Tucker |
2019-07-22 | implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocol | Robert Nagy |
2019-07-19 | Update POSIX reference to the 2008 version and correct the list of | Ingo Schwarze |
2019-07-19 | add "slow" to the list of ethernet protocol names. | David Gwynne |
2019-07-18 | obvious bugfix: if the queue is removed while message transmission is | Ingo Schwarze |
2019-07-18 | add STANDARDS, improve HISTORY, and basic macro cleanup: | Ingo Schwarze |
2019-07-18 | State that mtype < 1 causes EINVAL as required by POSIX | Ingo Schwarze |
2019-07-14 | Unlike gas, clang's assembler complains about duplicate symbol assignments. | Philip Guenther |
2019-07-13 | explain the acronym "CRT"; suggested by tb@ | Ingo Schwarze |
2019-07-12 | Add affinity between the program and its mixer control. | Alexandre Ratchov |
2019-07-11 | Using pthread_atfork instead of __register_atfork with uClibc on noMMU | Kinichiro Inoguchi |
2019-07-09 | Group tls_{handshake,read,write,close}() return values documentation. | Joel Sing |
2019-07-08 | fix typo: RCF -> RFC | Theo Buehler |
2019-07-08 | Get rid of an old convention of wrapping preprocessor constants in curly | anton |
2019-07-08 | Clean up pvkfmt.c | Kinichiro Inoguchi |
2019-07-07 | Fix pvk format processing in libcrypto | Kinichiro Inoguchi |
2019-07-05 | Add forgotten copyright notice, found by Jason Thorpe <thorpej at me.com>. | Alexandre Ratchov |
2019-07-05 | improve verb-tense for explaining the calling convention of __ | Theo de Raadt |
2019-07-05 | The last consumer of pre-posix realpath behaviour has stopped | Theo de Raadt |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
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 |