summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-20split the ACPI resume trampoline into code and data pages, and protectMike Larkin
2016-05-20resyncChris Cappuccio
2016-05-20Hello LTE Airprime/Sierra Aircard 313U, Netgear/Sierra Aircard 770SChris Cappuccio
2016-05-20add init_mainbus() hooks for the other armv7 platformsJonathan Gray
2016-05-20Restore support for 'instbin program args...'Philip Guenther
2016-05-19Let setroot() pick the boot disk based on the DUID provided in bootduid ifMark Kettenis
2016-05-19revert this part of my last commit: sthen points out that this textJason McIntyre
2016-05-19Give the caller a chance to handle the failure if unable to allocatePhilip Guenther
2016-05-19Make fdt_node_add_property() behave like fdt_node_set_property() if theMark Kettenis
2016-05-19ld.so can now be entered by multiple threads via _dl_{allocate,free}_tib(),Philip Guenther
2016-05-19Fix the previous commit which made work queue entries get released tooVisa Hankala
2016-05-19Disable dynamic short buffering to make all RX data land on buffersVisa Hankala
2016-05-19no more v6only;Jason McIntyre
2016-05-19Remove sysctl net.inet6.ip6.v6onlyJeremie Courreges-Anglas
2016-05-19Remove the PHYTEC phyFLEX support code, patrick says he no longerJonathan Gray
2016-05-19All msg buf counters are long, so lmin(9) should be used for them.Alexander Bluhm
2016-05-19Match compatible strings for utilite which identifies as "cm-fx6" inJonathan Gray
2016-05-19Use OF_is_compatible(9). Simplifies the code and should make pci withinMark Kettenis
2016-05-19Implement OF_is_compatible(9).Mark Kettenis
2016-05-19table formats are described in table(5) not makemap(8)Gilles Chehade
2016-05-19Do not check if source address is available when the UDP6 socket is boundVincent Gross
2016-05-19fix type of ed25519 valuesDamien Miller
2016-05-19Add ASM_NOERR for syscalls that never fail and thus don't need the errnoPhilip Guenther
2016-05-18Kill trailing whitespaces.Alexander Bluhm
2016-05-18Use constty and cn_devvp for checking wether to use cnwrite(). ThatAlexander Bluhm
2016-05-18Introduce a per-platform init_mainbus() hook that can be used to attachMark Kettenis
2016-05-18fix types for mmap wrappers. A few whitespace cleanups snuck in.Theo de Raadt
2016-05-18Save and restore 'gbr' register when enter/leaving the kernel, and usePhilip Guenther
2016-05-18Remove some superflous if_get(9)/if_put(9) dances now that ARP inputMartin Pieuchot
2016-05-18Document MODQT_LRELEASEJeremie Courreges-Anglas
2016-05-18Also print a warning if the user doesn't fill the mail SubjectJeremie Courreges-Anglas
2016-05-18Print a user-friendly message if some fields are missing; ok tedu@Jeremie Courreges-Anglas
2016-05-18Cache vendor, product and serial info for each usb device. This allowsPatrick Wildt
2016-05-18update links; from rayJason McIntyre
2016-05-18Reduce quadruple negation to double negation;Ingo Schwarze
2016-05-18In hostap mode, don't re-use association IDs (AIDs) of nodes which areStefan Sperling
2016-05-18Move the code to update an ARP cache into its own function.Martin Pieuchot
2016-05-18Fix several nitpicks in iwm(4).Stefan Sperling
2016-05-18In iwm(4), add bit-polling in Rx-DMA init code path.Stefan Sperling
2016-05-18Remove unused probe function.Mark Kettenis
2016-05-18tabs vs spacesMike Larkin
2016-05-18add a check for the acpi trampoline data page to match the code checkMike Larkin
2016-05-18rename srp_finalize to srp_gc_finalizeDavid Gwynne
2016-05-18rework the srp api so it takes an srp_ref struct that the caller provides.David Gwynne
2016-05-18Split i386 mp hatch trampoline into code and data pages, and protect eachMike Larkin
2016-05-18Accept cnmac as a valid rootdev from uboot on octeon.Visa Hankala
2016-05-18Remove unnecessary cast of buflen to u_int in sockargs(). This wasTodd C. Miller
2016-05-18Remove obsolete caveat. OK deraadt@Todd C. Miller
2016-05-17Allow sendsyslog(2) with LOG_CONS even when /dev/console has notAlexander Bluhm
2016-05-17Refactor the handling of pledge and the optional user string: The threeTheo Buehler