dragonfly.git
2013-09-22 Sepherosa Ziehaumxge: Fix various comment
2013-09-22 Sepherosa Ziehaumxge: Utilize if_watchdog instead of knocking its own...
2013-09-21 Sascha Wildnerkernel/drm: ttm_mem_global_free() is void, so don't...
2013-09-21 Sascha WildnerFix typos (sytem -> system) in a manpage and a message.
2013-09-21 Matthew Dillonbuildworld - Fix buildworld conflict
2013-09-21 Sepherosa Ziehaumxge: Cleanup code that frees pending mbufs
2013-09-21 Sascha Wildnerkernel/acpi: Sync acpi_thermal with FreeBSD.
2013-09-21 Sascha Wildnerkernel: Fix some recently introduced breakage.
2013-09-21 Matthew Dillonkernel - Drop overlapping ipv6 fragments
2013-09-20 Matthew Dillonhammer2 - Merge Mihai Carabas's VKERNEL/VMM GSOC projec...
2013-09-20 Joris Giovannangelidc(1): Sync with OpenBSD
2013-09-20 Joris Giovannangelibc(1): Sync with openBSD
2013-09-20 Joris Giovannangelitest/test: test commit
2013-09-20 François Tigeotdrm: sync drmP.h with FreeBSD
2013-09-19 François Tigeotdrm: Update drm_pciids.h with Linux 3.8 data
2013-09-19 Sascha Wildnerkernel/usb4bsd: Silence an 'unused variable' warning...
2013-09-19 François Tigeotdrm/ttm: Fix a crash in vm_page_unwire()
2013-09-19 François Tigeotkernel/x86_64: Add a 64-bit atomic function
2013-09-19 Sascha Wildnersleep.9: Adjust prototypes.
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 Wildnerdsched.9: Fix dsched_new_policy_thread_io()'s prototype...
2013-09-18 Sascha Wildnertoken.9: lwkt_token_init()'s desc argument is const.
2013-09-18 Matthew Dillonfortune - Add a fun tip
2013-09-18 Sascha Wildnerlibhammer_stats.3: Fix typo.
2013-09-18 Franco Fichtnermandoc: upstream fix for missed clearing of MDOC_NEWLINE
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... hammer - Unbreak buildkernel
2013-09-16 Antonio Huete... HAMMER - 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 Franco Fichtnermake.1: correct a few style issues
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 Sascha Wildnerdrm.4: Fix some mandoc warnings which I introduced.
2013-09-15 Sascha WildnerUpdate the pciconf(8) database.
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 Sascha Wildnerdrm.4: Update a bit to reflect the current state of...
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 Sascha Wildnerdirfs.5: Add missing .Ed
2013-09-12 François Tigeotdrm: Replace the i915 driver by i915kms
2013-09-12 Antonio Huete... fortune - Add yet another prompt tip.
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 Ziehautools: Add TCP_SENDFILE test to tcp_stream
2013-09-12 Sepherosa Ziehauem.4: I217 and I218 are supported by emx
2013-09-12 Sepherosa Ziehaubuild: mxge_lro.c is gone
2013-09-12 Sepherosa Ziehaumxge: Sync w/ FreeBSD
2013-09-11 Antonio Huete... vkernel64 - Add newline to the end of options files.
2013-09-11 Sascha Wildneracpi.4: Remove some unneeded commas, too.
2013-09-11 Sascha Wildneracpi.4: Fix typo, Diabling -> Disabling
2013-09-10 Antonio Huete... ifnet - Compute iface statistics for NET_RT_IFLIST
2013-09-10 Matthew Dillonsystat - Fix memory leak in -netbw
2013-09-10 Matthew Dillonkernel - Fix process blocking forever if ^Z'd at the...
2013-09-09 Antonio Huete... hammer(8) - Migration to libhammer (step 2/many)
2013-09-09 Antonio Huete... hammer(8) - Adapt help output to latest changes.
2013-09-09 Antonio Huete... libhammer_get_volinfo.3 - Use commas to separate functi...
2013-09-09 Antonio Huete... libhammer - Add functions to help gather HAMMER statistics.
2013-09-08 Sascha Wildnerem.4: Remove trailing whitespace.
2013-09-07 François Tigeotnrelease: Remove xorg.conf from non-gui images
2013-09-07 Antonio Huete... libhammer - Fix another memory leak.
2013-09-07 Antonio Huete... libhammer - Use source directory header instead of...
2013-09-07 Antonio Huete... hammer(8) - Allow specifying paths to 'info' directive.
2013-09-07 Antonio Huete... libhammer - Few fixes to libhammer_get_volinfo()
2013-09-07 Antonio Huete... hammer(8) - Remove 'status' directive.
2013-09-07 Antonio Huete... rconfig - CCD mirror script
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 - Change time_second to time_uptime for all...
2013-09-05 Matthew Dillonkernel - ipv6 - Fix broken 'invalid mtu expiration...
next