dragonfly.git
2018-04-21 Sascha WildnerRemove IPsec and related code from the system.
2018-04-21 Sascha Wildnerkernel: Disable TCP_SIGNATURE in preparation for removi...
2018-04-21 Sascha Wildner<sys/mbuf.h>: Fix packet tag comments.
2018-04-21 Matthew Dillonkernel - Fix duplicate da0 or da* and locked up boot
2018-04-20 Tomohiro Kusumisys/vfs/autofs: Use ksnprintf() (sync with NetBSD)
2018-04-20 Tomohiro Kusumisys/vfs/autofs: Fix a comment
2018-04-19 Bill Yuanipfw3nat: remove the state from the proper tree
2018-04-20 Matthew Dillonkernel - Increase vm_object hash table
2018-04-20 Matthew Dillonkernel - Implement td_limit reflection of p_limit
2018-04-19 Antonio Huete... rc.d - Be quiet when check if modules are loaded
2018-04-19 Matthew Dillonkernel - Handle spinlock indefinite wait edge case
2018-04-18 Sascha Wildnerkernel/LINT64: Fix comment.
2018-04-18 Sascha WildnerRemove some old tty related code, such as <sgtty.h...
2018-04-18 Antonio Huete... bpf - Add BIOC{S,G}FEEDBACK ioctls
2018-04-18 Antonio Huete... <net/dlt.h> - Remove a comment which is no longer appli...
2018-04-18 Antonio Huete... <net/dlt.h> - Add some more DLTs
2018-04-18 Matthew Dillonhammer2 - Add vfs.hammer2.limit_dirty_inodes
2018-04-18 Matthew Dillonkernel - Add dirty vnode management facility
2018-04-17 Sepherosa Ziehauinet6/pim: Return IPPROTO_DONE if the mbuf is freed.
2018-04-17 Matthew Dillonkernel - Improve spinlock performance a bit
2018-04-16 Sascha Wildnerkernel: Add -Wmissing-include-dirs to our kernel build.
2018-04-16 Sascha Wildnerkernel/acpica: Remove ${.OBJDIR}/include from Makefile...
2018-04-16 Aaron LIlvm(8): Use relative path for symlinks and clean up...
2018-04-15 zrjgcc50: Backport c++11 literal fixes from gcc80.
2018-04-15 Aaron LIMakefile.inc1: Add sbin and remove games from btools...
2018-04-15 Sascha Wildnerdiff: s/.o/.c/ in the Makefile.
2018-04-15 Sepherosa Ziehaukern: Unbreak compilation w/o INVARIANTS
2018-04-15 Sascha WildnerUpdate the pciconf(8) database.
2018-04-14 Sascha Wildner<sys/elf_common.h>: Add an Elf_Nhdr definition.
2018-04-13 Bill Yuanipfw3: remove legacy macros
2018-04-13 Bill Yuanipfw3: format
2018-04-13 Bill Yuanipfw3: list loaded modules
2018-04-13 Bill Yuanipfw3nat: move the implementation back to *.c file
2018-04-13 Matthew Dillonnvme - Improve likelihood of dump success
2018-04-13 Matthew Dillonkernel - Improve SPINLOCK, acpi_timer performance under...
2018-04-13 Sascha Wildneripfw3.8: Some minor adjustments.
2018-04-13 Bill Yuanipfw3layer2: misc
2018-04-13 Bill Yuanipfw3basic: misc
2018-04-13 Bill Yuanipfw3nat: kernel NAT without libalias
2018-04-13 Bill Yuanipfw3basic: fix `to me`
2018-04-13 Bill Yuanipfw3nat: a cleanup callout to purge the expired transl...
2018-04-13 Bill Yuanipfw3nat: show translations
2018-04-13 Bill Yuanipfw3nat: release the nat context during fini
2018-04-13 Bill Yuanipfw3nat: flush all configurations
2018-04-13 Bill Yuanipfw3nat: delete configuration
2018-04-12 Imre Vadászkbdmux - Simplify taskqueue handling, and get rid of...
2018-04-12 Eitan Adler[bsd-family-tree] add OpenBSD 6.3, DragonFly 5.2.0
2018-04-11 Bill Yuanipfw3nat: sysctl vars for nat state timeouts
2018-04-11 Sascha WildnerRevert "libssh: Remove local vis.c from the build."
2018-04-11 Sascha Wildnerlibssh: Remove local vis.c from the build.
2018-04-11 Antonio Huete... contrib/libpcap - Local adjustments
2018-04-11 Antonio Huete... <net/dlt.h> - Add a bunch of DLTs from libpcap
2018-04-11 Antonio Huete... bpf - Add two new instructions
2018-04-11 Sascha WildnerSync unvis(1) and vis(1) with NetBSD.
2018-04-10 Sascha Wildner<bus/cam/scsi/scsi_daio.h>: Include <sys/types.h> for...
2018-04-10 Sascha Wildnervis.3: Use .Er for errno values.
2018-04-10 Sascha WildnerMove the IOCTLTRIM ioctl to a better header and rename...
2018-04-10 Sascha Wildnerlibutil: Specify MLINKS a bit more readable.
2018-04-10 Sascha Wildner<vis.h>: Bring back namespace pollution reduction.
2018-04-10 Bill Yuanipfw3nat: when the nat config is already exists
2018-04-10 Tomohiro Kusumisys/vfs/autofs: Use d_xxx_t typedefs for /dev/autofs
2018-04-10 Tomohiro KusumiSync err(3) message with 4be4de019f
2018-04-10 Sascha Wildnerlibc: Move to a format for specifying MLINKS that's...
2018-04-10 Sascha Wildnerlibc: Sort unvis.3 MLINKS alphabetically, too.
2018-04-10 Sascha Wildnerlibc: Fix up MLINKS for the recent upgrade of vis.3...
2018-04-09 Bill Yuanipfw3nat: show nat config in kernel
2018-04-09 Bill Yuanipfw3nat: show config in userland
2018-04-09 Bill Yuanipfw3nat: func to get new alias
2018-04-09 Sascha WildnerRemove a number of duplicated includes in userland.
2018-04-09 François Tigeotlibc: Replace vis(3) and unvis(3) files with NetBSD...
2018-04-09 Bill Yuanipfw3nat: nat func to replace the src or dst
2018-04-09 Bill Yuanipfw3nat: check_nat func
2018-04-09 Bill Yuanipfw3nat: add conf in kernel
2018-04-09 Bill Yuanipfw3nat: nat_config func in userland.
2018-04-09 Bill Yuanipfw3nat: standardize the function names
2018-04-09 zrjncurses: Allow for easier bootstrap of libtic.
2018-04-09 zrjgcc50: Deal with -Wnarrowing when compiled by gcc80.
2018-04-08 Sascha Wildnerbootpd/wpa_supplicant: Fix some warnings.
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.
next