aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin2015-04-3062-10628/+90
* Update this page to note that XENHVM now works on i386. (It shippedJohn Baldwin2015-04-301-6/+3
* Remove oldnfs remnants from nfsd(8).Edward Tomasz Napierala2015-04-302-120/+60
* atkbd: remove usage of x86biosRoger Pau Monné2015-04-301-54/+17
* Also happened to miss this in r282264.Justin Hibbits2015-04-301-3/+4
* Missed ofw_machdep.c in r282264.Justin Hibbits2015-04-301-7/+16
* - Disable usb aggregation mode by default since it boots performanceKevin Lo2015-04-301-7/+7
* Setting PATH to anything is useless as a bare command. Its only relevantSean Bruno2015-04-301-2/+2
* Unify booke and AIM machdep.Justin Hibbits2015-04-307-698/+531
* Phabricator: enable "history.immutable":Eitan Adler2015-04-301-1/+2
* Fix native-xtools breakage when building a gcc enabled target on a clangSean Bruno2015-04-301-0/+15
* Re-implement RTC current time calculation to eliminate the possibility ofNeel Natu2015-04-291-21/+32
* Save errno from close override.Mariusz Zaborski2015-04-292-1/+7
* Remove the nvlist_.*[fv] functions.Mariusz Zaborski2015-04-296-1233/+59
* Bump __FreeBSD_version for smb(4) changes in r281985Michael Gmelin2015-04-291-1/+1
* Obsolute /usr/bin/gperf for non-gcc enabled targets.Sean Bruno2015-04-291-0/+4
* Remove the use of nvlist_.*[fv] functions from tests.Mariusz Zaborski2015-04-292-48/+24
* Remove the use of nvlist_.*[vf] functions from casper and replaceMariusz Zaborski2015-04-292-8/+22
* Remove the use of nvlist_.*[vf] functions from libcapsicum and replaceMariusz Zaborski2015-04-293-20/+59
* Remove recursion from descriptor-related functions.Mariusz Zaborski2015-04-291-38/+37
* Nvlist functionality is not used within interrupt context, so we shouldMariusz Zaborski2015-04-291-3/+3
* Always use the nv_malloc macro instead of malloc(3).Mariusz Zaborski2015-04-291-2/+2
* Style fixes.Mariusz Zaborski2015-04-292-14/+24
* vt: fix vt_fb_bitblt_bitmap mask corruptionEd Maste2015-04-291-31/+23
* Revert r281889:Pedro F. Giffuni2015-04-291-4/+0
* Remove the #ifdef DEBUG code, which is not compilable on 64bitKonstantin Belousov2015-04-291-14/+0
* Fix typo. It should have been atf_tc_skip, not atf_skipEnji Cooper2015-04-291-1/+1
* Brief demo script showing the various values that can be read via the new SIF...George V. Neville-Neil2015-04-291-0/+68
* Don't free mbufs when stopping an interface in netmap mode.John Baldwin2015-04-291-0/+5
* Brief demo script showing the various values that can be read viaGeorge V. Neville-Neil2015-04-294-0/+84
* Revert r282227. It is clearly incorrect as it frees an object that is stillScott Long2015-04-291-3/+0
* Remove spurious period.Edward Tomasz Napierala2015-04-291-1/+1
* Fix typoBrad Davis2015-04-291-1/+1
* Make rctl(8) more user-friendly when RACCT/RCTL is disabled for some reason.Edward Tomasz Napierala2015-04-291-5/+42
* Fix mis usage of ms(7) macrosBaptiste Daroussin2015-04-291-2/+2
* Document r280297, OpenSSL updated to version 1.0.1m.Glen Barber2015-04-291-3/+3
* Improve support for blacklisting bad memory locations. The user can supplyScott Long2015-04-292-25/+163
* Fix memory leak in scsi_scan_bus()Pedro F. Giffuni2015-04-291-0/+3
* Plug memory leaks in kbdmux(4) (take 2)Pedro F. Giffuni2015-04-291-0/+4
* Add pmap_mapbios and pmap_unmapbios. These will be needed to support acpi.Andrew Turner2015-04-292-0/+14
* Correct date typo in UPDATINGSteven Hartland2015-04-291-1/+1
* Remove never written documentationBaptiste Daroussin2015-04-294-43/+2
* Explicitly declare to not print the current dateBaptiste Daroussin2015-04-295-0/+6
* vt_vga: add a timeout while waiting for vertical retraceRoger Pau Monné2015-04-291-3/+13
* Make it possible to statically link SIFTR into the kernelGeorge V. Neville-Neil2015-04-292-0/+2
* Remove oldnfs leftovers from mountd(8).Edward Tomasz Napierala2015-04-292-34/+11
* Add kern.racct.enable tunable and RACCT_DISABLED config option.Edward Tomasz Napierala2015-04-2919-187/+436
* Microsoft vmbus, storage and other related driver enhancements for HyperV.Wei Hu2015-04-2920-476/+1804
* ATF_REQUIRE_KERNEL_MODULE: use atf_skip, not ATF_REQUIRE_MSG so the testcaseEnji Cooper2015-04-291-7/+10
* Constify some const parameters in seq.h.Adrian Chadd2015-04-291-4/+4