]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
MFV illumos
[FreeBSD/FreeBSD.git] / sys /
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 jfvSync the E1000 shared code with Intel internal, this...
2014-06-26 mavSimplify statistics calculation.
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 rpauloRevert r267898.
2014-06-26 bzFix whitspace indentation from spaces to tabs.
2014-06-26 bzIntroduce opt_netfpga.h and allow setting NF10BMAC_64BI...
2014-06-26 tychonAdd support for emulating the move instruction: "mov...
2014-06-26 bzAllow switching between 32bit and 64bit bus width data...
2014-06-26 bzRather than using a constant use sizeof(val) allowing...
2014-06-26 bzIn preparation for 64bit mode remove all the _4 from...
2014-06-26 alcDelay the call to crhold() in vm_map_insert() until...
2014-06-26 pjdRemove duplicated includes.
2014-06-26 hselaskyRemove not needed initialisation code.
2014-06-26 mavAllow MODE SENSE commands through Write Exclusive persi...
2014-06-26 mavAdd READ BUFFER and improve WRITE BUFFER SCSI commands...
2014-06-26 rpauloBring the following change from the illumos-joyent...
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-26 davideImprove r264388 removing namespace pollution previously...
2014-06-26 adrianRetire IP_RSSCPUID ; the right thing to do is query...
2014-06-26 adrianAdd another RSS method to query the indirection table...
2014-06-25 grehanExpose the amount of resident and wired memory from...
2014-06-25 jhbExpand r261243 even further and ignore any I/O port...
2014-06-25 mavLock devstat updates in block backend to make it usable...
2014-06-25 mavIntroduce fine-grained CTL locking to improve SMP scala...
2014-06-25 mavAllow to use iSCSI immediate data by several ctl_datamo...
2014-06-25 pfgMFV r260708
2014-06-25 roygerxen/virtio: fix balloon drivers to not mark pages as...
2014-06-25 daichiFixed an IIC timing issue between the glxiic master...
2014-06-25 davideContinue the crusade towards a dev_clone()-free kernel...
2014-06-25 alcNow that vm_map_insert() sets MAP_ENTRY_GROWS_{DOWN...
2014-06-24 delphijApply vendor fixes for big endian support and 20GBps...
2014-06-24 delphijCorrect memset size.
2014-06-24 hselaskyUse existing PHOLD() and PRELE() macros.
2014-06-24 attiliosysctl subsystem uses sxlocks so avoid to setup dynamic...
2014-06-24 kibPut the aesni_cipher_setup() and aesni_cipher_process...
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...
next