usbconfig.8: Add a usbdump(8) reference.
[dragonfly.git] / sys / sys /
2014-03-10 Sascha WildnerMake usb4bsd the default USB stack.
2014-03-09 Markus PfeifferStart porting ucom.
2014-03-05 Sascha Wildnerkernel: Adjust type of vmm_guest to enum vmm_guest_type.
2014-03-04 Sascha Wildnerkernel: Add more detailed VM detection.
2014-03-02 Sascha WildnerSome fixes to allow building with gcc44.
2014-02-27 Sascha Wildnerkernel: Remove {msg,sem,shm}sys() syscalls.
2014-02-23 François Tigeotkernel: Stop marking RB _COLOR functions as static
2014-02-18 Sascha WildnerMark malloc() and various similar functions with __heed...
2014-02-18 Sascha Wildner<sys/cdefs.h>: Add a __heedresult macro to warn of...
2014-02-18 Sascha Wildnerkernel: Mark some contigfree()/kfree() arguments as...
2014-02-13 Sascha Wildnerkernel: Fix topology fallout for vkernel and i386.
2014-02-12 Mihai CarabasCPU Topology: add support for Compute Units on AMD...
2014-02-09 Sascha WildnerMerge branch 'vendor/EE'
2014-02-06 Sepherosa Ziehaumwait: Staticize cpu_mwait_halt
2014-02-01 Sepherosa Ziehaucputimer/intr: Move powersaving intr cputimer switching...
2014-01-25 Sepherosa Ziehautime: Add functions to calculate time difference
2014-01-25 Sepherosa Ziehaumwait: Allow treating interrupts as break-event for...
2014-01-21 Markus Pfeifferdevfs: add passing of file pointer through to dev_dclose
2014-01-21 Markus PfeifferApply patches to enable get/set_cdevpriv
2014-01-21 Johannes Hofmannadd file pointer to dev_d*() functions
2014-01-21 Johannes Hofmannadd devfs_*_cdevpriv() functions
2014-01-20 François TigeotBump __DragonFly_version after drm/i915 update
2014-01-18 Sascha Wildner<sys/systm.h>: Mark various function parameters as...
2014-01-17 Sascha Wildnerkernel: Make eventhandler_{register,find_list}()'s...
2014-01-14 Sascha Wildner<sys/param.h>: Fix typo in a comment.
2014-01-13 John MarinoBuild: Bump version to 300701 for smb.h relocation
2014-01-10 François Tigeotsysctl: Partial sync with FreeBSD
2014-01-10 Matthew Dillonkernel - Revert version to 300700
2014-01-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2014-01-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2014-01-10 Matthew Dillonbuild - Bump version to 300701
2014-01-09 Matthew Dillonkernel - Add another prototype skeleton to subr_input.c
2014-01-07 Matthew Dillonkernel - Initial cyapa driver and input skeleton
2014-01-07 Matthew Dillonkernel - Adjust access to thel linux input.h file
2014-01-05 François Tigeotkernel: Sync resource_string_value() with FreeBSD
2014-01-04 Sascha Wildner<sys/sysctl.h>: Fix indent.
2014-01-04 François Tigeotkernel: Add the KERN_PROC_PATHNAME sysctl
2014-01-04 Markus PfeifferBring in GSoC code: SysV IPC in userspace
2014-01-04 François Tigeotkernel: Sync the sbuf(9) subsystem with FreeBSD
2014-01-03 Franco Fichtnercdefs.h: ignore known rcs id macros
2013-12-31 Sascha WildnerBump copyrights.
2013-12-31 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-12-12 Matthew Dillonkernel - Add cache_isopen()
2013-12-06 John MarinoMerge branch 'vendor/BINUTILS224'
2013-12-05 Matthew Dillonidr: Fix an infinite loop issue
2013-12-04 Sascha Wildner<sys/time.h>: setitimer() and utimes() are not BSD...
2013-12-04 Matthew Dillonkernel - Fix SMP races with vnode cluster fields
2013-11-26 Sascha WildnerRemove the <sys/syscall-hide.h> header file.
2013-11-24 Alexandre PerrinAdd proper const keywords to sysctl(3) parameters.
2013-11-23 John MarinoMerge branch 'vendor/BMAKE'
2013-11-21 Sascha Wildnerkernel: Remove random_poll().
2013-11-20 Sascha Wildner<sys/types.h>: Remove wrong #include guard check.
2013-11-17 Sascha Wildner<sys/cdefs.h>: Add __strfmonlike and __strftimelike...
2013-11-14 Matthew Dillonkernel - Performance tuning (3)
2013-11-14 Matthew Dillonkernel - Fine-grain getnewbuf() and related vfs/bio...
2013-11-11 François Tigeotkernel: Add an alias for the FreeBSD callout_drain...
2013-11-09 Matthew Dillonkernel - Performance tuning
2013-11-08 Matthew Dillonkernel - Fine-grain getnewbuf() and related vfs/bio...
2013-11-08 Matthew Dillonkernel - Improve SMP collision statistics
2013-11-07 Matthew Dillonkernel - Fix memory leak, clean up kernel slab fragment...
2013-11-07 Matthew Dillonkernel - Remove most buffer_map contention on 64-bit...
2013-11-06 Sascha Wildner<sys/param.h>: Fix comment.
2013-11-06 Sascha WildnerAdjust the usual files for 3.7 on master.
2013-11-03 Sascha Wildnerpthread/sem_timedwait: sem_timedwait()'s timespec argum...
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-25 Sascha Wildnerkernel/vmm: Rename struct guest_options to vmm_guest_op...
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 - 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
2013-10-23 Matthew Dillonkernel - general cleanup and mplock removal
2013-10-22 Matthew Dillonkernel - Cleanup vfs_lock & ref-count states states
2013-10-21 François Tigeotkernel: Fix sys/mqueue.h includes
2013-10-21 Matthew Dillonkernel - Rewrite lockmgr / struct lock
2013-10-21 Sascha Wildnerkernel - Rewrite vnode ref-counting code to improve...
2013-10-18 John MarinoMerge branch 'vendor/LDNS'
2013-10-15 Matthew Dillonkernel - Fix spin_lock_shared() race
2013-10-15 Sascha WildnerFix up some include guards (and checks) in our header...
2013-10-14 Matthew Dillonkernel - Fix hammer recovery crash (due to recent synce...
2013-10-11 François Tigeotkernel: Add a method to get the bus's bus_dma_tag_t
2013-10-11 Matthew Dillonkernel - Optimize sync and msync for tmpfs and nfs
2013-10-11 Matthew Dillonhammer - Use new vsyncscan() mechanic (2)
2013-10-11 Matthew Dillonkernel - Add vsyncscan() infrastructure
2013-10-07 Matthew Dillonkernel - Rewrite do_vmtotal and change the way VM stati...
2013-10-06 François Tigeotidr: idr_pre_get() takes two arguments
2013-10-06 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-10-06 François Tigeotidr: Protect data structures with a lwkt_token
2013-10-06 François Tigeotidr: Remove non-standard function idr_init1()
2013-10-05 John MarinoMerge branch 'vendor/GDB'
2013-10-01 François Tigeotstdbool.h: Move to sys/sys
2013-09-29 John Marinolocales, libconv: Sync with FreeBSD (extensive reach)
2013-09-26 Matthew Dillonkernel - Fix ifnet scan race in ipv6
2013-09-20 Matthew Dillonhammer2 - Merge Mihai Carabas's VKERNEL/VMM GSOC projec...
2013-09-15 Sascha Wildner<sys/cdefs.h>: Fix the _Static_assert compatiblity...
2013-09-14 François Tigeotkernel/i386: Implement ffsl()
2013-09-14 Matthew Dillonkernel - Misc adjustments used by the vkernel and VMM...
next