| Commit message (Expand) | Author | Age | Files | Lines |
| * | On resume, run forward the monotonic and realtimes clocks instead of jumping |  guenther | 2012-05-24 | 1 | -2/+2 |
| * | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 2012-03-23 | 1 | -25/+23 |
| * | Add tracing and dumping of "pointer to struct" syscall arguments for |  guenther | 2012-03-19 | 1 | -3/+41 |
| * | Add PS_EXITING to better differentiate between the process exiting and |  guenther | 2012-03-10 | 1 | -2/+2 |
| * | lots of SCARG simplification. ok matthew |  tedu | 2010-06-30 | 1 | -56/+69 |
| * | clock_gettime(CLOCK_PROF) didn't account for the time between the last |  art | 2010-06-28 | 1 | -3/+8 |
| * | clock_settime() should cancel an in-progress adjtime() just like |  guenther | 2010-04-04 | 1 | -25/+25 |
| * | Convert thrsleep() to an absolute timeout with clockid to eliminate a |  guenther | 2009-11-27 | 1 | -15/+34 |
| * | cancel the timeout upon disabling profiling / virtual timer; so |  martynas | 2009-10-16 | 1 | -1/+5 |
| * | abort any time adjustment in progress if the clock is set with settimeofday |  ckuethe | 2009-06-05 | 1 | -13/+27 |
| * | system/5918: fix clearing of ITIMER_VIRTUAL and ITIMER_PROF it_interval |  djm | 2008-09-19 | 1 | -4/+4 |
| * | ratecheck(9) only seems to be used to limit things to very coarse intervals |  dlg | 2008-04-04 | 1 | -2/+2 |
| * | Do not lose nanosleep() return value in the last copyout if nonzero; PR#5697 |  miod | 2008-01-02 | 1 | -3/+5 |
| * | Implement clock_gettime(CLOCK_PROF) since it's so simple. |  art | 2007-04-04 | 1 | -4/+6 |
| * | Fix getitimer to use uptime as setitimer does. Fixes bad output from |  art | 2007-01-10 | 1 | -2/+2 |
| * | Timecounter based implementation of adjfreq(2). Largely from art@ |  otto | 2006-10-30 | 1 | -4/+12 |
| * | Normalize the correction passed to adjtime(2) before using it in the |  kettenis | 2006-06-29 | 1 | -1/+10 |
| * | Adapt adjtime() code and put in a better stub for adjfreq() for the |  otto | 2006-06-27 | 1 | -9/+19 |
| * | Make sys_adjfreq() compile on archs that use timecounters |  jsg | 2006-06-15 | 1 | -1/+3 |
| * | Introducing adjfreq(2), to adjust the clock frequency. |  otto | 2006-06-14 | 1 | -1/+34 |
| * | Allow any user to request the current adjustment; ok henning@ deraadt@ |  otto | 2006-06-04 | 1 | -1/+8 |
| * | revert auto-skew. some ntpd implementations interact poorly. |  tedu | 2006-01-20 | 1 | -47/+9 |
| * | auto adjusting adjtime. be more responsive to large clock deltas, |  tedu | 2006-01-13 | 1 | -9/+47 |
| * | ansi/deregister. |  jsg | 2005-11-28 | 1 | -63/+26 |
| * | make sure ppsratecheck() returns 0 if maxpps is 0; |  markus | 2005-10-27 | 1 | -2/+4 |
| * | In realitexpire(), do not re-add the itimer timeout if the process is in |  aaron | 2005-10-13 | 1 | -2/+3 |
| * | Avoid arithmetic overflows in computation of adjtime(). Fixes adjusting in the |  otto | 2005-10-10 | 1 | -3/+16 |
| * | Protect p_timer with splclock. It can be fiddled with in hardclock (but |  art | 2005-05-31 | 1 | -1/+5 |
| * | sched work by niklas and art backed out; causes panics |  deraadt | 2005-05-29 | 1 | -5/+1 |
| * | This patch is mortly art's work and was done *a year* ago. Art wants to thank |  niklas | 2005-05-25 | 1 | -1/+5 |
| * | This touches only MI code, and adds new time keeping code. The |  tholo | 2004-07-28 | 1 | -1/+70 |
| * | Don't sleep forever on short nanosleeps. |  nordin | 2004-06-26 | 1 | -2/+3 |
| * | This moves access to wall and uptime variables in MI code, |  tholo | 2004-06-24 | 1 | -85/+59 |
| * | First step towards more sane time handling in the kernel -- this changes |  tholo | 2004-06-21 | 1 | -2/+2 |
| * | debranch SMP, have fun |  niklas | 2004-06-13 | 1 | -2/+2 |
| * | Merge in a piece of the SMP branch into HEAD. |  art | 2004-06-09 | 1 | -1/+12 |
| * | pretty code that's easier to read, same effect. |  tedu | 2004-02-15 | 1 | -4/+8 |
| * | match syscallargs comments with reality |  henning | 2003-09-01 | 1 | -5/+5 |
| * | fix sys_clock_settime. hint from nordin@ ok deraadt@ |  tedu | 2003-08-26 | 1 | -6/+4 |
| * | change arguments to suser. suser now takes the process, and a flags |  tedu | 2003-08-15 | 1 | -4/+6 |
| * | implement CLOCK_MONOTONIC from NetBSD; ok marc@ |  kevlo | 2003-08-11 | 1 | -14/+33 |
| * | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
| * | no need for nfs headers since nqnfs had been removed way long time ago |  mickey | 2003-05-19 | 1 | -7/+1 |
| * | which is int not u_int so check for negative values. ok deraadt@, art@ |  nordin | 2002-10-02 | 1 | -5/+5 |
| * | Avoid time wrap at securelevel 2. ok millert@ fgsch@ |  nordin | 2002-07-25 | 1 | -44/+39 |
| * | Remove unnecessary spllowersoftclock(). ok art@ |  nordin | 2002-06-11 | 1 | -2/+1 |
| * | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -3/+3 |
| * | Repeat. But this time get the math right and avoid sleeping forever. |  art | 2002-02-17 | 1 | -15/+19 |
| * | undo latest commit for now, it breaks nanosleep |  pvalchev | 2002-02-15 | 1 | -17/+17 |
| * | Don't get confused in nanosleep(2) when the time changes. |  art | 2002-02-15 | 1 | -17/+17 |