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