summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-29Allow starting a VM again after it was terminatedStefan Kempf
2016-07-29Bump copyright in files that I touched last.Reyk Floeter
2016-07-29Add support for common WebDAV methods; from httpd.Reyk Floeter
2016-07-29log ip addresses as well in authentication phaseGiovanni Bechis
2016-07-29Only flush the virtual page if it was actually mapped. OtherwisePatrick Wildt
2016-07-29Reorder code to avoid a divide by zero when there are no sensors.Jonathan Gray
2016-07-28Store the acpi processor ID/UID in struct cpu_info, and use it to attachMark Kettenis
2016-07-28rework realloc loop. there's no need to shrink the allocation betweenTed Unangst
2016-07-28strncmp is a more reasonable way to check the beginning of a string.Ted Unangst
2016-07-28these programs probably do not need to use TMPDIR. ok florianTed Unangst
2016-07-28after getenv, check for empty string too. ok millertTed Unangst
2016-07-28Remove top level ring processing loops as too ambiguousMike Belopuhov
2016-07-28Typo in the installation notes, from Roman Yakovlev.Vadim Zhukov
2016-07-28remove note about command substitution and double quotes: it is probableJason McIntyre
2016-07-28remove HISTORY: it was a nonsense;Jason McIntyre
2016-07-28some text cutting, after feedback from jsing;Jason McIntyre
2016-07-28replace hand rolled physlock with real rwlock. ok mlarkinTed Unangst
2016-07-28Use long labs(3) for pointer arithmetic.Alexander Bluhm
2016-07-28Revert previous commitMike Belopuhov
2016-07-28Revert previous commitMike Belopuhov
2016-07-28Convert ifq_deq_{begin,rollback,commit} dance to a single ifq_dequeueMike Belopuhov
2016-07-28firmware is the plural;Jason McIntyre
2016-07-28RMD160Update actually takes size_t lengthTed Unangst
2016-07-27better bounds check on iovcnt (we only ever use fixed, positive values)Damien Miller
2016-07-27Get interrupts going for the Allwinner-R8 chip.Marcus Glocker
2016-07-27Remove a feature to re-use existing early bootstrap mappings. ThisPatrick Wildt
2016-07-27Add interface to facilitate iterating over gpios.Mark Kettenis
2016-07-27improve comments a bit. ok mlarkin tomTed Unangst
2016-07-27When pmap_page_remove() is called by UVM, a physical page is to bePatrick Wildt
2016-07-27it should not be necessary for yacc to use TMPDIR, /tmp is good enough.Ted Unangst
2016-07-27correct syntax for baddynamic example. from Holger MikolonTed Unangst
2016-07-27ansify mem.c to the latest fashion. with a fix from mike burns. ok deraadtTed Unangst
2016-07-27check flags with mask instead of equality, in case we decide to mixTed Unangst
2016-07-27increase the size of forkstat fields to accomodate large valuesTed Unangst
2016-07-27document the so_upcall option to socreatePeter Hessler
2016-07-27checking for firmware works better if I pass thru all optionsMarc Espie
2016-07-27don't include firmwares in the fuzzy auto-reinstall listMarc Espie
2016-07-27hunting around for some sporadic error message. Removing the hash entryMarc Espie
2016-07-27Missing word ("no").Jeremie Courreges-Anglas
2016-07-27Instead of passing the raw reg property to simplebus nodes,Patrick Wildt
2016-07-27Remove unnecessary remapping of registers.Visa Hankala
2016-07-27According to RFC 7231 4.3.7, OPTIONS may have body. "Although thisReyk Floeter
2016-07-27Improve parsing of the Host by following RFC 7230 Section 5.4 more strictly:Reyk Floeter
2016-07-27after system resume, re-write backlight levelJoshua Stein
2016-07-27fix signed char extension bugs. from fade@cock.li. ok guenther.Ted Unangst
2016-07-27zero sizeof a struct not sizeof the pointer to itJonathan Gray
2016-07-26Rename struct fdt_memory to fdt_reg to match the member namePatrick Wildt
2016-07-26Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)Philip Guenther
2016-07-26pool debug dance, part deuxTed Unangst
2016-07-26In rsu(4), put code that twiddles HT data in the ic under #ifdef notyet.Stefan Sperling