aboutsummaryrefslogtreecommitdiff
path: root/bin/sleep/sleep.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused includes.Xin LI2020-12-231-2/+0
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Capsicumize some trivial stdio programsConrad Meyer2016-11-081-0/+4
* 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
* 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
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-1/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+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
* o __P has been reovedWarner Losh2002-02-021-6/+3
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-201-0/+1
* Let sleep(1) handle fractions of a second (up to nanosecond).Ruslan Ermilov1999-10-011-4/+56
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Correct use of .Nm. Add rcsid.Philippe Charnier1998-05-181-3/+5
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Cleanup man page and -Wall cleaning.Steve Price1996-12-141-3/+3
* Added $Id$David Greenman1994-09-241-0/+2
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+80