memcpy.3: Bring back mempcpy() docs which were removed by mistake.
[dragonfly.git] / sys /
2013-11-19 Sepherosa ZiehauRevert "da: Independant read/write bioqs are used,...
2013-11-18 Alexandre Perrinfix the INT64_C and INTMAX_C family macro for x86_64.
2013-11-18 Matthew Dillonkernel - Fix ESTALE handling in stat() and access()
2013-11-18 Sepherosa Ziehauda: Independant read/write bioqs are used, so no need...
2013-11-18 Sepherosa Ziehauahci: If the "nominal rotation rate" is 1, then disk...
2013-11-18 Sepherosa Ziehauahci: Print "Serial ATA Additional capabilities"
2013-11-17 Sascha Wildner<sys/cdefs.h>: Add __strfmonlike and __strftimelike...
2013-11-15 Matthew Dillonhammer2 - Stabilization
2013-11-15 Matthew Dillonkernel - Performance tuning (4)
2013-11-14 Matthew Dillonkernel - Performance tuning (3)
2013-11-14 Matthew Dillonkernel - Fine-grain getnewbuf() and related vfs/bio...
2013-11-14 Matthew Dillonkernel - Performance tuning (2)
2013-11-14 Sepherosa Ziehauifq: Use lwkt_sendmsg_oncpu to schedule the netisr...
2013-11-14 Sascha Wildnerkernel/drm: Remove an unused MALLOC_DECLARE.
2013-11-14 Matthew Dillonhammer2 - Implement crash recovery, cleanups, stabilization
2013-11-12 Sascha Wildnerkernel/iwn: Update FreeBSD SVN IDs.
2013-11-12 Sascha Wildnerkernel/drm: Fix incomplete commit 116d6d9766.
2013-11-11 François Tigeotdrm: drm_drawable.c has been useless for years
2013-11-11 Franco Fichtnerconfig: improve stale ThinkPad keyboard situation
2013-11-11 Matthew Dillonhammer2 - Add assertions, fix a flush race against...
2013-11-11 Matthew Dillonhammer - Remove cache_inval_vp() call
2013-11-11 Matthew Dillonkernel - Fix lock/delete race in the namecache
2013-11-11 Matthew Dillonkernel - Correct bug in buf/bio locking work
2013-11-11 François Tigeotkernel: Add an alias for the FreeBSD callout_drain...
2013-11-09 Johannes Hofmanniwn: fix compilation without INVARIANTS
2013-11-09 Matthew Dillonkernel - Fix bug in e11efbb
2013-11-09 Matthew Dillonkernel - Performance tuning
2013-11-09 Matthew Dillonkernel - Fix lockmgr LK_UPGRADE bug
2013-11-09 Sascha Wildnerkernel: Mark two variables as being used by KKASSERT...
2013-11-08 Matthew Dillonkernel - Fine-grain getnewbuf() and related vfs/bio...
2013-11-08 Matthew Dillonkernel - slotimer is MPSAFE, fix degenerate mplock...
2013-11-08 Matthew Dillonkernel - Improve SMP collision statistics
2013-11-08 Matthew Dillonhammer2 - Stabilization
2013-11-07 Matthew Dillonkernel - Fix memory leak, clean up kernel slab fragment...
2013-11-07 Matthew Dillonhammer2 - Stabilization
2013-11-07 Matthew Dillonkernel - rename vm_map lock wmesg
2013-11-07 Matthew Dillonkernel - Remove most buffer_map contention on 64-bit...
2013-11-06 Matthew Dillonhammer2 - Stabilization
2013-11-06 Sascha Wildner<sys/param.h>: Fix comment.
2013-11-06 Sepherosa Ziehaumxge: Properly setup RSS key
2013-11-06 Sascha WildnerAdjust the usual files for 3.7 on master.
2013-11-06 Matthew Dillonhammer2 - performance, stabilization
2013-11-05 Matthew Dillonkernel - Fix vn_syncer_add panic with UFS
2013-11-05 Matthew Dillonhammer2 - Implement I/O abstraction, fix deadlocks (2)
2013-11-05 Matthew Dillonhammer2 - Implement I/O abstraction, fix deadlocks
2013-11-05 Sepherosa Ziehaumxge: Add polling(4) support
2013-11-04 Matthew Dillonhammer2 - Stabilization
2013-11-03 Sascha Wildnerpthread/sem_timedwait: sem_timedwait()'s timespec argum...
2013-11-03 Sascha Wildnerkernel/x86_64: Do not print a message upon every segmen...
2013-11-03 François Tigeotkernel/i386: Implement atomic_swap_long()
2013-11-03 François Tigeotdrm: Use Linux atomic types and functions
2013-11-03 François Tigeotkref.h: Adapt to Linux 3.8's drm
2013-11-03 François Tigeotdrm: Import linux/kernel.h from FreeBSD's OFED stack
2013-11-03 François Tigeotdrm: fix test_and_set_bit() prototype
2013-11-03 François Tigeotdrm: Import linux/bitops.h from the FreeBSD OFED stack
2013-11-03 François Tigeotdrm: Improve linux/atomic.h
2013-11-03 François Tigeotdrm: Replace drm_atomic.h by linux/atomic.h from FreeBS...
2013-11-02 Antonio Huete Jimenezdirfs - Call VOP_INACTIVE() on last VOP_CLOSE()
2013-11-02 Antonio Huete Jimenezdirfs - Add VFS_STATFS() function
2013-11-02 Antonio Huete Jimenezdirfs - Add KTR_LOG for VFS_MOUNT / VFS_UNMOUNT
2013-11-02 Antonio Huete Jimenezdirfs - Improve a couple KTR messages
2013-11-02 Matthew Dillonhammer2 - Stabilization
2013-11-01 Matthew Dillonhammer2 - stabilization
2013-11-01 Matthew Dillonhammer2 - stabilization
2013-11-01 Matthew Dillonhammer1 - cleanup, minor bug fixes
2013-11-01 Matthew Dillonkernel - Improve panic handling
2013-11-01 Matthew Dillonhammer2 - Stabilization pass, more flush refactoring
2013-11-01 Matthew Dillonhammer2 - Refactor flush
2013-10-31 Sascha WildnerMention KTR_IF_POLL in LINT and the ktr(4) manual page.
2013-10-30 Sascha Wildner<sys/msgport.h>: Extend the #ifdef _KERNEL to cover...
2013-10-30 Sepherosa Ziehaumsgport: Add putport_oncpu; helps scheduling netisr...
2013-10-30 Sepherosa Ziehaumsgport: Merge several sendmsg functions
2013-10-30 Sepherosa Ziehaupolling: Add preliminary KTR support
2013-10-28 François Tigeotdrm: Fix warnings introduced by recent commits
2013-10-27 François Tigeotdrm: Import linux/types.h from the FreeBSD OFED stack
2013-10-27 François Tigeotdrm: Import asm/types.h from the FreeBSD OFED stack
2013-10-27 François Tigeotdrm/i915: Put i915_drm.h into include/
2013-10-27 Matthew Dillonhammer2 - Fix misc bugs
2013-10-27 Matthew Dillontmpfs - Fix SMP race
2013-10-26 Matthew Dillonhammer2 - add fifo/dev support, bug fixes
2013-10-26 Sepherosa Ziehaumxge: Log TX and RX descriptor count
2013-10-26 Sepherosa Ziehaumxge: Avoid stopping TX enging, if there are more packe...
2013-10-26 Sepherosa Ziehaumxge: Remove unused code
2013-10-26 Sepherosa Ziehaumxge: Enable multiple RX queues and TX queues by default
2013-10-26 Sepherosa Ziehaumxge: Use chip private input hash instead of standard...
2013-10-26 Sepherosa Ziehaumxge: Implement multiple TX queue support
2013-10-26 François Tigeotdrm/i915: Remove unused file
2013-10-26 Sepherosa Ziehaumxge: Implement MSI-X support; multiple RX rings could...
2013-10-25 Antonio Huete JimenezA working IPSEC implementation (1/many)
2013-10-25 Sascha Wildnerkernel/vmm: Rename struct guest_options to vmm_guest_op...
2013-10-25 Sascha Wildnerkernel: Some cleanup in ext2fs and linux emulation...
2013-10-25 François Tigeotkernel: Rename idr.c to linux_idr.c
2013-10-25 François Tigeotidr: Fix idr_get_new() and idr_get_new_above() return...
2013-10-25 Matthew Dillonkernel - Remove proc_token, replace proc, pgrp, and...
2013-10-25 Matthew Dillonkernel - proc_token removal pass stage 1/2
2013-10-25 Matthew Dillonkernel - Replace global vmobj_token with vmobj_tokens...
2013-10-24 Matthew Dillonkernel - Remove last exclusive vnode vm_object lock...
2013-10-24 Matthew Dillonkernel - Improve vfork/exec and wait*() performance
2013-10-24 Sascha WildnerRemove no longer used <sys/localedef.h>.
2013-10-24 Matthew Dillonkernel - more SMP optimizations in the VM system
next