Virtio_Balloon implementation for DragonFly
[dragonfly.git] / sys / sys /
2018-02-14 zrjkernel: Nuke legacy FreeBSD "%r" format support.
2018-02-14 zrjkernel: Implement makedev_unit_b32()
2018-02-14 Matthew Dillonkernel - Try to fix delayed mtime updates on SHARED...
2018-02-14 Matthew Dillonhammer2 - Add missing bkvasync()
2018-02-08 Sascha Wildner<fcntl.h>: Add #if 0'd prototypes for posix_fa{dvise...
2018-02-01 zrjkernel: Avoid empty macros when not INVARIANTS.
2018-02-01 zrjkernel: Avoid empty macros.
2018-01-26 Sascha Wildner<sys/cdefs.h>: Add __alloc_size2() for functions taking...
2018-01-26 Sascha Wildner<sys/cdefs.h>: Make __nonnull variadic.
2018-01-21 zrjkernel: Disable few nonnull attributes.
2018-01-20 zrj<sys/ktr.h>: Use empty macros for non KTR case.
2018-01-16 Matthew Dillonkernel - Fix busdma allocation bug
2018-01-16 Matthew Dillonkernel - Add a global priority hack for ACPI
2018-01-05 Sascha WildnerClean up a bit for symlinked headers.
2018-01-01 Sascha WildnerBump the copyrights.
2017-12-31 zrjkernel/nata: Return more data for natacontrol(8).
2017-12-31 zrjkernel/nata: Pass interrupt function to ata_setup_inter...
2017-12-23 zrj<sys/types.h>: Remove <machine/stdarg.h> and adjust...
2017-12-20 Sascha Wildner<sys/disklabel32.h>: Add comment that it is used in...
2017-12-20 zrjkernel: Remove some references to i386.
2017-12-20 zrji386 removal, part 65/x: Remove some leftovers in kernel.
2017-12-19 Sascha Wildnerlibc/sysconf: Add _SC_LEVEL1_DCACHE_LINESIZE.
2017-12-13 Sascha WildnerRemove <sys/ioccom.h> inclusion from a number of files.
2017-12-10 Sascha Wildnerlibc/termios: Add cfmakesane().
2017-12-05 Sascha WildnerRemove some orphaned externs.
2017-12-04 Matthew Dillonkernel - Expand page count fields to 64 bits
2017-12-02 Sascha Wildner<sys/systm.h>: Remove bcopyb() prototype.
2017-11-30 Imre Vadászsyscons - Partly implement FBIO_BLANK ioctl, for displa...
2017-11-27 Peeter Mustkernel - Bring in definition of _IOWINT from FreeBSD.
2017-11-25 Sascha WildnerRemove faith(4) and faithd(8) from the tree.
2017-11-24 Imre Vadászkernel - Get rid of old KDSETRAD keyboard ioctl, and...
2017-11-20 Sascha WildnerRemove unused <{cpu,machine}/coredump.h> header.
2017-11-18 Sascha Wildner<sys/indefinite2.h>: Fix header name.
2017-11-17 Sascha Wildnerkernel: Remove some semicolons at the end of macro...
2017-11-13 Matthew Dillonkernel - Fix mtime for deferred writes from mmap R+W
2017-11-10 zrjsys/linker_set.h: Allow to declare empty data sets.
2017-11-06 Sascha WildnerClean up the namespace better in <netdb.h>, <spawn...
2017-11-03 Imre Vadászsyscons - Add minimal fbio support for "scfb" xorg...
2017-11-02 Matthew Dillonkernel - Improve uidinfo
2017-10-31 Matthew Dillonkernel - Add KVABIO debugging, flesh out inlines
2017-10-31 Matthew Dillonkernel - Refactor lockmgr()
2017-10-28 Matthew Dillonkernel - Fix bugs and refactor namecache cleaning code
2017-10-20 Matthew Dillonkernel - Cleanup token code, add simple exclusive priority
2017-10-20 Matthew Dillonkernel - Add p_ppid
2017-10-19 Matthew Dillonkernel - Make certain sysctl's unlocked
2017-10-19 Matthew Dillonkernel - Refactor sysctl locking
2017-10-18 Matthew Dillonkernel - Add D_QUICK device flag
2017-10-18 Matthew Dillonkernel - Add more features to the RB tree
2017-10-18 Matthew Dillonkernel - Add lock debugging
2017-10-17 Sascha Wildnerkernel: Remove <sys/sysref{,2}.h> inclusion from files...
2017-10-17 Sascha Wildner<sys/indefinite2.h>: Add missing include for VKERNEL64.
2017-10-17 Sascha WildnerStitch LINT64 build back together.
2017-10-17 Sascha WildnerRemove "kernel ppp", i.e. if_ppp.ko and pppd(8).
2017-10-16 Matthew Dillonkernel - Rewrite umtx_sleep() and umtx_wakeup()
2017-10-16 Matthew Dillonkernel - Clean up ucred and plimit cache line locality
2017-10-16 Matthew Dillonkernel - Optimize struct uidinfo
2017-10-16 Matthew Dillonkernel - pmap->pm_spin now uses a shared spinlock
2017-10-16 Matthew Dillonkernel - Refactor sys_pipe
2017-10-16 Matthew Dillonkernel - Refactor smp collision statistics (2)
2017-10-16 Matthew Dillonkernel - Refactor smp collision statistics
2017-10-16 Matthew Dillonkernel - KVABIO stabilization
2017-10-16 Matthew Dillonkernel - Add KVABIO API (ability to avoid global TLB...
2017-10-16 Matthew Dillonkernel - Remove geteblk()
2017-10-16 Matthew Dillonkernel - Remove repurposebuf
2017-10-16 Matthew Dillonkernel - Remove B_MALLOC
2017-10-16 Sepherosa Ziehaukern: Remove ncpus2 and friends.
2017-10-14 Sepherosa Ziehauipfw: Implement state based "redirect", i.e. without...
2017-10-03 Matthew Dillonkernel - Fix GCC reordering problem with td_critcount
2017-09-30 Sascha Wildner<sys/param.h>: Fix __DragonFly_version.
2017-09-30 Justin C. Sherrill5.1 commit. v5.1.0
2017-09-29 Matthew Dillonkernel - Improve tsleep/wakeup queue collisions
2017-09-28 Matthew Dillonkernel - Restrict kill(-1, ...) to the reaper group...
2017-09-28 Sepherosa Ziehauuipc: Use sendmsg_oncpu, if possible.
2017-09-27 Matthew Dillonkernel - Fix rare allproc scan vs p_ucred race
2017-09-24 Sascha Wildner<machine/stdint.h>: Add __suseconds_t for suseconds_t...
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-21 Sepherosa Ziehauarc4random: Make arc4random context per-cpu.
2017-09-21 Sepherosa Ziehauarc4random: Minor style changes.
2017-09-19 Sepherosa Ziehauipfw: Add defrag action.
2017-09-16 Sepherosa Ziehaumtag: Use kmalloc flags, instead of just M_WAITOK or...
2017-09-13 Matthew Dillonkernel - Fix sys% time reporting
2017-09-12 Matthew Dillonkernel - Change legacy MBR partition type from 0xA5...
2017-09-09 Matthew Dillonkernel - Expand breadnx/breadcb/cluster_readx/cluster_r...
2017-09-08 Matthew Dillonkernel - Adjust emergency pager, add D_NOEMERGPGR
2017-08-31 Sascha WildnerClean up namespace in <sys/mman.h>, <sys/resource.h...
2017-08-31 Sascha WildnerDefine rlim_t as __int64_t directly, not via quad_t.
2017-08-29 Sepherosa Ziehaupoll/select: Use 64bit serial for poll/select's kevent...
2017-08-22 Matthew Dillonkernel - Fix callout race and panic (2)
2017-08-17 Sascha Wildner<sys/uio.h>: Clean up the namespace.
2017-08-11 Sepherosa Ziehauroute: Routes should only be accessed from the first...
2017-08-13 Sascha Wildner<sys/sysvipc.h>: Remove another no longer used header...
2017-08-13 Matthew Dillonkernel - Scale tsleep() performance vs many (thousands...
2017-08-12 Matthew Dillonkernel - Break up scheduler and loadavg callout
2017-08-12 Matthew Dillonkernel - loadavg structure 32->64 bit fields
2017-08-04 Sepherosa Ziehauroute: Delete ortentry, SIOC{ADD,DEL}RT and RTM_OLD...
2017-08-04 Sascha Wildner<sys/un.h>: Clean up namespace.
2017-08-04 Sascha WildnerRemove some no longer used header files.
2017-08-04 Sepherosa Ziehaumbuf: Add message header for generic mbuf sending/recei...
2017-08-01 Sepherosa Ziehaudomain: Nuke pfslowtimo.
2017-07-31 Sepherosa Ziehaudomain: Nuke pffasttimo
next