| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement kern_adjtime(), kern_readv(), kern_sched_rr_get_interval(), | John Baldwin | 2005-03-31 | 1 | -17/+34 |
* | If the pointer to the new itimerval is NULL in kern_setitimer(), just | John Baldwin | 2005-02-07 | 1 | -0/+3 |
* | Various and sundry style fixes. | John Baldwin | 2005-02-07 | 1 | -4/+4 |
* | Split out kernel side of {get,set}itimer(2) into two parts: the first that | Maxim Sobolev | 2005-01-25 | 1 | -34/+55 |
* | move kern_nanosleep to sys/syscallsubr.h | Paul Saab | 2005-01-19 | 1 | -0/+1 |
* | - rename nanosleep1 to kern_nanosleep | Paul Saab | 2005-01-19 | 1 | -5/+3 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Rework how we store process times in the kernel such that we always store | John Baldwin | 2004-10-05 | 1 | -6/+8 |
* | Update previous commit to: | Kelly Yancey | 2004-06-21 | 1 | -18/+13 |
* | Implement CLOCK_VIRTUAL and CLOCK_PROF for clock_gettime(2) and | Kelly Yancey | 2004-06-17 | 1 | -9/+39 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
* | constify the second args to timevaladd() and timevalsub(). | Alfred Perlstein | 2003-10-26 | 1 | -2/+2 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
* | Wait for the real interval timer callout handler to finish executing if it | John Baldwin | 2003-06-09 | 1 | -0/+2 |
* | In setitimer(2), if the it_value of the new itimer value is clear, then | John Baldwin | 2003-05-13 | 1 | -3/+4 |
* | o fix ppsratecheck to interpret a maxpps of zero as "ignore everything" | Sam Leffler | 2003-02-26 | 1 | -1/+5 |
* | OK, I was too sleepy there... | Poul-Henning Kamp | 2003-02-23 | 1 | -2/+4 |
* | Implement CLOCK_MONOTONIC. | Poul-Henning Kamp | 2003-02-23 | 1 | -2/+3 |
* | Remove duplicate includes. | Olivier Houchard | 2003-02-20 | 1 | -1/+0 |
* | Use the proc lock to protect p_realtimer instead of Giant, and obtain | Tim J. Robbins | 2003-02-17 | 1 | -42/+33 |
* | Split the global timezone structure into two integer fields to | Poul-Henning Kamp | 2003-02-03 | 1 | -7/+6 |
* | No need to lock Giant around call to nanosleep1() in nanosleep(). | Tim J. Robbins | 2003-02-03 | 1 | -2/+0 |
* | Avoid holding Giant across copyout() in gettimeofday() and getitimer(). | Tim J. Robbins | 2003-02-03 | 1 | -4/+4 |
* | Remove unnecessary locking of Giant around nanotime() in clock_gettime(). | Tim J. Robbins | 2003-01-19 | 1 | -2/+0 |
* | useracc() is mpsafe so we only need to hold Giant | Alfred Perlstein | 2003-01-19 | 1 | -10/+5 |
* | o reduce the overhead of calling ppsratecheck by using ticks instead of | Sam Leffler | 2002-12-31 | 1 | -55/+24 |
* | add generic rate limiting support from netbsd; ratelimit is purely time based, | Sam Leffler | 2002-12-20 | 1 | -0/+88 |
* | SCARGS removal take II. | Alfred Perlstein | 2002-12-14 | 1 | -12/+12 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | Alfred Perlstein | 2002-12-13 | 1 | -12/+12 |
* | Remove SCARGS. | Alfred Perlstein | 2002-12-13 | 1 | -12/+12 |
* | Introduce mac_check_system_settime(), a MAC check allowing policies to | Robert Watson | 2002-11-03 | 1 | -0/+13 |
* | Round up instead of towards 0 in clock_getres() so that a resolution of | Bruce Evans | 2002-09-25 | 1 | -1/+6 |
* | A side effect of some debugging: prototypify and deregister. | Poul-Henning Kamp | 2002-08-18 | 1 | -45/+18 |
* | more caddr_t removal. | Alfred Perlstein | 2002-06-29 | 1 | -10/+6 |
* | Hide the private parts of timecounter from a couple of places that don't | Poul-Henning Kamp | 2002-04-26 | 1 | -1/+1 |
* | Improve the implementation of adjtime(2). | Poul-Henning Kamp | 2002-04-15 | 1 | -72/+0 |
* | - Change settime() to take a thread as its first argument instead of a proc | John Baldwin | 2002-04-10 | 1 | -36/+27 |
* | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -3/+3 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -6/+6 |
* | Take the common case of gettimeofday(&tv, NULL) out from under Giant. | Poul-Henning Kamp | 2002-02-18 | 1 | -8/+4 |
* | o Modify static settime() to accept the proc * for the process requesting | Robert Watson | 2001-09-26 | 1 | -5/+6 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -26/+28 |
* | Giant Pushdown | Matthew Dillon | 2001-09-01 | 1 | -47/+126 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -0/+3 |
* | Lock the process while sending it SIGARLM and updating p_realtimer. | John Baldwin | 2001-03-07 | 1 | -0/+4 |
* | Use callout_reset instead of timeout(9). Most callouts are statically | Jake Burkholder | 2000-11-27 | 1 | -5/+5 |
* | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp | 2000-04-18 | 1 | -1/+0 |
* | Isolate the Timecounter internals in their own two files. | Poul-Henning Kamp | 2000-03-20 | 1 | -1/+2 |
* | Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the | Poul-Henning Kamp | 1999-10-30 | 1 | -1/+2 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |