In copyright statement correct that the author is me, not Bill Paul.
[freebsd.git] / sys /
2014-07-31 kevloIn copyright statement correct that the author is me...
2014-07-30 smhBring in LSI's phase19 changes
2014-07-30 smhBring in LSI's phase16 - phase18 changes
2014-07-30 emastefiles.mips: the kbd driver is used by vt(4) too
2014-07-30 aeAdd new rule to source address selection algorithm...
2014-07-30 emasteCorrect typo in comment
2014-07-30 jhb- Output a summary of optional VT-x features in dmesg...
2014-07-29 hirenAdd a comment and while there, fix trailing whitespace.
2014-07-29 nwhitehornMake mmap() of the console device when using ofwfb...
2014-07-29 kibRemove one-time use macros which check for the vnode...
2014-07-29 glebiusGarbage collect couple of unused fields from struct...
2014-07-29 mariusFix yet another comment typo in r269052.
2014-07-29 emasteCorrect typo in comment
2014-07-29 mariusFix comment typo in r269052.
2014-07-29 brRemove unused option.
2014-07-29 rayRemove SC_DFLT_FONT option. vt(4) don't use it.
2014-07-29 delphijMFV r269224:
2014-07-29 delphijMFV r269223:
2014-07-29 mavAdd support for SOUND_MIXER_INFO IOCTL, used by gstreamer.
2014-07-29 delphijReschedule the 'deadman' callout after handling, this...
2014-07-29 ianExport some new busdma stats via sysctl for armv6....
2014-07-29 ianA while back, the array of segments used for a load...
2014-07-29 ianWe never need bounce pages for memory we allocate....
2014-07-29 ianReplace a bunch of double-indirection with a local...
2014-07-29 ianDon't clear the DMAMAP_DMAMEM_ALLOC flag set a few...
2014-07-29 ianMemory belonging to an mbuf, or allocated by bus_dmamem...
2014-07-29 ianThe run_filter() function doesn't just run dma tag...
2014-07-29 ianPropagate any alignment restriction from the parent...
2014-07-29 ianReformat some continuation lines. No functional changes.
2014-07-29 ianCorrect the comparison logic when looking for intersect...
2014-07-29 ianThe exclusion_bounce() routine compares unchanging...
2014-07-29 ianRename _bus_dma_can_bounce(), add new inline routines.
2014-07-29 kibSimplify the expression, by removing redundand calculation.
2014-07-28 jfvAdd new README to the driver...
2014-07-28 jfvUpdate the new 40G XL710 driver to Release version...
2014-07-28 traszFix potential double free that could happen after conne...
2014-07-28 rayRevise font initialization handling.
2014-07-28 rayUpdate comments.
2014-07-28 rayRemove special handling of console window size. It...
2014-07-28 kibFor md(4), posix shm(3) and tmpfs(5), free swap space...
2014-07-28 kibInitialize zfs vnode v_hash when the vnode is allocated...
2014-07-28 rayAvoid embedding buffers into static virtual terminal...
2014-07-28 kibAssert that nullfs vnode has VV_ROOT set whenever lower...
2014-07-28 rayo Remove useless debug string.
2014-07-28 rayRemove unused macro VT_CONSDEV_DECLARE. Join console...
2014-07-28 akiyamaAdd missing newline to output dmesg properly.
2014-07-28 gahrUnbreak the ABI by reverting r268494 until the compat...
2014-07-28 brAdd the rest of combined interrupt groups.
2014-07-27 adrianUpdate from mav@ - don't break the input switching.
2014-07-27 marcel1. Suppress output for the TFTP-based PXE loader,...
2014-07-27 marcelGive loaders more control over the Forth initialization...
2014-07-27 adrianAdd support for my Lenovo T400.
2014-07-27 mavFix several cases of NULL dereference when INQUIRY...
2014-07-27 adrianCommit some sins in the name of "oh god oh god I don...
2014-07-26 adrianAdd another revision of the AR8327.
2014-07-26 adrianstore the AR9300 interrupts away when doing interrupt...
2014-07-26 marcelThe accept filter code is not specific to the FreeBSD...
2014-07-26 hselaskySplit the XHCI TRB allocations into smaller parts,...
2014-07-26 delphijAdd two sysctls for newly added tunables.
2014-07-26 marcelAdd missing definition of ELF_MACHINE_OK, now used...
2014-07-26 ianPull in the armv4 "fast out" code for checking whether...
2014-07-26 ianRemove completely bogus alignment check -- it's the...
2014-07-26 alcWhen unwiring a region of an address space, do not...
2014-07-26 marcelBuild tsec(4) as a module.
2014-07-26 marcelRemove bogus module dependencies.
2014-07-26 marcelDo not fail the low-level device probe simply because...
2014-07-26 marcelAvoid using ${.CURDIR} so that the module can be built...
2014-07-26 marcelFix relocations related to dpcpu and vnet sets. The...
2014-07-26 hselaskyFix for division by zero.
2014-07-26 marcelDon't return ERESTART when the device is gone. In ttyde...
2014-07-26 mavImplement separate I/O dispatch method for ZVOLs in...
2014-07-26 mavFix infinite loop, when doing WRITE SAME on file-backed...
2014-07-26 delphijMFV r269010:
2014-07-26 mavMake sysctls under vfs.zfs.zfetch writeable.
2014-07-26 sjgReviewed by: imp
2014-07-26 ianEnable at91 systems to boot from high capacity SD cards.
2014-07-26 ianThe 'flags' variable is conflicting with some inline...
2014-07-26 ianEliminate "no previous prototype for main" warnings.
2014-07-26 ianSilence a clang warning about a while loop with an...
2014-07-26 neelIf a vcpu has issued a HLT instruction with interrupts...
2014-07-26 neelDon't return -1 from the push emulation handler. Negati...
2014-07-25 gavinAdd error return to dumpsys(), and use it in doadump().
2014-07-25 deischenInsert new threads at the end of the thread list in...
2014-07-25 delphijTransform the I/O when vdev_physical_ashift is greater...
2014-07-25 traszFix ctl(4) kldload failure that manifested like this:
2014-07-25 delphijAs of r268075, the responsibility of rounding up buffer...
2014-07-24 kibFix typo.
2014-07-24 neelFix a couple of issues in the PUSH emulation:
2014-07-24 npSome hooks in cxgbe(4) for the offloaded iSCSI driver.
2014-07-24 tuexenInitialize notification strucuture. This was missed...
2014-07-24 baptFix a typo in a comment
2014-07-24 mavFix build with QUEUE_MACRO_DEBUG.
2014-07-24 hrsFix EtherIP. TOS field must be initialized when the...
2014-07-24 kibCorrect assertion. The shadowing object cannot be...
2014-07-24 mariusIntel desktop Haswell CPUs may report benign corrected...
2014-07-24 mariusCopying pages via temporary mappings in the !DMAP case...
2014-07-24 marius- Copying and zeroing pages via temporary mappings...
2014-07-24 neelFix fault injection in bhyve.
2014-07-24 sbrunoClean symlinks created in sys/modules dirs when a make...
2014-07-23 sbrunoDelete the entire cleandepend/cleanmachine target thing...
next