summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud