summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge from contrib/openbsm to bring the kernel audit bits up to date with Ope...brueffer2015-12-2013-19/+1
* libc: Use namespace.h in a few more files.jilles2015-12-204-11/+19
* Tidy up mips ofw_machdep.h. Don't include openfirm.h because openfirm.hian2015-12-201-3/+0
* Don't assume checksums will be calculated later when fastfoward iscy2015-12-201-2/+2
* sh/mknodes: Close files and check for errors when writing.jilles2015-12-201-5/+15
* libthr: Don't use both __sys_open() and __sys_openat().jilles2015-12-202-2/+1
* loader.efi: refresh size in GetMemoryMap retry loopemaste2015-12-201-67/+55
* addrinfo.ai_family is an address family, not a protocol family.ume2015-12-202-9/+9
* clock_gettime(2),gettimeofday(2): Remove [EFAULT] error.jilles2015-12-202-8/+2
* Restore a day of the week in date(1) output for Japanese locales.ume2015-12-204-6/+17
* Fix lockf(3) cancellation behaviour.kib2015-12-201-3/+8
* Clean up Kyuafile.tmp, not Kyuafile.auto.tmpngie2015-12-201-1/+1
* Document LOCALBASE in the bsd.test.mk sectionngie2015-12-201-0/+4
* - Use LOCALBASE instead of KYUA_PREFIX for the --prefix to kyua(1)ngie2015-12-203-9/+5
* Deal with another hardcoded reference to Kyuafile in the KYUAFILE == autongie2015-12-201-1/+1
* Always expose LOCALBASE, not just when CROSS_TOOLCHAIN is definedngie2015-12-201-2/+3
* Fix typo in r292500 by adding missing conditional statementngie2015-12-201-0/+1
* Simplify Kyuafile generation logic with KYUAFILE == auto andngie2015-12-201-14/+10
* Bump __FreeBSD_version for r292469.markj2015-12-201-1/+1
* Integrate the remaining tools/regression/lib/msun testcases into thengie2015-12-2013-55/+7
* Skip the testcases on i386 (all the assertions fail) [*]ngie2015-12-201-2/+25
* Initialize j so it doesn't print out a garbage indexngie2015-12-201-1/+3
* Skip infinities testcases that fail assertions on amd64 only on CURRENTngie2015-12-201-0/+5
* Don't run test-fma on i386ngie2015-12-201-0/+6
* - Use nitems instead of handrolling the macrongie2015-12-201-10/+17
* Disable test-ctrig.t testcases which fail assertions on i386 [*]ngie2015-12-201-1/+12
* 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
OpenPOWER on IntegriCloud