gcore(1): Make it work again.
[dragonfly.git] / sys /
2012-07-25 Sepherosa Ziehaulapic: Allow lapic enumeration to fail
2012-07-25 Sepherosa Ziehauapic: APIC ID should not be 255, which is used for...
2012-07-23 François Tigeotaic7xxx: fix a pointer sign warning
2012-07-14 Thomas NikolajsenMerge remote-tracking branch 'crater/DragonFly_RELEASE_...
2012-07-14 Matthew Dillonkernel - Fix MP race in sysv semaphore code (2)
2012-07-14 John Marinox86_64 FPU: Set 64-bit precision for fadd/fsub/fsqrt...
2012-07-14 Matthew Dillonkernel - Fix MP race in sysv semaphore code
2012-07-08 Sascha Wildnertwa(4)/twe(4): Move dev_ops_remove_minor() after destro...
2012-07-08 Sascha Wildnertwa(4): Pass INTR_MPSAFE when setting up the interrupt.
2012-07-05 Sascha Wildnerkernel/sbuf: Add back a lost newline.
2012-07-05 Mihai Carabassbuf_vprintf: ap is not consistent at second call of...
2012-06-24 Antonio Huete Jimenezntfs - Set CNP_PDIRUNLOCK flag if we unlock the parent...
2012-06-21 Sascha WildnerFix more wrong sizeof() usages, part 3/x
2012-06-17 Markus Pfeiffervkernel: revert two commits that break i386 vkernel
2012-06-17 Sascha WildnerFix more wrong sizeof() usages, part 2/x
2012-06-16 Sascha WildnerFix more wrong sizeof() usages, part 1/x
2012-06-16 Markus Pfeiffervkernel/vkernel64: fix a bug in cpu_regs.c
2012-06-16 Markus Pfeiffervkernel/vkernel64: fix a bug in cpu_regs.c
2012-06-12 Sascha Wildnerarcmsr(4): To check for sense data, use sense_len.
2012-06-11 Sepherosa Ziehaure: Fix size of the bcopy when extracting ethernet...
2012-06-10 Sascha Wildnerkernel/ufs: Bring in a fix to ufsdirhash_hash() from...
2012-06-09 Sascha WildnerFix two wrong sizeof() usages.
2012-05-23 Sascha Wildnerkernel/linux: Fix a wrong cast (introduced in e54488bb).
2012-05-18 Sepherosa Ziehautcp: Ignore TCP_NOPUSH socketopt by default
2012-05-02 Matthew DillonHAMMER VFS - Only set B_CLUSTEROK on 64K buffers
2012-05-02 Matthew Dillonkernel - Fix degenerate cluster_write() cases
2012-05-01 Matthias Rampkekill zombies if the parent set SIG_IGN on SIGCHLD
2012-05-01 Venkatesh Srinivaskernel -- ffs: Soft updates locking fixes
2012-05-01 Matthew DillonHAMMER VFS - Fix assertion with multi-volume setup
2012-05-01 Venkatesh Srinivaskernel -- vm_pageout: Handle pages w/ NULL vm_objects...
2012-04-28 Sepherosa Ziehaumsgport: Implement dropmsg for spin port
2012-04-17 Sascha Wildnermpt(4): Pass INTR_MPSAFE when setting up the interrupt.
2012-04-13 Matthew Dillonkernel - Do not use M_USE_INTERRUPT_RESERVE for M_NOWAIT
2012-04-13 Matthew Dillonkernel - Fix signal masking race assertion panic w...
2012-04-09 Sascha Wildnerpst(4): Add a missing contigfree().
2012-04-09 Sascha Wildnermps(4): Add a missing kfree().
2012-04-07 Sascha Wildnerkernel: Fix building with USERCONFIG but without VISUAL...
2012-04-05 Sascha Wildnerkernel/ufs: Fix compilation without INVARIANTS.
2012-04-02 Venkatesh Srinivaskernel -- ffs: Do not dereference NULL inodes in ffs_sy...
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-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 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 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-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-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-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 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-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-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): 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 Jimenezkern - Skip rlimit check when caller is a kernel thread.
2012-02-06 Venkatesh Srinivaskernel -- linprocfs: linprocfs_allocvp should return...
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-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 Francois Tigeotkernel - properly initialize vnode->v_pfsmp
2012-01-28 Thomas NikolajsenRevert "sys/config: Readd COMPAT_43 to i386 kernels...
2012-01-28 Thomas NikolajsenCOMPAT_LINUX: Remove need for COMPAT_43
2012-01-26 Thomas NikolajsenMerge commit 'crater/DragonFly_RELEASE_3_0' into rel3_0
next