summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Regenerate after r292283.bdrewery2015-12-151-3/+6
* | Correct comment about MAKEOBJDIRPREFIX in src-env.conf.bdrewery2015-12-151-1/+4
* | urtwn: fix off-by-one error.avos2015-12-151-1/+1
* | Fix jail name checking that disallowed anything that starts with '0'.jamie2015-12-151-3/+6
* | Local TLB flush is sufficient in pmap_remove_pages().skra2015-12-152-10/+1
* | Fix lagg failover due to missing notificationssmh2015-12-1513-66/+284
* | Remove a garbage printf used for debug.araujo2015-12-151-3/+1
* | Remove the null checker before free.araujo2015-12-151-2/+1
* | Remove wrong header and the NULL check before free().araujo2015-12-151-3/+1
* | EAGAIN handling for imsg_read.araujo2015-12-153-5/+7
* | Replace all postponed TLB flushes by immediate ones except the oneskra2015-12-151-75/+20
* | Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h.kevlo2015-12-155-10/+5
* | Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h.kevlo2015-12-152-4/+2
* | Add flag to disable inital reboot(8) userland syncsmh2015-12-152-7/+23
* | Fix example code rendering, \n needs escaping to show up.brueffer2015-12-154-14/+14
* | Flush intermediate TLB cache when L2 page table is unlinked.skra2015-12-151-1/+6
* | Assorted grammar, spelling and punctuation fixes.brueffer2015-12-152-7/+7
* | Show the enclosure name and id in sesutil mapbapt2015-12-151-0/+11
* | ARM: Remove outdated katelib.h.mmel2015-12-153-104/+2
* | ARM: option PPC_PROBE_CHIPSET is applicable only for x86. Don't enable itmmel2015-12-151-0/+1
* | hyperv/kvp: wake up the daemon if it's sleeping due to poll()royger2015-12-151-1/+10
* | Add entry for lib80211; fix a typo in libsysdecode.brueffer2015-12-151-1/+2
* | Minor spelling, mdoc and style cleanup.brueffer2015-12-151-7/+8
* | x86/bounce: try to always completely fill bounce pagesroyger2015-12-151-44/+12
* | Properly drain callouts in the IPFW subsystem to avoid use after freehselasky2015-12-153-6/+12
OpenPOWER on IntegriCloud