Age | Commit message (Expand) | Author |
2016-07-27 | Remove unnecessary remapping of registers. | Visa Hankala |
2016-07-27 | According to RFC 7231 4.3.7, OPTIONS may have body. "Although this | Reyk Floeter |
2016-07-27 | Improve parsing of the Host by following RFC 7230 Section 5.4 more strictly: | Reyk Floeter |
2016-07-27 | after system resume, re-write backlight level | Joshua Stein |
2016-07-27 | fix signed char extension bugs. from fade@cock.li. ok guenther. | Ted Unangst |
2016-07-27 | zero sizeof a struct not sizeof the pointer to it | Jonathan Gray |
2016-07-26 | Rename struct fdt_memory to fdt_reg to match the member name | Patrick Wildt |
2016-07-26 | Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh) | Philip Guenther |
2016-07-26 | pool debug dance, part deux | Ted Unangst |
2016-07-26 | In rsu(4), put code that twiddles HT data in the ic under #ifdef notyet. | Stefan Sperling |
2016-07-26 | Remove the restriction that the kernel needs to be loaded at the bottom of | Mark Kettenis |
2016-07-26 | Welcome to 6.0-current. | Mark Kettenis |
2016-07-26 | Unbreak rsu(4) which was broken since r1.32. Reported by Jake Swensen. | Stefan Sperling |
2016-07-26 | Fix byteswap errors in rtwn(4) and urtwn(4) introduced by me on June 17. | Stefan Sperling |
2016-07-26 | Make sure there's space for the PT_OPENBSD_WXNEEDED segment, if requested | Philip Guenther |
2016-07-25 | add new mirror in Lithuania to examples/pkg.conf, ok deraadt | Stuart Henderson |
2016-07-25 | disable tmpfs because it receives zero maintainance. | Theo de Raadt |
2016-07-25 | fix revision 1.290 of sys/netinet/ip_carp.c. | Sebastian Benoit |
2016-07-25 | Fix rarpd hang. The receive buffer of a route socket can become full | Visa Hankala |
2016-07-25 | Revert change to density calculation. David Vasek points out this | Kenneth R Westerback |
2016-07-25 | Initialize the log subsytem in the SE like it is done in the RDE. Without | Claudio Jeker |
2016-07-25 | Make sure closed bpf devices are removed from bpf_d_list to free the | Martin Natano |
2016-07-25 | Patch perl CVE-2016-1238 | Andrew Fresh |
2016-07-25 | err() instead of errx(); noted by tim | Theo de Raadt |
2014-11-17 | Import perl-5.20.1 | Andrew Fresh |
2013-03-25 | import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself | Stuart Henderson |
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller |
2002-10-27 | stock perl 5.8.0 from CPAN | Todd C. Miller |
2016-07-24 | Split the root vs not-root cases better with regards to chroot setup. | Theo de Raadt |
2016-07-24 | bump version | Gilles Chehade |
2016-07-24 | openssh-7.3 | Damien Miller |
2016-07-24 | sync | Theo de Raadt |
2016-07-24 | add chvgpio.4 overlooked when the file was added | Jonathan Gray |
2016-07-23 | rework crl2pkcs7; with help from jsing | Jason McIntyre |
2016-07-23 | no quirks in FwUpdate. | Marc Espie |
2016-07-23 | Back out the automatic pkg.conf installpath changes; because pkg_add has | Theo de Raadt |
2016-07-23 | Some armv7 machines are shipped with linux images that run USB OTG ports | Jonathan Gray |
2016-07-23 | Back out the dhclient BPF change. There are DHCP servers out there which | Stefan Sperling |
2016-07-23 | Previously the uarts attached in order, so that the first attached uart | Patrick Wildt |
2016-07-23 | do the pool debug release dance. ok deraadt | Ted Unangst |
2016-07-23 | The linux kernel treated the "phy-reset-gpio" as active-low regardless of what | Mark Kettenis |
2016-07-23 | At n2k16 David Vasek pointed out that FFS partitions on 4K disks are | Kenneth R Westerback |
2016-07-23 | Before terminal characteristics are displayed, stty(1) activates | Alexander Bluhm |
2016-07-23 | Fix a few CPUID emulation issues: | Mike Larkin |
2016-07-23 | Dump vcpu state on unknown exit type, and add a diagnostic message | Mike Larkin |
2016-07-23 | Ensure some undesirable entry controls are cleared, instead of relying | Mike Larkin |
2016-07-23 | fix pledge violation with ssh -f; reported by Valentin Kozamernik | Damien Miller |
2016-07-23 | hint at the default for XSRCDIR; from tim kuijsten | Jason McIntyre |
2016-07-22 | Attach imx(4) on i.mx6 quad plus which appears to be largely compatible | Jonathan Gray |
2016-07-22 | Actually DECLINE and delete unused offers. Don't just say so in a comment. | Kenneth R Westerback |