summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Update release date to March 2022 for 0.9.10 (closes #366)v0.9.10Wolfgang Hommel2022-03-041-1/+1
|
* Version bump to 0.9.10 (prepares for #366)Wolfgang Hommel2022-02-201-1/+1
|
* manpage: Minor cleanup to faketime.1Daniel Kahn Gillmor2022-02-041-5/+5
| | | | | | - close quotes correctly in "Relative time offset" - github uses https - e.g. and i.e. should be set off from what follows with a comma
* manpage: structure source with one sentence per lineDaniel Kahn Gillmor2022-02-041-24/+34
| | | | | | | | Using this structure makes diffs easier to read, when changes are due. The underlying formatting produced by groff ends up basically the same (though some versions of groff may adjust to have two spaces after a sentence-ending period instead of one).
* Do not store the timestamp in the gzipJelle van der Waa2021-05-111-1/+1
| | | | | | | To make libfaketime reproducible don't embed the timestamp in the gzip header. Motivation: https://reproducible-builds.org
* faketime.c: allow user to select their implementation of GNU dateJim Klimov2021-03-281-0/+5
|
* faketime: add -p option to wrapper for setting PIDDaniel Kahn Gillmor2021-02-251-0/+3
| | | | | | | | | | | | | | | | | I had to decide what to do if FAKE_PID wasn't defined during the build. I decided that since the wrapper can't be sure it is preloading the same library that it was built with (someone could somehow mix and match the library and the wrapper tool), it should just warn and pass along the value anyway. This reserves the option space, but shouldn't annoy people too much if they are running it on a system that doesn't have FAKE_PID enabled. I note that this happens regardless of whether it is a "direct" invocation or not. I don't fully understand all the tradeoffs here, so I would appreciate another set of eyes reviewing this choice. Closes: #308
* Version bump to v0.9.9v0.9.9Wolfgang Hommel2021-02-211-2/+2
|
* Revert "Automake branch"revert-178-automake-branchWolfgang Hommel2019-11-303-18/+29
|
* Merged master in and cleaned up.Michael D. Stemle, Jr2019-11-271-1/+1
|\ | | | | We no longer need the OSX-specific test. Tests are passing, too.
| * Preparations for 0.9.8 releaseWolfgang Hommel2019-08-121-1/+1
| |
* | Added GNU autotools support.Michael D. Stemle, Jr2018-10-021-0/+18
| |
* | Removing old makefiles.Michael D. Stemle, Jr2018-10-012-29/+0
|/
* Preparations for 0.9.7 releasev0.9.7Wolfgang Hommel2017-11-141-2/+2
|
* Document the faking of filesystem timestampsXimin Luo2016-12-091-5/+7
| | | It's hard to notice the tiny reference to `fstat(2)` amongst all the text about the system clock. This is a significant behaviour that is very surprising, and the default setting (on) messes with buildsystems in a counter-intuitive way. Also document how to switch it off.
* Fix typosJakub Wilk2016-06-021-2/+2
|
* docs: add --exclude-monotonic to man page.Julien Gilli2014-08-171-0/+3
| | | | This was missing from PR #49.
* Preparations for 0.9.6 releasev0.9.6Wolfgang Hommel2014-06-071-1/+1
|
* fix directory permissions on installWolfgang Hommel2013-10-131-1/+1
|
* Changes to Makefiles by ryandesign at MacPorts, changeset 112062Wolfgang Hommel2013-10-111-1/+1
|
* Update default PREFIX on OSXWolfgang Hommel2013-10-031-1/+1
|
* Ensure target directory existsWolfgang Hommel2013-10-031-1/+2
|
* Makefile for OSX man page installationWolfgang Hommel2013-10-031-0/+14
|
* Updated manpage for upcoming 0.9.5Wolfgang Hommel2013-09-051-8/+7
|
* Revert a0e3346..2dceb57Wolfgang Hommel2013-08-241-5/+3
| | | | This rolls back to commit a0e33461a0cd92d916bbcdbfcdee4574411aee93.
* attempt at global relativeToni G2013-08-211-3/+5
|
* Use the same global clock for all processes spawned by faketime -f '... iN'Balint Reczey2013-08-191-1/+3
| | | | | | In case the clock is set to advance with each faked time(), etc. call, the counter uses the same clock counter stored in shared memory and protected by a semaphore.
* Advance time with each time(), gettimeofday(), etc. callBalint Reczey2013-08-151-1/+3
|
* allow overriding specific arguments without changing the MakefileDaniel Kahn Gillmor2013-06-111-2/+2
| | | | | | | | | for example, now you can do: make PREFIX=/usr without any modification to the Makefile and have it behave as intended.
* whitespace cleanupTomi Ollila2012-08-301-7/+7
| | | | | | | | | Used (emacs) M-x untabify for whole faketime.c as the prevailing style in that file used spaces for indentation. Used M-x delete-trailing-whitespace to all files that had either trailing whitespace or empty lines at the end of file to remove those.
* Overwrite existing man pages when running `make install`.Lukas Fleischer2011-05-101-1/+1
| | | | | | | Add "-f" option to gzip(1) invocation to avoid user prompts if compressed man pages already exist in the target directory. Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
* Use install(1) instead of mkdir(1) and cp(1) in Makefiles.Lukas Fleischer2011-05-101-1/+3
| | | | Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
* Use a separate Makefile for man pages.Lukas Fleischer2011-05-101-0/+12
| | | | | | | | * Create separate "install" and "uninstall" targets for man pages. * Add man page targets to the shortcut Makefile. Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
* git repository based on v0.8v0.8Wolfgang Hommel2011-04-241-0/+74