groff: add recent FreeBSD releases
[dragonfly.git] / sys /
2013-09-19 François Tigeotkernel/x86_64: Add a 64-bit atomic function
2013-09-19 Matthew Dillonhammer2 - GSOC cleanup pass
2013-09-19 Matthew Dillonhammer2 - Merge Daniel Flores's HAMMER2 GSOC project...
2013-09-18 François Tigeotinet6: Add missing ifioctl credential checks
2013-09-18 Sascha Wildnerkernel/drm: Add missing vm_phys_fictitious_to_vm_page...
2013-09-18 Sepherosa Ziehaumxge: Cleanup watchdog reset path
2013-09-18 Sepherosa Ziehaumxge: Cleanup sysctl handlers
2013-09-18 Sepherosa Ziehaumxge: Cleanup ioctl path
2013-09-17 François Tigeotvm: Implement and use vm_page_initfake()
2013-09-17 Sepherosa Ziehaumxge: Cleanup TX completion path
2013-09-17 Sepherosa Ziehaumxge: Fix if_start implementation
2013-09-17 Sepherosa Ziehaumxge: Remove several unused fields in softc
2013-09-17 Sepherosa Ziehaumxge: Cleanup TX descriptor capsulation
2013-09-17 Sepherosa Ziehaumxge: inline -> __inline
2013-09-17 Sepherosa Ziehaumxge: Clean up RX path
2013-09-17 Sepherosa Ziehaumxge: Constify various const strings
2013-09-17 Sepherosa Ziehauifpoll: Use tsc_invariant consistently
2013-09-17 Sepherosa Ziehaumxge: Cleanup probe code
2013-09-16 Antonio Huete Jimenezhammer - Unbreak buildkernel
2013-09-16 Antonio Huete JimenezHAMMER - Fix VFS_STATFS() after volume-add.
2013-09-16 Sepherosa Ziehaumxge: Fix big buf allocation
2013-09-16 Sepherosa Ziehaumxge: Limit MTU to ~4K
2013-09-16 Sepherosa Ziehaumxge: Fix small buf allocation
2013-09-16 Sepherosa Ziehaumxge: Cleanup slice open code
2013-09-16 Sepherosa Ziehaumxge: Cleanup stop path
2013-09-16 Sepherosa Ziehaumxge: Cleanup if_init path
2013-09-15 Sascha Wildner<sys/cdefs.h>: Fix the _Static_assert compatiblity...
2013-09-15 Sepherosa Ziehaumxge: Make detach suitable for error handling and fix...
2013-09-15 Sepherosa Ziehaumxge: Cleanup attach path
2013-09-14 François Tigeotdrm: Sync with FreeBSD
2013-09-14 François Tigeotkernel/i386: Implement ffsl()
2013-09-14 François Tigeotkernel: Import atomic_testandset_int() from FreeBSD
2013-09-14 Matthew Dillonkernel - Fix issue revealed by new yield code
2013-09-14 Matthew Dillonkernel - Misc adjustments used by the vkernel and VMM...
2013-09-13 Sascha WildnerDisable making i915kms compilable into the kernel.
2013-09-13 Sepherosa Ziehautcp: Use mbuf jcluster (4K) in sosendtcp(); improve...
2013-09-13 Sepherosa Ziehaumbuf: Fix jcluster support
2013-09-12 Sascha Wildner<sys/vnode.h>: Remove two unused externs.
2013-09-12 François Tigeotdrm: Replace the i915 driver by i915kms
2013-09-12 Sepherosa Ziehaumxge: Adjust interrupt moderation and TSO burst parameters
2013-09-12 Sepherosa Ziehauin6: Fix DoS on INET6 w/ SIOCSIFADDR or SIOCSIFDSTADDR
2013-09-12 Sepherosa Ziehaubuild: mxge_lro.c is gone
2013-09-12 Sepherosa Ziehaumxge: Sync w/ FreeBSD
2013-09-11 Antonio Huete Jimenezvkernel64 - Add newline to the end of options files.
2013-09-10 Antonio Huete Jimenezifnet - Compute iface statistics for NET_RT_IFLIST
2013-09-10 Matthew Dillonkernel - Fix process blocking forever if ^Z'd at the...
2013-09-06 Sepherosa Ziehaumxge: Rearrange building
2013-09-06 Sepherosa Ziehauecc: Use __SHIFTOUT macro; add missing line break in...
2013-09-06 Charlie Rootkernel - Fix minor reporting bug in ecc update
2013-09-06 Sepherosa Ziehauecc: Add E3-1200 v2 and E3-1200 V3 support
2013-09-05 Sascha Wildnerkernel/ddb: Fix formatting when printing command tables.
2013-09-05 Matthew Dillonkernel - Change time_second to time_uptime for all...
2013-09-05 Matthew Dillonkernel - ipv6 - Fix broken 'invalid mtu expiration...
2013-09-05 Antonio Huete JimenezBring in DIRFS: A filesystem for VKERNELS
2013-09-04 Matthew Dillonkernel - ipv6 - correct route table callout timer calcu...
2013-09-04 Matthew Dillonkernel - IPV6 subnet routing / proxy ND6 (bridge support)
2013-09-04 Matthew Dillonkernel - Implement IPV6 subnet routing / proxy ND6...
2013-09-04 Sascha Wildnerkernel/drm: Fix AGP detection for Matrox cards.
2013-09-04 Sepherosa Ziehauemx: Add I217/I218
2013-09-04 Antonio Huete Jimeneztmpfs - Remove duplicated checks in tmpfs_chflags()
2013-09-04 Antonio Huete Jimenezvkernel32 - Change VM_MAX_USER_ADDRESS to match the...
2013-09-04 Sepherosa Ziehaure: Add 8401/8402/8106 support
2013-09-04 Sepherosa Ziehauem: Move max_frame_size from softc to HAL data struct
2013-09-04 Sepherosa Ziehaure: Add 8411/8168G/8168EP/8168GU/8411B support
2013-09-04 Sepherosa Ziehaure: Remove the macver, which only serves proper EEPROM...
2013-09-04 Sepherosa Ziehaure: Add more hardware revision for 10/100 chips
2013-09-04 Sepherosa Ziehaure: Add more hardware revision for 8411 and newer 8168
2013-09-04 Sepherosa Ziehaure: Change the hardware revision mask
2013-09-04 Sepherosa Ziehauig_hal: Move e1000_phy_i217 close to e1000_phy_82579
2013-09-04 Sepherosa Ziehaure: Always log unknown hardware revision
2013-09-04 Sepherosa Ziehauem: Disable EEE by default
2013-09-03 Sascha Wildnerkernel: Remove drmn leftover.
2013-09-03 François Tigeotkernel/i386: Implement pmap_invalidate_cache_pages()
2013-09-03 Sepherosa Ziehauigb: Merge Intel igb-2.3.10
2013-09-03 Sepherosa Ziehauem: Enable TSO on all PCI-E chips
2013-09-03 Sepherosa Ziehauem: Merge Intel em-7.3.8; mainly add i217 and i218...
2013-09-03 Sascha Wildnerkernel/x86_64: Unbreak kernel building with drm in...
2013-09-03 Sepherosa Ziehauig_hal: Merge Intel em-7.3.8 and igb-2.3.10 hardware...
2013-09-02 Sascha Wildnerkernel/ahci: Add support for nvidia MCP79 AHCI.
2013-09-02 François Tigeotkernel: Fix compilation errors on i386
2013-09-01 François Tigeotdrm: Merge the drm and drm2 implementations
2013-09-01 jkimdrm/mach_64: Fix white spaces.
2013-09-01 François Tigeotkernel: Rewrite kmem_alloc_attr()
2013-09-01 François Tigeotdrm: Partial sync with FreeBSD
2013-08-31 Sascha Wildnerkernel: Fix some void functions returning the results...
2013-08-30 Sascha Wildnerkernel/ed: Fix typo in a variable name.
2013-08-29 Sepherosa Ziehautcp: Implement random initial msgport
2013-08-28 Sepherosa Ziehauinpcb: Make sure that inp_cpcbinfo always points to...
2013-08-28 Sascha Wildnerkernel: Fix LINT too.
2013-08-28 Sepherosa Ziehauproto: Fix comment
2013-08-28 Sepherosa Ziehautcp: Fix comment
2013-08-28 Sepherosa Ziehaubuild: Unbreak LINT64 building
2013-08-28 Sepherosa Ziehautcp: Implement asynchronous pru_connect
2013-08-27 François Tigeotvga_pci: Add API to map the Video BIOS
2013-08-27 François Tigeotkernel/i386: Implement pmap_mapbios()
2013-08-27 François Tigeotkernel/i386: Add PAT support, mapdev_attr, kmem_alloc_attr
2013-08-27 François Tigeotkernel/i386: add pmap_invalidate* functions
2013-08-26 Sascha Wildnerkernel: Add three missing ')', two of them in (yet...
2013-08-25 Sascha Wildnerkernel/cam: Fix I/O performance regression seen at...
2013-08-25 Francis GUDINAvoid calling chn_wrfeed with an empty soft buffer
next