summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-07-26Remove the restriction that the kernel needs to be loaded at the bottom ofMark Kettenis
2016-07-26Welcome to 6.0-current.Mark Kettenis
2016-07-26Unbreak rsu(4) which was broken since r1.32. Reported by Jake Swensen.Stefan Sperling
2016-07-26Fix byteswap errors in rtwn(4) and urtwn(4) introduced by me on June 17.Stefan Sperling
2016-07-26Make sure there's space for the PT_OPENBSD_WXNEEDED segment, if requestedPhilip Guenther
2016-07-25add new mirror in Lithuania to examples/pkg.conf, ok deraadtStuart Henderson
2016-07-25disable tmpfs because it receives zero maintainance.Theo de Raadt
2016-07-25fix revision 1.290 of sys/netinet/ip_carp.c.Sebastian Benoit
2016-07-25Fix rarpd hang. The receive buffer of a route socket can become fullVisa Hankala
2016-07-25Revert change to density calculation. David Vasek points out thisKenneth R Westerback
2016-07-25Initialize the log subsytem in the SE like it is done in the RDE. WithoutClaudio Jeker
2016-07-25Make sure closed bpf devices are removed from bpf_d_list to free theMartin Natano
2016-07-25Patch perl CVE-2016-1238Andrew Fresh
2016-07-25err() instead of errx(); noted by timTheo de Raadt