less(1): Upgrade from version 458 to 471
[dragonfly.git] / sys /
2015-03-13 John MarinoMerge branch 'vendor/LESS'
2015-03-13 John MarinoMerge branch 'vendor/GCC50'
2015-03-13 Sepherosa Ziehaurtsock: Make sysctl NET_RT_DUMP MPSAFE.
2015-03-13 Matthew Dillonipfw/ipfw3 - Add pre-load sysctl to default filter...
2015-03-13 Sascha WildnerRevert "if_clone_detach twice when unload the if_lagg...
2015-03-12 Matthew Dillonipfw2 - Rename FreeBSD ipfw port to ipfw3
2015-03-12 Sascha Wildnerkernel/usb4bsd: Unbreak 'template' module (new file...
2015-03-12 Sascha Wildnerkernel/usb4bsd: Unbreak building with USB_DEBUG in...
2015-03-12 Matthew Dillonipfw2 - Final whitespace cleanup
2015-03-12 Bill YuanNew IPFW2 for DragonflyBSD which is:
2015-03-12 Bill Yuanforward action description.
2015-03-12 Bill Yuanif_clone_detach twice when unload the if_lagg module.
2015-03-12 Bill Yuanallow layer2 filtering on ipfw2 when net.link.ether...
2015-03-12 Bill Yuanadjust lock in ipfw2_nat.
2015-03-12 Bill YuanM_DONTWAIT -> M_NOWAIT in ipfw2_basic
2015-03-12 Bill YuanMB_DONTWAIT -> M_NOWAIT
2015-03-12 Bill YuanLock release in ipfw2_nat module.
2015-03-12 Bill Yuanfix for 'multi-dest forwarding'
2015-03-12 Bill Yuanenhanced forward action in kernel space
2015-03-12 Bill Yuanreformat for textwidth=80
2015-03-12 Bill Yuanfilter functionality of keyword 'mac dst src' in layer2...
2015-03-12 Bill Yuanrename the header files.
2015-03-12 Bill YuanVersion 'alpha 1' of ipfw2 firewall module for Dragonfl...
2015-03-12 Bill YuanRefactor the source for ipfw2.
2015-03-12 Bill YuanNew ipfw2 for DragonflyBSD which is able to run paralle...
2015-03-12 Sascha Wildnerkernel/netgraph7: Add missing braces.
2015-03-12 Sascha Wildnerkernel/sound: Add missing braces.
2015-03-12 Matthew Dillonusb - Update bus/u4b
2015-03-12 Sascha Wildnerkernel/crypto: Remove some unneeded semicolons.
2015-03-12 Sascha Wildner<sys/malloc.h>: Remove an unneeded semicolon.
2015-03-12 Sascha Wildnerkernel: Followup commit to f3f3eadbf9de7a55ef1ff8cb23a6...
2015-03-12 Sascha Wildnerkernel: Move semicolon from the definition of SYSINIT...
2015-03-12 Tomohiro Kusumisys/vfs/hammer: Cleanups on undo
2015-03-11 Sascha Wildnerkernel/acpi: Avoid double semicolons.
2015-03-11 Sascha Wildnerkernel/acpi: Use semicolons in macro invocations.
2015-03-11 Sascha Wildnerkernel: Use BSD types, not System V types (ulong -...
2015-03-11 Sascha Wildner<sys/fcntl.h>: Fix comment that I forgot to change.
2015-03-11 Sascha Wildner<sys/fcntl.h>: Clean up usage of _POSIX_SOURCE.
2015-03-11 Sascha Wildner<sys/fcntl.h>: Whitespace cleanup. No functional change.
2015-03-11 Sascha Wildner<sys/unistd.h>: Rename struct lwp_params member names.
2015-03-10 Sascha Wildnerkernel/acpi: Reduce code duplication with ACPICA.
2015-03-10 Tomohiro Kusumisys/vfs/hammer: Properly set mirror_tid on root node...
2015-03-10 Matthew Dillondmsg - Formalize most of the debugging output, cleanup...
2015-03-09 Matthew Dillonhammer - Fix a vsetisdirty() race
2015-03-09 Matthew Dillonxdisk - Fix improper EIO
2015-03-09 Matthew Dillonxdisk - Reprobe when new SPAN state is available
2015-03-09 Matthew Dillondmsg - Stabilization work
2015-03-09 Sascha Wildnerkernel: Remove (unhooked) acx(4), bwi(4), iwl(4) and...
2015-03-08 John MarinoMerge branch 'vendor/GCC50'
2015-03-08 François Tigeotdrm/i915: Replace kmem_alloc_nofault() by kmap()
2015-03-08 François Tigeotdrm_gem.c: Start using some drm_mm functions
2015-03-08 François Tigeotdrm: Reduce diffs with Linux 3.11 in drm_gem.c
2015-03-08 François Tigeotdrm: Add asm/barrier.h
2015-03-08 François Tigeotdrm: Add barrier()
2015-03-08 Tomohiro Kusumisys/vfs/hammer: Fix and add comments on btree
2015-03-07 Tomohiro Kusumisys/vfs/hammer: Fix hammer_debug_btree print format
2015-03-07 Tomohiro Kusumisys/vfs/hammer: Fix hammer_debug_btree print format
2015-03-07 Sascha Wildnerkernel/vfs: Move prtactive variable to vfs_subr.c
2015-03-04 Tomohiro Kusumisys/vfs/hammer: Fix and add comments on btree boundaries
2015-03-03 Matthew Dillonhammer2 - Fix a few assertion panics and other bugs
2015-03-03 Matthew Dillondmsg - Stabilization work
2015-03-03 Matthew Dillonkernel - Refactor the kernel message buffer code (2)
2015-03-03 Matthew Dillonkernel - Refactor the kernel message buffer code
2015-03-03 Sepherosa Ziehauifnet: Make rest of ifnet accessing MPSAFE
2015-03-03 Sepherosa Ziehauacpi/pstate: Ignore inconsistent PSS table
2015-03-02 Sepherosa Ziehauifnet: Make blocking operation in if_addrheads iteratio...
2015-03-01 Matthew Dillonhammer2 - Fix DIO_INPROG race.
2015-03-01 Matthew Dillonxdisk - Flesh out support
2015-03-01 Matthew Dillonkernel - work on dmsg disk exports
2015-03-01 François TigeotRevert "drm/i915: Sync i915_gem_pwrite_ioctl() with...
2015-03-01 Sascha Wildnerkernel/radeon: Remove an unused GPLv2 only file.
2015-03-01 François Tigeotdrm/i915: Sync i915_gem_pwrite_ioctl() with Linux 3.11
2015-03-01 François Tigeotdrm/i915: i915_gem_pager_fault() is i915_gem_fault()
2015-03-01 François Tigeotdrm: Implement linux/io-mapping.h
2015-02-28 Sascha Wildnerkernel: Mark sigexit() and cpu_halt() as not returning.
2015-02-28 Sascha Wildnerkernel/netinet6: Remove some bogus checks for KERNEL...
2015-02-28 Sascha Wildnerkernel/scsi: Fix sense information printing in bootverbose.
2015-02-28 François Tigeotdrm/i915: Sync i915_gem.c with Linux 3.11
2015-02-28 Matthew Dillonhammer2 / kern_dmsg - Fix bugs
2015-02-28 Sascha Wildnerkernel: Remove unused xwait headers.
2015-02-28 Sascha Wildnerkernel: Remove unused hogticks global from kern_synch.c.
2015-02-28 François Tigeotdrm: Add asm/uaccess.h functions
2015-02-28 François Tigeotdrm: Import drm_memory.h from Linux 3.11
2015-02-28 François Tigeotdrm: Add drm_clflush_virt_range()
2015-02-28 François Tigeotdrm: linux/mm.h: Add offset_in_page()
2015-02-28 Matthew Dillonxdisk - disk_setdiskinfo() must be assynchronous
2015-02-27 Imre Vadaszacpi_video(4): Fix detach panic.
2015-02-27 Markus Pfeiffernet/if_lagg: Fix double-free issue
2015-02-27 John MarinoMerge branch 'vendor/GCC50'
2015-02-27 Sepherosa Ziehauacpi/pstate: Allow user to force package level P-state...
2015-02-26 Tomohiro Kusumisys/vfs/hammer: Fix and add comments on root inode
2015-02-26 Markus Pfeiffernetif/if_lagg: Fix panic on MOD_UNLOAD
2015-02-25 Sascha Wildnercoretemp(4): Add MODULE_VERSION.
2015-02-25 Tomohiro Kusumisys/vfs/hammer: conform to style(9)
2015-02-25 Sepherosa Ziehauudp: Disable direct detach only if multicast options...
2015-02-25 Sepherosa Ziehauudp: Disable direct detach, if multicast options are...
2015-02-24 Imre Vadaszacpi_hp(4): Fix detaching, by adding the missing sysctl...
2015-02-24 Tomohiro Kusumisys/vfs/hammer: Remove duplicate calculation of localiz...
2015-02-24 Tomohiro Kusumisys/vfs/hammer: Fix comments on record initialization
2015-02-24 Tomohiro Kusumisys/vfs/hammer: Fix comments on btree record data
next