| 2009-04-27 |
Sepherosa Ziehau | Add ifpoll, which support hardware TX/RX queues based... |
blob | commitdiff |
| 2008-09-09 |
Matthew Dillon | Fix issues with the scheduler that were causing unneces... |
blob | commitdiff | diff to current |
| 2007-09-30 |
Sepherosa Ziehau | Support polling(4) on multiple CPUs, i.e. each NIC... |
blob | commitdiff | diff to current |
| 2007-09-12 |
Sepherosa Ziehau | Prepare to support polling(4) on multiple cpus: |
blob | commitdiff | diff to current |
| 2007-06-30 |
Sascha Wildner | Use the actual function name in the message. |
blob | commitdiff | diff to current |
| 2007-06-24 |
Sascha Wildner | Fix typo in a diagnostic message. |
blob | commitdiff | diff to current |
| 2007-04-30 |
Matthew Dillon | Revamp SYSINIT ordering. Relabel sysinit IDs (SI_... |
blob | commitdiff | diff to current |
| 2007-01-01 |
Simon Schubert | 1:1 Userland threading stage 2.10/4: |
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-08 |
Matthew Dillon | Add an option, DEBUG_PCTRACK, which will record the... |
blob | commitdiff | diff to current |
| 2006-06-01 |
Matthew Dillon | If the scheduler clock cannot call bsd4_resetpriority... |
blob | commitdiff | diff to current |
| 2006-03-24 |
Matthew Dillon | Add missing commit for the VM load heuristic and page... |
blob | commitdiff | diff to current |
| 2005-10-24 |
Sepherosa Ziehau | - Move DEVICE_POLLING from opt_global.h to opt_polling... |
blob | commitdiff | diff to current |
| 2005-10-13 |
Matthew Dillon | Move the polling systimer initialization code out of... |
blob | commitdiff | diff to current |
| 2005-10-12 |
Sepherosa Ziehau | - Make device polling use seperate SYSTIMER instead... |
blob | commitdiff | diff to current |
| 2005-10-11 |
Simon Schubert | 1:1 Userland threading stage 2.8/4: |
blob | commitdiff | diff to current |
| 2005-10-08 |
Simon Schubert | 1:1 Userland threading stage 2.2/4: |
blob | commitdiff | diff to current |
| 2005-06-29 |
Matthew Dillon | Yet more scheduler work. Revamp the batch detection... |
blob | commitdiff | diff to current |
| 2005-06-27 |
Matthew Dillon | * Remove a procedural layer in the scheduler clock... |
blob | commitdiff | diff to current |
| 2005-06-06 |
Matthew Dillon | Remove spl*() calls from kern, replacing them with... |
blob | commitdiff | diff to current |
| 2005-06-03 |
Matthew Dillon | Replace cpu_mb1() and cpu_mb2() with cpu_mfence(),... |
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-27 |
Hiten Pandya | Change CPU time statistics (cputime) to be accounted... |
blob | commitdiff | diff to current |
| 2005-04-26 |
Matthew Dillon | Correct a bug in the last two commits. The time_second... |
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-20 |
Joerg Sonnenberger | basetime should be static, all access done via PKI. |
blob | commitdiff | diff to current |
| 2005-04-20 |
Joerg Sonnenberger | Correct a bug in the positive 32bit overflow handling... |
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 | wether ==> whether |
blob | commitdiff | diff to current |
| 2005-04-14 |
Joerg Sonnenberger | Simplified NTP kernel interface: |
blob | commitdiff | diff to current |
| 2005-03-13 |
Matthew Dillon | Add a function that returns an approximate time_t for... |
blob | commitdiff | diff to current |
| 2005-01-31 |
Joerg Sonnenberger | Fix warning by adding explicit () around addition. |
blob | commitdiff | diff to current |
| 2004-12-22 |
Joerg Sonnenberger | Add new structures for exporting the cputime statistics... |
blob | commitdiff | diff to current |
| 2004-12-04 |
Matthew Dillon | Fix the boottime calculation when the time of day is... |
blob | commitdiff | diff to current |
| 2004-11-20 |
Matthew Dillon | Add code to the BIOS VM86 emulator to detect writes... |
blob | commitdiff | diff to current |
| 2004-11-12 |
Matthew Dillon | Forced commit, correct comment for last commit. 1... |
blob | commitdiff | diff to current |
| 2004-11-12 |
Matthew Dillon | VFS messaging/interfacing work stage 9/99: VFS 'NEW... |
blob | commitdiff | diff to current |
| 2004-09-17 |
Matthew Dillon | Move all the softclock/callout initialization out of... |
blob | commitdiff | diff to current |
| 2004-08-02 |
Matthew Dillon | Make doubly sure that timer2 is not used for speaker... |
blob | commitdiff | diff to current |
| 2004-08-02 |
Matthew Dillon | Add a global, clocks_running, which tells us when timeo... |
blob | commitdiff | diff to current |
| 2004-07-16 |
Matthew Dillon | Update all my personal copyrights to the Dragonfly... |
blob | commitdiff | diff to current |
| 2004-06-28 |
David Rhodus | Update some copyright notices to become more legal... |
blob | commitdiff | diff to current |
| 2004-04-03 |
Matthew Dillon | In the sysclock commit I tried to make 'boottime' a... |
blob | commitdiff | diff to current |
| 2004-03-30 |
Matthew Dillon | Second major scheduler patch. This corrects interactiv... |
blob | commitdiff | diff to current |
| 2004-03-20 |
Matthew Dillon | Fix p_pctcpu and p_estcpu (addendum). Add a ESTCPUFREQ... |
blob | commitdiff | diff to current |
| 2004-02-11 |
Matthew Dillon | activate any tick-delayed software interrupts in the... |
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 | Add necessary critical sections to microtime() and... |
blob | commitdiff | diff to current |
| 2004-01-07 |
Matthew Dillon | tvtohz() was originally designed for tsleep() and timeo... |
blob | commitdiff | diff to current |
| 2003-10-17 |
Matthew Dillon | Cleanup P_CURPROC and P_CP_RELEASED handling. P_CP_REL... |
blob | commitdiff | diff to current |
| 2003-08-26 |
Robert Garrett | __P() removal |
blob | commitdiff | diff to current |
| 2003-07-26 |
Robert Garrett | Register keyword removal |
blob | commitdiff | diff to current |
| 2003-07-12 |
Matthew Dillon | partially fix pctcpu and userland rescheduling. We... |
blob | commitdiff | diff to current |
| 2003-07-11 |
Matthew Dillon | Cleanup hardclock() and statclock(), making them work... |
blob | commitdiff | diff to current |
| 2003-07-10 |
Matthew Dillon | MP Implmentation 3/4: MAJOR progress on SMP, full userl... |
blob | commitdiff | diff to current |
| 2003-06-29 |
Matthew Dillon | Misc interrupts/LWKT 1/2: interlock the idle thread... |
blob | commitdiff | diff to current |
| 2003-06-29 |
Matthew Dillon | Implement interrupt thread preemption + minor cleanup. |
blob | commitdiff | diff to current |
| 2003-06-28 |
Matthew Dillon | smp/up collapse stage 2 of 2: cleanup the globaldata... |
blob | commitdiff | diff to current |
| 2003-06-23 |
Matthew Dillon | proc->thread stage3: make time accounting threads based... |
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 |
|