Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2010 20:59:20 +0000 (UTC)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/misc Makefile ports/misc/libeatmydata Makefile distinfo pkg-descr ports/misc/libeatmydata/files patch-Makefile patch-eatmydata.c
Message-ID:  <201002112059.o1BKxKGk076341@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002112059.o1BKxKGk076341>