Age | Commit message (Expand) | Author |
2016-06-02 | Fix typo; the period should be outside the parens. From Michael McConville | Todd C. Miller |
2016-06-01 | Document EINVAL when unlinking "." with the AT_REMOVEDIR flag. | Todd C. Miller |
2016-06-01 | rmdir(2) should return EINVAL not EBUSY when trying to remove ".". | Todd C. Miller |
2016-06-01 | Use \(mi instead of - for the mathematical minus sign as recommended by | Theo Buehler |
2016-06-01 | Kill sysctl net.inet6.ip6.rr_prune | Jeremie Courreges-Anglas |
2016-06-01 | implicit function declaration is the error we really want, not the | Ted Unangst |
2016-05-31 | fix CVE-2016-0718. | Remi Pointel |
2016-05-31 | correct documentation for PT_WRITE_I. it may be necessary to flush icache. | Ted Unangst |
2016-05-31 | Fix a crash in stifle_history() that occurred when the history | Ingo Schwarze |
2016-05-30 | Move __getcwd from ASM to HIDDEN: we don't want the literal __getcwd symbol | Philip Guenther |
2016-05-30 | deprecate internal use of EVP_[Cipher|Encrypt|Decrypt]_Final. | Bob Beck |
2016-05-30 | We no longer have syscalls with multiple return values. Whine about | Philip Guenther |
2016-05-30 | Consistently reference '_end' instead of 'end' in the brk/sbrk implementation | Philip Guenther |
2016-05-30 | The icdb magic number doesn't need to be visible to static links | Philip Guenther |
2016-05-30 | Stop publicly declaring _yp_dobind() and struct dom_binding, closing out | Philip Guenther |
2016-05-30 | Do setjmp cookies for eip, esp, and ebp. For bonus points, mix how | Philip Guenther |
2016-05-30 | Do setjmp cookies for gp, sp, and ra | Philip Guenther |
2016-05-29 | _yp_bind(), _ypbindlist, _yp_domain, and _yplib_timeout are no longer | Philip Guenther |
2016-05-29 | Switch from calling obsolete sig{block,setmask} to directly using the | Philip Guenther |
2016-05-29 | Wrap <machine/sysarch.h> to prevent overriding internal calls, for | Philip Guenther |
2016-05-29 | Remove dead support for changing BDB hash algorithm and cache of alternatives | Philip Guenther |
2016-05-29 | wxabort bits; ok deraadt | Jason McIntyre |
2016-05-29 | Only require 4 byte alignment on ILP32 archs | Philip Guenther |
2016-05-29 | Use .balign instead of .align; only need 8 byte alignment not 2^8 | Philip Guenther |
2016-05-29 | Prefer AF_* over PF_* and 'address family' over 'protocol family' | Philip Guenther |
2016-05-28 | The synopsis rendered very poorly because of a "Quite Ugly but | Theo Buehler |
2016-05-28 | rcmd(3) and rcmdsh(3) use getaddrinfo(3) not gethostbyname(3). | Todd C. Miller |
2016-05-28 | Use getaddrinfo() instead of the non-standard gethostbyname2(). | Todd C. Miller |
2016-05-27 | W^X violations are no longer permitted by default. A kernel log message | Theo de Raadt |
2016-05-27 | Rename some of the internal error setting functions to more closely follow | Joel Sing |
2016-05-27 | Avoid leaking ca_mem when freeing a tls_config. | Joel Sing |
2016-05-27 | Fix function parameters that do not have an underscore prefix. | Joel Sing |
2016-05-27 | typo fixes; Anthony Coulter | Stuart Henderson |
2016-05-26 | The destination string is declared as "s" but referred to as "dst" | Todd C. Miller |
2016-05-26 | Use "cc -E" instead of "cpp". OK deraadt@ natano@ | Todd C. Miller |
2016-05-26 | Use S_ISDIR instead of doing it by hand. No binary change. | Todd C. Miller |
2016-05-26 | Make amaps use less kernel memory (2nd try) | Stefan Kempf |
2016-05-26 | fputs(3) now returns a non-negative number (as opposed to 0) on successful | Todd C. Miller |
2016-05-26 | Calculate elapsed time in poll() and subtract that from the remaining time | Jonathan Matthew |
2016-05-26 | Change the way regexec handles REG_STARTEND combined with REG_NOTBOL. | Martijn van Duren |
2016-05-25 | KNF with respect to indentation; no code change | Ingo Schwarze |
2016-05-25 | Fix another one-byte buffer underflow (read access only). | Ingo Schwarze |
2016-05-25 | el_map.alt can never be NULL, delete dead code | Ingo Schwarze |
2016-05-25 | Saving errno in el_errno is only needed for one purpose: | Ingo Schwarze |
2016-05-25 | use -nameopt esc_msb so "NetLock Kft" cert has the non-ascii | Jonathan Gray |
2016-05-24 | NUL-terminate argv when parsing options, following other | Okan Demirmen |
2016-05-24 | Add missing strdup NULL checks; from Ray Lai. | Okan Demirmen |
2016-05-24 | Remove debugging ifdefs. | Ingo Schwarze |
2016-05-23 | More fixes from miod | Philip Guenther |
2016-05-23 | Include SYS.h instead of DEFS.h now that this does a direct syscall | Philip Guenther |