]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Lock the scsi_low code and the drivers which use it along with other
[FreeBSD/FreeBSD.git] / sys /
2014-11-20 jhbLock the scsi_low code and the drivers which use it...
2014-11-20 jhbLock spic(4) and mark it MPSAFE:
2014-11-20 jhbVarious fixes for wl(4):
2014-11-20 mavRemove residual xpt_release_device() call left after...
2014-11-20 impActually, that was a bad idea. Go back to MAXPARTITIONS.
2014-11-20 brAdd L2-cache writeback/flush operations. Supported...
2014-11-20 andrewThe ranges parent bus address may just be a tag to...
2014-11-20 rodrigcSet the current vnet inside the ioctl handler for ipfilter.
2014-11-20 jhibbitscpudep_ap_early_bootstrap() takes no arguments, so...
2014-11-20 adrian* Add a random device
2014-11-20 adrianInclude a random device.
2014-11-20 jhibbitsUse db_printsym() instead of our own in backtraces
2014-11-20 jhibbitsAdd support for Power Button PMU events on non-ADB...
2014-11-19 npcxgbe(4): figure out the max payload size and save...
2014-11-19 impThe number of BSD partitions is variable. Return the...
2014-11-19 glebiusUse __func__ in KASSERTs, since the code is about to...
2014-11-19 glebiusIn vnode_pager_generic_getpages() vp->v_mount is derefe...
2014-11-19 brAdd BERI-specific virtio mmio "platform" device.
2014-11-19 glebiusDo not allocate zero-length mbuf in sosend_generic().
2014-11-19 zbbStop using early_putc immediately after configuring...
2014-11-19 eripf(4) needs to have a correct checksum during its proce...
2014-11-19 mavFix build without INVARIANTS, broken by r274675.
2014-11-19 dchaginRevert r274635 as it's completely wrong.
2014-11-19 traszFix typo.
2014-11-19 dimFix the following -Werror warning from clang 3.5.0...
2014-11-19 dimFix the following -Werror warning from clang 3.5.0...
2014-11-19 kevloAdd Trendnet TEW-646UBH.
2014-11-18 delphijMake vfs.zfs.max_recordsize read-write at runtime.
2014-11-18 jhbAdd locking to wds(4) and mark MPSAFE.
2014-11-18 jhbAdd locking to scd(4) and mark MPSAFE.
2014-11-18 jhbCleanups to pst(4):
2014-11-18 jhbAdd locking to mly(4) and mark MPSAFE.
2014-11-18 jhbAdd locking to mcd(4) and mark MPSAFE.
2014-11-18 jhbConvert the refire_notify_ack timer from timeout(9...
2014-11-18 delphijAdd a tunable for spa_slop_shift which controls how...
2014-11-18 delphijAllow tuning zfs_max_recordsize via loader tunable...
2014-11-18 loosMake gpio_default_map_gpios() static. No functional...
2014-11-18 loosMoves all the duplicate code to a single function.
2014-11-18 impThese delays aren't needed. Elimate them. They should...
2014-11-18 impopt_global.h is included automatically in the build...
2014-11-18 impNo need to list opt_global.h. No need to force ALTQ...
2014-11-18 impopt_global.h is never needed in SRCS lists.
2014-11-18 impFix typo pointed out by avg@ and Joerg Sonnenberger...
2014-11-18 impImplement the historic DIOCGDINFO ioctl for gpart on BSD
2014-11-18 brAdd Altera Parallel IO (PIO) device driver.
2014-11-18 brAdd Virtio MMIO bus driver.
2014-11-18 glebiusCollapse three contiguous comment blocks into one....
2014-11-18 ianFix the i2c bus speed divisors for TI OMAP4 and AM335x.
2014-11-18 loosFix gpiobus_child_location_str() to return a real strin...
2014-11-18 loosRemove unnecessary code.
2014-11-18 ianAllow i2c bus speed to be configured via hints, FDT...
2014-11-18 impUse automated MK_INET*_SUPPORT code here as well.
2014-11-18 impModernize comments about BIOSes being lame since in...
2014-11-18 loosAdd basic interrupt management code to gpiobus and...
2014-11-17 delphijSync with userland variant.
2014-11-17 dchaginUse the correct device as the power_for_sleep() method
2014-11-17 impRemove stray empty comment. The code is adequately...
2014-11-17 jchRe-introduce padding fields removed with r264321 to...
2014-11-17 avgl2arc: restore correct rounding up of asize of compress...
2014-11-17 avgRevert r269093 which introduced physical zio alignment...
2014-11-17 smhDisable TRIM on file backed ZFS vdevs and fix TRIM...
2014-11-17 melifaroFinish r274175: do control plane MTU tracking.
2014-11-16 ianNo functional changes. Remove a couple outdated or...
2014-11-16 ianCorrect the sequence of busdma sync ops involved with...
2014-11-16 ianDo the cache invalidate sequence from the outermost...
2014-11-16 ianDo not do a cache invalidate on a PREREAD sync that...
2014-11-16 ianIndent a couple lines properly and expand a comment...
2014-11-16 melifaroRevert r274585: rte lock is properly destroyed in uma...
2014-11-16 melifaroFix r273112: do not turn DROP_EN by default.
2014-11-16 dumbbelldrm/radeon: Lower priority of a message related to...
2014-11-16 melifaroMake witness happy: destroy rte lock before free.
2014-11-16 jmgprevent doing filter ops locking for staticly compiled...
2014-11-15 alcEnable the use of VM_PHYSSEG_SPARSE on amd64 and i386...
2014-11-15 kibFix END()s for fueword and fueword64, match the name...
2014-11-15 ianWhitespace and comment tweaks, no functional changes.
2014-11-15 ianWhen doing busdma sync ops for BUSDMA_COHERENT memory...
2014-11-15 nyanMFi386: r274398
2014-11-15 ianUse the standard powerof2() macro from param.h instead...
2014-11-15 adrianConvert the callouts back to using mutexes.
2014-11-14 impAutomate options INET/INET6 turning into MK_$opt_SUPPORT
2014-11-14 impCleanup trailing newlines noticed while looking for...
2014-11-14 delphijUse ${SYSDIR} as the reference pointer instead of speci...
2014-11-14 glebiusEven better indent struct pagerops.
2014-11-14 glebiusConstantly indent struct pagerops.
2014-11-14 glebius- Use NULL to compare a pointer.
2014-11-14 glebiusMerge from projects/sendfile:
2014-11-14 kibIn vfs_write_suspend_umnt(), if suspension cannot be...
2014-11-14 glebiusThere should not be zero length mbufs in socket buffers...
2014-11-14 adrianMigrate the callouts from using mutex locks to being...
2014-11-13 jkimCorrect a typo to fix chown(2). It was broken since...
2014-11-13 scottlExtend earlier addition of stack frames to most of...
2014-11-13 jhb- Use the existing driver lock in cdevsw methods and...
2014-11-13 jhbLock iir(4) and mark it MPSAFE.
2014-11-13 mjgfiledesc: oops.. commit missing change to filedesc.h
2014-11-13 zbbFix typo in ARM GIC device_printf()
2014-11-13 mjgfiledesc: fixup fdinit to lock fdp and preapare files...
2014-11-13 jhbRemove dpt_isa.c and commented out references to it...
2014-11-13 jhbRemove reference to sys/dev/dpt/dpt_control.c. It...
2014-11-13 kibFix assertion, &uc->uc_busy is never zero, the intent...
2014-11-13 mavFix check for vendor-specific peripheral qualifier.
next