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
/
include
/
time.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpu
davidxu
2008-03-22
1
-0
/
+1
*
Copy the new CLOCK_ defines from sys/time.h for SUSv3 compatibility.
jb
2006-04-15
1
-0
/
+8
*
Add POSIX timer interfaces.
davidxu
2005-10-30
1
-1
/
+9
*
Define CLOCK_* and TIMER_* in time.h, where they are supposed to be.
das
2005-04-02
1
-1
/
+20
*
Change the definition of NULL on ia64 (for LP64 compilations) from
marcel
2003-12-07
1
-4
/
+1
*
Style: One space between "restrict" qualifier and "*".
tjr
2002-09-06
1
-4
/
+4
*
Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all
mike
2002-09-03
1
-4
/
+2
*
o Merge <machine/ansi.h> and <machine/types.h> into a new header
mike
2002-08-21
1
-15
/
+17
*
- Add the 'restrict' qualifier to the function definition of
robert
2002-08-14
1
-1
/
+2
*
- Add the C99 'restrict' qualifier using the '__restrict' macro to
robert
2002-08-14
1
-1
/
+2
*
The thread-safe time functions appear to have been introduced as of
wollman
2002-06-27
1
-6
/
+7
*
Resort namespace blocks into a more sensible order. Delete a redundant
wollman
2002-06-27
1
-8
/
+7
*
Move dillon's time conversion functions to a new header <timeconv.h>.
wollman
2002-06-17
1
-11
/
+0
*
Clean up a bit of namespace pollution which crept in with the last rev.
wollman
2002-06-17
1
-1
/
+1
*
Partially fix namespace visibility issues by using new visibility macros.
wollman
2002-06-15
1
-25
/
+19
*
Breath deep and take __P out of the system include files.
imp
2002-03-23
1
-31
/
+31
*
I've been meaning to do this for a while. Add an underscore to the
dillon
2002-01-19
1
-8
/
+8
*
Add time_to_int(), int_to_time(), time_to_long(), long_to_time().
dillon
2001-10-28
1
-0
/
+4
*
Add routines to convert time_t to/from fixed-bit fields. These routines
dillon
2001-10-28
1
-0
/
+7
*
It's not CUT (the french would accept that back in 1879) and TUC wasn't
phk
2001-03-31
1
-1
/
+5
*
Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc.
dt
1999-01-04
1
-7
/
+4
*
Change return type of strptime from const char* to char*.
dt
1998-09-12
1
-1
/
+1
*
Add extern declaration for `tzname[]' to make this header comply better
jkoshy
1998-08-21
1
-0
/
+4
*
ctime_r and asctime_r are not implemented.
phk
1998-04-19
1
-2
/
+2
*
Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and
dufault
1998-03-28
1
-1
/
+7
*
Import strptime(3) into libc. We've got permission by Kevin Ruddy to
joerg
1997-08-09
1
-0
/
+1
*
struct timespec needs to be useable with just <time.h>, but needs to not
peter
1997-05-13
1
-7
/
+27
*
Add clockid_t definition like in sys/types.h to allow time.h
ache
1997-05-13
1
-0
/
+5
*
Oops, move clock_*() and nanosleep() to time.h
peter
1997-05-12
1
-0
/
+4
*
Change prototypes for gmtime_r() and localtime_r() in accordance with
hsu
1996-11-11
1
-3
/
+3
*
Reviewed by: julian and (hsu?)
julian
1996-01-22
1
-0
/
+7
*
Define CLK_TCK right.
bde
1995-02-08
1
-1
/
+1
*
Define CLOCKS_PER_SEC.
bde
1995-02-03
1
-2
/
+11
*
Declare useful functions (timelocal() and timegm())
ache
1994-12-26
1
-0
/
+2
*
BSD 4.4 Lite Include Sources
rgrimes
1994-05-24
1
-0
/
+104