vknetd - Document recently added rc.d script.
[dragonfly.git] / sys / kern /
2011-12-06 Sascha Wildnerkernel: Replace all usage of MALLOC()/FREE() with kmall...
2011-12-06 Matthew Dillonkernel - Remove unnecessary < 0 checks for sopt_valsize...
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: 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-03 Francois TigeotVFS accounting: implement an initialization framework
2011-12-02 Sepherosa Ziehauaccept: Call pru_accept in protocol thread
2011-12-02 Sascha WildnerFix some whitespace issues.
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 - Remove double unlock in elf core dumping code
2011-12-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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 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 - Add requires p->p_token locking and holds...
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 - RB_SCAN() requires a short-term spinlock
2011-11-28 Jan LentferMerge branch 'vendor/LDNS'
2011-11-27 Venkatesh Srinivaskernel -- ktrace: Fix possible one-word stack leak...
2011-11-26 John MarinoMerge branch 'vendor/BINUTILS_ALL'
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-24 Sepherosa Ziehauaccept: Implement fast soaccept predication
2011-11-20 Matthew Dillonkernel - Fix broken assertion
2011-11-20 Sepherosa Ziehausocket: Speed up soclose by avoiding putting the user...
2011-11-19 Matthew Dillonkernel - Add ts check to dotimeout_only()
2011-11-19 Matthew Dillonkernel - Correct unaligned results in alist_free_info()
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 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-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 SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-11-17 Venkatesh Srinivaskernel -- token: Two shared token DEBUG_LOCKS tests.
2011-11-16 Matthew Dillonkernel - Fix token ordering in sysctl_kern_proc_args...
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 - Try to fix vrevoke() race/crash
2011-11-15 Matthew Dillonkernel - Greatly improve shared memory fault rate concu...
2011-11-15 Sascha Wildnerkernel: Kill an obsolete comment.
2011-11-13 Matthew Dillonkernel - Certain sysv_shm administrative functions...
2011-11-12 Matthew Dillonkernel - Implement degenerate timeout case for select...
2011-11-12 Matthew Dillonkernel - Expose nanosleep1() to other kernel source...
2011-11-12 Matthew Dillonkernel - Remove MP lock from sysv semaphore code
2011-11-12 Matthew Dillonkernel - Add missing dsched_exit_thread() and friends
2011-11-12 Matthew Dillonkernel - Fix IPI signaling issue, add a few assertions
2011-11-12 Matthew Dillonkernel = Fix tsleep(), remove MAILBOX signals, change...
2011-11-12 Matthew Dillonkernel - Upgrade buffer space tracking variables from...
2011-11-11 Matthew Dillonkernel - Add required critical section around tsleep_re...
2011-11-11 Matthew Dillonkernel - Performance improvements during heavy memory...
2011-11-10 Matthew Dillonkernel - Fix p->p_lock race and remove unused procedures
2011-11-10 Matthew Dillonkernel - Allow vm_page_alloc() to return NULL in bio_pa...
2011-11-10 Matthew Dillonkernel - Deoptimize refcount case
2011-11-10 Matthew Dillonkernel - Remove ad-hoc increment/decrement of vm->vm_sysref
2011-11-09 Matthew Dillonkernel - Fix lwp_create() kernel corruption and panic...
2011-11-08 Matthew Dillonkernel - Add callout_stop_sync()
2011-11-08 Matthew Dillonkernel - Fix itimer hard critical section panic
2011-11-06 John MarinoMerge branch 'vendor/MPFR'
2011-11-05 John MarinoMerge branch 'vendor/GMP'
2011-11-05 Samuel J. Greearkernel - sysv - Bump semaphore limits
2011-11-04 Sascha Wildnerkernel: Replace some bzero()s with M_ZERO in the preced...
2011-11-04 Sepherosa Ziehautcp: Bring back MSG_EOF flag support in sosendtcp()
2011-11-04 Sepherosa Ziehausend(2): Add MSG_SYNC to allow user to disable asynchro...
2011-11-04 Sepherosa Ziehautcp: Partly revert f2a3782
2011-11-04 Matthew Dillonkernel - Fix localhost packet misordering
2011-11-03 Matthew Dillonkernel - Fix bug in last commit
2011-11-03 Matthew Dillonkernel - Fix /dev/mem access for memory >=4GB
2011-11-03 Matthew Dillonkernel - Hold required token when accessing p_flags...
2011-11-03 Sepherosa Ziehautcp: Allow pure asynchronized pru_send
2011-11-02 Matthew Dillonkernel - reformulate the maxusers auto-sizing calculation
2011-11-02 Matthew Dillonkernel - Fix spin-based msgports
2011-11-02 Matthew Dillonkernel - Major MP work on kq and signal processing
2011-10-31 Matthew Dillonkernel - Fix mbuf cluster statistics, fix type change bug
2011-10-29 John MarinoMerge branch 'vendor/GREP'
2011-10-29 John MarinoMerge branch 'vendor/DIFFUTILS'
2011-10-29 Sascha WildnerFurther shared memory adjustments to be in line with...
2011-10-29 Matthew Dillonkernel - Autosize maximum shm pages
2011-10-29 Matthew Dillonkernel - Fix bug in shmget()
2011-10-29 Matthew Dillonkernel - shmid_ds structure needs to change on 64-bit :-(
2011-10-28 John MarinoMerge branch 'vendor/GCC44'
2011-10-28 Matthew Dillonkernel - Clean up spinlock code, add more lwkt_yield()s
2011-10-28 Matthew Dillonkernel - add lwkt_set_interrupt_support_thread() API
2011-10-28 Sepherosa Ziehauswi: Pass cpuid to swi register and unregister
2011-10-28 Sepherosa Ziehauintr: Pass cpuid to register_int and unregister_int
2011-10-28 Matthew Dillonkernel - More many-cores SMP work
2011-10-27 Matthew Dillonkernel - Fix memory leak when execv()ing certain paths.
next