makewhatis: scan for potentially missing MLINKS in verbose mode
[dragonfly.git] / sys / sys /
2014-01-05 François Tigeotkernel: Sync resource_string_value() with FreeBSD
2014-01-04 Sascha Wildner<sys/sysctl.h>: Fix indent.
2014-01-04 François Tigeotkernel: Add the KERN_PROC_PATHNAME sysctl
2014-01-04 Markus PfeifferBring in GSoC code: SysV IPC in userspace
2014-01-04 François Tigeotkernel: Sync the sbuf(9) subsystem with FreeBSD
2014-01-03 Franco Fichtnercdefs.h: ignore known rcs id macros
2013-12-31 Sascha WildnerBump copyrights.
2013-12-31 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-12-12 Matthew Dillonkernel - Add cache_isopen()
2013-12-06 John MarinoMerge branch 'vendor/BINUTILS224'
2013-12-05 Matthew Dillonidr: Fix an infinite loop issue
2013-12-04 Sascha Wildner<sys/time.h>: setitimer() and utimes() are not BSD...
2013-12-04 Matthew Dillonkernel - Fix SMP races with vnode cluster fields
2013-11-26 Sascha WildnerRemove the <sys/syscall-hide.h> header file.
2013-11-24 Alexandre PerrinAdd proper const keywords to sysctl(3) parameters.
2013-11-23 John MarinoMerge branch 'vendor/BMAKE'
2013-11-21 Sascha Wildnerkernel: Remove random_poll().
2013-11-20 Sascha Wildner<sys/types.h>: Remove wrong #include guard check.
2013-11-17 Sascha Wildner<sys/cdefs.h>: Add __strfmonlike and __strftimelike...
2013-11-14 Matthew Dillonkernel - Performance tuning (3)
2013-11-14 Matthew Dillonkernel - Fine-grain getnewbuf() and related vfs/bio...
2013-11-11 François Tigeotkernel: Add an alias for the FreeBSD callout_drain...
2013-11-09 Matthew Dillonkernel - Performance tuning
2013-11-08 Matthew Dillonkernel - Fine-grain getnewbuf() and related vfs/bio...
2013-11-08 Matthew Dillonkernel - Improve SMP collision statistics
2013-11-07 Matthew Dillonkernel - Fix memory leak, clean up kernel slab fragment...
2013-11-07 Matthew Dillonkernel - Remove most buffer_map contention on 64-bit...
2013-11-06 Sascha Wildner<sys/param.h>: Fix comment.
2013-11-06 Sascha WildnerAdjust the usual files for 3.7 on master.
2013-11-03 Sascha Wildnerpthread/sem_timedwait: sem_timedwait()'s timespec argum...
2013-10-30 Sascha Wildner<sys/msgport.h>: Extend the #ifdef _KERNEL to cover...
2013-10-30 Sepherosa Ziehaumsgport: Add putport_oncpu; helps scheduling netisr...
2013-10-30 Sepherosa Ziehaumsgport: Merge several sendmsg functions
2013-10-25 Sascha Wildnerkernel/vmm: Rename struct guest_options to vmm_guest_op...
2013-10-25 Matthew Dillonkernel - Remove proc_token, replace proc, pgrp, and...
2013-10-25 Matthew Dillonkernel - proc_token removal pass stage 1/2
2013-10-25 Matthew Dillonkernel - Replace global vmobj_token with vmobj_tokens...
2013-10-24 Matthew Dillonkernel - Improve vfork/exec and wait*() performance
2013-10-24 Sascha WildnerRemove no longer used <sys/localedef.h>.
2013-10-24 Matthew Dillonkernel - more SMP optimizations in the VM system
2013-10-23 Matthew Dillonkernel - general cleanup and mplock removal
2013-10-22 Matthew Dillonkernel - Cleanup vfs_lock & ref-count states states
2013-10-21 François Tigeotkernel: Fix sys/mqueue.h includes
2013-10-21 Matthew Dillonkernel - Rewrite lockmgr / struct lock
2013-10-21 Sascha Wildnerkernel - Rewrite vnode ref-counting code to improve...
2013-10-18 John MarinoMerge branch 'vendor/LDNS'
2013-10-15 Matthew Dillonkernel - Fix spin_lock_shared() race
2013-10-15 Sascha WildnerFix up some include guards (and checks) in our header...
2013-10-14 Matthew Dillonkernel - Fix hammer recovery crash (due to recent synce...
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 Dillonhammer - Use new vsyncscan() mechanic (2)
2013-10-11 Matthew Dillonkernel - Add vsyncscan() infrastructure
2013-10-07 Matthew Dillonkernel - Rewrite do_vmtotal and change the way VM stati...
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: Protect data structures with a lwkt_token
2013-10-06 François Tigeotidr: Remove non-standard function idr_init1()
2013-10-05 John MarinoMerge branch 'vendor/GDB'
2013-10-01 François Tigeotstdbool.h: Move to sys/sys
2013-09-29 John Marinolocales, libconv: Sync with FreeBSD (extensive reach)
2013-09-26 Matthew Dillonkernel - Fix ifnet scan race in ipv6
2013-09-20 Matthew Dillonhammer2 - Merge Mihai Carabas's VKERNEL/VMM GSOC projec...
2013-09-15 Sascha Wildner<sys/cdefs.h>: Fix the _Static_assert compatiblity...
2013-09-14 François Tigeotkernel/i386: Implement ffsl()
2013-09-14 Matthew Dillonkernel - Misc adjustments used by the vkernel and VMM...
2013-09-13 Sepherosa Ziehaumbuf: Fix jcluster support
2013-09-12 Sascha Wildner<sys/vnode.h>: Remove two unused externs.
2013-09-05 Matthew Dillonkernel - Change time_second to time_uptime for all...
2013-08-29 Sepherosa Ziehautcp: Implement random initial msgport
2013-08-28 Sepherosa Ziehauproto: Fix comment
2013-08-28 Sepherosa Ziehautcp: Implement asynchronous pru_connect
2013-08-20 Sepherosa Ziehauuipc: Reference the originator thread if asynchronized...
2013-08-17 François TigeotBump __DragonFly_version for i915 KMS support
2013-08-12 François Tigeotkernel: Add bitcount32 to sys/systm.h
2013-08-10 Sascha Wildnerkernel: Start removing syslink.
2013-08-02 Matthew Dillonkernel - Fix panic when usched is used to force a cpu...
2013-08-01 Sepherosa Ziehautcp: Allow socket/syncache inheritance between SO_REUSE...
2013-07-31 Matthew Dillonkernel - Add hw.cpu_mwait_haltand hw.cpu_mwait_spin
2013-07-31 Peter Avaloslibc/db: Sync with FreeBSD
2013-07-30 Johannes Hofmanndrm2: Port d_mmap_single() from FreeBSD
2013-07-30 Sepherosa Ziehauproto: Fix copy-n-paste error; PR_ASYNC_RCVD should...
2013-07-27 Sascha Wildner<sys/proc.h>: Remove suser() and suser_cred() prototypes.
2013-07-24 François Tigeotkernel: Update taskqueue subsystem
2013-07-23 Sascha WildnerRemove some no longer used externs in various system...
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-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 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 Sascha Wildnerkernel: Remove some HW_WDOG remains.
2013-07-20 François Tigeotkernel: Add kqsort_r()
2013-07-18 François Tigeotpat: Add BUS_DMA_NOCACHE, VM_MEMATTR definitions
2013-07-18 Sepherosa Ziehaumbuf: revert part of b4e5a1079d852748f03f32aae87ecdda27...
2013-07-16 Sascha Wildner<sys/device.h>: Fix a typo in an extern declaration.
2013-06-26 Sepherosa Ziehaumbuf: Cache align mbuf statistics
2013-06-21 Sepherosa Ziehaucputimer: Allow MP synchronized TSC to become cputimer...
2013-06-20 Sepherosa Ziehaucputimer: Increase distance between priorities
next