drm/i915: i915_gem_object_pin() takes 4 arguments
[dragonfly.git] / sys / sys /
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
2014-08-10 Sepherosa Ziehaumsgport: Add message put done receipt support
2014-08-07 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-08-07 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-07-18 Matthew Dillonkernel - Adjust ssb_space_prealloc() use cases
2014-07-18 Matthew Dillonkernel - network adjustments (netisr, tcp, and socket...
2014-07-16 Matthew Dillonkernel - Improve TCP socket handling at high speeds
2014-07-15 Sascha Wildner<sys/protosw.h>: Use netmsg_t.
2014-07-14 Alex Hornungkern_nrandom, rnd drivers: update for new CSPRNG
2014-07-14 Alex Hornungkernel - add a fortuna-based CSPRNG
2014-07-13 Matthew Dillonkernel - Add lwkt_cpusync_quick()
2014-07-13 Matthew Dillonkernel - Reduce console spam in verbose mode when print...
2014-07-11 Sascha Wildnerkernel: Remove unused functions vop_panic() and vfs_std...
2014-07-06 Matthew Dillonkernel - extend cpus past 64 - fixes and adjustments
2014-07-04 Matthew Dillonkernel - Refactor cpumask_t to extend cpus past 64...
2014-07-03 Sascha Wildner<sys/sysctl.h>: Put the access argument in parentheses.
2014-07-03 Sascha Wildner<sys/sysctl.h>: Indentation fixes (nothing functional).
2014-07-03 Sascha Wildner<sys/sysctl.h>: Remove CTLFLAGs which we don't handle.
2014-06-30 Nicolas Therylibc - change SEM_VALUE_MAX
2014-06-30 Matthew Dillonkernel - Move CPUMASK_LOCK out of the cpumask_t
2014-06-18 Matthew Dillonkernel - Fix rare ucred race
2014-06-18 Sepherosa Ziehausocket: so_pru_abort_oncpu -> so_pru_abort_direct
2014-06-18 Sepherosa Ziehausocket: {soabort,so_pru_abort}a -> {soabort,so_pru_abor...
2014-06-18 Sepherosa Ziehaunet: Add initport protosw method to init socket's defau...
2014-06-08 Imre VadaszConvert files to UTF-8
2014-06-07 Peter AvalosMerge branch 'vendor/TNFTP'
2014-06-06 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-06-04 Joris Giovannangelilibthread_xu: add support for named POSIX semaphores.
2014-05-28 John MarinoMerge branch 'vendor/WPA_SUPPLICANT'
2014-05-28 John MarinoMerge branch 'vendor/HOSTAPD'
2014-05-26 Justin C. Sherrill3.9-DEVELOPMENT, a.k.a. master v3.9.0
2014-05-06 Peter AvalosMerge branch 'vendor/FILE'
2014-05-05 Matthew Dillonhammer2 - dmsg stabilization
2014-05-05 Matthew Dillonhammer2 - Retool dmsg mechanics to improve virtual...
2014-05-03 Matthew DillonMerge branch 'vendor/LIBPCAP'
2014-05-01 Sascha WildnerRemove ATM protocol support.
2014-04-30 Sascha WildnerAdd the <stdalign.h> header for C11 conformance.
2014-04-23 Matthew Dillonhammer2 - Retool dmsg mechanics to improve virtual...
2014-04-21 Matthew Dillonkernel - Improve pid-reuse algorithm, fix bug
2014-04-21 Matthew Dillonhammer2 - more dmsg/separation work
2014-04-20 Sascha WildnerRemove support for the IPX and NCP protocols, and for...
2014-04-20 Sascha WildnerRemove some XEROX Network Systems (NS) protocol remains.
2014-04-20 Matthew Dillondmsg, hammer2 - refactor remove hammer2-specific code
2014-04-19 Matthew Dillonhammer2 - Shift dmsg structures around
2014-04-10 Sascha Wildnerkernel/acpi: Move strstr() to libkern.
2014-04-08 Peter AvalosMerge branch 'vendor/OPENSSL'
2014-04-05 Sascha Wildner<sys/cdefs.h>: Make CTASSERT() kernel only (again).
2014-03-30 Sascha Wildner<sys/cdefs.h>: Simplify the CTASSERT definition better.
2014-03-29 Sascha Wildner<sys/cdefs.h>: Use _Static_assert for CTASSERT.
2014-03-28 Sascha Wildner<sys/hash.h>: Fix wrong header guard.
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
next