summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-05-23Major bump for the removal of the various locale, ruserok, andPhilip Guenther
2016-05-23Add XOR cookies for rp and sp. Switch from calling obsoletePhilip Guenther
2016-05-23Make _fwalk and _cleanup completely internal to libcPhilip Guenther
2016-05-23Stop supporting longjmperror(); it's not used, not portable, and the checksPhilip Guenther
2016-05-23Remove iruserok(_sa)? and __ivaliduser(sa)?Philip Guenther
2016-05-23Eliminate __check_rhosts_file and __rcmd_errstr: they were only used byPhilip Guenther
2016-05-23Stop exposing <sys/localedef.h> and various symbols internal to the libcPhilip Guenther
2016-05-22Add XOR cookies for r1 (stack) and lr. Switch from calling obsoletePhilip Guenther
2016-05-22Improve modularization at the chared/read boundary, no functional change.Ingo Schwarze
2016-05-22Revert previous: breaks i386 and powerpc, probably all non-PMAP_DIRECT archsPhilip Guenther
2016-05-22Document el_wpush(3) and fix the description of el_push(3).Ingo Schwarze
2016-05-22Make amaps use less kernel memoryStefan Kempf
2016-05-22Oh right, actually delete this now that __cerror is unusedPhilip Guenther
2016-05-21Simple sync with NetBSD, mostly to avoid confusion of arguments andIngo Schwarze
2016-05-21Fix the prototype used by EL_GETCFN, mention the associated typedef name,Ingo Schwarze
2016-05-20Fix a short-read bug in the previous version of asn1_d2i_read_bioBrent Cook
2016-05-20Move the declaration of the function pointer type el_rfunc_tIngo Schwarze
2016-05-20Delete the _SDA_BASE and _SDA2_BASE symbols: they're unnecessary inPhilip Guenther
2016-05-19no more v6only;Jason McIntyre
2016-05-19Add ASM_NOERR for syscalls that never fail and thus don't need the errnoPhilip Guenther
2016-05-18Save and restore 'gbr' register when enter/leaving the kernel, and usePhilip Guenther
2016-05-18update links; from rayJason McIntyre
2016-05-18Reduce quadruple negation to double negation;Ingo Schwarze
2016-05-18Remove obsolete caveat. OK deraadt@Todd C. Miller
2016-05-17Fix a one-byte buffer underflow (read access only).Ingo Schwarze