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