Merge branch 'vendor/MPC'
[dragonfly.git] / sys / sys /
2015-03-13 John MarinoMerge branch 'vendor/MPC'
2015-03-13 John MarinoMerge branch 'vendor/LESS'
2015-03-13 John MarinoMerge branch 'vendor/GCC50'
2015-03-12 Sascha Wildner<sys/malloc.h>: Remove an unneeded semicolon.
2015-03-12 Sascha Wildnerkernel: Move semicolon from the definition of SYSINIT...
2015-03-11 Sascha Wildner<sys/fcntl.h>: Fix comment that I forgot to change.
2015-03-11 Sascha Wildner<sys/fcntl.h>: Clean up usage of _POSIX_SOURCE.
2015-03-11 Sascha Wildner<sys/fcntl.h>: Whitespace cleanup. No functional change.
2015-03-11 Sascha Wildner<sys/unistd.h>: Rename struct lwp_params member names.
2015-03-09 Matthew Dillondmsg - Stabilization work
2015-03-08 John MarinoMerge branch 'vendor/GCC50'
2015-03-03 Matthew Dillondmsg - Stabilization work
2015-03-03 Matthew Dillonkernel - Refactor the kernel message buffer code
2015-03-01 Matthew Dillonkernel - work on dmsg disk exports
2015-02-28 Sascha Wildnerkernel: Mark sigexit() and cpu_halt() as not returning.
2015-02-28 Matthew Dillonhammer2 / kern_dmsg - Fix bugs
2015-02-28 Sascha Wildnerkernel: Remove unused xwait headers.
2015-02-28 Sascha Wildnerkernel: Remove unused hogticks global from kern_synch.c.
2015-02-27 John MarinoMerge branch 'vendor/GCC50'
2015-02-22 Sascha Wildnerkernel/lwkt_serialize: Take serializer bookkeeping...
2015-02-20 John MarinoMerge branch 'vendor/GCC50'
2015-02-19 Sascha Wildnerkernel: Move us to using M_NOWAIT and M_WAITOK for...
2015-02-13 Joris Giovannangelichflagsat: fix typo in prototype
2015-02-13 Joris Giovannangeliadd chflagsat system call
2015-02-13 John MarinoMerge branch 'vendor/GCC50'
2015-02-11 John MarinoBump __DragonFly_version to mark introduction of gcc50
2015-02-10 John MarinoMerge branch 'vendor/GCC50'
2015-02-10 John MarinoMerge branch 'vendor/GCC50' - gcc 5.0 snapshot 1 FEB...
2015-02-08 Sepherosa Ziehauifnet: Make ifnet and ifindex2ifnet MPSAFE
2015-02-07 François Tigeotidr: Implement idr_alloc()
2015-01-31 Sascha Wildner<sys/resource.h>: Add RLIM_SAVED_{CUR,MAX} and separate...
2015-01-31 Sascha Wildner<sys/resource.h>: Adjust whitespace (no functional...
2015-01-28 Sascha WildnerRemove <sys/_posix.h>. It serves no purpose anymore.
2015-01-28 Sascha Wildner<sys/semaphore.h>: Remove dead p1003_1b code.
2015-01-28 Sascha Wildner<sys/sysctl.h>: Remove <sys/_posix.h> include. It is...
2015-01-28 Sascha Wildner<sys/mman.h>: Some cleanup.
2015-01-28 Sascha Wildner<sys/mman.h>: Whitespace cleanup (no functional change).
2015-01-25 Sascha WildnerMerge branch 'openssh'
2015-01-23 Peter AvalosMerge branch 'vendor/OPENSSH'
2015-01-18 Markus Pfeifferkernel: Exchange MAP_ANON and MAP_ANONYMOUS
2015-01-15 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-01-14 Markus Pfeifferkernel: rename MAP_ANON to MAP_ANONYMOUS, add alias
2015-01-12 Matthew Dillonkernel - Flag cdevpriv use (2)
2015-01-12 Matthew Dillonkernel - Flag cdevpriv use
2015-01-12 Matthew Dillonkernel - remove O_FBUFFERED and O_FUNBUFFERED
2015-01-12 François TigeotRevert "drm: Handle drm masters and minors like Linux"
2015-01-11 François Tigeotdrm: Handle drm masters and minors like Linux
2015-01-11 Sascha Wildnerkernel/dev_ops: Make default dev_ops (noopen(), etc...
2015-01-08 François Tigeotsound: Bump __DragonFly_version, add notes to UPDATING
2015-01-08 François Tigeotsound: Import latest code from FreeBSD
2015-01-07 Sascha Wildner<sys/signal.h>: Expose stack_t and sigset_t more widely...
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-06 Markus Pfeifferusb4bsd: Fixup some ucom issues.
2015-01-05 Matthew Dillondevfs - Allow clone code to reuse an existing device (2)
2015-01-04 Sascha Wildnerlibc/sysvipc: Constify msgsnd()'s message pointer argum...
2015-01-03 Sascha WildnerRemove redundant __BSD_VISIBLE checks in various header...
2015-01-01 Sascha Wildner<sys/time.h>: Revert my last change, which was wrong.
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-28 Sascha WildnerCheck __BSD_VISIBLE's actual value, not just if it...
2014-12-22 Sascha Wildner<sys/sysctl.h>: Add missing declaration for dev.*
2014-12-21 Sascha Wildner<sys/file2.h>: Correct include guard check.
2014-12-17 Sepherosa Ziehauicmp: Asynchonize ctlinput/mtudisc/redirect processing
2014-12-14 Sascha Wildnerkernel: Import the IPMI driver from FreeBSD.
2014-11-30 Sascha Wildner<sys/callout.h>: Remove obsolete struct callout_handle.
2014-11-25 Matthew Dillonkernel - Implement new callout*() core
2014-11-22 Matthew Dillonkernel - Add lock canceling features
2014-11-19 Matthew Dillonkernel - Improve slab cleanup performance
2014-11-18 Joris GiovannangeliImport cpuctl pseudo device from FreeBSD
2014-11-17 Sepherosa Ziehauproto: ctlinput is a pr method; not a pru method
2014-11-16 François Tigeotsysctl: Give each device its own context and subtree
2014-11-16 Sepherosa Ziehauincsum: Const-fy mbuf parameter
2014-11-14 Antonio Huete Jimenezkernel - Rename unused flag.
2014-11-11 Matthew Dillonkernel - Add reapctl() system call for managing sub...
2014-11-10 Matthew Dillonkernel - Add reapctl() system call for managing sub...
2014-11-09 Sascha WildnerMerge branch 'vendor/BYACC'
2014-11-09 François Tigeotkernel: Move dev2unit() to a common place
2014-11-04 Joris GiovannangeliRevert "kern/dsched: Fix a panic at proc exit"
2014-10-29 Joris Giovannangelikern/dsched: Fix a panic at proc exit
2014-10-27 Franco FichtnerMerge branch 'vendor/MDOCML'
2014-10-26 Justin C. Sherrill4.1 branch. v4.1.0
2014-10-22 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-10-19 Matthew Dillonkernel - Add the nitems(x) macro from FreeBSD to sys...
2014-10-17 Matthew Dillonkernel - Add /dev/upmap and /dev/kpmap and sys/upmap...
2014-10-16 Matthew Dillonkernel - Add /dev/upmap and /dev/kpmap and sys/upmap...
2014-10-16 Matthew Dillonkernel - Add /dev/upmap and /dev/kpmap and sys/upmap.h
2014-10-13 John MarinoMerge branch 'vendor/LIBEDIT'
2014-10-10 John MarinoMerge branch 'vendor/GREP'
2014-10-10 John MarinoMerge branch 'vendor/XZ'
2014-10-10 John MarinoMerge branch 'vendor/GCC47'
2014-10-09 Sascha Wildnerkernel/libkern: Add strncat() to libkern.
2014-09-30 François TigeotBump __DragonFly_version for i915 hw context support
2014-09-28 Sepherosa Ziehausocket: Provide socket owner cpuid hint
2014-08-31 Sepherosa Ziehauudp: Make udp pcbinfo and portinfo per-cpu; greatly...
2014-08-24 Sascha Wildnerkernel/spinlock: Add a description to struct spinlock.
2014-08-21 Sascha Wildnerkernel: Fix error for dup2 if the new file descriptor...
2014-08-18 Matthew Dillonkernel - Add EVFILT_USER
2014-08-17 Sascha Wildner<sys/taskqueue>: Remove FreeBSD specific, *_fast()...
2014-08-16 Matthew Dillonkernel - Adjust BUS_DMASYNC_* API
next