summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-20syncTheo de Raadt
2015-08-20Show program name for permission failure messages.Rafael Zalamena
2015-08-20Use the IPD Clock Count register as a timecounter, making the clockVisa Hankala
2015-08-20Change httpd(8) to use C99-style fixed-width integers (uintN_t insteadReyk Floeter
2015-08-20Make ART internals free of 'struct sockaddr'.Martin Pieuchot
2015-08-20In an email dated 11 Feb 2015, Yoichi Hariguchi accepted to re-licenseMartin Pieuchot
2015-08-20Import an alternative routing table backend based on Yoichi Hariguchi'sMartin Pieuchot
2015-08-20use SOCK_NONBLOCK when making a socket instead of ioctl FIONBIO.David Gwynne
2015-08-20avoid ioctl FIONBIO by passing SOCK_NONBLOCK to the things we getDavid Gwynne
2015-08-20ignore SIGPIPE so we can handle the write(2) failures.David Gwynne
2015-08-20Enable audio on Thinkpad docks. Help from jsg@ for the *40 / *50 seriesMike Larkin
2015-08-20reactivate tame()Theo de Raadt
2015-08-20syncTheo de Raadt
2015-08-20remove unused vesafb code, had been commented out and not compiled in forMike Larkin
2015-08-20Remove an unused #include file from i386 and amd64 pmap.hMike Larkin
2015-08-20bump to 2.3.0 for the next LibreSSL release cycleBrent Cook
2015-08-19Properly handle missing TLS extensions in client hello as a non-failure.Brent Cook
2015-08-19Better compat matching for WinSCP, add compat matching forDamien Miller
2015-08-19fix double-free() in error path of DSA key generation reported byDamien Miller
2015-08-19fix free() of uninitialised pointer reported by Mateusz Kocielski;Damien Miller
2015-08-19fixed unlink([uninitialised memory]) reported by Mateusz Kocielski;Damien Miller
2015-08-19spacingReyk Floeter
2015-08-19PF must keep IPv6 fragment size as chosen by sender also for packets,Alexandr Nedvedicky
2015-08-19ca_hier() und ca_newpass() abort on failure, return void instead of int.Reyk Floeter
2015-08-19spacingReyk Floeter
2015-08-19fcopy_env() should return void as it aborts on failure.Reyk Floeter
2015-08-19Add missing OpenBSD CVS tag - no binary changeReyk Floeter
2015-08-19Stop passing around constants for metadata size and location. JustKenneth R Westerback
2015-08-19bring prototypes into scope, requires movement of a large global objectTheo de Raadt
2015-08-19add missing prototypeTheo de Raadt
2015-08-19Missing prototypes. Noted by deraadt@Kenneth R Westerback
2015-08-19Prevent mips64 FPU emulation from corrupting the page queuesVisa Hankala
2015-08-19do not cast result from xcalloc(); it is in scopeTheo de Raadt
2015-08-19Don't re-include headers pulled by "sh.h". (I actually don't like this .hTheo de Raadt
2015-08-19An interface address without interface pointer could cause anAlexander Bluhm
2015-08-19spacing (no binary change, verified with checksums)Reyk Floeter
2015-08-19Use C99 integer types in ikectl(8).Reyk Floeter
2015-08-19Convert all calls to rtrequest1() and the following error checkAlexander Bluhm
2015-08-19Halt extra cores on SP kernel, to avoid trashing the system if thereVisa Hankala
2015-08-19Support for overwriting $ENV:: variables in OpenSSL .cnf files fromReyk Floeter
2015-08-19Make uvm_pmr_isfree() work correctly when RB_NFIND() returnsVisa Hankala
2015-08-19Sync page_flagbits with reality.Visa Hankala
2015-08-19Remove some verbose logs in in6_update_ifa() now that errors areMartin Pieuchot
2015-08-19KNFMartin Pieuchot
2015-08-19Make arplookup() return a pointer to a "struct rtentry".Martin Pieuchot
2015-08-19Use rtfree(9) instead of decrementing rt_refcnt in rt_getifa().Martin Pieuchot
2015-08-19Remove XXX.Antoine Jacoutot
2015-08-18Fix inconsistent spelling of `inconsistent'Miod Vallat
2015-08-18typosMiod Vallat
2015-08-18calloc() is prototyped; do not cast resultTheo de Raadt