summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable test-ctrig.t testcases which fail assertions on i386ngie2015-12-201-0/+2
* x86: Detect feature flags "AVX512DQ", "AVX512IFMA", "AVX512BW", "AVX512VBMI"cem2015-12-201-0/+4
* Update the test list after r292328ngie2015-12-201-2/+2
* Add missing smbios.h #include to mute a -Wimplicit-function-declaration warningngie2015-12-201-0/+1
* Add missing return statement to atf/printf_test to make the examplengie2015-12-201-0/+2
* Add a safety net to reclaim mbufs when one of the mbuf zones becomejtl2015-12-206-5/+130
* Add dev.fb.X.resync sysctl to resync ARM framebuffer with VideoCoregonzo2015-12-201-57/+127
* Fix whitespace issues in BSD.usr.dist introduced in r291455ngie2015-12-191-2/+2
* x86: Detect feature flags "CLWB" and "PCOMMIT"cem2015-12-191-0/+2
* Move some MIPS specific flags to be more congruent with otherimp2015-12-193-2/+3
* Create libstand version of uuid_from_string and uuid_to_string. Theimp2015-12-193-1/+244
* Save the physical address passed into the kernel of the UEFI systemimp2015-12-192-0/+10
* Pass the UEFI system table into the kernel from the boot loader viaimp2015-12-191-0/+3
* Introduce a new mechanism for relocating virtual pages to a new physicalalc2015-12-1914-266/+846
* Fix indentation to make the script more readablebapt2015-12-191-37/+37
* Initialize SRCOUT3 as it may be used unitilizard for certains types of localesbapt2015-12-191-1/+1
* Use :E instead of regex in ctypedef Makefilesbapt2015-12-192-2/+2
* Fix indent after r292333.ume2015-12-191-16/+16
* Provide link state reporting so that ifconfig_llan0="DHCP" works. Thenwhitehorn2015-12-191-0/+38
* ed(1): Prevent possible string overflowspfg2015-12-181-4/+4
* ed(1): Prevent possible string overflowspfg2015-12-181-4/+6
* Simplify the locale generated Makefiles by using bmake multi variables for loopsbapt2015-12-188-824/+826
* Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).ume2015-12-181-1/+1
* Use _map_v4v6_address().ume2015-12-181-4/+3
* Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).ume2015-12-182-28/+174
* Fix the precious change to check the pointer returned by malloc().jhb2015-12-181-1/+1
* loader.efi: show EFI error number, not full status valueemaste2015-12-181-5/+6
* Generate ipnodes.by{addr,name} from /etc/hosts for compatibility withume2015-12-181-12/+5
* proc: fix a race which could result in dereference of bad p_pgrp pointer on forkmjg2015-12-182-1/+2
* Enable PRINTF_BUFR_SIZE on powerpc64, following r194204 on x86. The kernelnwhitehorn2015-12-181-0/+1
* It turns out that it's OK to sleep in this context, so use M_WAITOKimp2015-12-181-2/+1
* - Keep hosts.by{name,addr} IPv4 only.ume2015-12-181-2/+13
* Add au_notify.2 and MLINKs (added in OpenBSM 1.2 alpha 4).brueffer2015-12-181-0/+4
* Regenerate config.h for OpenBSM 1.2 alpha 4.brueffer2015-12-181-4/+4
* Merge OpenBSM 1.2 alpha 4.brueffer2015-12-18160-451/+525
|\
| * Vendor import of OpenBSM 1.2-alpha4.brueffer2015-12-09160-467/+550
| * Vendor import of OpenBSM 1.2-alpha3. This eliminates most local patchesrwatson2012-12-159-32/+46
* | 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
OpenPOWER on IntegriCloud