dragonfly.git
2018-04-08 Sascha Wildnermtree/BSD.include.dist: Sort a bit.
2018-04-08 Sascha WildnerRemove libalias headers and kernel module via 'make...
2018-04-08 Bill Yuanipfw3nat: move implimentation back to *.c file
2018-04-08 Bill Yuanipfw3nat: cleanup for LINT64 build
2018-04-08 Bill Yuanipfw3nat: standardize the function names
2018-04-08 Bill Yuanipfw3nat: remove the module dependency
2018-04-08 Bill Yuanipfw3nat: cleanup 3
2018-04-08 Bill Yuanipfw3nat: RB_tree to keep the translation records
2018-04-08 Bill Yuanipfw3nat: cleanup 2
2018-04-08 Bill Yuanipfw3nat: delete the libalias 3
2018-04-08 Bill Yuanipfw3nat: delete the libalias 2
2018-04-08 Bill Yuanipfw3nat: delete the libalias 1
2018-04-08 Bill Yuanipfw3nat: cleanup
2018-04-08 Matthew Dillonkernel - Change AcpiOs*Lock() operation to reduce freezes
2018-04-08 Matthew Dillonkernel - Fix pageout / sbusy race
2018-04-07 Sascha Wildnerufs: Rename a number of UFS constants throughout the...
2018-04-07 Sascha Wildnergetty(8): Sync with FreeBSD.
2018-04-07 Sascha WildnerRemove usage of syslog(3)'s LOG_ODELAY because it is...
2018-04-06 Sascha Wildnersdp.3: Adjust protos to follow the code.
2018-04-06 Sascha Wildnerypclnt.3: Adjust yp_first() and yp_next() protos to...
2018-04-06 Sascha Wildnerioctl.9: Remove ioctl() from SYNOPSIS, it's described...
2018-04-06 Sascha Wildnerzone.9: Update a bit better.
2018-04-05 Sascha Wildnerpax(8): Remove old prototypes.
2018-04-05 Sascha Wildnerzone.9: Include <vm/vm_object.h> for struct vm_object.
2018-04-05 Sascha Wildnerpax(8): Switch to using libc's pwcache instead of a...
2018-04-04 Sascha Wildnerlibc/pwcache: Some further work on the pwcache import.
2018-04-04 François TigeotUpdate pwcache(3) support files from NetBSD
2018-04-04 Sascha Wildnerrmt(8): Remove unneeded include of <sgtty.h>.
2018-04-04 Sascha Wildner<sys/ioctl_compat.h>: Add a reminder comment about...
2018-04-04 Sascha Wildnerioctl.9: Document that 'C' is used by some cam(4) ioctl...
2018-04-03 Sascha Wildnerlibcompat: Remove the old and unused insque() and remqu...
2018-04-01 Sascha Wildnerkernel/vtnet: Add opt_ifpoll.h to the Makefile.
2018-04-01 Sascha WildnerSync zoneinfo database with tzdata2018d from ftp:/...
2018-04-01 Sascha Wildnerre_format.7: Make regex.7 an MLINK.
2018-04-01 Sascha Wildnerman(1): Make -a default.
2018-04-01 Sascha WildnerFix -Wsizeof-pointer-memaccess better.
2018-04-01 Sascha Wildnerkernel/vkernel: Add __printflike() to two internal...
2018-04-01 Aaron LIloader/menu: Fix 'vfs.root.real_root' to be 'vfs.root...
2018-04-01 Aaron LIcpdup(1): Fix a typo in the usage
2018-04-01 Matthew Dillonhammer2 - Increase bulkfree buffer size request and cap
2018-03-31 Aaron LImkinitrd(8): Fix a wrong variable name, and more improv...
2018-03-30 Imre Vadászif_vtnet - Add polling support.
2018-03-30 Imre Vadászif_vtnet - Factor out the virtio_bind_intr() calls...
2018-03-30 Aaron LImkinitrd(8): improve the man page and styles
2018-03-30 Aaron LImkinitrd(8): determine the initrd size from the content...
2018-03-30 zrjkernel/usb4bsd: Add missing descriptions for C610/X99...
2018-03-30 Matthew Dillonkernel - Fix UFS bug on filesystem full conditions
2018-03-30 Aaron LIrc.d: Add ipfw3 rc script
2018-03-30 Aaron LIrc.subr: Add _rc_subr_loaded to avoid sourcing it again
2018-03-30 Aaron LIrcorder(8): Multiple cleanups
2018-03-29 Imre Vadászvirtio_pci - Fix vtpci_reinit MSI-X vector reinitializa...
2018-03-29 Imre Vadászif_vtnet - Fixup serialized assertion in vtnet_is_link_...
2018-03-28 Matthew Dillonbridge - Fix dereference race
2018-03-28 Matthew Dillonbridge - Fix arp issue
2018-03-28 Imre Vadásziwm - Always clear watchdog timer, when bringing down...
2018-03-28 Imre Vadásziwm - Clear Time Event active state, when receiving...
2018-03-28 Imre Vadászvtnet - Split up serializers, now has separate rx and...
2018-03-28 François Tigeotsys/file.h: Expand struct file for drm/linux shim
2018-03-28 Aaron LIMakefile.usr: allow easier change of repo URL and cleanups
2018-03-27 Justin C. SherrillChanges for DragonFly 5.3. v5.3.0
2018-03-27 Imre Vadászif_vtnet - Cleanup ifalt_subque handling a bit.
2018-03-27 Sascha Wildnerkernel/{ext2,u}fs: Remove unused 'in_exists' from struc...
2018-03-26 Imre Vadászif_vtnet - Get rid of separate vtnet_{rx,tx}_intr_task...
2018-03-26 Imre Vadászif_vtnet - Fixup previous commit.
2018-03-26 Imre Vadászif_vtnet - Use ifsq_watchdog_* functions as the watchdog.
2018-03-26 Tomohiro Kusumisys/vfs/autofs: Cleanups (sync with NetBSD and OpenBSD)
2018-03-25 Aaron LIlocate.updatedb(8): improve default search paths with...
2018-03-25 Imre Vadászif_vtnet - Don't drop vtnet_slz in some of the virtqueu...
2018-03-25 Imre Vadászif_vtnet - Remove vtnet_tick_ch and vtnet_cfgchg_task...
2018-03-25 Imre Vadászif_vtnet - Pass the vtnet serializer in ether_ifattach().
2018-03-25 Imre Vadászif_vtnet - Remove unused vtnet_tick() code.
2018-03-25 Imre Vadászif_vtnet - No need to use the taskqueue to run vtnet_up...
2018-03-25 Eitan Adler[pci_vendors] Update pci_vendors to 2018.03.21
2018-03-25 Aaron LI[test] Hi Fred :-)
2018-03-25 François Tigeotdrm/linux: Add signal_pending_state
2018-03-24 Imre Vadászvirtio - Get rid of unused flags option in virtio_alloc...
2018-03-24 Imre Vadászvirtio - Explicitly teardown interrupts in driver detac...
2018-03-24 Imre Vadászvirtio - Move virtqueue_pending() checks into the child...
2018-03-24 Imre Vadászvirtio - Get rid of config_change devmethod, treat...
2018-03-24 Imre Vadászvirtio - Specify handler and argument in bind_intr...
2018-03-24 Imre Vadászvirtio - Refactor virtio bus API, to untangle virtuques...
2018-03-24 Sascha Wildnergroff/tmac: Revert doc-common back to vendor state.
2018-03-24 Tomohiro Kusumisys/vfs/autofs: Revert 1bfb99b1b1("prevent assert on...
2018-03-24 François Tigeotdrm/linux: Add cmpxchg_relaxed()
2018-03-23 Matthew Dillonkernel - Fix namecache leak / broken hysteresis
2018-03-23 Sascha Wildnerkernel/machdep: Remove unused and #if 0'd finishidentcp...
2018-03-23 François Tigeotdrm/linux: Add a few functions (mostly stubs)
2018-03-23 Sascha Wildnervfs_unmountall.9: Document the new halting argument.
2018-03-23 François Tigeotkernel: Add missing atomic_fcmpset_*() variants
2018-03-23 Sascha Wildnerkernel/devfs: Use 1UL << ... in bitmap bit operations.
2018-03-23 Sascha WildnerRemove obsolete stabs.7 manual page.
2018-03-22 Imre Vadászvirtio_blk - Inline vtblk_complete into vtblk_vq_intr...
2018-03-22 Imre Vadászvirtio_pci - Remove int return value from interrupt...
2018-03-22 Matthew Dillonkernel - devfs cleanup
2018-03-22 Matthew Dillonkernel - Fix tapN creation >= 32 units, fix pty issues...
2018-03-22 Matthew Dillonkernel - Fix tapN creation >= 32 units, fix pty issues...
2018-03-21 Sascha Wildneridr.9: Improve this manual page a bit.
2018-03-21 Matthew Dillonkernel - Fix quickhalt panic-on-reboot
2018-03-21 Sascha WildnerBSD.include.dist: Use spaces to indent (see etc/mtree...
2018-03-21 Bill Yuanipfw3: use the headers in include folder
next