summaryrefslogtreecommitdiff
path: root/bin/sleep
AgeCommit message (Expand)Author
2024-10-14Update Makefile.depend filesSimon J. Gerraty
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-03-25sleep: Overhaul.Dag-Erling Smørgrav
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-05-25sleep.1: Fix mdoc styleMateusz Piotrowski
2022-05-24bin/sleep: document more non-standard featuresStefan Eßer
2022-05-24bin/sleep: add support for multiple delay valuesStefan Eßer
2022-05-24bin/sleep: add support for units other than secondsA. Mallory
2020-12-31Soften caveat about fractional seconds for sleep(1)Benjamin Kaduk
2020-12-22Remove unused includes.Xin LI
2018-06-19Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-02-28Renumber copyright clause 4Warner Losh
2016-11-13DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-11-08Capsicumize some trivial stdio programsConrad Meyer
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-09Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-10-12Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-11-19Merge from head@274682Simon J. Gerraty
2014-10-09Integrate bin/sleep/tests from NetBSD into atf/kyuaEnji Cooper
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-09-05Merge from headSimon J. Gerraty
2013-06-05sleep: Explain in a comment why the [EINTR] check is there.Jilles Tjoelker
2013-05-28sleep: Improve nanosleep() error handling:Jilles Tjoelker
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2010-08-02Document the new argument parser for sleep(1) and SIGINFO behaviour.Konstantin Belousov
2010-08-02Simplify argument parser by using sscanf(); simplify usage() by notKonstantin Belousov
2010-07-31Deal with proper format for printing time_t.Konstantin Belousov
2010-07-31Report the time left for the sleep on SIGINFO.Konstantin Belousov
2005-08-07Fix a comment.Stefan Farfeleder
2005-01-16Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov
2005-01-10/*- or .\"- or #- to begin license clauses.Warner Losh
2004-04-06Remove clause 3 from the UCB licenses.Mark Murray
2003-05-03Fix warnings. This is now WARNS=9, std=c99 clean in i386.Mark Murray