summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Belatedly add my birthday and fix a typo.uqs2013-08-141-1/+2
* Fix make dependuqs2013-08-141-1/+1
* Replace the homegrown implementation of nitems() with calls to nitems()rpaulo2013-08-146-56/+37
* Use kld_{load,unload} instead of mod_{load,unload} for the linker file loadmarkj2013-08-147-38/+38
* - Disable quantum caches on the kmem_arena. This can make fragmentationjeff2013-08-131-1/+1
* - Add a statically allocated memguard arena since it is needed very earlyjeff2013-08-133-8/+17
* Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, thesejkim2013-08-133-174/+86
* Improve pageout flow control to wakeup more frequently and do less work whilejeff2013-08-134-215/+68
* If a controller fails to initialize, do not notify consumers (nvd) of itsjimharris2013-08-131-0/+9
* Send a shutdown notification in the driver unload path, to ensurejimharris2013-08-134-28/+51
* libc: Use O_CLOEXEC when writing gmon files (cc -pg).jilles2013-08-131-2/+2
* Tidy up global locks for ACPICA. There is no functional change.jkim2013-08-134-21/+19
* Rename imx_machdep.c to imx51_machdep.c, because it contains hardwareian2013-08-132-1/+1
* Remove get_rev_branch(), functionality exists in the release/Makefile.gjb2013-08-131-13/+0
* vfork(2) was listed as deprecated in 1994 (r1573) and was the falsepeter2013-08-131-19/+19
* kdump: Decode AT_FDCWD in first argument of bindat() and connectat().jilles2013-08-131-0/+2
* Teach libstdc++ about logl(3).pfg2013-08-131-2/+2
* - Remove the defaults for TARGET/TARGET_ARCH.gjb2013-08-131-8/+5
* - Only set ARCH_FLAGS (TARGET/TARGET_ARCH) if specified, otherwisegjb2013-08-132-26/+19
* Virtualize carp(4) variables to have per vnet control.trociny2013-08-131-53/+61
* kdump: Improve decoding of various *at calls:jilles2013-08-132-0/+47
* db: Use O_CLOEXEC instead of separate fcntl() call.jilles2013-08-132-8/+3
* init: Set kernel login class and CPU mask on new processes.jilles2013-08-131-1/+2
* Some small cleanups to the fixes in r180340:jhb2013-08-131-3/+3
* ext2fs: update format specifiers for ext4 type.pfg2013-08-131-1/+1
* Expose _citrus_bcs_trunc_rws_len for libintl's use.peter2013-08-131-0/+1
* Define ext2fs local types and use them.pfg2013-08-138-44/+48
* - Minor style(9) fix.glebius2013-08-131-2/+4
* Add imx6 compatibility and make the driver work for any clock frequency.ian2013-08-132-79/+132
* ieee80211_rate2plcp() and ieee80211_rate2phytype() are both pre-11nadrian2013-08-131-2/+5
* Apply upstream revision 1.151 (fix relative symlinks)des2013-08-131-1/+2
* Turn off warns for this do-nothing file. clang noticed.peter2013-08-131-0/+2
* Return error when opening read-only volumes (like RAID4/5/...) for writing.mav2013-08-133-1/+8
* Add a note that if you were WITH_ICONV before, you should turn onpeter2013-08-131-0/+2
* The iconv in libc did two things - implement the standard APIs, the GNUpeter2013-08-1312-42/+122
* Oops, wrong constant at r254269.mav2013-08-131-1/+1
* Fix reasonable but safe Clang warnings.mav2013-08-131-2/+6
* FreeBSD's DTrace implementation has a few problems with respect to handlingmarkj2013-08-139-487/+362
* Remove some unused fields from struct linker_file. They were added inmarkj2013-08-132-6/+0
* Add event handlers for module load and unload events. The load handlers aremarkj2013-08-133-3/+22
* Make sure bootonly.iso for -BETAs and -RCs use the releases/gjb2013-08-131-1/+1
* Alter the mq_start routine to do a TRYLOCK and call to the locked routinejfv2013-08-131-1/+7
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-1263-522/+110
* Improve the MSIX setup code in the drivers, thanks to Marius forjfv2013-08-124-13/+33
* Blank m_nextpkt before passing it up.adrian2013-08-121-0/+1
* Add read-only support for extents in ext2fs.pfg2013-08-1213-32/+565
* Make check for unknown login class actually work. Previously, using the "-c"...trasz2013-08-121-0/+2
* Add brace missing in r254253.mav2013-08-121-1/+1
* r253460 accidentally some moderately expensive debugging code, evenscottl2013-08-121-0/+4
* Fix the formatting of the error message.ed2013-08-121-2/+2
OpenPOWER on IntegriCloud