Age | Commit message (Expand) | Author |
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 |
2006-06-14 | Introducing adjfreq(2), to adjust the clock frequency. | Otto Moerbeek |
2006-06-04 | Allow any user to request the current adjustment; ok henning@ deraadt@ | Otto Moerbeek |
2006-01-20 | revert auto-skew. some ntpd implementations interact poorly. | Ted Unangst |
2006-01-13 | auto adjusting adjtime. be more responsive to large clock deltas, | Ted Unangst |
2005-11-28 | ansi/deregister. | Jonathan Gray |
2005-10-27 | make sure ppsratecheck() returns 0 if maxpps is 0; | Markus Friedl |
2005-10-13 | In realitexpire(), do not re-add the itimer timeout if the process is in | Aaron Campbell |
2005-10-10 | Avoid arithmetic overflows in computation of adjtime(). Fixes adjusting in the | Otto Moerbeek |
2005-05-31 | Protect p_timer with splclock. It can be fiddled with in hardclock (but | Artur Grabowski |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert |
2004-06-26 | Don't sleep forever on short nanosleeps. | Thomas Nordin |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-09 | Merge in a piece of the SMP branch into HEAD. | Artur Grabowski |
2004-02-15 | pretty code that's easier to read, same effect. | Ted Unangst |
2003-09-01 | match syscallargs comments with reality | Henning Brauer |
2003-08-26 | fix sys_clock_settime. hint from nordin@ ok deraadt@ | Ted Unangst |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-11 | implement CLOCK_MONOTONIC from NetBSD; ok marc@ | Kevin Lo |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-19 | no need for nfs headers since nqnfs had been removed way long time ago | Michael Shalayeff |
2002-10-02 | which is int not u_int so check for negative values. ok deraadt@, art@ | Thomas Nordin |
2002-07-25 | Avoid time wrap at securelevel 2. ok millert@ fgsch@ | Thomas Nordin |
2002-06-11 | Remove unnecessary spllowersoftclock(). ok art@ | Thomas Nordin |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-17 | Repeat. But this time get the math right and avoid sleeping forever. | Artur Grabowski |
2002-02-15 | undo latest commit for now, it breaks nanosleep | Peter Valchev |
2002-02-15 | Don't get confused in nanosleep(2) when the time changes. | Artur Grabowski |
2001-12-12 | Handle itimer intervals smaller than the resolution of the clock; pr#2182. | Thomas Nordin |
2001-06-25 | Remove NQNFS | Constantine Sapuntzakis |
2000-10-10 | implement ppsratecheck(9). from netbsd. | Jun-ichiro itojun Hagino |
2000-07-07 | Be more paranoid about return values from hzto. | Artur Grabowski |
2000-07-06 | Change splsoftclock() to spllowersoftclock(). (art@ ok) | Hakan Olsson |
2000-07-05 | Stop sleeps from returning early (by up to a clock tick). | Paul Janzen |
2000-03-23 | Don't reinitialize the tsleep and ITIMER_REAL timers all the time. | Artur Grabowski |
2000-03-23 | Use the new timeout facilities for ITIMER_REAL. | Artur Grabowski |
2000-03-17 | ratecheck - function to help implement rate-limited actions (from NetBSD) | Jakob Schlyter |
2000-01-22 | Don't allow the time to be set forward so far it will wrap and become negative, | Todd C. Miller |
1999-12-06 | Implement compatibility for Linux stime() syscall. | Aaron Campbell |
1999-06-06 | -Wall sucks | Theo de Raadt |
1999-06-06 | adjtime(2) did not return EFAULT for bad olddelta ptr; darrenr@merlin.reed.wa... | Theo de Raadt |
1998-02-20 | Please GCC 2.8's harsher view of good style | Niklas Hallqvist |