dragonfly.git
2015-01-08 Sascha WildnerQuick sound manpage upgrade (syncs with FreeBSD).
2015-01-08 François Tigeotmake.conf: WITH_NEW_XORG and WITH_KMS are no longer...
2015-01-08 Sascha Wildnerkernel/sound: Shorten the .PATH's in module Makefiles...
2015-01-08 Sascha Wildnerkernel/sound: Remove unused Makefile.
2015-01-08 Sascha WildnerFix up Makefile_upgrade.inc a bit.
2015-01-08 François Tigeotsound: Remove Acer C720 support
2015-01-08 François Tigeotsound: Bump __DragonFly_version, add notes to UPDATING
2015-01-08 François Tigeotsound: Remove debugging messages
2015-01-08 Matthew Dillonsound: Make device cloning work
2015-01-08 François Tigeotsound: Make uaudio compile
2015-01-08 François Tigeotsound: Device cloning tentative
2015-01-08 François Tigeotsound: Create default devfs entries for the best device
2015-01-08 François Tigeotsound: Implement hw.snd.default_unit sysctl
2015-01-08 Matthew Dillonsound - haswell / ALC283 - Acer C720 support
2015-01-08 Matthew Dillonsound - Add haswell / ALC283 support (prelim)
2015-01-08 Matthew Dillonsound: Fix pcm unit translation
2015-01-08 Matthew Dillonsound: Fix compile issues when INVARIANTs is not specified
2015-01-08 Matthew Dillonsound: M_NOWAIT -> M_WAITOK, add missing M_ZERO
2015-01-08 Joris Giovannangelisound: Run KNOTE() from a taskqueue callback
2015-01-08 François Tigeotsound: Create the first /dev/dsp* links
2015-01-08 François Tigeotsound: Change dsp_clone() to the dragonfly way
2015-01-08 Sepherosa Ziehausound/hda: fix PCIe cache snooping
2015-01-08 François Tigeotsound: Port to DragonFly - mixer_ioctl_cmd() parameters
2015-01-08 François Tigeotsound: Port to DragonFly - CTLFLAG_RWTUN
2015-01-08 François Tigeotsound: Port to DragonFly - kqueue filters
2015-01-08 François Tigeotsound: Port to DragonFly - cdevsw to dev_ops semantics
2015-01-08 François Tigeotsound: Port to DragonFly - bus_dma_tag_create() calls
2015-01-08 François Tigeotsound: Port to DragonFly
2015-01-08 François Tigeotsound: Drop midi support
2015-01-08 François Tigeotsound: Import latest code from FreeBSD
2015-01-08 Sascha WildnerFix some typos in messages/manpages.
2015-01-08 Sascha Wildnerstandards.7: Fix typo.
2015-01-07 Sascha Wildner<signal.h>: Remove no longer needed include.
2015-01-07 Sascha Wildner<sys/signal.h>: Expose stack_t and sigset_t more widely...
2015-01-07 Sascha Wildnersigaltstack.2: Add missing .Pp
2015-01-07 Sascha Wildnerkernel: Remove our ancient SCTP support.
2015-01-07 Sascha Wildner<sys/signal.h>: Use __POSIX_VISIBLE, __XSI_VISIBLE...
2015-01-07 Sepherosa Ziehauif: Dispatch if_slowtimo() to netisr0 to run
2015-01-07 Sepherosa Ziehauinet6: Dispatch in6_if_up() to netisr0 to run
2015-01-06 Markus Pfeifferusb4bsd: Fixup some ucom issues.
2015-01-06 Johannes Hofmannlibthread_xu: replace mktemp(3) with mkstemp(3) call
2015-01-06 François Tigeotarcmsr: Make callout locking more robust
2015-01-06 Sascha Wildnersys/conf/files: Remove obsolete file (was part of ATM).
2015-01-06 Sascha Wildnerkernel/pc64: Change all the remaining #if JG's to ...
2015-01-06 Sascha Wildnerkernel/if_ethersubr.c: Fix -Wundef.
2015-01-06 Sascha Wildnerkernel/mrsas: Fix -Wundef.
2015-01-06 Sascha Wildnerkernel/syscons: Fix -Wundef.
2015-01-06 Sascha Wildnerkernel/ipmi: Fix -Wundef.
2015-01-06 Sascha Wildnerkernel/adv: Fix -Wundef.
2015-01-06 Sascha Wildnertgmath.3: Fix a typo in a function name.
2015-01-05 Tomohiro Kusumisys/vfs/hammer: fix comments
2015-01-05 François Tigeothammer: Hide a warning message behind a debug flag
2015-01-05 François Tigeotdrm/i915: Fix a porting bug
2015-01-05 Sascha Wildnernewsyslog(8): Rename a variable (dirfd() is a macro...
2015-01-05 Sascha WildnerUse the dirfd() macro instead of accessing struct _dird...
2015-01-05 Matthew Dillondevfs - Allow clone code to reuse an existing device (2)
2015-01-05 Matthew Dillondevfs - Allow clone code to reuse an existing device
2015-01-05 Sepherosa Ziehauinet/inet6: Merge SIOC[ADG]LIFADDR into {in,in6}_contro...
2015-01-04 François Tigeotdrm/i915: Update to Linux 3.9.11
2015-01-04 Sascha Wildnerlibc/sysvipc: Constify msgsnd()'s message pointer argum...
2015-01-04 Sepherosa Ziehauinet6: Remove redundant inet6 addresses deletion
2015-01-04 Sepherosa Ziehauinet6: Dispatch in6_ifdetach to netisr0 to run
2015-01-04 Sepherosa Ziehauinet6: ifp == ifindex2ifnet[ifp->if_index]
2015-01-04 Sepherosa Ziehauwlan: We already have the ifp; no need to go through...
2015-01-03 François Tigeotidr: Remove a wrong assertion in idr_get_new_above()
2015-01-03 Sascha WildnerRemove redundant __BSD_VISIBLE checks in various header...
2015-01-02 Sascha Wildner<stddef.h>: Check __BSD_VISIBLE instead of !_ANSI_SOURC...
2015-01-02 Sascha Wildnerlibc: Update Symbol.map for psiginfo().
2015-01-02 Sascha Wildner<signal.h>: Add a change I forgot in d3240feb.
2015-01-02 Sascha Wildnerlibc: Add the psiginfo() function.
2015-01-02 Sascha Wildner<signal.h>: Sanitize the feature tests.
2015-01-02 François Tigeotdrm: Add hweight16()
2015-01-02 François Tigeotdrm: Add DIV_ROUND_CLOSEST()
2015-01-02 François Tigeotdrm: Add BUILD_BUG_ON_NOT_POWER_OF_2()
2015-01-02 François Tigeotdrm: Improve linux/wait.h
2015-01-02 François Tigeotdrm: Add linux/sched.h
2015-01-02 François Tigeotdrm: Add linux/math64.h
2015-01-02 François Tigeotdrm: Improve linux/jiffies.h
2015-01-02 François Tigeotdrm: Add linux/scatterlist.h
2015-01-02 François Tigeotdrm: Add the atomic_set_mask() Linux function
2015-01-02 François Tigeotdrm: Add the mutex_lock and _unlock() Linux functions
2015-01-02 François Tigeotdrm: Add linux/log2.h
2015-01-02 François Tigeotdrm: Add linux/bug.h
2015-01-02 François Tigeotdrm/linux: Implement waitqueue_active()
2015-01-02 François Tigeotdrm: Add linux/pm_qos.h
2015-01-02 Sascha Wildnermfi.4: Remove description of no longer existing tunable.
2015-01-01 Sascha Wildner<sys/time.h>: Revert my last change, which was wrong.
2015-01-01 Matthew Dillonsshlockout - Add sshlockout utility
2015-01-01 Sepherosa Ziehauroute: Print protocol-cloned routes if -A is specified
2015-01-01 Sepherosa Ziehaurtsock: Const-fy rt_msgsize parameter
2015-01-01 Sepherosa Ziehaurtsock: Factor out sysctl_rttable()
2014-12-31 Sascha WildnerBump our copyrights to 2015. Happy new year!
2014-12-31 Sascha WildnerMark some legacy XSI functions as no longer present...
2014-12-31 Sascha Wildnerusbconfig(8): Sync with FreeBSD (decodes bDeviceClass...
2014-12-30 Sepherosa Ziehauinet6: Simplify in6ifa_ functions
2014-12-30 Sepherosa Ziehauin_control: Merge two switch blocks and fix comment...
2014-12-30 Sepherosa Ziehauin6_control: Fix comment
2014-12-30 Matthew Dillonswapcache - Allow cleaning to proceed if disabled
2014-12-30 Matthew Dillonkernel - Fix a major (pageable) memory leak
2014-12-29 Antonio Huete... vkernel - Forward SIGTERM to the child vkernel process.
next