aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the need for files.beaglebone and std.beaglebone by moving the oneAndrew Turner2014-10-134-8/+2
* Don't confuse frontend with zero length data moves, just return immediately.Alexander Motin2014-10-131-9/+9
* Sort the files in the am355x directory.Andrew Turner2014-10-131-2/+4
* Start removing the omap3 support. In base it was only ever a header and aAndrew Turner2014-10-137-906/+5
* Fix for build issue on i386.xen and amd64.xen.Kashyap D Desai2014-10-134-27/+27
* Add support for READ DEFECT DATA (10/12) commands.Alexander Motin2014-10-134-34/+107
* Fix matching default rule on clear/show commands.Alexander V. Chernikov2014-10-132-5/+15
* Add one more AMD Kaveri APU device ID.Christian Brueffer2014-10-131-0/+2
* Report physical block size for file-backed LUNs, using vattr.va_blocksize.Alexander Motin2014-10-131-10/+11
* Eliminate unnecessary checking for M_EXT on mbufs returned by m_getjcl().Robert Watson2014-10-133-12/+0
* Make sure correct object code is generated at -O0.Navdeep Parhar2014-10-131-1/+1
* Add a tunable for arc_shrink_shift (vfs.zfs.arc_shrink_shift) thatXin LI2014-10-131-0/+5
* Remove ALC_LOCK_ASSERT in alc_stop_queue(). This function is nowPyun YongHyeon2014-10-131-2/+0
* Check error return from reading integer part of temperature.Justin Hibbits2014-10-121-0/+4
* A connection in TIME_WAIT state before calling close() actually did notJulien Charbon2014-10-121-1/+3
* Add an AC line monitor so power_profile can workJustin Hibbits2014-10-121-0/+46
* Remove stale comments.Alexander Motin2014-10-121-10/+0
* ddb: ANSI-fy function declarations.Pedro F. Giffuni2014-10-1211-227/+89
* Use the FIFOs in the imx5/imx6 uart hardware instead of interrupting onIan Lepore2014-10-121-31/+75
* When deciding whether to call m_pullup() even though there is adequateRobert Watson2014-10-126-16/+14
* Improve and document `ctladm portlist` subcommand.Alexander Motin2014-10-121-8/+68
* ddb: space/tab fixes.Pedro F. Giffuni2014-10-1111-19/+19
* Add locking and mark MPSAFE.John Baldwin2014-10-114-208/+220
* Do not set IN_ACCESS flag for read-only mounts. The IN_ACCESSKonstantin Belousov2014-10-113-3/+3
* Bump FreeBSD_version due to cleanup of tcp wrapper header.Pedro F. Giffuni2014-10-111-1/+1
* Give physical and virtual ports numbers some more meaning.Alexander Motin2014-10-113-4/+10
* Fix nits in previous commit:Marcel Moolenaar2014-10-111-12/+11
* MFi386 r272761.Konstantin Belousov2014-10-111-8/+12
* Update ip_divert.ko to depend on version 3 of ipfw.John Baldwin2014-10-111-1/+1
* Fix KASSERT typo.Alexander V. Chernikov2014-10-111-2/+2
* Shorten frontend name.Alexander Motin2014-10-111-1/+1
* Filter out duplicate AC_PATH_REGISTERED async events.Alexander Motin2014-10-111-45/+39
* Fix r272936 build with old GCC.Alexander Motin2014-10-111-1/+2
* Update isp_tgt_map and send new arrival notification if target that departedAlexander Motin2014-10-111-0/+5
* Mark CTL frontend's CAM driver as CAM_PERIPH_DRV_EARLY.Alexander Motin2014-10-111-1/+2
* Add assertion to catch duplicated notes.Edward Tomasz Napierala2014-10-111-1/+5
* Turn WITNESS_COUNT into a tunable and sysctl. This allows adjustingMarcel Moolenaar2014-10-111-11/+27
* Remove redundant if_notifier declaration.Alexander V. Chernikov2014-10-101-1/+0
* Make ctld start even if some LUNs are unable to open backing storage.Alexander Motin2014-10-105-86/+107
* Make MAP_NOSYNC handling in the vm_fault() read-locked object pathKonstantin Belousov2014-10-101-41/+67
* Change the PF hash from Jenkins to Murmur3. In forwarding testsGeorge V. Neville-Neil2014-10-104-7/+85
* Don't pass RF_ALLOCATED to bus_alloc_resource().John Baldwin2014-10-103-5/+3
* Fix KASSERT argument type.Alexander V. Chernikov2014-10-101-1/+1
* Fix NOINET6 build for ipfw.Alexander V. Chernikov2014-10-101-5/+47
* Partially fix build on !amd64Alexander V. Chernikov2014-10-101-0/+213
* Various fixes to stats:John Baldwin2014-10-101-7/+37
* o Add machine-dependent SMP partRuslan Bukin2014-10-105-1/+188
* Fix typo revealed by using newer binutilsBaptiste Daroussin2014-10-101-1/+1
* Use FreeBSD-bit-checking-styleBaptiste Daroussin2014-10-101-3/+3
* Store persistent reservation keys as uint64_t instead of uint8_t[8].Alexander Motin2014-10-102-151/+61