aboutsummaryrefslogtreecommitdiff
path: root/bin/sleep
Commit message (Expand)AuthorAgeFilesLines
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-11-131-0/+1
* Capsicumize some trivial stdio programsConrad Meyer2016-11-081-0/+4
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-6/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge from head@274682Simon J. Gerraty2014-11-192-0/+18
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2013-09-051-2/+9
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | Integrate bin/sleep/tests from NetBSD into atf/kyuaEnji Cooper2014-10-092-0/+18
| |/ |/|
* | sleep: Explain in a comment why the [EINTR] check is there.Jilles Tjoelker2013-06-051-0/+6
* | sleep: Improve nanosleep() error handling:Jilles Tjoelker2013-05-281-2/+3
|/
* Document the new argument parser for sleep(1) and SIGINFO behaviour.Konstantin Belousov2010-08-021-6/+7
* Simplify argument parser by using sscanf(); simplify usage() by notKonstantin Belousov2010-08-021-72/+19
* Deal with proper format for printing time_t.Konstantin Belousov2010-07-311-3/+5
* Report the time left for the sleep on SIGINFO.Konstantin Belousov2010-07-311-19/+47
* Fix a comment.Stefan Farfeleder2005-08-071-1/+1
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-2/+2
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-102-1/+2
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-062-8/+0
* Fix warnings. This is now WARNS=9, std=c99 clean in i386.Mark Murray2003-05-031-9/+10
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-2/+2
* Minimal take on previous commit -- remove getopt and printf. Static sizeNate Lawson2002-11-141-15/+9
* Back out previous commit since there is controversy about changing so muchNate Lawson2002-11-141-24/+30
* Remove getopt and strtol dependencies, reducing size of static exe.Nate Lawson2002-11-131-30/+24
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Sort sections, use Ex macro in Diagnostics section, point out that the firstTim J. Robbins2002-06-101-11/+4
* Add History section. sleep appeared in v4.Tim J. Robbins2002-06-101-0/+5
* o __P has been reovedWarner Losh2002-02-021-6/+3
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-2/+0
* mdoc(7) police:Ruslan Ermilov2001-08-071-4/+2
* WARNS= -> WARNS?=Dima Dorfman2001-06-221-1/+1
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-202-0/+3
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-151-1/+1
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-1/+2
* Restore reference to sleep(3).Ruslan Ermilov1999-10-281-1/+2
* Let sleep(1) handle fractions of a second (up to nanosecond).Ruslan Ermilov1999-10-012-12/+72
* $Id$ -> $FreeBSD$Peter Wemm1999-08-273-3/+3
* Describe proper signals behavior rather than just removing it.Ruslan Ermilov1999-08-161-2/+8