History log of /src/lib/libc/sys/getitimer.2 |
Revision | | Date | Author | Comments |
1.29 |
| 27-Apr-2019 |
pgoyette | s/three/multiple/
Adjust text for consistency. There are already more than three interval timers available, and who knows if even more might be added in the future.
|
1.28 |
| 27-Oct-2011 |
christos | branches: 1.28.42; document ITIMER_MONOTONIC.
|
1.27 |
| 03-Oct-2011 |
njoly | Note functions failure for unknown timer type.
|
1.26 |
| 02-May-2011 |
jruoho | Note also that the interaction between setitimer(2) and alarm(3) or sleep(3) is unspecified.
|
1.25 |
| 02-May-2011 |
jruoho | Remove NOTES as it is documented in itimerval(3). Remove #ifdefs from SYNOPSIS (these are visible enough in the body of the text). Use a list for the timers. Improve wording and markup.
|
1.24 |
| 30-Apr-2010 |
jruoho | Reference timeradd(3).
|
1.23 |
| 30-Apr-2010 |
jruoho | Add STANDARDS section. Note that both functions were marked as obsolescent in POSIX (2008); "timer_gettime(2) and timer_settime(2) should be used".
|
1.22 |
| 14-Aug-2004 |
wiz | Add an article.
|
1.21 |
| 14-Aug-2004 |
jdolecek | document timeradd() and timersub() too, as e.g. select(2) points to getitimer(2) for timersub() description
use .Fn rather than .Fa for the macro names
bump date
|
1.20 |
| 13-May-2004 |
wiz | \- is a minus, not -.
|
1.19 |
| 27-Apr-2004 |
kleink | POSIX-2001: Add restrict keywords to gettimeofday(2) and setitimer(2); further deprecate struct timezone usage by changing `tzp' argument to gettimeofday() to void *; align utimes(2) declaration by changing `times` argument from struct timeval * to struct timeval[2]. From Murray Armfield in PR standards/25331.
In due curse, reflect these changes in futimes(2), lutimes(2), and settimeofday(2).
|
1.18 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
1.17 |
| 16-Apr-2003 |
wiz | Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
|
1.16 |
| 18-Jan-2003 |
thorpej | Merge the nathanw_sa branch.
|
1.15 |
| 01-Oct-2002 |
wiz | New sentence, new line. From Robert Elz.
|
1.14 |
| 08-Feb-2002 |
ross | Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
|
1.13 |
| 16-Sep-2001 |
wiz | Sort sections, sort SEE ALSO, punctuation and miscellanous fixes.
|
1.12 |
| 16-Sep-2001 |
wiz | Boring whitespace fixes.
|
1.11 |
| 02-Dec-1999 |
kleink | branches: 1.11.6; Add a LIBRARY section to system call manual pages. While it's clear that the libraries contain stubs only (with minor exceptions a la pipe(2)), the purpose of this section is to provide linkage information.
|
1.10 |
| 22-Mar-1999 |
garbled | branches: 1.10.6; Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Wheee!
|
1.9 |
| 11-Dec-1998 |
is | mention poll(2)
|
1.8 |
| 29-Aug-1998 |
lukem | first pass at fixing up capitalization of function names and arguments; ensure that each is correct with respect to the implementation, rather than being correct as per english.
|
1.7 |
| 02-Feb-1998 |
perry | merge lite-2
|
1.6 |
| 12-Oct-1995 |
jtc | Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS section with the actual function declarations. See PR #1589 for details.
|
1.5 |
| 27-Feb-1995 |
cgd | merge with lite, keeping most local changes. clean up Ids
|
1.4 |
| 17-Oct-1994 |
cgd | either change or update references to sigvec(), as appropriate
|
1.3 |
| 25-Nov-1993 |
jtc | branches: 1.3.2; Clean up manpages: Use .Fn rather than .Nm macro in HISTORY and STANDARDS sections. Use .At and .St macros instead of spelling out "Version 6 UNIX", "IEEE 1003.1-1988 (POSIX)", etc.
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.3 |
| 02-Feb-1998 |
perry | import lite-2
|
1.1.1.2 |
| 27-Feb-1995 |
cgd | from Lite
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.3.2.1 |
| 17-Oct-1994 |
cgd | from trunk.
|
1.10.6.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.11.6.4 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.11.6.3 |
| 22-Mar-2002 |
nathanw | Catch up to -current.
|
1.11.6.2 |
| 08-Mar-2002 |
nathanw | Catch up to -current.
|
1.11.6.1 |
| 08-Oct-2001 |
nathanw | Catch up to -current.
|
1.28.42.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|