]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
This commit was generated by cvs2svn to compensate for changes in r168371,
[FreeBSD/FreeBSD.git] / sys / kern /
2007-04-04 thompsaThis commit was generated by cvs2svn to compensate...
2007-04-04 rwatsonReplace custom file descriptor array sleep lock constru...
2007-04-04 kmacyfix typo
2007-04-04 kmacystyle fixes and make sure that the lock is treated...
2007-04-03 kmacyFixes to sx for newsx - fix recursed case and move...
2007-04-03 kmacymove lock_profile calls out of the macros and into...
2007-04-03 kmacyskip call to _lock_profile_obtain_lock_success entirely...
2007-04-03 mpThis commit was generated by cvs2svn to compensate...
2007-04-03 pjdAdd root_mount_wait() function which can be used to...
2007-04-02 jhbFix a fd leak in socketpair():
2007-04-02 jhbDon't go to a whole lot of extra work to handle the...
2007-04-01 wkoszekng_node and ng_worklist locks both migrated from being...
2007-04-01 pjdI think the code I'm removing here is completely bogus.
2007-04-01 pjdNow that the vdropl() function is public, assert that...
2007-03-31 desMake vdropl() public; zfs needs it. There is also...
2007-03-31 jhbOptimize sx locks to use simple atomic operations for...
2007-03-31 pjdMake vfs_mount_destroy() and vfs_freeopts() non-static...
2007-03-31 rwatsonRather than ignoring any error return from getnewvnode...
2007-03-30 jhb- Drop memory barriers in rw_try_upgrade(). We don...
2007-03-30 jhb- Use lock_init/lock_destroy() to setup the lock_object...
2007-03-29 wkoszekvm_map_delete should be used only internally, by the...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-27 jhbAlign 'struct thread' on 16 byte boundaries so that...
2007-03-27 marcelPowerPC is the only architecture with mpsafe_vfs=0...
2007-03-26 njlAdd an interface for drivers to be notified of changes...
2007-03-26 emasteAvoid manipulating semu_list outside of the scope of...
2007-03-26 rwatsonFollowing movement of functions from uipc_socket2.c...
2007-03-26 rwatsonComplete removal of uipc_socket2.c by moving the last...
2007-03-25 krisCorrect a comment typo
2007-03-25 krisUpdate a comment: we usually call exec_vmspace_new...
2007-03-23 emasteStop setting ki_ocomm (thread name) to the proc name...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jhb- Simplify the #ifdef's for adaptive mutexes and rwlock...
2007-03-22 glebiusMove the dom_dispose and pru_detach calls in sofree...
2007-03-21 jhbRename the cv_*wait*() functions to _cv_*wait*() and...
2007-03-21 jhbRename the 'mtx_object', 'rw_object', and 'sx_object...
2007-03-21 jhbDon't use cv_wait_unlock() to implement cv_wait()....
2007-03-21 jhbIf vn_open() fails during kern_open(), don't fdrop...
2007-03-21 jhbHandle the case when a thread is blocked on a lockmgr...
2007-03-19 andreMaintain a pointer and offset pair into the socket...
2007-03-18 pjdDon't deny unmounting file systems for jailed processes...
2007-03-17 jeff - Handle the case where slptime == runtime.
2007-03-17 jeff - Cast the intermediate value in priority computtion...
2007-03-15 jhbJust use 'fdrop()' instead of 'FILE_LOCK(); fdrop_locke...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-14 pjdDon't deny mounting for jailed processes immediately...
2007-03-14 pjdWhite space nits.
2007-03-14 kibBusy filesystem around call of VFS_QUOTACTL() vfs op.
2007-03-13 jhbPrint readers count as unsigned in ddb 'show lock'.
2007-03-13 teggeMake insmntque() externally visibile and allow it to...
2007-03-12 jhbFix a typo.
2007-03-12 jhb- Use m_gethdr(), m_get(), and m_clget() instead of...
2007-03-12 rwatsonIn uipc_close(), we no longer always free the unpcb...
2007-03-11 mpThis commit was generated by cvs2svn to compensate...
2007-03-09 jhbUse sx_sleep() in the main loop of the accounting kthread.
2007-03-09 jhbAllow threads to atomically release rw and sx locks...
2007-03-09 jhbAdd two new function pointers 'lc_lock' and 'lc_unlock...
2007-03-09 jhbUse C99-style struct member initialization for lock...
2007-03-09 jhbUse C99-style struct member initialization for lock...
2007-03-09 pjdMinor simplification.
2007-03-09 mohansOver NFS, an open() call could result in multiple over...
2007-03-08 julianInstead of doing comparisons using the pcpu area to...
2007-03-07 pjdWhite space nits.
2007-03-07 jhbFix some nits in lock profiling for rwlocks:
2007-03-07 julianAfter the last change to KSE threading a bug was introd...
2007-03-06 cognetBackout rev 1.17, msleep() can't be used with a spinlock.
2007-03-05 rwatsonReplay minor system call comment cleanup applied to...
2007-03-05 rwatsonRecognize repo-copy of kern_acl.c to vfs_acl.c, remove...
2007-03-05 rwatsonFurther system call comment cleanup:
2007-03-05 wkoszekChange these descriptions of memory types used in mallo...
2007-03-04 wkoszekUse msleep(9) instead of tsleep(9) surrounded by lock...
2007-03-04 rwatsonRemove 'MPSAFE' annotations from the comments above...
2007-03-04 rwatsonMove to ANSI C function headers. Re-wrap some comments.
2007-03-02 jhb- Don't do the interrupt storm protection stuff for...
2007-03-02 kmacylock stats updates need to be protected by the lock
2007-03-01 pjdRename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID...
2007-03-01 bmsDo not dispatch SIGPIPE from the generic write path...
2007-03-01 kmacyEvidently I've overestimated gcc's ability to peak...
2007-03-01 rwatsonRemove two simultaneous acquisitions of multiple unpcb...
2007-02-28 rwatsonLock unp2 after checking for a non-NULL unp2 pointer...
2007-02-27 jhbPrint tid's rather than thread pointers in KTR_PROC...
2007-02-27 jhbUse pause() rather than tsleep() on stack variables...
2007-02-27 jhbUse pause() rather than tsleep() on explicit global...
2007-02-27 pisoDo not execute filter only handlers in ithread_execute_...
2007-02-27 kmacyFurther improvements to LOCK_PROFILING:
2007-02-26 rwatsonRevise locking strategy used for UNIX domain sockets...
2007-02-26 jhbUse NULL rather than 0 for various pointer constants.
2007-02-26 rwatsonAdd rw_wowned() interface to rwlock(9), allowing a...
2007-02-26 jhbMark the kernel linker file as linked so that it is...
2007-02-26 jhbFix a comment.
2007-02-26 ruDon't block on the socket zone limit during the socket()
2007-02-26 kmacygeneral LOCK_PROFILING cleanup
2007-02-26 delphijClose race conditions between fork() and [sg]etpriority()'s
2007-02-23 scottlFix a case in rman_manage_region() where the resource...
2007-02-23 jhbDrop the global kernel linker lock while executing...
2007-02-23 jhbAdd a new kernel sleep function pause(9). pause(9...
next