kfree.cocci: We neither have BUG() nor BUG_ON().
[dragonfly.git] / sys /
2011-12-06 Sascha Wildnermlx(4): Don't free 'meo' until we're finished using it.
2011-12-06 Sascha Wildnerkernel/nfs: Don't free 'info' until we're finished...
2011-12-06 Sascha Wildnercryptodev(4): Fix a bug where the wrong key was bzero...
2011-12-06 Sascha Wildnerdpt(4): Remove duplicate bit in an | operation.
2011-12-05 Sascha Wildnerkernel: Use M_ZERO for kmalloc() instead of bzero(...
2011-12-05 Sascha Wildnerkernel: Remove some unneeded NULL checks after kmalloc...
2011-12-04 Sascha Wildnerkernel/netinet6: Add back a ':' I accidentally removed.
2011-12-04 Sascha Wildnerkernel/netinet6: Fix stupid NULL pointer derefs.
2011-12-04 Sascha Wildnerkernel: Move some dereferences below the NULL checks.
2011-12-04 Sascha Wildnerkernel: Fix two cases of sizeof(sizeof(x)).
2011-12-04 Sascha Wildnerkernel: Use NELEM() in some more places.
2011-12-04 Sepherosa Ziehaupru_send: Allow non-NULL address parameter to be passed
2011-12-04 Sepherosa Ziehauudp: Support asynchronized pru_send for connected socket
2011-12-04 Sepherosa Ziehauudp: Prepare for the asynchronized pru_send 2
2011-12-04 Sepherosa Ziehauudp: Prepare for the asynchronized pru_send
2011-12-04 Sepherosa Ziehauudp: Simplify udp_output interface
2011-12-03 Francois TigeotVFS accounting: implement an initialization framework
2011-12-02 Jan Lentferpf: fix another double lock release
2011-12-02 Venkatesh Srinivaspf -- Remove unused pf_mod_lck.
2011-12-02 Sepherosa Ziehauaccept: Call pru_accept in protocol thread
2011-12-02 Sascha WildnerFix some whitespace issues.
2011-12-02 Matthew Dillonkernel - Use atomic allocate-hold in vnode_pager_alloc().
2011-12-02 Matthew DillonHAMMER VFS - Attempt to fix a low-memory deadlock
2011-12-02 Matthew DillonHAMMER VFS - Attempt to fix a low-memory deadlock
2011-12-02 Matthew Dillonkernel - Refactor the vmspace locking code and several...
2011-12-02 Matthew Dillonkernel - Remove unnecessary MP lock in vgone_vxlocked()
2011-12-01 Matthew Dillonkernel - Enhanced lockmgr debugging, panic in double...
2011-12-01 Matthew Dillonkernel - Fix lost lock in devfs
2011-12-01 Matthew Dillonkernel - Remove double unlock in elf core dumping code
2011-12-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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 - sysctl - use a larger buffer to ensure that...
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
next