cvs commit: src/share/man/man9 Makefile atomic.9

John Baldwin jhb at FreeBSD.org
Tue Sep 27 10:59:30 PDT 2005


jhb         2005-09-27 17:59:29 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       Makefile atomic.9 
  Log:
  - Document atomic_fetchadd(9) and add a MLINK.
  - Add arm and ppc to the list of archs not supporting operations on 64-bit
    integers.
  - Update the sample code for acquiring a mutex to be more recent and to
    take into account the recent atomic_foo_ptr() changes.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.263     +1 -0      src/share/man/man9/Makefile
  1.12      +38 -8     src/share/man/man9/atomic.9


More information about the cvs-src mailing list