make distribution: Remove references to deleted nls dirs
[dragonfly.git] / sys /
2015-04-05 Sepherosa Ziehaucoretemp: Use lwkt_send_ipiq_passive()
2015-04-05 Sepherosa Ziehaucoretemp: Use IPI to get temperature on other CPUs
2015-04-05 Sepherosa Ziehaudimm: Implement pseudo device driver for DIMM related...
2015-04-05 Matthew Dillonhammer2 - update documentation, cleanup
2015-04-02 John MarinoMerge branch 'vendor/GCC50'
2015-04-01 Sepherosa Ziehaurtsock: Fix NET_RT_FLAGS support
2015-03-31 John MarinoMerge branch 'vendor/BINUTILS225'
2015-03-31 Sepherosa Ziehausensor: Expose max id of sensor device through hw.senso...
2015-03-31 Sepherosa Ziehausensor: Fix sensor device numbering
2015-03-31 Sepherosa Ziehausensor: Fix sysctl tree creation
2015-03-31 Matthew Dillonhammer2 - Cleanup error paths
2015-03-30 Matthew Dillonhammer2 - Start work on quorum validation.
2015-03-30 Matthew Dillonhammer2 - Cleanup hammer2_cluster API
2015-03-29 Matthew Dillonhammer2 - Initial synchronization thread
2015-03-29 John Marinoloader: set color option (blue) by default
2015-03-28 Tomohiro Kusumisbin/hammer: Make hammer checkmap check zone
2015-03-28 Matthew Dillonkernel - Bring in dff23c692 from FreeBSD
2015-03-28 Matthew Dillonkernel - Adjustments for CERT VU#711516
2015-03-28 Matthew Dillonhammer2 - Starting refactoring PFS management in mount
2015-03-27 Matthew Dillonhammer2 - cleanup, add manual page
2015-03-27 Sepherosa Ziehausensor: Save OID of sensordev sysctl tree.
2015-03-27 Sepherosa Ziehausensor: Use sysctl lock
2015-03-27 Matthew Dillondmsg - refactor cluster and pfs identifiers
2015-03-26 Matthew Dillonkernel - Fix panic in broken chroot case
2015-03-24 Tomohiro Kusumisys/vfs/hammer: Fix comment on leaf node elements
2015-03-24 Tomohiro Kusumisys/vfs/hammer: Make use of btree_max_elements()
2015-03-24 Sepherosa Ziehausensor: sensor_task_schedule() should always be locked
2015-03-24 Sepherosa Ziehausysctl: Expose sysctl lock
2015-03-24 Matthew Dillonhammer2 - Cluster API cleanup
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
next