Update UPDATING a bit.
[dragonfly.git] / sys /
2013-08-05 Sascha WildnerRemove some unused externs.
2013-08-05 Sascha Wildnerrp(4): Remove ISA attachment and some dead code, too.
2013-08-04 Sascha Wildnerkernel/raid: Match xpt_alloc_ccb() and xpt_free_ccb...
2013-08-04 Sascha Wildnerkernel/drm2: Remove two unused externs.
2013-08-04 François Tigeotdrm/i915: Do not check only primary displays
2013-08-04 Sepherosa Ziehauacpi/pstate: AMD CPUs' Family >= 10h use same P-State...
2013-08-04 François Tigeotdrm2: Synchronize with FreeBSD
2013-08-03 Sascha Wildnerkernel: Use TABs to indent in 'files'.
2013-08-02 Matthew Dillonkernel - Fix panic when usched is used to force a cpu...
2013-08-02 Matthew Dillonkernel - Fix sendfile() based deadlock
2013-08-02 Sascha Wildnerkernel/amr: Move amrd (disk) adding before amrp (cam...
2013-08-02 Matthew Dillonkernel - Fix panic when usched is used to force a cpu...
2013-08-02 Matthew Dillonkernel - Fix /dev/mem
2013-08-02 François Tigeotkernel: Fix bus_dmamem_alloc()
2013-08-01 Matthew Dillonkernel - Fix pageout algorithm regression
2013-08-01 Sascha Wildnerkernel/drm2: Add a missing #include (for drm_free()).
2013-08-01 Sascha WildnerAdjust two devfs manual pages and some comments to...
2013-08-01 Sepherosa Ziehautcp: Allow socket/syncache inheritance between SO_REUSE...
2013-08-01 Sepherosa Ziehauigb: Force status register reading in ifmedia status...
2013-07-31 Matthew Dillonkernel - Add hw.cpu_mwait_haltand hw.cpu_mwait_spin
2013-07-31 Johannes Hofmanndrm: consistently use drm_free()
2013-07-31 Johannes Hofmanndrm: remove unused size parameter from drm_free
2013-07-31 Sascha Wildnerkernel/drm2: Some build and warning fixes.
2013-07-31 François Tigeotdrm: Fix incorrect usage of taskqueue_thread
2013-07-31 François Tigeoti386: Partially revert 9e5e15787783090b6f8cc9f3dc990820...
2013-07-31 Matthew Dillonboot - Add loader.conf variable sioX.baud for console...
2013-07-31 Peter Avaloslibc/db: Sync with FreeBSD
2013-07-30 glebiusdrm: Properly initialize drm_debug_flag
2013-07-30 Chris Wilsondrm/i915: Add no-lvds quirk for Supermicro X7SPA-H
2013-07-30 François Tigeotdrm2: Hook to DragonFly's build infrastructure
2013-07-30 Johannes Hofmanndrm: disable drm_kms_helper_poll for now
2013-07-30 François Tigeotdrm2: Comment out i915_info_sysctl_handler()
2013-07-30 François Tigeoti915_gem.c: Revisit initialization code
2013-07-30 Matthew Dillonkernel: Correctly handle fake pages
2013-07-30 François Tigeotdrm2: Make the PAT code more compatible with FreeBSD
2013-07-30 Matthew Dillonkernel: PAT work, test_and_set_bit()
2013-07-30 Johannes Hofmanndrm: preliminary replacement for vm_phys_fictitious...
2013-07-30 François Tigeotkernel: Add atomic_load_acq_64()
2013-07-30 Johannes Hofmanndrm: lockmgr() returns 0 on success
2013-07-30 Johannes Hofmanndrm: Implement vm_fault_quick_hold_pages and vm_page_un...
2013-07-30 Johannes Hofmanndrm2 porting: Small changes
2013-07-30 Johannes Hofmanndrm: switch back from kfree to free and add a NULL...
2013-07-30 Matthew Dillondrm2: Properly handle requests passing page boundaries
2013-07-30 François Tigeotdrm2: Translate some vm calls, comment out others
2013-07-30 Johannes Hofmanndrm2: Replace or comment out devfs cdevpriv calls
2013-07-30 François Tigeoti915: fix sf_buf_alloc() calls
2013-07-30 François Tigeoti915: Rename pipe to i915_pipe
2013-07-30 François Tigeotdrm2: replace callout_schedule by callout_reset()
2013-07-30 François Tigeoti915: replace several sleep functions by DELAY()
2013-07-30 François Tigeotdrm2: Small porting fixes
2013-07-30 Johannes Hofmanniicbus: add intel_iic to iicbb driver
2013-07-30 Johannes Hofmanndrm2: Port d_mmap_single() from FreeBSD
2013-07-30 François Tigeotdrm2: Handle device creation, translate dev_ops functions
2013-07-30 Sepherosa Ziehauproto: Fix copy-n-paste error; PR_ASYNC_RCVD should...
2013-07-30 Sascha Wildnerkernel/bus: Remove NULL check after kmalloc with M_INTW...
2013-07-30 Johannes Hofmannkernel: add OBJT_MGTDEVICE in some more places
2013-07-30 Johannes Hofmannkernel: Port new device_pager interface from FreeBSD
2013-07-29 Matthew Dillonkernel - Do not invalidate the vnode+children in the...
2013-07-29 Sascha Wildnerkernel/pci: Fix extern in pcivar.h and clean up a bit.
2013-07-27 Sascha Wildnerkernel: Stop installing pst(4) module and manual page...
2013-07-27 Sascha Wildner<sys/proc.h>: Remove suser() and suser_cred() prototypes.
2013-07-25 Sascha Wildnersys/boot: Remove some unused externs.
2013-07-24 Sascha Wildnerkernel: Remove some unused kmalloc types in drm/drm2...
2013-07-24 François Tigeotdrm2: add a drm_find_file_by_proc() implementation
2013-07-24 François Tigeotkernel: Update taskqueue subsystem
2013-07-23 François Tigeotdrm2: Adapt kernel_map usage
2013-07-23 François Tigeotdrm2: Handle slightly different little things (2/2)
2013-07-23 François Tigeotdrm2: Handle slightly different little things (1/2)
2013-07-23 François Tigeotdrm2: Remove unused FreeBSD functions and macros
2013-07-23 François Tigeotdrm2: Fix include files
2013-07-23 François Tigeotdrm2: Handle locking
2013-07-23 François Tigeotdrm2: Some functions are named differently
2013-07-23 François Tigeotdrm2: Remove CTR* functions
2013-07-23 François Tigeotdrm2: Comment out FreeBSD ids
2013-07-23 Sascha WildnerRemove some no longer used externs in various system...
2013-07-22 François Tigeotdrm: Import drm2+i915 work from FreeBSD
2013-07-22 François Tigeotdrm: move gpu driver headers to subdirectories
2013-07-22 Sascha Wildnerkernel/isa: Remove some no longer used externs declarat...
2013-07-22 François Tigeotkernel: Remove global PROC_LOCK and PROC_UNLOCK definitions
2013-07-22 François TigeotRemove duplicated bitstring.h file
2013-07-22 Sepherosa Ziehausocket: Use modulo-N for SO_REUSEPORT socket locating
2013-07-22 Sepherosa Ziehausocket: Avoid possible race between netmsg_so_notify...
2013-07-22 Sepherosa Ziehauoce: Don't clear M_PKTHDR when create mbuf chain
2013-07-21 François Tigeotkernel: Add PROC_LOCK and PROC_UNLOCK
2013-07-21 François Tigeotkernel: Implement copyin_nofault and copyout_nofault
2013-07-21 François Tigeotkernel: add vm_page_unhold_pages()
2013-07-21 Johannes Hofmannkernel: Add DRIVER_MODULE_ORDERED macro
2013-07-21 François Tigeotkernel: Import bitcount16() from FreeBSD
2013-07-21 François Tigeotkernel: Import unrhdr function family from FreeBSD
2013-07-21 Franco Fichtneradd .Mt to man pages in bin/ games/ sys/ tools/
2013-07-21 Sascha Wildnerkernel: Remove a no longer used extern declaration.
2013-07-21 Sascha Wildnerkernel: Remove some HW_WDOG remains.
2013-07-21 François Tigeotkernel: Import vm_mmap_to_errno() from FreeBSD
2013-07-20 François Tigeotkernel: import pci_find_class() from FreeBSD
2013-07-20 François Tigeotkernel: Add kqsort_r()
2013-07-19 Sascha Wildnerkernel: Remove some more unused kmalloc types.
2013-07-19 Sascha Wildnerkernel: Remove some no longer used options.
2013-07-19 Sepherosa Ziehausocket: Avoid possible race between netmsg_so_notify...
2013-07-18 Johannes Hofmannkernel/pat: Improve kmem_alloc_attr()
2013-07-18 François Tigeotpat: Add pmap_invalidate_cache_pages()
next