Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename all patches that contain '::' as a path separator, and use | Adam Weinberger | 2014-07-29 | 1 | -14/+0 |
| | | | | '__' instead. | ||||
* | When saving file do fflush/fsync, so that its content isn't lost if machine | Maxim Sobolev | 2003-02-20 | 1 | -0/+14 |
| | | | | is forcefully powered down shortly after that. | ||||
* | upgrade to 2.0 | Ying-Chieh Liao | 2002-07-15 | 1 | -12/+0 |
| | | | | | PR: 40581 Submitted by: maintainer | ||||
* | Issue fflush()->fsync() after saving file to the disk, so that the user will | Maxim Sobolev | 2002-04-29 | 1 | -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. |