summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1) For %Z format, understand "UTC" name too.ache2014-10-051-1/+5
* - Refactor defining variables.nyan2014-10-051-225/+98
* Avoid unnecessary ppeers_lock acquisition in exit1.mjg2014-10-051-10/+12
* Eliminate use of M_EXT in IP6_EXTHDR_CHECK() by trimming a redundantrwatson2014-10-051-6/+0
* Fix typo.ae2014-10-051-1/+1
* Rework bootparttest to use more code from sys/boot.ae2014-10-054-112/+87
* Add a bit more debug messages.ae2014-10-051-0/+5
* ipfilter bug #537 NAT rules with sticky have incorrect hostmap IP address.cy2014-10-051-2/+4
* ipfilter bug #534 destination list hashing not endian neutralcy2014-10-051-3/+3
* ipfilter bug #538 ipf_p_dns_del should return voidcy2014-10-051-3/+2
* ipfilter bug #554 Determining why a ipf rule matches is hard -- replacecy2014-10-051-11/+34
* ipfiler bug #550 filter rule list corrupted with inserted rulescy2014-10-051-0/+12
* Remove stray uma_mtx lock/unlock in zone_drain_wait()bryanv2014-10-051-2/+0
* Use printb() for boolean flags in ro_opts and actor_state for LACP.hrs2014-10-052-12/+7
* - Move L2 addr configuration for the primary port to a taskqueue. This fixeshrs2014-10-053-16/+45
* Get rid of crshared.mjg2014-10-052-12/+1
* Include urndis(4) in list of devices for which we generate hardware notes.gavin2014-10-041-0/+2
* Slightly reword comment. Move code, which is described by thekib2014-10-041-5/+4
* vt(4): Don't recalculate buffer size if we don't know screen sizedumbbell2014-10-041-1/+2
* Add kernel option KSTACK_USAGE_PROF to sample the stack depth onkib2014-10-045-0/+58
* Fixes for i/o during coredumping:kib2014-10-042-22/+15
* Add IO_RANGELOCKED flag for vn_rdwr(9), which specifies that vnode iskib2014-10-042-7/+11
* Minor doc format fix.pfg2014-10-041-1/+2
* Make kevent(2) periodic timer events more reliably periodic. The eventian2014-10-042-5/+10
* Don't make nested definition for range_seg_cache.delphij2014-10-041-1/+1
* Silence a warning about Tag_Virtualization_use being unknown. We don'tandrew2014-10-042-1/+4
* Put and #ifdef _KERNEL around the #include for opt_capsicum.h tobz2014-10-041-0/+2
* Add movw and movt relocations to the list of relocations against functionandrew2014-10-041-0/+6
* Bump max rule size to 512 opcodes.melifaro2014-10-041-1/+1
* Make autofs use shared vnode locks.trasz2014-10-043-9/+16
* MFV r272499:delphij2014-10-041-0/+2
* Add a new sysctl, vfs.zfs.vol.unmap_enabled, which allows the systemdelphij2014-10-041-0/+14
* Diff reduction with upstream. The code change is not really applicabledelphij2014-10-041-3/+3
* Add in decode for the AR9300 RX descriptor.adrian2014-10-041-0/+74
* MFV r272496:delphij2014-10-041-2/+11
* MFV r272495:delphij2014-10-042-1/+3
* Plug capability races.mjg2014-10-042-7/+68
* MFV r272494:delphij2014-10-043-113/+50
* Add sequence counters with memory barriers.mjg2014-10-041-0/+139
* MFV r272493:delphij2014-10-042-37/+62
* Merge pc98's machdep.c into i386/i386/machdep.c.nyan2014-10-043-3004/+309
* Reduce diffs against i386.nyan2014-10-041-7/+9
* - MFi386: Add compile-with option for tau32-ddk.c.nyan2014-10-041-3/+3
* Remove an incorrect and useless debug print.markj2014-10-041-3/+1
* Hook up support for userland CTF support in DTrace. This required somemarkj2014-10-039-37/+73
* Add GUID of FreeBSD slice to GPT scheme.ae2014-10-031-0/+3
* Update baseline files for EBR, MBR and PC98 now that mkimg fills inmarcel2014-10-0336-1229/+1227
* Add mkimg_chs() for those schemes that need the LBA broken down intomarcel2014-10-036-21/+58
* Add dependencies to various libraries to libzfs and libzpool.delphij2014-10-033-4/+14
* Refactor ZFS ARC reclaim checks and limitssmh2014-10-034-107/+82
OpenPOWER on IntegriCloud