summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert part of r260022: LIB32 builds were broken by it.marcel2013-12-291-17/+5
* Add support for virtual cores (aka minidumps). To that end, refactor thismarcel2013-12-291-72/+141
* When building a cross kgdb, link against the appropriate cross libkvm.marcel2013-12-282-2/+29
* Disable warning about unused functions for ieee80211_crypto.c anddim2013-12-282-2/+8
* Disable warning about unused functions for ar9300_reset.c for now.dim2013-12-282-2/+2
* Allow building a cross libkvm for ia64.marcel2013-12-281-0/+10
* Allow building a cross libkvm by setting TARGET_ARCH. The library somarcel2013-12-282-7/+54
* Fix cross-compilation of ia64 target code with clang.marcel2013-12-282-6/+6
* For sys/dev/drm2/radeon, only use -fms-extensions with gcc. This flagdim2013-12-281-2/+6
* For some files under sys/dev/drm2/i915, turn off warnings about unuseddim2013-12-281-0/+5
* Mark unused static inline functions defined by the PCTRIE_DEFINE() macrodim2013-12-281-2/+2
* Remove superfluous old-style rcsid[] from if_sk.c. There is already andim2013-12-281-5/+0
* In libc++'s type_traits header, avoid warnings (activated by our use ofdim2013-12-281-46/+46
* gcc: Add support for label attributes and "unavailable" attribute.pfg2013-12-2829-161/+753
* Bump __FreeBSD_version for r259951 - Don't coalesce entries inpeter2013-12-281-1/+1
* Add a virt_foreach() that does the same as what phys_foreach() does andmarcel2013-12-281-8/+94
* In libiconv_modules, surround unused static _citrus_XXX_pack_state() anddim2013-12-2814-0/+28
* Fix the Intel 6150 support.adrian2013-12-281-2/+1
* MFp4 alc_popmapalc2013-12-281-88/+185
* Extend the ACPI power management support to wire a virtual power button upjhb2013-12-287-38/+212
* Use pthread_once() to replace a static integer initted flag.jhb2013-12-281-7/+3
* Correct the description of the V state, which indicates that the process'markj2013-12-281-3/+4
* Modify handling of writes to the vlapic LVT registers.neel2013-12-283-58/+131
* Tighten default restrictions for ntpd(8) server and provide a linkdelphij2013-12-271-9/+25
* Modify handling of writes to the vlapic ICR_TIMER, DCR_TIMER, ICRLO and ESRneel2013-12-272-36/+42
* Add the scaffolding for minidumps. They're just like physical dumps,marcel2013-12-271-21/+65
* Move build_doc_ports() to the if...fi block from which it is called.gjb2013-12-271-16/+12
* Fix accounting for the negative cache entries when reusing v_cache_dd.kib2013-12-271-4/+10
* Revert r259200. There are geoms/drivers which do not updatekib2013-12-271-1/+1
* Do not coalesce stack entry, vm_map_stack() asserts that the requestedkib2013-12-271-1/+1
* - Fix EBADF description, in following the future POSIX tc and what FreeBSDpluknet2013-12-271-3/+4
* Improve wording slightly.joel2013-12-271-3/+1
* sh: Don't check input for non-whitespace if history is disabled.jilles2013-12-271-8/+2
* gcc: merge small upstream change.pfg2013-12-272-9/+23
* Address some warnings which showed up on the userland version.tuexen2013-12-272-3/+3
* In sys/amd64/vmm/intel/vmx.c, silence a (incorrect) gcc warning aboutdim2013-12-271-0/+1
* Regen.kevlo2013-12-271-2/+2
* Add D-Link DWA-140 rev D1, another RT5372/run(4).kevlo2013-12-273-2/+4
* Fixing build bustage.avatar2013-12-271-1/+1
* Modify handling of write to the vlapic SVR register.neel2013-12-273-15/+28
* Revert r252694 - which attempted to fix bit emulation for armv6/armv7.adrian2013-12-271-14/+9
* Add an ability to stop gmirror and clear its metadata in one command.ae2013-12-275-5/+33
* In sys/dev/bxe/bxe.c, remove static function bxe_has_tx_work_unload(),dim2013-12-261-7/+0
* Fix pc98 build, by also forcing COMPILER_TYPE in sys/boot/pc98/boot2'sdim2013-12-261-0/+1
* In sys/sys/gpt.h, add a missing backslash at the end of thedim2013-12-261-1/+1
* Add GPT UUID for VMware vSAN meta-data partition.marck2013-12-264-0/+6
* Modify handling of writes to the vlapic ID, LDR and DFR registers.neel2013-12-262-51/+81
* Fix an apparent typo.pluknet2013-12-261-1/+1
* Provide the manual page for aio_fsync(2).pluknet2013-12-262-0/+153
* gcc: Implement -Wmost for compatibility with clang.pfg2013-12-263-1/+19
OpenPOWER on IntegriCloud