| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add CLOCK_UPTIME to clock_gettime(2) reporting the current | Andre Oppermann | 2005-11-18 | 1 | -0/+2 |
* | Fix name compatible problem with POSIX standard. the sigval_ptr and | David Xu | 2005-11-04 | 1 | -1/+1 |
* | Cleanup some signal interfaces. Now the tdsignal function accepts | David Xu | 2005-11-03 | 1 | -28/+11 |
* | Let itimer store itimerspec instead of itimerval, so I don't have to | David Xu | 2005-10-30 | 1 | -59/+118 |
* | Don't touch last overrun if signal was already on queue. | David Xu | 2005-10-23 | 1 | -2/+0 |
* | Make p_itimers as a pointer, so file sys/proc.h does not need to include | David Xu | 2005-10-23 | 1 | -28/+25 |
* | Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONIC | David Xu | 2005-10-23 | 1 | -2/+664 |
* | Implement 32bit wrappers for clock_gettime, clock_settime, and | Paul Saab | 2005-10-15 | 1 | -19/+51 |
* | 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 |