Kernel - Restore the 64KB max. IO size limit
[dragonfly.git] / sys /
2012-03-31 François TigeotKernel - Restore the 64KB max. IO size limit
2012-03-31 Sascha Wildneraic(4): Remove ISA attachment.
2012-03-31 François TigeotVFS accounting: avoid VOP_GETATTR() calls
2012-03-31 Sascha Wildnerasr(4): Improve readability of an 'if' a bit.
2012-03-31 Sascha Wildnermfi(4): Fix indent.
2012-03-31 Sascha Wildnerrp(4): Fix indent.
2012-03-31 Sascha Wildnerpcn(4): Add missing braces.
2012-03-31 Sascha Wildnerlgue(4): Add missing braces and fix indentation.
2012-03-31 Sascha Wildnerkernel/netgraph7: Fix whitespace.
2012-03-31 Sascha Wildnerkernel: Indent a debugging kprintf.
2012-03-31 Sascha Wildnerhptiop(4): Add missing braces.
2012-03-31 Sascha Wildnerkernel: Adjust some casts.
2012-03-30 François TigeotKernel - Completely remove DFLTPHYS
2012-03-30 Francois TigeotVFS accounting: do not count write operations for remov...
2012-03-30 Francois TigeotVFS accounting: small speed optimization
2012-03-30 Venkatesh Srinivaskernel -- ffs: Do not dereference NULL inodes in ffs_sy...
2012-03-30 Samuel J. Greearkern.cp_time - Add convenience defines
2012-03-29 Sascha Wildnermfi(4): Update to LSI's version 4.23 of the driver.
2012-03-28 Venkatesh Srinivaskernel -- ffs: Replace softupdates critical section...
2012-03-28 Francois TigeotVFS accounting: use vq_vptomp() in kern_ftruncate()
2012-03-28 Sepherosa Ziehautcp/sack: Add more statistics
2012-03-28 Matthew Dillonkernel - Revert 0d52e78c527ec7ba3ac62d40d9fa588c964d4c55
2012-03-28 Matthew Dillonkernel - Fix improper BUF_UNLOCK() with spinlock held
2012-03-27 Venkatesh Srinivaskernel -- DEBUG_LOCKS: Do not panic if releasing a...
2012-03-26 Francois Tigeotmountlist_exists(): use a TAILQ_FOREACH macro again
2012-03-26 Venkatesh Srinivaskernel: msdosfs -- Use -1 rather than 32-bit 0xffffffff...
2012-03-26 Sepherosa Ziehautcp: Properly update tcps_rttcantdetect
2012-03-26 Sepherosa Ziehautcp/sack: Prevent invalid SACK option from being processed
2012-03-25 Sascha Wildneracpi_hp(4): Fix acquisition of acpi's softc.
2012-03-25 Francois TigeotVFS accounting: use an explicit TAILQ_FIRST/TAILQ_NEXT...
2012-03-25 Francois TigeotVFS accounting: do not set vp->v_pfsmp for non-nullfs...
2012-03-24 John MarinoELF: Update header, sync with binutils 2.22
2012-03-24 Francois TigeotVFS accounting: fix an issue with unlink operations
2012-03-23 Matthew Dillonkernel - Add workaround for errata #721 on AMD cpus...
2012-03-23 Matthew Dillonkernel - Improve NFS server error responses when an...
2012-03-23 Matthew Dillonkernel - Fix improper unlock/relock sequence in HAMMER
2012-03-23 Matthew Dillonkernel - Fix bug in SILI, remove debugging in AHCI
2012-03-23 Matthew Dillonkernel - Fix another AHCI bug
2012-03-23 Sepherosa Ziehautcp/sack: Add comment about the implemented TCP/SACK...
2012-03-23 Matthew Dillonkernel - Fix mount refs interactions and umount races
2012-03-23 Matthew Dillonkernel - Fix three AHCI bugs
2012-03-22 Matthew Dillonkernel - Cluster fixes + Enable clustering for HAMMER1
2012-03-22 Sascha Wildnerkernel/kobj: Put the default kobj_method inside the...
2012-03-22 Francois TigeotVFS accounting: handle file truncation on open(2)
2012-03-22 François TigeotVFS accounting: isolate the code to find the real mp
2012-03-20 Matthew Dillonkernel - Add argument to nvtruncbuf()
2012-03-20 Sascha Wildnermpt(4): Fix an issue that caused the driver to attach...
2012-03-20 Sascha Wildneraesni(4): Move some unused variables into the #if 0...
2012-03-20 Sascha Wildnerndis(4): Use the device_t for getting the softc.
2012-03-20 Matthew Dillonkernel - Fix buffer cache deadlock due to multiple...
2012-03-20 Matthew Dillonkernel - Fix clustered read bug (2)
2012-03-20 Matthew Dillonkernel - Fix clustered read bug
2012-03-19 Sascha Wildnerkernel: Remove two unneeded inclusions of <sys/cdefs.h>.
2012-03-19 Sepherosa Ziehautcp/md5sig: White space and indentation cleanup
2012-03-18 Sascha Wildnerkernel/acpi: Add a missing file to the module.
2012-03-18 Sascha Wildner<sys/gmon.h>: Add prototypes for moncontrol() and monst...
2012-03-18 Sascha Wildner<sys/socket.h>: Add missing prototype for sockatmark().
2012-03-17 Sascha Wildnerkernel/acpi: Bring in acpi_wmi(4) from FreeBSD, which...
2012-03-17 Sascha Wildnerkernel: Add sbuf_done() (taken from FreeBSD).
2012-03-17 Sascha Wildnerkernel: Really fix DEV_SUPPORT for sys/dev/virtual.
2012-03-17 Sascha Wildnervkernel: Fix DEV_SUPPORT.
2012-03-17 Sascha Wildnerdev/virtual/vkernel Makefiles: Remove bogus .PATHs.
2012-03-17 Sascha Wildnervkernel: Move things from dev/virtual to dev/virtual...
2012-03-17 Sascha Wildnerkernel/{a,b}list: Remove some unused variables in the...
2012-03-17 Sascha Wildnerkernel/gre: Remove unused variables.
2012-03-17 Sascha Wildnerkernel/hammer: Remove an unused variable.
2012-03-17 Sascha Wildneralc(4): Ifdef out an unused variable and assignment.
2012-03-17 Sascha Wildnerkernel/sili: Actually print the generation.
2012-03-16 Sepherosa Ziehautcp: Remove the workaround for the old servers in the...
2012-03-16 Sepherosa Ziehautcp: Lowering initial RTO according to RFC 6298
2012-03-16 Sepherosa Ziehautcp: More RFC 3390 conforming
2012-03-16 Sepherosa Ziehautcp_input: Factor out tcp_established()
2012-03-16 Sepherosa Ziehautcp/syncache: Simplify syncache_add() interface
2012-03-16 Sascha WildnerLINT/LINT64 configs: Reduce differences.
2012-03-15 Sascha Wildnerkernel: Add mps(4) to our GENERIC kernels.
2012-03-15 Sepherosa Ziehauarp: Don't send gratuitous ARP for devices that are...
2012-03-15 Sepherosa ZiehauLINT64: Adjust comment about TCP_MD5SIG; we use TCP_SIG...
2012-03-15 Sepherosa Ziehautcp/md5sig: Disallow enable/disable TCP MD5SIG after...
2012-03-15 Sepherosa Ziehautcp_input: Always call tcp_mss(), so snd_cwnd could...
2012-03-14 Sepherosa Ziehauioapic: By default, disable I/O APIC if we are booting...
2012-03-14 Sepherosa Ziehauspacialreg: Add CPUID2_VMM according to AMD's CPUID...
2012-03-13 John MarinoMerge branch 'vendor/GCC44'
2012-03-11 Sascha Wildner<sys/cdefs.h>: For C++, unhide our interfaces via __...
2012-03-09 Chris Turnerkernel: fixup accidental whitespace shift in vm_fault_c...
2012-03-09 Chris Turnerkernel: reorganize new holds in vm_fault_copy_entry
2012-03-09 Chris Turnerkernel: add missing holds/drops to vm_fault_copy_entry
2012-03-09 Matthew DillonHAMMER VFS: Conditionalize debug message
2012-03-07 Sascha Wildnerkernel: Add a few forgotten crit_exit()s and fix a...
2012-03-06 Alex Hornungvfs_conf - remove old debug message tryroot()
2012-03-06 Alex Hornungdump_conf - delay extra 2s before looking for dumpdev
2012-03-05 Alex Hornungvfsops - add two new ops, ncpgen_set, ncpgen_test
2012-02-29 Alex Hornungscsi_cd - don't lock tray on cdcheckmedia()
2012-02-29 Alex Hornungboot/loader - test if CPU supports long mode
2012-02-28 Sepherosa Ziehauarp: Don't send gratuitous ARP in arp_ifinit
2012-02-28 Sascha Wildnerkernel: Remove opt_ipfw.h from a few files which don...
2012-02-28 Sascha Wildnerkernel: Remove the IPFIREWALL_FORWARD option which...
2012-02-27 Alex Hornungvn - use DSO_RAWPSIZE flag
2012-02-27 Alex Hornungdisk - add flag to use underlying psize
2012-02-27 Sascha Wildneruguru(4): Fix a panic when detaching (e.g., on kldunload).
2012-02-27 Alex Hornungsubr_disk - clear out old labels
next