dragonfly.git
2019-04-08 Sascha Wildnerlibc: Add prototypes for various functions we use in...
2019-04-08 Sascha Wildnerlibc/stdlib: Fix two -Wunused-parameter warnings.
2019-04-07 zrjfstat(1): Mangle dev2udev() name.
2019-04-07 zrjfstat(1): Move out vm_map traversal functions to libkvm.
2019-04-07 zrjlibkvm: Raise WARNS.
2019-04-07 zrjlibkvm: Suppress last -Wsign-compare warnings.
2019-04-07 zrjlibkvm: Remove not needed casts in vsnprintf() calls.
2019-04-07 zrjlibkvm: Move kvm_notrans() to kvm.c
2019-04-07 zrjlibkvm: Silence -Wtype-limits warning.
2019-04-07 zrjlibkvm: Silence -Wmissing-field-initializers warnings.
2019-04-07 zrjlibkvm: Fix -Wunused-parameter warnings.
2019-04-07 zrjlibkvm: Fix -Wshadow warnings for gcc47.
2019-04-07 zrjlibkvm: Fix -Wshadow warnings.
2019-04-07 zrjlibkvm: Sort items in <kvm.h>
2019-04-07 zrjlibkvm: Always use local kvm.h header.
2019-04-07 zrjlibkvm: Cleanup kvm_util.c
2019-04-07 zrjlibkvm: Add missing prototype for dev2udev().
2019-04-07 zrjlibkvm: Add include guards for kvm_private.h
2019-04-07 zrjKernel: Minor whitespace cleanup in kern_kinfo.c.
2019-04-07 zrjlibc/dmalloc: Adjust for aligned_alloc() changes.
2019-04-07 zrjlibc/dmalloc: Fix unused warning for non INVARIANTS.
2019-04-07 zrjlibc/stdlib: Refactor aligned_alloc().
2019-04-07 zrjAdd <alloca.h> header.
2019-04-07 zrjlibc/stdlib: Add __cxa_thread_atexit_impl() hook.
2019-04-07 zrjlibc/stdlib: Avoid calling destructors in a wrong order.
2019-04-07 Sascha Wildnerlibc: Fix some -Wunused-parameter warnings.
2019-04-07 Sascha Wildnerlibc/libpthread: Add guard to fix redundant __isthreade...
2019-04-07 Sascha Wildnerlibc/stdio: Remove two redundant prototypes.
2019-04-07 Sascha Wildnerlibc/net: Remove some unneeded externs.
2019-04-07 Sascha Wildnerlibc/db: Add an include guard.
2019-04-07 Sascha Wildnerlibmd: Remove sha384 traces.
2019-04-07 Sascha Wildner<sys/ttydefaults.h>: Constify ttydefchars[], make size...
2019-04-07 Sascha Wildnerstr{,case}cmp.3: Remove further bcmp(3) references.
2019-04-07 Sascha Wildner<termios.h>: Cleanup #include, fix whitespace.
2019-04-07 Sascha Wildnermemcmp.3: Remove bcmp(3) reference.
2019-04-07 Sascha Wildnerlibc: Merge bcmp.3 and memcmp.3.
2019-04-06 Sascha WildnerSync ACPICA with Intel's version 20190405.
2019-04-05 Tomohiro Kusumisys/vfs/fuse: Fix confusing vop_write_dirent() retval...
2019-04-05 Tomohiro Kusumisys/vfs/autofs: Use VFS_STATFS()
2019-04-05 Sascha Wildner<unistd.h>: Update one more comment.
2019-04-05 Sascha Wildner<unistd.h>/<sys/unistd.h>: Update comments.
2019-04-05 Tomohiro Kusumisys/vfs/fuse: Mark /dev/autofs with D_MPSAFE
2019-04-04 Tomohiro Kusumisys/vfs/fuse: Add a comment
2019-04-05 Matthew Dillonkernel - quiet repeated DA/CD probes for removable...
2019-04-04 Sascha WildnerRemove timezone typo via 'make upgrade'.
2019-04-02 Tomohiro Kusumisys/vfs/fuse: Drop PCATCH from tsleep on waiting IPC...
2019-04-02 Matthew Dillonkernel - Add AC256 (sound) quirk
2019-04-02 Sascha WildnerSync ACPICA with Intel's version 20190329.
2019-04-02 Sascha WildnerSync zoneinfo database with tzdata2019a from ftp:/...
2019-04-01 Tomohiro Kusumisys/vfs: Remove .vop_mmap implementations
2019-04-01 Tomohiro Kusumisys/vfs/fuse: Add fuse_vop_{get,put}pages()
2019-04-01 Tomohiro Kusumisys/vfs/fuse: Add assertions
2019-04-01 Tomohiro Kusumisys/vfs/fuse: Cleanup (use TAILQ_FOREACH())
2019-04-01 Sepherosa Ziehaulapic: Don't do AMD C1E fixup on virtual machines by...
2019-04-01 zrjrc.d/sysctl: Use buffer to print out the sysctl changes.
2019-04-01 Sascha WildnerClean up some gcc50 remains.
2019-03-31 Matthew Dillonkernel - Add LAPIC timer C1E test skip for AWS
2019-03-31 Sascha WildnerMove <sys/termios.h> to <termios.h>.
2019-03-31 Tomohiro Kusumisys/vfs/fuse: Add initial FUSE support
2019-03-31 Tomohiro Kusumisys/kern: Add struct file* arg to VOP_{GETATTR,SETATTR...
2019-03-30 Sascha Wildnerkernel: Remove two duplicate #include's.
2019-03-30 Sascha Wildnercallout.9: Fix callout_terminate() prototype.
2019-03-30 Matthew Dillonkernel - Fix panic in uhci attach error path (2)
2019-03-29 François Tigeotdrm/ttm: Sync with Linux 3.16
2019-03-29 Sascha Wildnercallout.9: Remove an unneeded .Pp (before .It). Also...
2019-03-29 François Tigeotdrm/linux: Add some shrinker stub code
2019-03-29 Matthew Dillonkernel - Fix panic in uhci attach error path
2019-03-29 Sascha WildnerAdjust for the removal of callout_stop_sync().
2019-03-28 Sascha Wildnerkernel/netgraph7: Fix the build after the recent callou...
2019-03-28 Matthew Dillonkernel - Add callout API calls for netgraph7 (2)
2019-03-28 Matthew Dillonkernel - Add callout API calls for netgraph7
2019-03-28 Matthew Dillonkernel - make bcmp linux-compatible, add memcmp
2019-03-28 Matthew Dillonkernel - Try to ensure a uniform fsid for exports (2)
2019-03-28 Matthew Dillonkernel - Try to ensure a uniform fsid for exports
2019-03-28 Matthew Dillonkernel - Rewrite the callout_*() API (4)
2019-03-27 Matthew Dillonkernel - Rewrite the callout_*() API (3)
2019-03-27 Sascha Wildnerman9/Makefile: Remove wrong backslash.
2019-03-27 Sascha Wildnermtree/BSD.usr.dist: Sort.
2019-03-27 Matthew Dillonworld - Add missing sample file for aws imaging script
2019-03-27 Matthew Dillonkernel - Fix more wiring / fictitious bugs w/recent...
2019-03-27 Matthew Dillonkernel - Rewrite the callout_*() API (2)
2019-03-27 Matthew Dillonworld - Fix fstat and gcore
2019-03-27 Matthew DillonRevert "fstat(1): Convert to RB_FOREACH() for memory...
2019-03-27 zrjvkernel64: Sync to recent API changes.
2019-03-27 zrjfstat(1): Convert to RB_FOREACH() for memory maps.
2019-03-27 zrj<sys/callout.h>: Add missing <sys/spinlock.h> include.
2019-03-27 Aaron LIfdisk.8: Update DragonFly slice type to 108 (6C)
2019-03-27 Matthew Dillonkernel - Rewrite the callout_*() API
2019-03-27 Matthew Dillonkernel - Refactor swapcache heuristic
2019-03-27 Matthew Dillonkernel - Preliminary vm_page hash lookup (2), cleanups...
2019-03-27 Matthew Dillonkernel - Optimize vm_page_wakeup(), vm_page_hold()...
2019-03-27 Matthew Dillonkernel - Preliminary vm_page hash lookup
2019-03-27 Matthew Dillonkernel - Refactor vm_map structure 1/2
2019-03-27 Matthew Dillonkernel - Fix df and unmount of bad NFS volumes
2019-03-26 Sascha Wildnerwait.2: Fix excessive .Dv usage. Use proper markup.
2019-03-25 Sascha Wildnerkernel: Clean up the usage of <machine/pc/bios.h> and...
2019-03-25 Sascha Wildneripfw(8): Remove unnecessary cast.
2019-03-25 Sascha Wildnerdumpfs(8): Fix conversion of 32 bit ufs_time_t's with...
2019-03-24 zrjkernel/pc64: Remove leftover debug kprintf.
2019-03-24 Sascha Wildnerkernel: Fix indent.
next