aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Build the kernel in the same place as buildkernel would.Bryan Drewery2016-05-261-1/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-05-261-0/+1
* Fix MAKESYSPATH not being sent to sub-makes after r266566.Bryan Drewery2016-05-261-0/+3
* WITH_META_MODE: Move the kernel support to kern.pre.mk.Bryan Drewery2016-05-263-8/+6
* Remove leftover _crunchide from r283108Bryan Drewery2016-05-261-1/+0
* exec: Provide execpath in imgp for the process_exec hook.Bryan Drewery2016-05-261-8/+16
* exec: Add credential change information into imgp for process_exec hook.Bryan Drewery2016-05-262-86/+106
* Use a unique error message if we fail to find the simple network protocol.John Baldwin2016-05-261-1/+8
* Apply the printf %S band-aid for efinet.c to fix the arm64 build.John Baldwin2016-05-261-0/+7
* Remove second copy of the -Wno-format band-aid for printf %S.John Baldwin2016-05-261-4/+0
* rtwn, urtwn: drop unused structures.Andriy Voskoboinyk2016-05-262-34/+0
* Add a convenience function to get a gpio pin's capabilties.Ian Lepore2016-05-262-0/+10
* Add support for triggering interrupts on both rising and falling edges.Ian Lepore2016-05-261-39/+67
* Use routines from the recently added devpath.c.John Baldwin2016-05-261-19/+4
* Include the new AQM files when compiling a kernel with options DUMMYNET.Don Lewis2016-05-261-0/+4
* Correct a typo in a comment.Don Lewis2016-05-261-1/+1
* Output the device path description for EFI network devices.John Baldwin2016-05-261-3/+8
* Modify BOUND_VAR() macro to wrap all of its arguments in () and tweakDon Lewis2016-05-261-2/+2
* Add some routines for working with EFI DEVICE_PATH objects.John Baldwin2016-05-263-2/+177
* Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).Don Lewis2016-05-2623-8/+5203
* Add support for interrupts, sensors and GPIO for AXP209 PMIC.Emmanuel Vadot2016-05-269-46/+736
* Remove vestigial cloudware-install bits missed in r300767.Glen Barber2016-05-262-7/+1
* Let l64a() properly null terminate its result.Ed Schouten2016-05-261-22/+14
* Ifndef KERNEL the userspace-only routines in sys/md[45].hConrad Meyer2016-05-262-0/+11
* crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer2016-05-2615-56/+43
* Fix style(9).Jung-uk Kim2016-05-261-2/+4
* Use bit_count(3) instead of four bitcount32() calls.Jung-uk Kim2016-05-261-18/+17
* Update libc++ to 3.8.0. Excerpted list of fixes (with upstream revisionDimitry Andric2016-05-2689-4793/+6818
|\
| * Vendor import of libc++ release_38 branch r261369:vendor/libc++/libc++-release_380-r262564vendor/libc++/libc++-release_38-r261369Dimitry Andric2016-02-213-4/+65
| * Vendor import of libc++ release_38 branch r260756:vendor/libc++/libc++-release_38-r260756Dimitry Andric2016-02-138-1/+15
| * Vendor import of libc++ release_38 branch r258968:vendor/libc++/libc++-release_38-r258968Dimitry Andric2016-01-2724-1/+48
| * Vendor import of libc++ release_38 branch r258549:vendor/libc++/libc++-release_38-r258549Dimitry Andric2016-01-2228-1/+244
| * Vendor import of libc++ release_38 branch r257836:vendor/libc++/libc++-release_38-r257836Dimitry Andric2016-01-1643-112/+776
| * Vendor import of libc++ trunk r257626:vendor/libc++/r257626Dimitry Andric2016-01-1369-208/+279
| * Vendor import of libc++ trunk r256945:vendor/libc++/r256945Dimitry Andric2016-01-0615-336/+449
| * Vendor import of libc++ trunk r256633:vendor/libc++/r256633Dimitry Andric2015-12-30809-10085/+24694
* | Only do the touch screen setup when the 'ti,wires' property is present.Luiz Otavio O Souza2016-05-261-2/+2
* | Update a commented line to replace recently-removed images withGlen Barber2016-05-261-1/+1
* | Remove the cw*-install target.Glen Barber2016-05-261-9/+0
* | Don't reuse the source mbuf in tcp_respond() if it is not writable.John Baldwin2016-05-261-2/+40
* | Update default KMODDIR in comment after r299393.John Baldwin2016-05-261-1/+1
* | Disconnect the OPENSTACK target from the CLOUDWARE list.Glen Barber2016-05-261-1/+0
* | Disconnect the AZURE target from the CLOUDWARE list.Glen Barber2016-05-261-2/+1
* | [siba] use the generic bus methods where appropriate.Adrian Chadd2016-05-261-38/+6
* | ral: add missing ic_getradiocaps() assignment.Andriy Voskoboinyk2016-05-261-0/+1
* | Prevent parallel object collapses. Both vm_object_collapse_scan() andKonstantin Belousov2016-05-261-0/+5
* | Fix a typo in a comment.Ian Lepore2016-05-261-1/+1
* | Style changes to some most outrageous violations in vm_object_collapse().Konstantin Belousov2016-05-261-9/+6
* | bwi: switch to ieee80211_add_channel_list_2ghz().Andriy Voskoboinyk2016-05-261-6/+45
* | urtwn, rtwn, rsu: switch to ieee80211_add_channel_list_2ghz().Andriy Voskoboinyk2016-05-265-21/+78