kernel: Adjust netgraph7 for the mtx_init() change.
[dragonfly.git] / sys /
2015-03-23 Sascha Wildnerkernel: Adjust netgraph7 for the mtx_init() change.
2015-03-23 Sascha Wildnerkernel/acpi: Only check against ACPI 1.0's FADT size...
2015-03-23 Matthew Dillonhammer2 - structuralize the cluster's chain array
2015-03-23 Matthew Dillonhammer2 - locking revamp (2)
2015-03-23 Matthew Dillonhammer2 - locking revamp
2015-03-23 Matthew Dillonkernel - Major mtx lock cleanup
2015-03-23 Sepherosa Ziehausensor: Allocate task w/ M_WAITOK
2015-03-23 Sepherosa Ziehausensor: Create task thread through SYSINIT
2015-03-23 Sepherosa Ziehausensor: Function renaming and remove unnecessary comment.
2015-03-23 Sepherosa Ziehausensor: Remove the NOSYSCTL8HACK ifndef test
2015-03-23 Sepherosa Ziehausensor: Staticize internal global variables
2015-03-23 Sepherosa Ziehausensor: volatile is unnecessary for running
2015-03-23 Sepherosa Ziehausensors: Staticize internal functions
2015-03-23 Sepherosa Ziehausensor: Utilize LOCK_INITIALIZER
2015-03-23 Sepherosa Ziehaulock: Add LOCK_INITIALIZER
2015-03-22 John MarinoMerge branch 'vendor/GCC50'
2015-03-22 John MarinoMerge branch 'vendor/BMAKE'
2015-03-22 Sascha Wildnerkernel/iwn: Properly build 3 missing firmwares (100...
2015-03-22 Sascha WildnerAdd sa_family_t definitions to <netinet/in.h> and ...
2015-03-22 Sascha Wildnerkernel/acpi: Use ACPI_FULL_INITIALIZATION (no functiona...
2015-03-21 François Tigeotdrm/i915: Sync i915_gem_phys_pwrite() with Linux 3.11
2015-03-21 François Tigeotdrm/i915: Sync i915_gem_object_put_pages_gtt() with...
2015-03-21 François Tigeotdrm: Implement set_page_dirty()
2015-03-21 François Tigeotdrm/i915: Sync i915_gem_shmem_pread() with Linux 3.11
2015-03-21 François Tigeotdrm: Add linux/swap.h
2015-03-21 Sepherosa Ziehausensor: Minor white space and style cleanup
2015-03-20 Sascha Wildner<sys/unistd.h>: Use __BSD_VISIBLE instead of !_POSIX_SO...
2015-03-19 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-03-18 Sepherosa Ziehaux86_64: Take advantage of ACPI/CPU specific C-state...
2015-03-18 Sepherosa ZiehauRevert "acpi/cstate: Detect and fix duplicated C-states"
2015-03-18 Sepherosa Ziehauacpi/cstate: Match C-states of the hyperthreads on...
2015-03-18 Sepherosa Ziehauip: Don't generate IP ID for DF IP datagrams (part...
2015-03-17 Sascha Wildnerkernel/acpi: Reduce code duplication with ACPICA (secon...
2015-03-16 Sascha WildnerRevert "kernel/acpi: Reduce code duplication with ACPICA."
2015-03-16 Sascha Wildnerkernel/acpi_thermal: If the _TMP can't be evaluated...
2015-03-16 Michael Neumanndrm: Add firmware.h Linux compatiblity layer
2015-03-16 Michael Neumanndrm: Add Linux seq_file equivalent
2015-03-16 Michael Neumanndrm: Basic implementation of wound/wait mutexes used...
2015-03-16 Sepherosa Ziehauif: Remove unused if_ioctl_mtx
2015-03-16 Sepherosa Ziehauacpi/cstate: Clear saved C-state softc, if attach failed
2015-03-16 Sepherosa Ziehauacpi/cstate: Detect and fix duplicated C-states
2015-03-16 Matthew Dillonkernel - Refactor kern_mutex (mtx* functions)
2015-03-15 Sascha Wildnerkernel/acpi: Adjust the definition of some statically...
2015-03-15 Sascha Wildnerkernel: Remove fdescfs. devfs handles this.
2015-03-15 Matthew Dillonhammer2 - Optimize out read I/O on new allocations (2)
2015-03-15 Matthew Dillonhammer2 - Optimize out read I/O on new allocations
2015-03-15 Matthew Dillonhammer2 - Misc cluster protocol work
2015-03-14 Sascha Wildnerkernel/ipfw3: Fix LINT64 building.
2015-03-14 François Tigeotdrm/i915: Reorder some function definitions
2015-03-14 François Tigeotdrm/i915: add trace functions
2015-03-14 François Tigeotdrm: Sync drm_mm.c with Linux 3.11
2015-03-13 John MarinoMerge branch 'vendor/MPC'
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...
next