projects
/
dragonfly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git]
/
sys
/
kern
/
kern_time.c
2011-11-15
Matthew Dillon
kernel - Major signal path adjustments to fix races...
blob
|
commitdiff
2011-11-12
Matthew Dillon
kernel - Expose nanosleep1() to other kernel source...
blob
|
commitdiff
|
diff to current
2011-11-08
Matthew Dillon
kernel - Fix itimer hard critical section panic
blob
|
commitdiff
|
diff to current
2011-10-26
Matthew Dillon
kernel - Make the itimers MPSAFE
blob
|
commitdiff
|
diff to current
2011-10-22
Sascha Wildner
Remove some duplicate includes in sys/kern.
blob
|
commitdiff
|
diff to current
2011-04-14
Sepherosa Ziehau
systimer: Fix statclock() intr% counting for i8254...
blob
|
commitdiff
|
diff to current
2010-08-24
Matthew Dillon
kernel - rewrite the LWKT scheduler's priority mechanism
blob
|
commitdiff
|
diff to current
2010-03-13
Alex Hornung
linux emu - peripheral changes
blob
|
commitdiff
|
diff to current
2010-01-03
Matthew Dillon
kernel - kqueue - refactor kqueue_scan(), rename tick...
blob
|
commitdiff
|
diff to current
2009-12-20
Matthew Dillon
kernel - Move mplock to machine-independent C
blob
|
commitdiff
|
diff to current
2009-12-13
Matthew Dillon
kernel - Move MP lock inward, plus misc other stuff
blob
|
commitdiff
|
diff to current
2009-06-18
Michael Neumann
priv: Narrow down privileges
blob
|
commitdiff
|
diff to current
2009-05-03
Simon Schubert
nanosleep: don't overwrite error with copyout success...
blob
|
commitdiff
|
diff to current
2009-04-29
Matthew Dillon
Split out core kern_clock_*() calls for the clock_...
blob
|
commitdiff
|
diff to current
2008-12-15
Michael Neumann
suser_* to priv_* conversion
blob
|
commitdiff
|
diff to current
2008-04-02
Sepherosa Ziehau
Constify second parameter of timeval{add,sub}()
blob
|
commitdiff
|
diff to current
2007-02-03
Simon Schubert
1:1 Userland threading stage 2.11/4:
blob
|
commitdiff
|
diff to current
2006-12-23
Sascha Wildner
Ansify function declarations and fix some minor style...
blob
|
commitdiff
|
diff to current
2006-12-23
Sascha Wildner
Rename printf -> kprintf in sys/ and add some defines...
blob
|
commitdiff
|
diff to current
2006-09-03
Matthew Dillon
Rename functions to avoid conflicts with libc.
blob
|
commitdiff
|
diff to current
2006-06-07
Matthew Dillon
Remove the asynchronous system call interface sendsys...
blob
|
commitdiff
|
diff to current
2006-06-05
Matthew Dillon
Modify kern/makesyscall.sh to prefix all kernel system...
blob
|
commitdiff
|
diff to current
2006-03-27
Matthew Dillon
Remove NQNFS support. The mechanisms are too crude...
blob
|
commitdiff
|
diff to current
2006-03-19
Matthew Dillon
Fix a serious bug in the olddelta microseconds calculat...
blob
|
commitdiff
|
diff to current
2005-10-08
Simon Schubert
1:1 Userland threading stage 2.2/4:
blob
|
commitdiff
|
diff to current
2005-09-12
Joerg Sonnenberger
When testing whether a negative delta is smaller than...
blob
|
commitdiff
|
diff to current
2005-06-01
Matthew Dillon
Implement a new cputimer infrastructure to allow us...
blob
|
commitdiff
|
diff to current
2005-04-24
Matthew Dillon
Fix the structural type for kern.boottime and kern...
blob
|
commitdiff
|
diff to current
2005-04-23
Matthew Dillon
Make access to basetime MP safe and interrupt-race...
blob
|
commitdiff
|
diff to current
2005-04-23
Joerg Sonnenberger
Always use SYSCTL_OUT, sysctl doesn't print the value...
blob
|
commitdiff
|
diff to current
2005-04-23
Joerg Sonnenberger
Make kern.ntp.delta preemption save.
blob
|
commitdiff
|
diff to current
2005-04-22
Joerg Sonnenberger
Don't call cpu_mb1 after lwkt_setcpu_self, but call...
blob
|
commitdiff
|
diff to current
2005-04-22
Joerg Sonnenberger
Move to CPU #0 in settime() to prevent races.
blob
|
commitdiff
|
diff to current
2005-04-18
Joerg Sonnenberger
Make kern.ntp.permanent specify the frequency correctio...
blob
|
commitdiff
|
diff to current
2005-04-14
Joerg Sonnenberger
leap second, not leaf second. fix totally stupid, but...
blob
|
commitdiff
|
diff to current
2005-04-14
Joerg Sonnenberger
Simplified NTP kernel interface:
blob
|
commitdiff
|
diff to current
2005-03-29
David Rhodus
Remove some uses of the SCARG macro.
blob
|
commitdiff
|
diff to current
2005-03-15
Matthew Dillon
Implement CLOCK_MONOTONIC using getnanouptime(), which...
blob
|
commitdiff
|
diff to current
2004-09-17
Joerg Sonnenberger
timeout/untimeout ==> callout_* for p->p_ithandle
blob
|
commitdiff
|
diff to current
2004-06-04
Matthew Dillon
async syscall work: The async syscall code got dated...
blob
|
commitdiff
|
diff to current
2004-04-10
Matthew Dillon
Do some minor critical path performance improvements...
blob
|
commitdiff
|
diff to current
2004-01-30
Matthew Dillon
This commit represents a major revamping of the clock...
blob
|
commitdiff
|
diff to current
2004-01-07
Matthew Dillon
note last commit based on evidence supplied by: Paul...
blob
|
commitdiff
|
diff to current
2004-01-07
Matthew Dillon
tvtohz() was originally designed for tsleep() and timeo...
blob
|
commitdiff
|
diff to current
2003-11-20
Matthew Dillon
This is a major cleanup of the LWKT message port code...
blob
|
commitdiff
|
diff to current
2003-08-26
Robert Garrett
__P() removal
blob
|
commitdiff
|
diff to current
2003-08-12
Matthew Dillon
Syscall messaging 4: Further expand the kernel-version...
blob
|
commitdiff
|
diff to current
2003-07-28
Hiten Pandya
Merge from FreeBSD:
blob
|
commitdiff
|
diff to current
2003-07-26
Robert Garrett
Register keyword removal
blob
|
commitdiff
|
diff to current
2003-07-24
Matthew Dillon
Preliminary syscall messaging work. Adjust all <syscal...
blob
|
commitdiff
|
diff to current
2003-07-19
Matthew Dillon
Remove the priority part of the priority|flags argument...
blob
|
commitdiff
|
diff to current
2003-06-25
Matthew Dillon
proc->thread stage 4: rework the VFS and DEVICE subsyst...
blob
|
commitdiff
|
diff to current
2003-06-23
Matthew Dillon
proc->thread stage 2: MAJOR revamping of system calls...
blob
|
commitdiff
|
diff to current
2003-06-17
Matthew Dillon
Add the DragonFly cvs id and perform general cleanups...
blob
|
commitdiff
|
diff to current
2003-06-17
Matthew Dillon
Initial import from FreeBSD RELENG_4:
blob
|
commitdiff
|
diff to current