summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite asngie2015-12-166-124/+84
* Remove hosts that don't resolve properly with the nss and resolv testsngie2015-12-162-94/+0
* Skip unavailable pools when running zfs pool scrubslidl2015-12-161-0/+4
* lldb(1): Document core file option -c / -coreemaste2015-12-161-1/+4
* Keep maintainance of GELI and make it clear which directories I'm interested in.pjd2015-12-161-1/+1
* First cut of the modularization of our TCP stack. Stillrrs2015-12-1612-70/+3046
* Err on the side of caution, and assume *env(3) should requiregjb2015-12-161-2/+2
* Don't call wakeup if we're just returning reserved space; justadrian2015-12-161-1/+1
* Keep the entries for NFS and the PCI bus code.jhb2015-12-151-2/+2
* Set DS flag, required for LPB log page by spec.mav2015-12-151-0/+2
* Prevent g_access calls to bad multipath memberssmh2015-12-151-2/+18
* Build engines in parallel.bdrewery2015-12-151-1/+1
OpenPOWER on IntegriCloud