index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
time
/
time.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cast to intmax_t to print tv_sec in struct timeval.
dwmalone
2007-05-07
1
-16
/
+17
*
Handle SIGINFO in time(1) by printing the time the given command is running.
pjd
2006-05-14
1
-37
/
+63
*
o Close an output file -o flag opened before execvp(3) in a child.
maxim
2006-04-16
1
-0
/
+2
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-05-21
1
-1
/
+1
*
Uses wait4() instead of wait3() when waiting for a child process to exit.
seanc
2003-10-17
1
-1
/
+1
*
Assorted minor fixes, mostly style(9):
yar
2003-10-04
1
-12
/
+16
*
Don't dump core from the time(1) process itself
yar
2003-10-04
1
-1
/
+6
*
ANSIify function definitions.
dwmalone
2002-09-04
1
-10
/
+5
*
Make it obvious that command line arguments may be specified for the utility
tjr
2002-06-20
1
-1
/
+2
*
Determine exit status to use before writing diagnostic message; warn()
tjr
2002-05-25
1
-6
/
+1
*
remove __P
imp
2002-03-22
1
-3
/
+3
*
Fix one warning - still not warns clean.
dwmalone
2001-12-03
1
-1
/
+1
*
Localize it (LC_NUMERIC)
ache
2001-02-10
1
-13
/
+25
*
Remove vestages of a previous implimentation of "-h".
obrien
2000-10-31
1
-2
/
+2
*
Add a new "-h" Human-friendly h/m/s output format.
obrien
2000-10-28
1
-4
/
+40
*
getopt and friends are declared in <unistd.h>
imp
2000-09-04
1
-3
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Adds the '-p' option to make time(1) output POSIX.2 compliant.
roberto
1999-03-10
1
-11
/
+32
*
Calls one or more of malloc(), warn(), err(), syslog(), execlp() or
des
1998-10-13
1
-2
/
+2
*
When exiting on SIGINT, exit with signal status
cracauer
1998-08-24
1
-2
/
+12
*
Brucifixion.
des
1998-07-28
1
-15
/
+12
*
Behave like GNU time. More cleanup. Reword man page.
des
1998-07-27
1
-8
/
+3
*
Clean up the previous commit.
des
1998-07-27
1
-24
/
+24
*
By default, /usr/bin/time writes its output to stderr. Two options
phk
1998-07-24
1
-19
/
+45
*
Add usage() and use err(3).
charnier
1997-08-14
1
-8
/
+19
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Close PR#1781 - time returns with EXIT_SUCCESS on some failures
jkh
1996-10-12
1
-1
/
+3
*
Fix a bug under time's "-l" option. The values reported for average
jdp
1996-07-30
1
-1
/
+24
*
Close out PR#723: time -l dumps core
pst
1995-10-28
1
-1
/
+9
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+140