]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Make cpuctl_do_cpuid() and cpuctl_do_cpuid_count() return void.
[FreeBSD/FreeBSD.git] / sys /
2014-06-24 kibMake cpuctl_do_cpuid() and cpuctl_do_cpuid_count()...
2014-06-23 umeMake nd6_gctimer tunable.
2014-06-23 kibAdd FPU_KERN_KTHR flag to fpu_kern_enter(9), which...
2014-06-23 kibUse correct names for the flags. MAP_ENTRY_GROWS_...
2014-06-23 kevloCatch up with r186809, correct comments.
2014-06-23 kanRestore the check for non-NULL dmatag in sndbuf_free.
2014-06-23 markjFix some bugs when fetching probe arguments in i386...
2014-06-23 mjgTidy up fd-related functions called by do_execve
2014-06-23 markjFix a couple of bugs on amd64 when fetching probe argum...
2014-06-22 npcxgbe(4): Update the bundled T4 and T5 firmwares to...
2014-06-22 mjgDon't take filedesc lock in fdunshare().
2014-06-22 andrewRemove the incomplete Tegra 2 code, nobody was maintain...
2014-06-22 melifaroPermit changing cpu mask for cpu set 1 in presence...
2014-06-22 jmgadd support for MosChip MCS9922... This is found on...
2014-06-22 mjgfd: replace fd_nfiles with fd_lastfile where appropriate
2014-06-22 mjgdo_dup: plug redundant adjustment of fd_lastfile
2014-06-21 markjAllow creation of SDT probes from a module in which...
2014-06-21 jhibbitsNo need to check if devd is running before posting...
2014-06-20 hirenHide a harmless "QUEUE FULL EVENT" message behind bootv...
2014-06-20 npConsider the total number of descriptors available...
2014-06-20 tuexenFix a bug which incorrectly allowed two listening SCTP...
2014-06-20 tuexenFix a bug in the setsockopt()-handling of the SCTP
2014-06-20 tuexenHonor jails for unbound SCTP sockets when selecting...
2014-06-20 kibRestore the ABI of the cpuctl(4) ioctl request CPUCTL_C...
2014-06-20 gavinRemove /etc/gnats from here, too.
2014-06-20 kibAssert that the new entry is inserted into the right...
2014-06-20 bryanvIncrement the pending packets more aggressively for TSO
2014-06-20 bryanvHandle multiple calls to rxq_eof for single packet...
2014-06-20 bryanvRemove an unnecessary kick of the host at the end of...
2014-06-20 kanSet target->sbp field to valid value when sbp device...
2014-06-19 attilioFollowing comments in r242565 add the possibility to...
2014-06-19 alcEliminate a pointless call to vm_map_clip_start() from...
2014-06-19 jhbTrust the state of a power resource that get from a...
2014-06-19 alcWhen MAP_STACK_GROWS_{DOWN,UP} are passed to vm_map_ins...
2014-06-19 mavExecute task management request directly in ctl_queue...
2014-06-19 mavAdd some more CTL_FLAG_ABORT check points.
2014-06-19 mavIncrease CTL_DEVID_LEN from 16 to 64 bytes.
2014-06-19 mariusDon't denounce peripherals on system shutdown. Together...
2014-06-19 mavAdd iSCSI Target Name ID descriptor to VPD 83h.
2014-06-19 cyFix case where fastroute or "to interface" is used...
2014-06-19 hselaskyInitialize sysctl OID structure by record.
2014-06-19 hselaskyFix GCC compile warning: Variable(s) can be used uninit...
2014-06-19 hselaskyFix compile warning: Remove duplicate external declaration.
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...
next