DragonFly BSD
DragonFly commits List (threaded) for 2012-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: mutex.9: Misc updates and minor improvements.


From: Nuno Antunes <nant@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 24 Aug 2012 08:15:15 -0700 (PDT)

commit dcece5c7521207769edc2756956f76ef8b485ce1
Author: Nuno Antunes <nuno.antunes@gmail.com>
Date:   Fri Aug 24 15:45:35 2012 +0100

    mutex.9: Misc updates and minor improvements.
    
    * mtx_spinlock_ex() and mtx_spinlock_sh() do not exist anymore. mtx_spinlock()
      replaced both.
    
    * Add MLINKS for mtx_lock(), mtx_spinlock_try() and mtx_spinunlock().
    
    * Use .Fn for function name mtx_lock_ex_quick().
    
    * Add some text describing mtx_lock(), mtx_spinlock_try() and mtx_spinunlock().
    
    * Start a sentence with capital letter but avoid starting with a function name.
    
    * Add a missing .Fa.
    
    * Add a cross reference to sleep(9) in the SEE ALSO section.
    
    * Bump date.
    
    Reviewed-by: swildner

Summary of changes:
 Makefile_upgrade.inc    |    4 +++
 share/man/man9/Makefile |    6 +++-
 share/man/man9/mutex.9  |   54 ++++++++++++++++++++++++++++++++++------------
 3 files changed, 48 insertions(+), 16 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dcece5c7521207769edc2756956f76ef8b485ce1


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]