summaryrefslogtreecommitdiff
path: root/lib/libc/sys/gettimeofday.2
AgeCommit message (Collapse)Author
2022-10-16Add EINVAL doc from Jan Schaumannchristos
2015-12-09Fix date.wiz
2015-12-07Update to match reality. For these functions, we still try the systempgoyette
call first, and only fall back to /dev/clockctl if the system call fails.
2010-05-18Refer to timeval(3) and only describe the legacy struct timezone here.jruoho
Improve markup.
2009-01-16update struct timevaldrochner
2006-10-13Fix date string.wiz
2004-05-13\- is a minus, not -.wiz
2004-04-27POSIX-2001: Add restrict keywords to gettimeofday(2) and setitimer(2);kleink
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).
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22280, verified by myself.
2003-04-16Usewiz
.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.
2003-01-18Merge the nathanw_sa branch.thorpej
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-12fix a typo.yamt
(syper -> super)
2001-10-16Boring whitespace or punctuation fixes.wiz
2001-09-16Added support to use the clockctl driver if present for adjtime(),manu
clock_settime(), ntp_adjtime() and settimeofday(). The super-user still always use the plain system call. Approved by Christos
2001-09-16Sort sections, sort SEE ALSO, punctuation and miscellanous fixes.wiz
2001-09-16Boring whitespace fixes.wiz
1999-12-02Add a LIBRARY section to system call manual pages. While it's clear that thekleink
libraries contain stubs only (with minor exceptions a la pipe(2)), the purpose of this section is to provide linkage information.
1999-03-22Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
so we shouldn't override it with versions in the manpages. Wheee!
1998-02-02merge lite-2perry
1997-10-09Document that the time zone is obselete, add an xref to localtime(3), andmycroft
update the HISTORY section.
1997-04-26document kernel changetls
1997-01-12minor formatting tweakperry
1995-10-12Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSISjtc
section with the actual function declarations. See PR #1589 for details.
1995-02-27merge with lite, keeping most local changes. clean up Idscgd
1993-11-29Use "Er" for argument to -width in the lists in the ERROR sections --- sojtc
the formatting is consistant.
1993-11-25Clean up manpages:jtc
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.
1993-08-01Add RCS indentifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd