aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add ALTQ(9) support for the CoDel algorithm.Luiz Otavio O Souza2015-08-2124-21/+989
* We're waiting on a struct proc *, not a struct thread *. Fix aWarner Losh2015-08-211-1/+1
* Document bsd.compiler.mk and the variables it defines.Warner Losh2015-08-211-0/+21
* Document CFLAGS_NO_SIMD.Warner Losh2015-08-211-1/+9
* Fix the racy xargs -P0 -n2 test added in r286289Enji Cooper2015-08-212-3/+3
* Disable the -P0 testEnji Cooper2015-08-211-1/+1
* Fix typos (depreciated -> deprecated)Enji Cooper2015-08-211-2/+2
* Eliminate pointless assignments to rtvals[] in swap_pager_putpages().Alan Cox2015-08-211-12/+12
* Document bsd.arch.inc.mk.Warner Losh2015-08-211-0/+8
* preload_search_info: make sure mod is setRoger Pau Monné2015-08-218-23/+13
* xen: allow disabling PV disks and nicsRoger Pau Monné2015-08-214-4/+33
* Mark bsd.info.mk as depreciatedBaptiste Daroussin2015-08-211-1/+1
* vt_cpulogos: Resize all terms/windows when tearing down logosConrad Meyer2015-08-213-32/+32
* Document bsd.progs.mk, including its status as being stronglyWarner Losh2015-08-211-0/+1
* Automatically disable x2APIC mode on SandyBridge Lenovo machines. IKonstantin Belousov2015-08-211-6/+33
* Fix err pointer not initialized to NULL resultingBaptiste Daroussin2015-08-212-0/+16
* Turn off gcc's uninitialized warnings for this code. TheyWarner Losh2015-08-211-0/+1
* Fix typo in regression testBaptiste Daroussin2015-08-211-1/+1
* Fix /home symlink creationBaptiste Daroussin2015-08-212-1/+14
* try to fix lor between z_teardown_lock and spa_namespace_lockAndriy Gapon2015-08-211-10/+16
* fix standalone build of zfs moduleAndriy Gapon2015-08-211-1/+1
* fix a mismerge in r286539 (MFV 286538: 5562 ZFS sa_handle's violate...)Andriy Gapon2015-08-211-1/+1
* Fix useradd regression:Baptiste Daroussin2015-08-212-2/+67
* Don't truncate cursor arithmetic to 16 bits.Ed Schouten2015-08-211-6/+6
* Editing pass on procctl.2Benjamin Kaduk2015-08-211-26/+26
* Add initial boot support for e500mc and e5500.Justin Hibbits2015-08-211-29/+121
* Simplify the PCI bus scanning logic.Justin Hibbits2015-08-211-14/+3
* If process becomes reaper (procctl(PROC_REAP_ACQUIRE)) while alreadyKonstantin Belousov2015-08-202-4/+6
* Remove reference to non-existent kern_openat(9).Bryan Drewery2015-08-201-3/+2
* sh: Avoid negative character values from $'\Uffffffff' etc.Jilles Tjoelker2015-08-203-5/+15
* Appease gcc-4.2Pedro F. Giffuni2015-08-201-1/+1
* sh: Add test for $'\u' without any digits.Jilles Tjoelker2015-08-202-0/+8
* Prevent ticks rollover from preventing vm_lowmem eventRyan Stone2015-08-201-3/+4
* Remove code left over from the armv4 days. On armv4, cache maintenanceIan Lepore2015-08-201-16/+5
* Minor comment and style fixes, no functional change.Ian Lepore2015-08-201-3/+4
* The flags -mno-aes -mno-avx only exist for clang, not gcc, soWarner Losh2015-08-201-1/+2
* Add link for rw_unlock(9) to rwlock(9).Bryan Drewery2015-08-201-0/+1
* Revamp camcontrol(8) fwdownload support and add the opcodes subcommand.Kenneth D. Merry2015-08-207-214/+1623
* Add ATF functional tests for fstyp(8). No ZFS or GELI tests yet.Alan Somers2015-08-2010-0/+257
* Handle the conditional decoding of execve() argument and environmentJohn Baldwin2015-08-2012-225/+19
* Rework the argv and env string fetching for execve to be more robust.John Baldwin2015-08-201-23/+41
* Typo.Konstantin Belousov2015-08-201-1/+1
* Add the definitions of __infinity and __nan.Andrew Turner2015-08-203-0/+17
* Add the kernel support for minidumps on arm64.Andrew Turner2015-08-203-9/+429
* Remove pmap_kenter from pmap.h, the function doesn't exist.Andrew Turner2015-08-202-2/+6
* Add pmap_get_tables to get the page tables for a given virtual address. ThisAndrew Turner2015-08-202-0/+37
* * Split allocation and table linking for lle's.Alexander V. Chernikov2015-08-208-143/+291
* Add the arm64 minidump header. This was missed from r286953.Andrew Turner2015-08-201-0/+48
* Add support to libkvm for reading minidumps on arm64. The kernel side isAndrew Turner2015-08-203-10/+320
* Restore part of r274628, reverted at r286776.Alexander Motin2015-08-201-1/+2