aboutsummaryrefslogtreecommitdiffstats
path: root/src/state_file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove EINTR checking for open(2)Eric Wong2008-09-221-2/+1
* Oops, open() with O_CREAT is nicer with a modeEric Wong2008-09-201-1/+1
* Move away from fprintf() when writing DB/state_fileEric Wong2008-09-181-7/+7
* unsigned countersMax Kellermann2008-03-261-2/+2
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-6/+1
* export FATAL() with noreturn attributeEric Wong2007-08-271-1/+0
* After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman2007-05-261-0/+1
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-8/+4
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-1/+1
* software volume can now be saved and read from the state fileEric Wong2006-07-301-0/+2
* Standardize state_file handling routines.Eric Wong2006-07-301-0/+112