cvs commit: ports/misc Makefile ports/misc/libeatmydata Makefile distinfo pkg-descr ports/misc/libeatmydata/files patch-Makefile patch-eatmydata.c

Philip M. Gollucci pgollucci at FreeBSD.org
Thu Feb 11 20:59:21 UTC 2010


pgollucci    2010-02-11 20:59:20 UTC

  FreeBSD ports repository

  Modified files:
    misc                 Makefile 
  Added files:
    misc/libeatmydata    Makefile distinfo pkg-descr 
    misc/libeatmydata/files patch-Makefile patch-eatmydata.c 
  Log:
  libeatmydata is a small LD_PRELOAD library designed to (transparently) disable
  fsync (and friends, like open(O_SYNC)). This has two side-effects: making
  software that writes data safely to disk a lot quicker and making this
  software no longer crash safe.
  
  DO NOT use libeatmydata on software where you care about what it
  stores. It's called libEAT-MY-DATA for a reason.
  
  PR:             ports/142892
  Submitted by:   Attila Nagy <bra at fsn.hu>
  
  Revision  Changes    Path
  1.935     +1 -0      ports/misc/Makefile
  1.1       +31 -0     ports/misc/libeatmydata/Makefile (new)
  1.1       +3 -0      ports/misc/libeatmydata/distinfo (new)
  1.1       +15 -0     ports/misc/libeatmydata/files/patch-Makefile (new)
  1.1       +19 -0     ports/misc/libeatmydata/files/patch-eatmydata.c (new)
  1.1       +7 -0      ports/misc/libeatmydata/pkg-descr (new)


More information about the cvs-all mailing list