summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Integrate tools/regression/lib/libc/string into the FreeBSD test suitengie2015-11-089-284/+401
* Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suitengie2015-11-0810-374/+354
* Integrate tools/regression/lib/libc/stdio into the FreeBSD test suitengie2015-11-0830-969/+1264
* Fix some of WITNESS complaints and bootup lock by removing msg_availgonzo2015-11-081-27/+5
* vchiq interrupt is MP safe, add respective flag to bus_setup_intrgonzo2015-11-081-1/+1
* Fix locking for VCHI driver by matching sleepable/non-sleepable APIs:gonzo2015-11-081-24/+20
* - Replace semaphore-base locking with sleep/wait synchronization:gonzo2015-11-081-9/+13
* Integrate tools/regression/lib/libc/locale into the FreeBSD test suitengie2015-11-0834-760/+620
* Add a manual page for PHOLD() and friends.markj2015-11-082-0/+73
* - Consistently use PROC_ASSERT_HELD() to verify that a process' hold countmarkj2015-11-084-9/+8
* Ensure that deactivated pages that are not expected to be reused aremarkj2015-11-083-9/+16
* Regen after r290526 for WITH_CCACHE_BUILD.bdrewery2015-11-081-1/+44
* Add built-in ccache build support via WITH_CCACHE_BUILD option.bdrewery2015-11-0812-31/+146
* FAST_DEPEND: Don't enable when .MAKE.MODE=meta.bdrewery2015-11-082-2/+2
* FAST_DEPEND: Don't include depend files when using 'make -V'.bdrewery2015-11-082-0/+4
* Add a hack to workaround ZSH as BUILDENV_SHELL breaking CPUTYPE.bdrewery2015-11-081-0/+3
* Fix alignment of the short month names for CJK locales,ume2015-11-0710-90/+90
* pf: Fix broken rule skip calculationkp2015-11-071-2/+2
* savecore(8): Be quiet unless the user asks for verbosecem2015-11-071-7/+10
* hptmv(4): Fix broken sysctl(9) API assumptionscem2015-11-071-6/+3
* Correct !FDT case with proper name.imp2015-11-071-1/+1
* Fix build of localedef(1) on arm where wchar_t is an unsigned intbapt2015-11-073-5/+5
* Implement the phy-mode property for ate and macb. If it is set toimp2015-11-072-18/+112
* periodic: Fix backwards compatibility for daily_status_security_* vars.jilles2015-11-071-2/+2
* Rewrite the histoty partbapt2015-11-071-8/+13
* Improve localedef(1) manpagebapt2015-11-071-89/+113
* Bump warning levelbapt2015-11-071-1/+1
* Use const where needed instead of using pragmas to work around the warningsbapt2015-11-072-11/+6
* Make bsd declaration staticbapt2015-11-071-1/+1
* Add support for RMII in macb, cribbed slightly from the ateimp2015-11-076-8/+27
* Fix an off by one due to bad conversion from avl(3) to tree(3)bapt2015-11-071-3/+2
* Rework r290504.mav2015-11-072-5/+7
* Specify VP when sending a marker.mav2015-11-071-0/+1
* Flesh out sysctl types further (follow-up of r290475)cem2015-11-073-13/+64
* Make ISP_SLEEP() really sleep instead of spinning.mav2015-11-072-49/+14
* Add a note about the inpact on databases of the changes in collation supportbapt2015-11-071-0/+3
* Run memset only after having checked the return of mallocbapt2015-11-071-1/+1
* Workaround an issue on i386 to unbreak the build until the real issue is trackedbapt2015-11-071-1/+2
* Fix build on arm64bapt2015-11-071-1/+1
* Stop enforcing LC_COLLATE to C unicode collation is now supportedbapt2015-11-071-1/+1
* Add an UPDATING entry about the changed of behaviour for listed files due tobapt2015-11-071-0/+5
* Bump __FreeBSD_version modification of the localesbapt2015-11-071-1/+1
* Improve collation string and locales supportbapt2015-11-07744-33813/+944256
|\
| * Add missing headerbapt2015-11-071-0/+1
| * Catchup with latest changes for ObsoleteFiles in case base is built usingbapt2015-11-071-206/+4
| * Readd LOCALEDIR definition removed by accidentbapt2015-11-071-0/+3
| * Fix typobapt2015-11-071-1/+2
| * Merge from head r290483bapt2015-11-07263-1747/+5250
| |\
| * | Remove short versions of locales totally for nowbapt2015-11-031-26/+0
| * | On FreeBSD users have the habbit of ja_JP.eucJP there is no point in addedbapt2015-11-031-2/+1
OpenPOWER on IntegriCloud