]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED,
[FreeBSD/FreeBSD.git] / sys /
2014-06-19 kibAdd MAP_EXCL flag for mmap(2). It should be combined...
2014-06-18 raySuspend vt(4) initialization if "kern.vt.disable" kenv...
2014-06-18 rayAllow to disable syscons(4) if "hw.syscons.disable...
2014-06-18 raysyscons(4) and vt(4) can be built together now.
2014-06-18 rayRemove stale link to deleted vt(4) xboxfb driver.
2014-06-18 rayRename vt(4) vga module to dismiss interference with...
2014-06-18 traszImplement redirection handling in initiator.
2014-06-18 traszRework session termination in iSCSI target to actually...
2014-06-18 roygerxen: fix out-of-bounds access to ipi_handle
2014-06-18 npcxgbe(4): Fix bug in the fast rx buffer recycle path...
2014-06-17 tuexenDifferent versions of the ARM processor use different...
2014-06-17 jhbDon't bother clearing maps for static DMA allocations...
2014-06-17 jhbFix various bugs with freeing static DMA allocations...
2014-06-17 jhbFix teardown of static DMA allocations in various NIC...
2014-06-17 kibDo not reference native_lapic_ipi_*() functions in...
2014-06-17 traszMake cs_terminating a bool; no functional changes.
2014-06-17 kibIn msdosfs_setattr(), add a check for result of the...
2014-06-17 dchaginRevert r266925 as it can lead to instant panic at fexec...
2014-06-16 tychonBring an overly enthusiastic KASSERT inline with the...
2014-06-16 traszAdd comment explaining a potential problem with just...
2014-06-16 attilio- Modify vm_page_unwire() and vm_page_enqueue() to...
2014-06-16 traszAdd LUN-associated name to VPD, to make Hyper-V Failove...
2014-06-16 alcTidy up the early parts of vm_map_insert(), in particul...
2014-06-16 mavAdd support for VERIFY(10/12/16) and COMPARE AND WRITE...
2014-06-16 roygerxen: add missing files
2014-06-16 roygerisa: allow ISA bus to attach to xenpv bus
2014-06-16 roygerxen: unify gnttab initialization for PVHVM and PVH
2014-06-16 roygerxen: init gnttab from xenpv
2014-06-16 roygerxen: xenstore changes to support PVH
2014-06-16 roygerxen: add shutdown hook for PVH
2014-06-16 roygerxen: create a Xen nexus to use in PV/PVH
2014-06-16 roygerxen: create a PV CPU device for PVH guests
2014-06-16 roygerxen: introduce xenpv bus
2014-06-16 roygerxen: add hooks for Xen PV APIC
2014-06-16 roygeramd64/i386: introduce APIC hooks for different APIC...
2014-06-16 roygerxen: fix style in pv.c
2014-06-16 bryanvForce two byte alignment for all control message headers
2014-06-16 bryanvMake the feature negotiation code easier to follow
2014-06-16 bryanvMove the VIRTIO_RING_F_* defines out of virtqueue.h...
2014-06-16 bryanvRemove kernel specific macro out of the VirtIO PCI...
2014-06-16 bryanv - Remove two write-only local variables
2014-06-15 mavMake backends track completion by processed number...
2014-06-15 mavRemove memcpy() from ctl_private[] accesses.
2014-06-15 mavMove kern_total_len setting from backend to core code.
2014-06-15 pfgMFV r266988:
2014-06-15 brAdd very basic driver for 12-bit Analog to Digital...
2014-06-15 mavFormat Portal Group Tag same as istgt does -- %4.4x...
2014-06-15 mavRemove custom processing for "file" option.
2014-06-15 mavRespect "vendor" option in all places.
2014-06-15 alcOne of the intentions behind r267254 was that the globa...
2014-06-15 mavAdd "vendor", "product" and "revision" options to contr...
2014-06-15 kibFix some cosmetic issues with the use of kmem_malloc...
2014-06-15 kibUse vn_io_fault for the writes from core dumping code...
2014-06-14 bryanvDon't check the dma map address for a static DMA mappin...
2014-06-14 mavRemove non-functional remnants of control LUN -- 18MB...
2014-06-14 gavinStop telling people to use send-pr; instead point them...
2014-06-14 mavImplement small KPI to access LUN options instead doing...
2014-06-14 mavFix/improve fhe_stats sysctl output.
2014-06-14 adrianShadow RAM support is apparently not at all working...
2014-06-13 delphijCorrect variable for loader tunable variable hw.mfi...
2014-06-13 jhb- Don't check the dma map address for a static DMA...
2014-06-13 jhbDon't check maps for static DMA allocations against...
2014-06-13 jhbAdd missing calls to bus_dmamap_unload() when freeing...
2014-06-13 hselaskyAttach the CUSE library and kernel module to the defaul...
2014-06-12 mavFix some leaks on LUN creation error.
2014-06-12 jmgclear the write bit... This allows my AVILA board...
2014-06-12 hselasky- Fix out of range shifting bug in bitops.h.
2014-06-12 mavImplement simple direct-mapped cache for popular filesy...
2014-06-12 mavIntroduce new "256 Bucket" zone to split requests and...
2014-06-12 brEnable SMP for both Exynos5 models we support.
2014-06-12 brActivate IRQ 30 (non-secure private timer IRQ) for...
2014-06-12 brAdd machine-dependent SMP part for Exynos5420
2014-06-12 mavAllocating new bucket for bucket zone, never take it...
2014-06-12 jhbRemove some Giant unlocks I missed in r267290.
2014-06-12 jhb- Don't compare bus_dma map pointers for static DMA...
2014-06-11 jhb- Unmap static DMA buffers allocated via bus_dmemem_all...
2014-06-11 jhbUnload maps for DMA buffers allocated via bus_dmamem_al...
2014-06-11 delphijFix decoding of near CALL when address-size prefix...
2014-06-11 delphijFix decoding of LEA when address-size prefix (67h)...
2014-06-11 delphijFix decoding of MOVSX.
2014-06-11 delphijApply vendor fixes to the High Point drivers:
2014-06-11 jhbFix a few more drivers that were explicitly destroying...
2014-06-11 alcCorrect a bug in the management of the population map...
2014-06-11 jhbFix various NIC drivers to properly cleanup static...
2014-06-11 mavRemove unneeded mountlist_mtx acquisition from sync_fsy...
2014-06-11 melifaroImprove logic besides net.bpf.optimize_writers.
2014-06-11 aeAdd disklabel64 support
2014-06-11 aeAdd disklabel64 support to GEOM_PART class.
2014-06-11 aeAllow swapping to DragonFlyBSD's swap partition.
2014-06-11 aeAdd aliases for DragonFlyBSD's partition types.
2014-06-11 aeAdd DragonFlyBSD's Hammer FS types and type names.
2014-06-11 aeAdd UUIDs for DragonFlyBSD's partition types.
2014-06-11 brAdd a driver for Serial Peripheral Interface (SPI).
2014-06-11 mavMove root_mount_hold() functionality to separate mutex.
2014-06-10 jimharrisUse bitwise OR instead of logical OR when constructing...
2014-06-10 jhbDon't destroy bus_dma maps created by bus_dmamem_alloc...
2014-06-10 tychonReplace enum forward declarations with complete definit...
2014-06-10 trocinyPF_BLUETOOTH protocols: skip initialization of non...
2014-06-10 neelAdd helper functions to populate VM exit information...
2014-06-10 tuexenAdd support for the SCTP_LOCAL_TRACE_BUF options.
next