summaryrefslogtreecommitdiff
path: root/editors/led/files/patch-src::file.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-14/+0
| | | | '__' instead.
* When saving file do fflush/fsync, so that its content isn't lost if machineMaxim Sobolev2003-02-201-0/+14
| | | | is forcefully powered down shortly after that.
* upgrade to 2.0Ying-Chieh Liao2002-07-151-12/+0
| | | | | PR: 40581 Submitted by: maintainer
* Issue fflush()->fsync() after saving file to the disk, so that the user willMaxim Sobolev2002-04-291-0/+12
not get zero-sized file after reboot if the system crashed shortly after the save, as it usually the case when you are hacking some potential panic(9) implementation (e.g. kernel module). Bump PORTREVISION.