wmemchr.3: Add missing const to prototypes.
[dragonfly.git] / sys /
2013-10-18 John MarinoMerge branch 'vendor/LDNS'
2013-10-18 Sepherosa Ziehauvga_pci: Fix cached resources cleanup and setup driver...
2013-10-18 Sepherosa Ziehauvga_pci: Allocate resource method requires resource...
2013-10-17 Matthew Dillonkernel - Add sysctl kern.random
2013-10-17 Matthew Dillonkernel - Use shared spinlock for namecache hash
2013-10-17 Matthew Dillonkernel - namecache clock performance improvement
2013-10-16 Matthew Dillonkernel - Fix panic in sysctl_kern_proc()
2013-10-16 Sascha Wildnerkernel/hammer2: Remove two unused malloc types, W_BIOQU...
2013-10-15 Matthew Dillonkernel - improve pv_hold()
2013-10-15 Matthew Dillonkernel - Fix spin_lock_shared() race
2013-10-15 Sascha Wildnerbtx: Add FreeBSD's r256293 (fixes boot on Jetway NF81...
2013-10-15 Sascha WildnerFix up some include guards (and checks) in our header...
2013-10-15 Matthew Dillonkernel - work around ipmi serial port bug
2013-10-15 Matthew Dillonkernel - more vfs syncer stuff
2013-10-14 Matthew Dillonkernel - Fix bug last commit (2)
2013-10-14 Matthew Dillonkernel - Fix bug last commit
2013-10-14 Matthew Dillonkernel - Fix hammer recovery crash (due to recent synce...
2013-10-14 Matthew Dillonkernel - Use per-cpu token for deadlwps list
2013-10-14 Matthew Dillonkernel - Concurrent fork/exec (3) - Fix 32-bit builds...
2013-10-13 François Tigeotdrm: Sync drm_hashtab files with Linux 3.8
2013-10-13 François Tigeotdrm: Add hlist RCU macros
2013-10-13 François Tigeotdrm: Replace BSD and legacy DRM macros by Linux mechanisms
2013-10-13 François Tigeotdrm: Rename DRM_LIST_HEAD to LINUX_LIST_HEAD
2013-10-13 Matthew Dillonkernel - Concurrent fork/exec (2)
2013-10-13 Matthew Dillondrm - Fix kernel compile
2013-10-13 François Tigeotdrm: Add linux/compiler.h from the FreeBSD OFED stack
2013-10-13 François Tigeotdrm: Replace drm_linux_list.h by linux/list.h ...
2013-10-13 François Tigeotdrm: Add a local implementation of linux/export.h
2013-10-13 François Tigeotdrm: Add a local implementation of linux/hash.h
2013-10-13 Jean-Sébastien Pédrondrm: Define BITS_PER_LONG
2013-10-12 Matthew Dillonkernel - Greatly improve concurrent fork's and concurre...
2013-10-12 François Tigeotnetinet/in.h: Add missing IPPORT_MAX definition
2013-10-11 Matthew Dillonkernel - Fix bug when running swapon a gpt slice
2013-10-11 Matthew Dillonkernel - Performance optimization pass
2013-10-11 dumbbelldrm/radeon: Add missing "return false" after unmapping...
2013-10-11 Jean-Sébastien Pédrondrm: Rename struct drm_driver_info to struct drm_driver
2013-10-11 Jean-Sébastien Pédrondrm: Rename members of struct drm_agp_head to match...
2013-10-11 François Tigeotvga_pci.c: Sync with FreeBSD
2013-10-11 François Tigeotkernel: Add a method to get the bus's bus_dma_tag_t
2013-10-11 Matthew Dillonkernel - Optimize sync and msync for tmpfs and nfs
2013-10-11 Matthew Dillonkernel - Optimize vfs_msync() when MNTK_THR_SYNC is...
2013-10-11 Matthew Dillonhammer - Use new vsyncscan() mechanic (3)
2013-10-11 Matthew Dillonhammer - Use new vsyncscan() mechanic (2)
2013-10-11 Matthew Dillonhammer - Use new vsyncscan() mechanic.
2013-10-11 Matthew Dillonkernel - Add vsyncscan() infrastructure
2013-10-10 Antonio Huete Jimenezdirfs - Rework how host file permissions are checked.
2013-10-10 Matthew Dillonkernel - Attempt to fix tty race
2013-10-09 Sascha Wildnerkernel: Fix the LINT kernels.
2013-10-09 Matthew Dillonkernel - Fix pgrp and session ref-count races
2013-10-09 François Tigeotdrm/radeon: Import firmwares
2013-10-09 François Tigeotdrm/radeon: Remove useless .PATH directive
2013-10-09 François Tigeotdrm/radeon: Fix locking issues
2013-10-09 François Tigeotdrm: Some drm_addmap() fixes
2013-10-08 François Tigeotdrm/radeon: Import the Radeon KMS driver from FreeBSD
2013-10-08 Sascha Wildnerkernel/drm: Fix the LINT build.
2013-10-08 Antonio Huete Jimenezhammer - Fix exit path for newly added ioctl
2013-10-07 François Tigeotidr: Remove duplicated code
2013-10-07 Antonio Huete Jimenezhammer - Add HAMMER_PFS_ITERATE ioctl
2013-10-07 François Tigeotdrm: Remove the drm_gem_names subsystem
2013-10-07 François Tigeotidr: Simplify idr_grow()
2013-10-07 Matthew Dillonkernel - Add shared active virtual memory, i386
2013-10-07 Matthew Dillonkernel - Allow NULL softc in ulptclose()
2013-10-07 Matthew Dillonkernel - Rewrite do_vmtotal and change the way VM stati...
2013-10-06 Matthew Dillonkernel - Report zalloc statistics more accurately
2013-10-06 Matthew Dillonkernel - pc64 - Fix pv_free() race and add assertions
2013-10-06 Matthew Dillonkernel - pc64 - Print errata fixup only for cpu 0
2013-10-06 François Tigeotidr: Fix idr_find
2013-10-06 François Tigeotidr: idr_pre_get() takes two arguments
2013-10-06 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-10-06 François Tigeotidr: Grow descriptor table as needed in idr_get_new_above()
2013-10-06 François Tigeotidr: Protect data structures with a lwkt_token
2013-10-06 François Tigeotidr: Mark non-public functions as static
2013-10-06 François Tigeotidr: Remove non-standard function idr_init1()
2013-10-05 John MarinoMerge branch 'vendor/GDB'
2013-10-05 François Tigeotdrm: Use Linux idr functions in drm_crtc code
2013-10-05 François Tigeotdrm: Add a linux/idr.h compatibility file
2013-10-05 François Tigeotidr: Increase default size to 256 elements
2013-10-05 Matthew Dillonkernel - Add if_iwn to the default build
2013-10-05 Matthew Dillonkernel - Fix minor ipv6 mbuf memory leak
2013-10-04 François Tigeotdrm: Manage reference counts with Linux kref functions
2013-10-04 François Tigeotdrm: Import linux/kref.h from the FreeBSD OFED stack
2013-10-03 François Tigeotdrm: Manage drm_local_map structures with linux list...
2013-10-02 Matthew Dillonkernel - Fix a SMP race in the 64-bit pmap code (2)
2013-10-02 Matthew Dillonhammer2 - Move write thread from hmp to pmp
2013-10-02 Matthew Dillonkernel - Fix a SMP race in the 64-bit pmap code
2013-10-02 Matthew Dillonhammer2 - cleanup, write path work
2013-10-01 François Tigeotkernel: don't allow proplib to redefine bool
2013-10-01 François Tigeotstdbool.h: Move to sys/sys
2013-10-01 François Tigeotdrm/i915: Make intel_gtt_get() return type the same...
2013-10-01 Matthew Dillonhammer2 - Revamp snapshot code
2013-09-30 Matthew Dillonhammer2 - Revamp hammer2_cluster structure part 1
2013-09-29 Antonio Huete Jimenezdirfs - Lower debug level to 0
2013-09-29 Antonio Huete Jimenezdirfs - Fix a panic on shutdown.
2013-09-29 John Marinolocales, libconv: Sync with FreeBSD (extensive reach)
2013-09-29 François Tigeotagp/intel: Add ValleyView and Haswell devices
2013-09-29 François Tigeotagp/intel: Fix pci_get_subdevice() / pci_get_device...
2013-09-29 François Tigeotagp/intel: Minor cleanups
2013-09-29 Matthew Dillonhammer2 - Redo refactor code, fix races, add assertions
2013-09-28 Antonio Huete Jimenezvkernel - Update usage options.
2013-09-28 Antonio Huete Jimenezvkernel - Add -d option to disable vmm.
next