Fix a bug in nullfs_mount() and nullfs_statfs()
[dragonfly.git] / sys /
2011-12-01 François TigeotFix a bug in nullfs_mount() and nullfs_statfs()
2011-12-01 Sascha WildnerAdjust some comment indentation.
2011-12-01 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-12-01 Venkatesh Srinivaskernel - ddb: Print raw instruction pointers in ddb...
2011-12-01 Matthew Dillonkernel - Fix race between procfs / proc sysctls and...
2011-12-01 Matthew Dillonkernel - Minor cleanups
2011-12-01 Matthew Dillonkernel - Fix pmap->pm_active race in switch code
2011-12-01 Matthew Dillonkernel - Add requires p->p_token locking and holds...
2011-11-30 Matthew Dillonkernel - Fix minor bug in last swapcache commit
2011-11-30 Matthew Dillonkernel - Add missing lwkt_switch_return() call to pcb_e...
2011-11-30 Matthew Dillonkernel - swtch.s cleanup
2011-11-30 Sepherosa Ziehautcp6: Implement pru_savefaddr
2011-11-30 Matthew Dillonkernel - Fix fragmentation and object list scan bug...
2011-11-30 Matthew Dillonkernel - Fix a few edge cases in subr_blist.c
2011-11-29 Sepherosa Ziehauaccept: Save foreign address earlier, if protocol suppo...
2011-11-29 Matthew Dillonkernel - Fix race in multi-LWP exit
2011-11-29 Matthew Dillonkernel - Add required vm_token back in to swaponvp()
2011-11-29 Matthew Dillonkernel - Check PG_MARKER in pmap_object_init_pt_callback()
2011-11-29 Matthew Dillonkernel - RB_SCAN() requires a short-term spinlock
2011-11-29 Matthew Dillonkernel - Attempt to fix early release panic w/USB's...
2011-11-28 Sascha Wildner<sys/rman.h>: rman_get_rid() macro takes one parameter...
2011-11-28 Sascha Wildnerx86_64/pmap: Remove an unused function.
2011-11-28 Jan LentferMerge branch 'vendor/LDNS'
2011-11-27 Venkatesh Srinivaskernel -- ktrace: Fix possible one-word stack leak...
2011-11-27 Sepherosa Ziehaux86_64/ioapic_abi: Implement MachIntrABI.rman_setup
2011-11-26 John MarinoMerge branch 'vendor/BINUTILS_ALL'
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch avalon/vendor/BINUTILS-ALL
2011-11-25 Sepherosa Ziehaux86_64/ioapic_abi: Disable interrupt load balance by...
2011-11-24 Sepherosa Ziehauaccept: Implement fast soaccept predication
2011-11-24 Sepherosa Ziehaubce: Use MPSAFE callout
2011-11-23 Sascha Wildner<ucontext.h>: For now, mark *context() as i386 only.
2011-11-22 Sascha Wildneri386/cpufunc.h: Adjust opcodes which are specified...
2011-11-22 Antonio Huete Jimeneznwfs - Use global ncpus
2011-11-21 John MarinoBump __DragonFly_version after new functions added...
2011-11-21 Venkatesh Srinivaskernel -- nata: Raise ATA timeout for FLUSHCACHE requests.
2011-11-21 Sascha WildnerDisable aps(4) in the GENERIC kernels.
2011-11-21 Sascha Wildnerkernel/scsi: Use __unused instead of assigning to itself.
2011-11-21 Sascha Wildnerkernel/nfs: Fix two wrong sizeofs.
2011-11-20 Matthew Dillonkernel - Correct wire count statistics
2011-11-20 Matthew Dillonkernel - Fix vm_object token deadlock (3)
2011-11-20 Matthew Dillonkernel - Fix vm_object token deadlock (2)
2011-11-20 Matthew Dillonkernel - Fix broken assertion
2011-11-20 Matthew Dillonkernel - Fix incorrect VA on interlock
2011-11-20 Matthew Dillonkernel - Fix vm_object token deadlock
2011-11-20 Matthew Dillonkernel - Fix DRM_DEBUG() macro
2011-11-20 Sascha Wildnerkernel: Fix sizeof()s that were taking a pointer.
2011-11-20 Sepherosa Ziehausocket: Speed up soclose by avoiding putting the user...
2011-11-20 Sepherosa Ziehaurt_metrics: Change msl unit to millisecond
2011-11-19 Sascha WildnerLINT/LINT64: Remove page breaks.
2011-11-19 Matthew Dillonkernel - Add ts check to dotimeout_only()
2011-11-19 Matthew Dillonkernel - Fix swapcache related crash
2011-11-19 Matthew Dillonkernel - Fix crash in pmap_enter()
2011-11-19 Matthew Dillonkernel - Correct unaligned results in alist_free_info()
2011-11-19 Matthew Dillonkernel - Implement a contiguous memory reserve for...
2011-11-19 Matthew Dillonkernel - Revamp subr_alist and get it ready for use
2011-11-18 Matthew Dillonkernel - Fix incorrect assertion in lwkt_token_swap()
2011-11-18 Matthew Dillonkernel - Fix swapcached problems when max-swap use...
2011-11-18 Matthew Dillonkernel - Fix swapcached problems when max-swap use...
2011-11-18 Matthew Dillonkernel - Document vm_map_lookup_entry() better in vm...
2011-11-18 Matthew Dillonkernel - Adjust tlb invalidation in the x86-64 pmap...
2011-11-18 Matthew Dillonkernel - Fix marker in sysctl_kern_proc()
2011-11-18 Matthew Dillonkernel - Cleanup and document
2011-11-18 Sepherosa Ziehaunetisr: Expose netmsg_sync_handler to avoid code duplic...
2011-11-18 Sascha Wildnernetgraph: Add module dependencies.
2011-11-17 Alex Hornungdfregress,tbridge - Move into usr.bin and sys/dev
2011-11-17 Matthew Dillonkernel - Fix additional races in lwp_signotify()
2011-11-17 Matthew Dillonkernel - more procfs work
2011-11-17 Matthew Dillonkernel - Fix ps/thread-exit and other related ps races
2011-11-17 Sepherosa Ziehausendfile: Use asynchronized pru_send when ever possible
2011-11-17 Sepherosa Ziehauprotosw: Add PR_ASYNC_SEND, mainly to make sure async...
2011-11-17 Venkatesh Srinivaskernel -- vkernel64's trap_pfault should use VM_FAULT_B...
2011-11-17 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-11-17 Venkatesh Srinivaskernel -- token: Two shared token DEBUG_LOCKS tests.
2011-11-16 Matthew Dillonkernel - Move VM objects from pool tokens to per-vm...
2011-11-16 Matthew Dillonkernel - Try to fix procfs readdir race
2011-11-16 Matthew Dillonkernel - Do not use shared tokens for kernel_map
2011-11-16 Matthew Dillonkernel - Fix bug in procfs_ioctl()
2011-11-16 Sascha Wildner<sys/socket.h>: Bring back PF_APPLETALK too, to unbreak...
2011-11-16 Matthew Dillonkernel - Do not call pmap_enter() in vm_fault_page*()
2011-11-16 Matthew Dillonkernel - Handle degenerate cases for fill_*regs*()
2011-11-16 Matthew Dillonkernel - Fix races in procfs
2011-11-16 Matthew Dillonkernel - Fix token ordering in sysctl_kern_proc_args...
2011-11-16 Matthew Dillonkernel - Attempt to make procfs MPSAFE (3)
2011-11-16 Matthew Dillonkernel - Fix VM page race when exec maps a page
2011-11-16 Matthew Dillonkernel - Attempt to make procfs MPSAFE (2)
2011-11-16 Matthew Dillonkernel - Attempt to make procfs MPSAFE
2011-11-16 Sepherosa Ziehausocket: Properly inherit AUTOLOWAT and AUTOSIZE from...
2011-11-16 Sepherosa Ziehautcp: Fix the dangling socket reference in the async...
2011-11-16 Matthew Dillonkernel - Major signal path adjustments (2)
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-15 Matthew Dillonkernel - Fix DEBUG_LOCKS races
2011-11-15 Matthew Dillonkernel - Try to fix vrevoke() race/crash
2011-11-15 Matthew Dillonkernel - Normalize use of sys/buf2.h for last commit
2011-11-15 Sascha Wildnerkernel: Fix building with 'options UDF'.
2011-11-15 Matthew Dillonkernel - Greatly improve shared memory fault rate concu...
2011-11-15 Sascha Wildnervkernel: Remove unused variable.
2011-11-15 Sascha Wildnerkernel: Kill an obsolete comment.
2011-11-15 Sepherosa Ziehauemx: Use MPSAFE callout
2011-11-14 Sascha Wildner<sys/socket.h>: Re-add AF_APPLETALK to unbreak building...
2011-11-14 Sepherosa Ziehautcp: Use the MSL set to the rt_metrics whenever possible
next