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