summaryrefslogtreecommitdiff
path: root/usr.bin/time/time.c
AgeCommit message (Expand)Author
2025-04-20time: switch to fences for siginfo_recvdKyle Evans
2024-05-22time: siginfo_recvd needs to be marked volatileKyle Evans
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2018-05-04time(1): use the monotonic clockAlan Somers
2018-01-24time(1): use clock_gettime(2) instead of gettimeofday(2)Alan Somers
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2015-05-18Don't do things we aren't allowed to do in a signal handler... DeferJohn-Mark Gurney
2012-12-08time: Use close-on-exec instead of fclose() in the child process.Jilles Tjoelker
2012-09-01Rework all non-contributed files that use `struct timezone'.Ed Schouten
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2009-12-13Revert most part of 200420 as requested, as more review and polish isXin LI
2009-12-11Remove unneeded header includes from usr.bin/ except contributed code.Xin LI
2007-05-07Cast to intmax_t to print tv_sec in struct timeval.David Malone
2006-05-14Handle SIGINFO in time(1) by printing the time the given command is running.Pawel Jakub Dawidek
2006-04-16o Close an output file -o flag opened before execvp(3) in a child.Maxim Konovalov
2005-05-21Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov
2003-10-17Uses wait4() instead of wait3() when waiting for a child process to exit.Sean Chittenden
2003-10-04Assorted minor fixes, mostly style(9):Yaroslav Tykhiy
2003-10-04Don't dump core from the time(1) process itselfYaroslav Tykhiy
2002-09-04ANSIify function definitions.David Malone
2002-06-20Make it obvious that command line arguments may be specified for the utilityTim J. Robbins
2002-05-25Determine exit status to use before writing diagnostic message; warn()Tim J. Robbins
2002-03-22remove __PWarner Losh
2001-12-03Fix one warning - still not warns clean.David Malone
2001-02-10Localize it (LC_NUMERIC)Andrey A. Chernov
2000-10-31Remove vestages of a previous implimentation of "-h".David E. O'Brien
2000-10-28Add a new "-h" Human-friendly h/m/s output format.David E. O'Brien
2000-09-04getopt and friends are declared in <unistd.h>Warner Losh
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-03-10Adds the '-p' option to make time(1) output POSIX.2 compliant.Ollivier Robert
1998-10-13Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav
1998-08-24When exiting on SIGINT, exit with signal statusMartin Cracauer
1998-07-28Brucifixion.Dag-Erling Smørgrav
1998-07-27Behave like GNU time. More cleanup. Reword man page.Dag-Erling Smørgrav
1998-07-27Clean up the previous commit.Dag-Erling Smørgrav
1998-07-24By default, /usr/bin/time writes its output to stderr. Two optionsPoul-Henning Kamp
1997-08-14Add usage() and use err(3).Philippe Charnier
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1996-10-12Close PR#1781 - time returns with EXIT_SUCCESS on some failuresJordan K. Hubbard
1996-07-30Fix a bug under time's "-l" option. The values reported for averageJohn Polstra
1995-10-28Close out PR#723: time -l dumps corePaul Traina
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes