summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a generic firmware dependent handle to pass from the loader to theimp2015-12-181-0/+1
* No need to test command values this way. There can be only one, evenimp2015-12-182-13/+13
* Use variable names that aren't as prone to dyslexic confusion.imp2015-12-181-2/+2
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-1822-389/+386
* Scheduling module to introduce a fixed delay into the I/O path.imp2015-12-183-1/+273
* Create a simplebus PNP info wrapper.imp2015-12-182-0/+5
* Flag sysctl hw.mmc.debug as a tunable, since often you want to debug theian2015-12-181-1/+1
* Fix the clock divisor calc for imx6 sdcard bus speed.ian2015-12-181-2/+9
* ioat(4): Add an API to get HW revisioncem2015-12-174-4/+23
* Fix regression in if_ndis in r280347.glebius2015-12-171-2/+1
* Exit cleanly if malloc() fails to allocate a buffer for a copy of thejhb2015-12-171-0/+2
* t seems certain Intel GPUs use GPIO bitbanging over a child devicejhb2015-12-171-1/+1
* Incorrect length in calloc() call, already fixed upstream.des2015-12-171-1/+1
* Import RISC-V machine headers. This is a minimal set required to compilebr2015-12-1757-0/+4616
* vm_page_replace: add wrapper to KASSERT about old pagecem2015-12-173-4/+17
* Support the variant of the interrupt-map property where the parent bus hasandrew2015-12-172-2/+18
* Revert r292275 & r292379smh2015-12-1713-289/+66
* RIP Juergen Lock (nox@FreeBSD.org), you and your contributions won't be forgo...brueffer2015-12-171-0/+1
* Switch the IPsec related statistics to using the built in sysctlgnn2015-12-172-14/+24
* Consistently use ${AWK} instead of hard-coding the program name.markj2015-12-171-1/+1
* Support an arbitrary number of arguments to DTrace syscall probes.markj2015-12-174-62/+68
* Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.glebius2015-12-164-60/+47
* Remove the unused systrace device file and fix style bugs.markj2015-12-161-61/+41
* Fix style issues around existing SDT probes.markj2015-12-1615-152/+145
* vm_page.h: page busy macro fixupscem2015-12-161-8/+9
* Fix issues introduced by r292275smh2015-12-164-6/+11
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-1629-805/+505
* Flag the first port on a Sheevaplug ftdi serial device as jtag.ian2015-12-161-1/+1
* sh: Fix use-after-free when attempting to modify a read-only variable.jilles2015-12-161-1/+1
* Remove lldb(1) files if WITHOUT_LLDB is setemaste2015-12-161-0/+5
* Enable LLDB by default on amd64 and arm64emaste2015-12-161-1/+5
* Use human readable representation of ip for the pxeboot.ip kenvbapt2015-12-161-3/+2
* pxeboot: make the tftp loader use the option root-path directivebapt2015-12-165-32/+26
* UEFI: combine GetMemoryMap and ExitBootServices and retry on erroremaste2015-12-165-38/+39
* Build mount_smbfs for arm. Also sort the subdirs.ian2015-12-161-1/+2
* Remove redundant extern's that make the ppc compile fail.rrs2015-12-161-25/+0
* Adopt assert from amd64 in pmap_remove_pages().skra2015-12-161-3/+18
* Provide additional lle data in IPv6 lltable dump used by ndp(8).melifaro2015-12-164-45/+49
* As a followup to r292330, standardize on size_t and add a few comments.des2015-12-161-2/+5
* Convert if_stf(4) to new routing api.melifaro2015-12-161-20/+8
* Reset bufpos to 0 immediately after refilling the buffer. Otherwise, wedes2015-12-161-3/+2
* Fix ARP reply handling changed in r286955.melifaro2015-12-161-4/+12
* Integrate a number of testcases from tools/regression/lib/msunngie2015-12-1629-136/+27
* Use fabsl instead of fabs to mute -Wabsolute-value warnings from clangngie2015-12-161-4/+4
* Optimize vop_stdadvise(POSIX_FADV_DONTNEED). Instead of looking up akib2015-12-163-29/+54
* Simplify the loop step in the flushbuflist() and make it independed onkib2015-12-161-4/+3
* Iterate down lib/libc/tests/nss...ngie2015-12-161-0/+1
* Integrate tools/regression/lib/libc/nss into the FreeBSD test suite asngie2015-12-1623-2515/+2486
* Add ATF_REQUIRE_FEATURE and PLAIN_REQUIRE_FEATURE macros forngie2015-12-161-0/+15
* Add Makefile accidentally missed in r292317ngie2015-12-161-0/+15
OpenPOWER on IntegriCloud