Age | Commit message (Expand) | Author |
2016-07-29 | Allow starting a VM again after it was terminated | Stefan Kempf |
2016-07-29 | Bump copyright in files that I touched last. | Reyk Floeter |
2016-07-29 | Add support for common WebDAV methods; from httpd. | Reyk Floeter |
2016-07-29 | log ip addresses as well in authentication phase | Giovanni Bechis |
2016-07-29 | Only flush the virtual page if it was actually mapped. Otherwise | Patrick Wildt |
2016-07-29 | Reorder code to avoid a divide by zero when there are no sensors. | Jonathan Gray |
2016-07-28 | Store the acpi processor ID/UID in struct cpu_info, and use it to attach | Mark Kettenis |
2016-07-28 | rework realloc loop. there's no need to shrink the allocation between | Ted Unangst |
2016-07-28 | strncmp is a more reasonable way to check the beginning of a string. | Ted Unangst |
2016-07-28 | these programs probably do not need to use TMPDIR. ok florian | Ted Unangst |
2016-07-28 | after getenv, check for empty string too. ok millert | Ted Unangst |
2016-07-28 | Remove top level ring processing loops as too ambiguous | Mike Belopuhov |
2016-07-28 | Typo in the installation notes, from Roman Yakovlev. | Vadim Zhukov |
2016-07-28 | remove note about command substitution and double quotes: it is probable | Jason McIntyre |
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 |