kernel - Add additional clock_gettime() modes
[dragonfly.git] / sys / kern / kern_time.c
2012-08-24 Matthew Dillonkernel - Add additional clock_gettime() modes
2012-08-24 Matthew Dillonkernel - Do not allow the time to be set to { 0, 0 }
2012-01-03 Sascha Wildnerkernel: Use NULL for pointers.
2011-12-08 Matthew Dillonkernel - Fix alarm() timer race against exit
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-12 Matthew Dillonkernel - Expose nanosleep1() to other kernel source...
2011-11-08 Matthew Dillonkernel - Fix itimer hard critical section panic
2011-10-26 Matthew Dillonkernel - Make the itimers MPSAFE
2011-10-22 Sascha WildnerRemove some duplicate includes in sys/kern.
2011-04-14 Sepherosa Ziehausystimer: Fix statclock() intr% counting for i8254...
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-03-13 Alex Hornunglinux emu - peripheral changes
2010-01-03 Matthew Dillonkernel - kqueue - refactor kqueue_scan(), rename tick...
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-06-18 Michael Neumannpriv: Narrow down privileges
2009-05-03 Simon Schubertnanosleep: don't overwrite error with copyout success...
2009-04-29 Matthew DillonSplit out core kern_clock_*() calls for the clock_...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-04-02 Sepherosa ZiehauConstify second parameter of timeval{add,sub}()
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2006-12-23 Sascha WildnerAnsify function declarations and fix some minor style...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-06-07 Matthew DillonRemove the asynchronous system call interface sendsys...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-03-27 Matthew DillonRemove NQNFS support. The mechanisms are too crude...
2006-03-19 Matthew DillonFix a serious bug in the olddelta microseconds calculat...
2005-10-08 Simon Schubert1:1 Userland threading stage 2.2/4:
2005-09-12 Joerg SonnenbergerWhen testing whether a negative delta is smaller than...
2005-06-01 Matthew DillonImplement a new cputimer infrastructure to allow us...
2005-04-24 Matthew DillonFix the structural type for kern.boottime and kern...
2005-04-23 Matthew DillonMake access to basetime MP safe and interrupt-race...
2005-04-23 Joerg SonnenbergerAlways use SYSCTL_OUT, sysctl doesn't print the value...
2005-04-23 Joerg SonnenbergerMake kern.ntp.delta preemption save.
2005-04-22 Joerg SonnenbergerDon't call cpu_mb1 after lwkt_setcpu_self, but call...
2005-04-22 Joerg SonnenbergerMove to CPU #0 in settime() to prevent races.
2005-04-18 Joerg SonnenbergerMake kern.ntp.permanent specify the frequency correctio...
2005-04-14 Joerg Sonnenbergerleap second, not leaf second. fix totally stupid, but...
2005-04-14 Joerg SonnenbergerSimplified NTP kernel interface:
2005-03-29 David RhodusRemove some uses of the SCARG macro.
2005-03-15 Matthew DillonImplement CLOCK_MONOTONIC using getnanouptime(), which...
2004-09-17 Joerg Sonnenbergertimeout/untimeout ==> callout_* for p->p_ithandle
2004-06-04 Matthew Dillonasync syscall work: The async syscall code got dated...
2004-04-10 Matthew DillonDo some minor critical path performance improvements...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-07 Matthew Dillonnote last commit based on evidence supplied by: Paul...
2004-01-07 Matthew Dillontvtohz() was originally designed for tsleep() and timeo...
2003-11-20 Matthew DillonThis is a major cleanup of the LWKT message port code...
2003-08-26 Robert Garrett__P() removal
2003-08-12 Matthew DillonSyscall messaging 4: Further expand the kernel-version...
2003-07-28 Hiten PandyaMerge from FreeBSD:
2003-07-26 Robert GarrettRegister keyword removal
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: