]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
style(9): move function definition curly braces to column 0
[FreeBSD/FreeBSD.git] / sys /
2017-04-30 loosSet the correct default for #address-cells variable...
2017-04-30 dchaginFix symlinkat() which use the newdfd argument to look...
2017-04-30 anishAdd AMD IOMMU/AMD-Vi support in bhyve for passthrough...
2017-04-29 tuexenAllow SCTP to use the hostcache.
2017-04-29 tuexenDon't set the DF-bit on timer based retransmissions.
2017-04-29 nyanAdd TUNABLE_INT to radeonkms driver parameters.
2017-04-29 mavMake if_bridge complain if it can't disable some capabi...
2017-04-29 mavPropagate IFCAP_LRO from trunk to vlan interface.
2017-04-29 pfgFix some cases where an index was used before its limit...
2017-04-29 mariusFix a bug introduced as part of r287726; use the right...
2017-04-29 rmacklemModify the NFSv4.1/pNFS client to ask for a maximum...
2017-04-28 markjGet rid of some ifdef soup in the fasttrap ioctl handler.
2017-04-28 hselaskyImprove sysadmin visibility of physical port error...
2017-04-28 cemx86 MCA: Fix a deadlock in MCA exception processing
2017-04-28 jkimSimplify the code a bit. No functional change.
2017-04-28 jkimFix end coordinate of the drawable area of border....
2017-04-28 tuexenSet the DF bit for responses to out-of-the-blue packets.
2017-04-28 mavAllow some control over enabled capabilities for if_vlan.
2017-04-28 jpaetzelMFV 316905
2017-04-27 jpaetzelMFV 316900
2017-04-27 jpaetzelMFV 316898
2017-04-27 kibAdd asserts to verify stability of struct proc and...
2017-04-27 jpaetzelMFV 316897
2017-04-27 zbbImport Amazon Elastic Network Adapter (ENA) HAL to...
2017-04-27 tuexenarmv8 has support for optional CRC32C instructions...
2017-04-27 jpaetzelMFV 316896
2017-04-27 jhbVarious fixes for PCI _OSC handling so HotPlug works...
2017-04-27 jhbRevert r317446 and bring back cy(4).
2017-04-27 jpaetzelMFV 316895
2017-04-27 takawataMake cached Bluetooth LE host advertise information...
2017-04-27 hselaskyDon't free uninitialized sysctl contexts in the mlx4en...
2017-04-27 hselaskyPrefer to use real virtual address over direct map...
2017-04-26 rmacklemFix handling of a NFSv4.1 callback reply from the sessi...
2017-04-26 tuexenFix an issue with MTU calculation if an ICMP messaeg...
2017-04-26 tuexenUse consistently uint32_t for mtu values.
2017-04-26 jhbRemove the cy(4) driver for Cyclades serial adapters.
2017-04-26 cognetCheck if the device is marked as dma-coherent in the...
2017-04-26 tuexenWhen a SYN-ACK is received in SYN-SENT state, RFC 793...
2017-04-26 aeFix SP refcount leak.
2017-04-25 cognetIn arm_gicv2m_alloc_msi(), if we found a suitable irq...
2017-04-25 jhbRemove the source to digi(4).
2017-04-25 jhbRemove the LSOL26CALLS_SEL constant.
2017-04-25 pkelseyRemove unnecessary check for NULL mbuf in soreceive_gen...
2017-04-25 jpaetzelMFV 316894
2017-04-25 npcxgbe/iw_cxgbe: Pull in some updates to c4iw_wait_for_r...
2017-04-25 zecFix VNET leakages in PF by V_irtualizing pfr_ktables...
2017-04-25 zecSince curvnet is already properly set on entry to event...
2017-04-24 npFlush the LRO ctrl as soon as lro_mbufs fills up. ...
2017-04-24 npFrames that are not considered for LRO should not be...
2017-04-24 brooksRemove the NATM framework including the en(4), fatm...
2017-04-24 rmacklemAllow use of a write open stateid for reading in the...
2017-04-24 landonfAdd support for dumping bcma/siba EROM tables to the...
2017-04-24 landonfDrop unused/unnecessary return statement.
2017-04-24 mavChange ctl_free_lun() locking.
2017-04-24 mavSlightly compact the code.
2017-04-24 andrewCall the PSCI reset from cpu_reset on arm64. When reboo...
2017-04-24 mavSwitch isp_reset to scratchpad not requiring ISP_MBOXDM...
2017-04-24 mavUse proper alignment constant for uma_zcreate().
2017-04-24 sephehyperv/hn: Use channel0, i.e. TX ring0, for TCP SYN...
2017-04-23 traszMake it possible to terminate "show lockedbufs" by...
2017-04-23 rmacklemMake the NFSv4 client to use a write open for reading...
2017-04-23 rmacklemDon't set the connection-back-channel flag for DS sessions.
2017-04-23 traszImprove BUF_TRACKING by not displaying NULL entries.
2017-04-23 mavReport NTB link speed to console and interface.
2017-04-23 bdeChange the drawing method for the mouse cursor in plana...
2017-04-23 dchaginMap Linux CLOCK_BOOTTIME to native CLOCK_UPTIME.
2017-04-23 dchaginAdd Evdev ioctl handler to the Linuxulator.
2017-04-22 rmacklemFix the NFSv4.1/pNFS client return layout on close.
2017-04-22 rmacklemFix some krpc leaks for the NFSv4.1/pNFS client.
2017-04-22 kpRename variable for clarity
2017-04-22 mavRemove unneeded conditions.
2017-04-22 adrian[net80211] add methods to fetch the global and per...
2017-04-22 desFix counter increment in Salsa and ChaCha.
2017-04-21 rmacklemDon't set ND_NOMOREDATA for a failed Setattr operation...
2017-04-21 rmacklemDon't create a backchannel for a DS connection.
2017-04-21 cemfuse: Implement FOPEN_KEEP_CACHE flag
2017-04-21 rmacklemAdd checks for failed operations to the NFSv4 client...
2017-04-21 rmacklemSet default uid/gid to nobody/nogroup for NFSv4 mapping.
2017-04-21 jpaetzelMFV 316891
2017-04-21 bdeOptimize setting of the foreground color in the main...
2017-04-21 bdeMerge the main ega drawing method into the main vga...
2017-04-21 mavAdd interface reference counting to if_lagg.
2017-04-21 rmacklemRevert r317240. I didn't realize there were defined...
2017-04-21 mavDump md_iterations as signed, which it really is.
2017-04-21 mavAlways allow setting number of iterations for the first...
2017-04-21 bdeOops, the previous commit swapped the main ega method...
2017-04-21 tuexenRepresent "a syncache overflow hasn't happend yet"...
2017-04-21 rmacklemSet default uid/gid to nobody/nogroup for NFSv4 mapping.
2017-04-21 jpaetzelMFV 316871
2017-04-21 jpaetzelMFV 316870
2017-04-21 rmacklemFix the setting of atime for Linux client NFSv4 mounts.
2017-04-21 jpaetzelMFV 316868
2017-04-20 scottlReorder the minimum_cmd_size code to make it a little...
2017-04-20 tuexenSyncoockies can be used in combination with the syncach...
2017-04-20 bdeEliminate the ega renderer switch. It did nothing...
2017-04-20 bdeWhen the character width is 9, remove vertical lines...
2017-04-20 andrewRestrict the arm64 supervisor all instructions to only...
2017-04-20 kibWrite-combine framebuffer writes through user-space...
2017-04-20 cognetUpdate comment ot reflect realilty, we know also take...
2017-04-20 andrewPush loading curthread into assembly in the synchronous...
next