sh: Add simple CDPATH test.
[dragonfly.git] / sys / kern /
2011-12-24 Peter AvalosMerge branch 'master' of /home/www-data/gitweb/dragonfly
2011-12-24 Venkatesh SrinivasProperly dispose of page in sf_buf_mfree(), #2.
2011-12-24 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-12-24 Venkatesh Srinivaskernel: Factor out common parts of bufdamon and bufdaem...
2011-12-23 Peter AvalosMerge branch 'vendor/OPENPAM'
2011-12-22 Matthew Dillonkernel - Fix new static stackgap feature from recent...
2011-12-22 Matthew Dillonkernel - Properly dispose of vm_page_t in sf_buf_mfree()
2011-12-22 Matthew Dillonkernel - Implement static stackgap feature in addition...
2011-12-22 Matthew Dillonkernel - Increase cluster_limit for exec args on machin...
2011-12-22 Matthew Dillonkernel - Add suword32 and fix argc/envc initialization
2011-12-15 Francois TigeotVFS accounting: add a sync command
2011-12-15 Sepherosa Ziehauintr: Per-cpu MI interrupt information array
2011-12-15 Matthew Dillonkernel - Update loader.conf documentation and add sio...
2011-12-14 Sascha Wildnerkernel/vfs_quota: Fix the placement of braces.
2011-12-14 Francois TigeotNULL VFS: store PFS mount points for later use
2011-12-14 François TigeotUse a sysctl to show if VFS accounting is enabled
2011-12-14 François TigeotDisable VFS accounting by default
2011-12-14 Sepherosa Ziehauintr: Per-CPU emergency thread
2011-12-14 Sepherosa Ziehauintr: Remove the broken sysctl_intrcnt(); use sysctl_in...
2011-12-14 Sepherosa Ziehauintr: Nuke count_registered_ints()
2011-12-14 Sepherosa Ziehauintr: Remove unused function
2011-12-14 Matthew Dillonkernel - Fix signal races against exiting processes
2011-12-13 YONETANI TomokazuFix wrong argument to allproc_scan in elf_brand_inuse()
2011-12-13 Francois TigeotVFS accounting: add a new vquotactl() syscall
2011-12-12 Francois TigeotVFS accounting: start collecting data
2011-12-12 Matthew DillonKernel - Fix double-unlock in nlookupdotdot
2011-12-12 Matthew Dillonkernel - Dynamically size lwkt_cache_threads free cache
2011-12-12 Venkatesh SrinivasMerge git://git.dragonflybsd.org/dragonfly
2011-12-11 Francois TigeotVFS accounting: list enabled filesystems
2011-12-11 Sascha Wildnerkernel/vfs_quota: Put the 'accounting enabled' message...
2011-12-10 Francois TigeotVFS accounting: add in-memory storage counters
2011-12-09 Sascha Wildnerkernel: Fix various whitespace and indent issues (no...
2011-12-08 Matthew Dillonkernel - Fix missing token release on I/O error during...
2011-12-08 Matthew Dillonkernel - Do not use LK_NOWAIT for vfs_busy() after...
2011-12-08 Matthew Dillonkernel - Add TDF_RUNNING assertions
2011-12-08 Matthew Dillonkernel - Fix alarm() timer race against exit
2011-12-08 Matthew Dillonkernel - add DEBUG_LOCKS_LATENCY option
2011-12-08 Matthew Dillonkernel - Fix kqueue race with NOTE_EXIT
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 avalon/vendor/BINUTILS-ALL
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...
next