Age | Commit message (Expand) | Author |
2019-01-10 | settime: Don't cancel ongoing adjtime(2) until after full permission checks | cheloha |
2018-12-31 | nanosleep: loop tsleep(9) to ensure coverage of the full timeout range. | cheloha |
2018-12-29 | sys_nanosleep: switch to descriptive, idiomatic variable names; ok tedu@ | cheloha |
2018-05-28 | Constipate a bunch of time functions | Philip Guenther |
2018-05-22 | nanosleep: ensure tv_nsec input is on [0, 1000000000) | cheloha |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2017-12-18 | Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2) | cheloha |
2017-01-24 | Rename pfind(9) into tfind(9) to reflect that it deals with threads. | Martin Pieuchot |
2016-09-03 | Write the system time back to the RTC every 30 minutes. | Christian Weisgerber |
2016-04-28 | careful study of the holy scrolls reveals that for pselect (and ppoll) | Ted Unangst |
2015-12-05 | remove stale lint annotations | Ted Unangst |
2015-11-01 | refactor pledge_*_check and pledge_fail functions | Sebastien Marie |
2015-10-09 | Rename tame() to pledge(). This fairly interface has evolved to be more | Theo de Raadt |
2015-09-11 | Only include <sys/tame.h> in the .c files that need it | Philip Guenther |
2015-08-22 | Move to tame(int flags, char *paths[]) API/ABI. | Theo de Raadt |
2015-07-19 | tame(2) is a subsystem which restricts programs into a "reduced feature | Theo de Raadt |
2015-04-28 | Protect the per-process itimerval structs with a mutex. We update these | Mark Kettenis |
2014-12-07 | typo; fix from Kaspars Bankovskis | Theo de Raadt |
2014-05-15 | Prefer prsignal() to send process signals | Philip Guenther |
2014-01-30 | Simplyfy adjtime(2) by keeping track of the adjustment as a number of | Mark Kettenis |
2014-01-22 | timeval, timespec, and itimerval have padding on many archs. If we're | Philip Guenther |
2013-10-25 | Move the declarations for dogetrusage(), itimerround(), and dowait4() | Philip Guenther |
2013-10-08 | Fix delivery of SIGPROF and SIGVTALRM to threaded processes by having | Philip Guenther |
2013-10-06 | Add CLOCK_UPTIME, a clock which measures time-running-not-suspended, so | Philip Guenther |
2013-09-14 | Snapshots for all archs have been built, so remove the T32 code | Philip Guenther |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-06-17 | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, | Philip Guenther |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2013-06-02 | Use long long and %lld for printing tv_sec values | Philip Guenther |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-05-24 | On resume, run forward the monotonic and realtimes clocks instead of jumping | Philip Guenthe |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2012-03-19 | Add tracing and dumping of "pointer to struct" syscall arguments for | Philip Guenthe |
2012-03-10 | Add PS_EXITING to better differentiate between the process exiting and | Philip Guenthe |
2010-06-30 | lots of SCARG simplification. ok matthew | Ted Unangst |
2010-06-28 | clock_gettime(CLOCK_PROF) didn't account for the time between the last | Artur Grabowski |
2010-04-04 | clock_settime() should cancel an in-progress adjtime() just like | Philip Guenthe |
2009-11-27 | Convert thrsleep() to an absolute timeout with clockid to eliminate a | Philip Guenthe |
2009-10-16 | cancel the timeout upon disabling profiling / virtual timer; so | Martynas Venckus |
2009-06-05 | abort any time adjustment in progress if the clock is set with settimeofday | Chris Kuethe |
2008-09-19 | system/5918: fix clearing of ITIMER_VIRTUAL and ITIMER_PROF it_interval | Damien Miller |
2008-04-04 | ratecheck(9) only seems to be used to limit things to very coarse intervals | David Gwynne |
2008-01-02 | Do not lose nanosleep() return value in the last copyout if nonzero; PR#5697 | Miod Vallat |
2007-04-04 | Implement clock_gettime(CLOCK_PROF) since it's so simple. | Artur Grabowski |
2007-01-10 | Fix getitimer to use uptime as setitimer does. Fixes bad output from | Artur Grabowski |
2006-10-30 | Timecounter based implementation of adjfreq(2). Largely from art@ | Otto Moerbeek |
2006-06-29 | Normalize the correction passed to adjtime(2) before using it in the | Mark Kettenis |
2006-06-27 | Adapt adjtime() code and put in a better stub for adjfreq() for the | Otto Moerbeek |
2006-06-15 | Make sys_adjfreq() compile on archs that use timecounters | Jonathan Gray |