aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff2015-04-1635-113/+122
* Prefer 'vcpu_should_yield()' over checking 'curthread->td_flags' directly.Neel Natu2015-04-161-1/+1
* If the number of guest vcpus is less than '1' then flag it as an error.Neel Natu2015-04-161-0/+5
* Set MACHINE_ARCH to aarch64 for arm64Ed Maste2015-04-161-1/+1
* In the version of gcc in the FreeBSD tree, this modification was made toCraig Rodrigues2015-04-163-0/+36
* Fix a minor function definition inconsistancy.Brooks Davis2015-04-161-1/+1
* Make it harder to specify invalid LIBADD by causing values withoutBrooks Davis2015-04-162-1/+10
* Remove THRMISC_VERSION. The thrmisc structure doesn't include a versionJohn Baldwin2015-04-161-2/+0
* compiler_rt: add floatunsitf for arm64Ed Maste2015-04-161-0/+1
* Fix an old and well-documented use-after-free race condition inJulien Charbon2015-04-164-100/+206
* Enable LDO to 2.5V before efuse r/w action in order to preventKevin Lo2015-04-161-1/+12
* Fix build after r281550 when WITHOUT_ICONV is defined.Tijl Coosemans2015-04-161-1/+1
* Fix race when testing for ETXTBSY writing to ${n0} (process image) by makingEnji Cooper2015-04-162-0/+8
* Remove duplicate header entry.Marcelo Araujo2015-04-161-1/+0
* Remove extra flags from r250462.Bryan Drewery2015-04-161-1/+1
* vidcontrol: make size argument optional again for sysconsEd Maste2015-04-161-1/+1
* Verify if the saved hostid is still the same and update ifXin LI2015-04-151-4/+11
* Fix syntax errors in conditions for new features in freebsd-updateAllan Jude2015-04-151-2/+2
* File systems that do not use the buffer cache (such as ZFS) mustRick Macklem2015-04-1510-5/+16
* Prior to aborting due to an ioport error, it is always interesting toTycho Nightingale2015-04-151-2/+4
* Fix handling of BUS_PROBE_NOWILDCARD in 'device_probe_child()'.Neel Natu2015-04-151-8/+10
* Minor change to the macros to make sure that if an AF is passed that is neith...George V. Neville-Neil2015-04-151-6/+5
* Enter a critical section when storing the vfp registers, we don't want toAndrew Turner2015-04-151-30/+31
* Use the correct value to get the offset of the objects tls data.Andrew Turner2015-04-151-2/+2
* Ensure the userland thread and floating-point state has been saved beforeAndrew Turner2015-04-151-0/+17
* Point to the right location where __FreeBSD_version numbers are documented.Tijl Coosemans2015-04-151-1/+1
* Rewrite linprocfs_domtab() as a wrapper around kern_getfsstat(). ThisEdward Tomasz Napierala2015-04-154-24/+41
* Remove the const qualifier from iconv(3) to comply with POSIX:Tijl Coosemans2015-04-1542-94/+94
* Implement support -z global linker option. It marks the shared objectKonstantin Belousov2015-04-152-17/+31
* Implement support for binary to requesting specific stack size for theKonstantin Belousov2015-04-154-3/+23
* Correctly set LC_COLLATE into setenvBaptiste Daroussin2015-04-151-1/+1
* snd_hda: add support for the Lenovo X1 20BS model.Rui Paulo2015-04-154-0/+16
* Initialize 'error' before use.Neel Natu2015-04-151-9/+9
* Fix RSS build - netisr input / NETISR_IP_DIRECT is used here.Adrian Chadd2015-04-151-0/+1
* When reading in the original file name from gzip header, we readXin LI2015-04-151-2/+5
* Increase vt font limits to allow use of GNU UnifontEd Maste2015-04-141-2/+2
* pf: Fix forwarding detectionKristof Provost2015-04-141-1/+1
* Eliminate unused headers.Xin LI2015-04-147-14/+0
* Initialize async_arg_ptr in xpt_async when called with async_codeAlan Somers2015-04-141-1/+3
* Document internal interface types which are specific to FreeBSD.George V. Neville-Neil2015-04-141-6/+6
* I can find no reason to allow packets with both SYN and FIN bitsGeorge V. Neville-Neil2015-04-141-1/+1
* When a kernel has DEVICE_POLLING turned on but no drivers haveGeorge V. Neville-Neil2015-04-141-0/+6
* * Remove the wfi when the efi loader returns, it's unneeded and is notAndrew Turner2015-04-142-3/+2
* Add support for arm64 to loader.efi and boot1.efiAndrew Turner2015-04-1416-5/+767
* Fix the arm64 MACHINE_CPUARCH value in the efi fdt glue code.Andrew Turner2015-04-141-1/+1
* Use MACHINE in the efi loader when it is what we mean, it may not be theAndrew Turner2015-04-144-15/+15
* Disable truss, gprof, and lint on arm64, they don't build.Andrew Turner2015-04-141-0/+6
* ipcs: fix builds that use gccEitan Adler2015-04-142-4/+0
* Fix my stupid restoral of old code.. must be c_iflags now.Randall Stewart2015-04-141-1/+1
* Restore the two lines accidentally deleted that allow CALLOUT_DIRECT to beRandall Stewart2015-04-131-0/+2