Age | Commit message (Expand) | Author |
2016-07-28 | remove HISTORY: it was a nonsense; | Jason McIntyre |
2016-07-28 | some text cutting, after feedback from jsing; | Jason McIntyre |
2016-07-28 | replace hand rolled physlock with real rwlock. ok mlarkin | Ted Unangst |
2016-07-28 | Use long labs(3) for pointer arithmetic. | Alexander Bluhm |
2016-07-28 | Revert previous commit | Mike Belopuhov |
2016-07-28 | Revert previous commit | Mike Belopuhov |
2016-07-28 | Convert ifq_deq_{begin,rollback,commit} dance to a single ifq_dequeue | Mike Belopuhov |
2016-07-28 | firmware is the plural; | Jason McIntyre |
2016-07-28 | RMD160Update actually takes size_t length | Ted Unangst |
2016-07-27 | better bounds check on iovcnt (we only ever use fixed, positive values) | Damien Miller |
2016-07-27 | Get interrupts going for the Allwinner-R8 chip. | Marcus Glocker |
2016-07-27 | Remove a feature to re-use existing early bootstrap mappings. This | Patrick Wildt |
2016-07-27 | Add interface to facilitate iterating over gpios. | Mark Kettenis |
2016-07-27 | improve comments a bit. ok mlarkin tom | Ted Unangst |
2016-07-27 | When pmap_page_remove() is called by UVM, a physical page is to be | Patrick Wildt |
2016-07-27 | it should not be necessary for yacc to use TMPDIR, /tmp is good enough. | Ted Unangst |
2016-07-27 | correct syntax for baddynamic example. from Holger Mikolon | Ted Unangst |
2016-07-27 | ansify mem.c to the latest fashion. with a fix from mike burns. ok deraadt | Ted Unangst |
2016-07-27 | check flags with mask instead of equality, in case we decide to mix | Ted Unangst |
2016-07-27 | increase the size of forkstat fields to accomodate large values | Ted Unangst |
2016-07-27 | document the so_upcall option to socreate | Peter Hessler |
2016-07-27 | checking for firmware works better if I pass thru all options | Marc Espie |
2016-07-27 | don't include firmwares in the fuzzy auto-reinstall list | Marc Espie |
2016-07-27 | hunting around for some sporadic error message. Removing the hash entry | Marc Espie |
2016-07-27 | Missing word ("no"). | Jeremie Courreges-Anglas |
2016-07-27 | Instead of passing the raw reg property to simplebus nodes, | Patrick Wildt |
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 |