dragonfly.git
2012-04-02 Venkatesh Srinivaskernel -- FFS: Take softdep lock in softdep_disk_io_ini...
2012-04-02 Venkatesh Srinivaskernel -- ffs: Replace softupdates critical section...
2012-04-02 Sascha WildnerSync zoneinfo database with tzdata2012c from munnari...
2012-04-01 Matthew Dillonkernel - MFC missing removal of bremfree() call
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 Wildnerhptiop(4): Add missing braces.
2012-03-30 Sascha Wildnerrtld: Add a special case in do_dlsym() for TLS stored...
2012-03-30 Sascha Wildnerrwhod(8): Prevent clobbering the neighboring field...
2012-03-30 Matthew Dillonkernel - Cluster fixes + Enable clustering for HAMMER1
2012-03-29 Matthew Dillonkernel - Fix improper BUF_UNLOCK() with spinlock held
2012-03-29 Matthew Dillonkernel - Improve NFS server error responses when an...
2012-03-29 Matthew Dillonkernel - Fix improper unlock/relock sequence in HAMMER
2012-03-29 Matthew Dillonkernel - Fix bug in SILI, remove debugging in AHCI
2012-03-29 Matthew Dillonkernel - Fix another AHCI bug
2012-03-29 Matthew Dillonkernel - Fix mount refs interactions and umount races
2012-03-29 Matthew Dillonkernel - Fix three AHCI bugs
2012-03-27 Matthew Dillonkernel - Add workaround for errata #721 on AMD cpus...
2012-03-27 Matthew Dillonlibc - Do not allow a stuck syslogd to screw up the...
2012-03-27 Venkatesh Srinivaskernel: msdosfs -- Use -1 rather than 32-bit 0xffffffff...
2012-03-27 Sepherosa Ziehautcp/sack: Prevent invalid SACK option from being processed
2012-03-20 Sascha Wildnermpt(4): Fix an issue that caused the driver to attach... v3.0.2
2012-03-16 Matthew Dillonboot - Fix overflow in CD I/O code
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 Aycan iRiCANMerged thread-specific cleanup patch from FreeBSD.
2012-03-11 Sascha Wildnerrc.conf.5: Fix the wlan setup example.
2012-03-11 Sascha Wildner<sys/cdefs.h>: For C++, unhide our interfaces via __...
2012-03-10 Sascha Wildnersvc_vc_create(3): Initialize xprt with NULL.
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 Sascha Wildnersetnetpath(3): Fix a double free().
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-07 YONETANI TomokazuInstaller: one more place where inform() called without...
2012-03-07 YONETANI TomokazuInstaller: fix a (possible) crash in show_ifconfig()
2012-03-05 Sascha Wildnerncurses: Fix an almost 7 year old typo in the profiling...
2012-03-05 Sascha Wildnergcc44: Remove a wrong define for the profiled math...
2012-03-02 Sascha WildnerSync zoneinfo database with tzdata2012b from munnari...
2012-03-01 Sascha WildnerSync zoneinfo database with tzdata2012a from munnari...
2012-02-28 Sascha Wildnerlibthread_xu/libc_r: Improve the check for EINVAL in...
2012-02-27 Sascha Wildneruguru(4): Fix a panic when detaching (e.g., on kldunload).
2012-02-19 John Marinox86_64 getmemsize: Recover 0x100000 bytes v3.0.1
2012-02-18 Thomas NikolajsenMerge remote branch 'crater/DragonFly_RELEASE_3_0'...
2012-02-18 Thomas Nikolajsentmpfs.5: Add note that DragonFly NFS client needs to...
2012-02-18 François TigeotVFS accounting: optimize vop_write() performance
2012-02-18 Venkatesh Srinivastmpfs: Support NFS export of tmpfs filesystems.
2012-02-18 Francois TigeotVFS accounting: check if nullfs mp* really exist
2012-02-17 Sascha Wildnerhier.7: Add back a .Bl that was removed with the binuti...
2012-02-16 Venkatesh Srinivaskernel: mfs -- Fix unmount panic for MFS filesystems.
2012-02-16 Sascha Wildnerisp(4): Fix wrong sizeof().
2012-02-16 Sascha Wildnerkernel/pci: Implement the PCIOCATTACHED ioctl.
2012-02-12 Samuel J. Greearobjformat - Duplicate NELEM() macro
2012-02-10 Sascha Wildnermps(4): Add module version.
2012-02-10 Sascha Wildnermps(4): Mark a function __printflike() and fix a result...
2012-02-10 Sascha Wildnermps(4): Remove some useless casts.
2012-02-10 Sepherosa Ziehaumps: Hold lock for the shutdown event handler
2012-02-10 Sepherosa Ziehaumps: If we don't have enough space for a sge and chain...
2012-02-10 Sepherosa Ziehaumps: Use WAITOK to allocate critical data struct on...
2012-02-10 Sepherosa Ziehaumps: Properly define U32 and S32
2012-02-10 Sascha Wildnermps.4: Document how we disable MSI and comment out...
2012-02-10 Sascha Wildnermps(4): Sync with FreeBSD.
2012-02-09 Matthew Dillonkernel - Adjust tmpfs to use the new PG_NEED_COMMIT...
2012-02-09 Matthew Dillonkernel - Add vm_page_need_commit() and vm_page_clear_co...
2012-02-09 Matthew Dillonkernel - Improve pageout daemon & memory pressure detec...
2012-02-06 Matthew Dillonkernel - Fix incorrect assertion during udp auto-binding
2012-02-06 Antonio Huete... kern - Skip rlimit check when caller is a kernel thread.
2012-02-06 Venkatesh Srinivaskernel -- linprocfs: linprocfs_allocvp should return...
2012-02-05 Peter Avalossh: Test EXIT trap with multiple statements in it
2012-02-05 Peter Avalossh: Add testcases that should not be broken by future...
2012-02-05 Peter Avalossh: Avoid possible echo options in a testcase.
2012-02-05 Peter Avalossh: Fix swapped INTON/INTOFF.
2012-02-05 Peter Avalossh: Use vfork in a few common cases.
2012-02-05 Peter Avalossh: Fix $? in the first command of a 'for'.
2012-02-05 Peter Avalossh: Remove "kill" example function, which is superseded...
2012-02-05 Peter Avalossh: Fix execution of multiple statements in a trap...
2012-02-05 Peter Avalossh: Fix some bugs with exit status from case containing ;&.
2012-02-05 Peter Avalossh: Fix two bugs with case and exit status:
2012-02-05 Peter Avalossh: Change input buffer size from 1023 to 1024.
2012-02-05 Peter Avalossh: Fix out of bounds array access when trap is used...
2012-02-05 Peter Avalossh: Properly show "Not a directory" error in cd builtin.
2012-02-05 Peter Avalossh: Make various functions static.
2012-02-05 Peter Avalossh: Remove unused function scopyn().
2012-02-05 Peter Avalossh: Make patmatch() non-recursive.
2012-02-05 Peter Avalossh: Allow quoting ^ and ] in bracket expressions.
2012-02-05 Peter Avalossh: Use dirent.d_type in pathname generation.
2012-02-05 Peter Avalossh: Cache de->d_namlen in a local variable.
2012-02-05 Peter Avalossh: Don't force special builtins non-special in optimiz...
2012-02-05 John MarinoSupport exception handling on statically-linked binaries
2012-02-05 John Marinocdefs: Rework and augment visibility attributes
2012-02-02 Matthew Dillonvkernel - Fix semi-random SIGILL crashes under heavy...
2012-02-02 Matthew Dillonkernel - Fix lockmgr lock mismatch panics when iwn...
2012-02-01 Matthew Dillonkernel - Add missing DRM_LOCK()
2012-01-31 Sascha Wildnercrypto.ko: Add a missing file.
2012-01-31 Markus Pfeifferlibc: correct copyright notice in makecontext.c
2012-01-30 Venkatesh SrinivasMerge branch 'DragonFly_RELEASE_3_0' of ssh://crater...
2012-01-30 Venkatesh Srinivaskernel -- nata: Use ATA_DEFAULT_TIMEOUT (10) rather...
2012-01-29 Sascha Wildnerkernel: Add some missing headers to the Makefiles of...
2012-01-29 Sascha Wildnertexinfo: Add /usr/pkg/info to the list of directories...
next