| Commit message (Expand) | Author | Age | Files | Lines |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | disallow clock_settime too far in the future to avoid panic | Ed Maste | 2017-11-14 | 1 | -1/+1 |
* | Add clock_nanosleep() | Eric van Gyzen | 2017-03-19 | 1 | -30/+108 |
* | nanosleep: plug a kernel memory disclosure | Eric van Gyzen | 2017-03-18 | 1 | -1/+1 |
* | Use time_t for intermediate values to avoid overflow in clock_ts_to_ct | Conrad Meyer | 2017-01-24 | 1 | -0/+7 |
* | Renumber license clauses in sys/kern to avoid skipping #3 | Ed Maste | 2016-09-15 | 1 | -1/+1 |
* | Remove Giant from settime(), tc_setclock_mtx guards tc_windup() calls, | Konstantin Belousov | 2016-07-27 | 1 | -7/+1 |
* | Trace timeval parameters to the getitimer(2) and setitimer(2) syscalls. | Konstantin Belousov | 2016-07-13 | 1 | -0/+17 |
* | sys: extend use of the howmany() macro when available. | Pedro F. Giffuni | 2016-04-26 | 1 | -1/+1 |
* | Verify that tv_sec value specified in settimeofday() and clock_settime() | Dmitry Chagin | 2015-12-27 | 1 | -2/+4 |
* | Fix an off by one in ppsratecheck(). If you asked for N=1 you'd get one, | Ian Lepore | 2015-01-11 | 1 | -1/+1 |
* | Allow clock_getcpuclockid() on the CPU-time clock for zombie process. | Dmitry Chagin | 2015-01-10 | 1 | -5/+2 |
* | The process spin lock currently has the following distinct uses: | Konstantin Belousov | 2014-11-26 | 1 | -10/+10 |
* | Split up sys_ktimer_getoverrun() into a sys_ and a kern_ variant | Bjoern A. Zeeb | 2014-08-07 | 1 | -2/+9 |
* | Fix VIRTUAL and PROF interval timers for short intervals, broken at r247903. | Alexander Motin | 2014-04-16 | 1 | -0/+8 |
* | Implement compat32 wrappers for the ktimer_* syscalls. | Konstantin Belousov | 2013-07-21 | 1 | -40/+50 |
* | id_t is 64bit, provide the compat32 wrapper for clock_getcpuclockid2(2). | Konstantin Belousov | 2013-07-20 | 1 | -14/+22 |
* | Allow to call clock_gettime() on the clock id for zombie process. | Konstantin Belousov | 2013-07-13 | 1 | -7/+2 |
* | Make kern_nanosleep() and pause_sbt() to use per-CPU sleep queues. | Alexander Motin | 2013-03-12 | 1 | -3/+3 |
* | Reduce minimal time intervals of setitimer(2) from 1/HZ to 1/(16*HZ) by | Alexander Motin | 2013-03-06 | 1 | -20/+25 |
* | Fix time math overflows and improve zero intervals handling in poll(), | Alexander Motin | 2013-03-06 | 1 | -1/+9 |
* | MFcalloutng: | Davide Italiano | 2013-03-04 | 1 | -23/+23 |
* | Fix a race between kern_setitimer() and realitexpire(), where the | Konstantin Belousov | 2012-12-04 | 1 | -3/+0 |
* | Implement syscall clock_getcpuclockid2, so we can get a clock id | David Xu | 2012-08-17 | 1 | -10/+139 |
* | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -15/+15 |
* | Create a global thread hash table to speed up thread lookup, use | David Xu | 2010-10-09 | 1 | -17/+11 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | Robert Watson | 2009-04-10 | 1 | -12/+0 |
* | Correctly sanity-check timer IDs. [SA-09:06] | Colin Percival | 2009-03-23 | 1 | -1/+2 |
* | Remove even more unneeded variable assignments. | Ed Schouten | 2009-02-26 | 1 | -2/+0 |
* | In realtimer_delete(), clear timer's value and interval to tell | David Xu | 2008-10-20 | 1 | -0/+8 |
* | Make sure reading td_runtime in critical section since thread may be | David Xu | 2008-01-18 | 1 | -1/+2 |
* | Add POSIX clock id CLOCK_THREAD_CPUTIME_ID, this can be used to measure | David Xu | 2008-01-18 | 1 | -0/+16 |
* | rufetch and calcru sometimes should be called atomically together. | Attilio Rao | 2007-06-09 | 1 | -0/+4 |
* | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -4/+4 |
* | Remove MAC Framework access control check entry points made redundant with | Robert Watson | 2007-04-22 | 1 | -14/+0 |
* | Further system call comment cleanup: | Robert Watson | 2007-03-05 | 1 | -26/+16 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -21/+0 |
* | - Remove third parameter of itimer_find, the parameter is always zero. | David Xu | 2006-11-28 | 1 | -46/+16 |
* | Merge posix4/* into normal kernel hierarchy. | Tom Rhodes | 2006-11-11 | 1 | -2/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -2/+3 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
* | Move tz_minuteswest and tz_dsttime to subr_clock.c | Poul-Henning Kamp | 2006-10-02 | 1 | -3/+0 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 1 | -0/+1 |
* | - Change process_exec function handlers prototype to include struct | Alexander Leidinger | 2006-08-15 | 1 | -4/+11 |
* | INT_MAX is defined in file sys/limits.h, include the file now. | David Xu | 2006-08-02 | 1 | -0/+1 |
* | Let kernel POSIX timer code and mqueue code to use integer as a resource | David Xu | 2006-03-01 | 1 | -23/+23 |
* | Fix compiling warning on 64 bits system. | David Xu | 2005-12-09 | 1 | -1/+1 |
* | Register itimers_event_hook as a kernel event handler, so I don't | David Xu | 2005-12-09 | 1 | -2/+9 |
* | 1. Set timer configuration values for sysconf(). | David Xu | 2005-12-01 | 1 | -2/+15 |
* | Add several aliases for existing clockid_t names to indicate that the | Robert Watson | 2005-11-27 | 1 | -2/+26 |