| 2012-12-12 |
Sascha Wildner | Remove upc_{control,register} syscalls and everything... |
blob | commitdiff |
| 2012-12-08 |
Matthew Dillon | kernel - Change allocvnode() to not recursively block... |
blob | commitdiff | diff to current |
| 2012-10-24 |
Sascha Wildner | kernel: Make SMP support default (and non-optional). |
blob | commitdiff | diff to current |
| 2012-09-25 |
Matthew Dillon | kernel - usched_dfly revamp (7), bring back td_release... |
blob | commitdiff | diff to current |
| 2012-04-01 |
Matthew Dillon | kernel - Fix signal masking race assertion panic w... |
blob | commitdiff | diff to current |
| 2012-01-16 |
John Marino | kern: Update traps, sigbus->sigsegv, cleanup and fixes |
blob | commitdiff | diff to current |
| 2011-12-31 |
Venkatesh Srinivas | kernel -- KTR: Fix vkernel32 build. |
blob | commitdiff | diff to current |
| 2011-11-26 |
John Marino | Initial import of binutils 2.22 on the new vendor branch |
blob | commitdiff | diff to current |
| 2011-11-15 |
Matthew Dillon | kernel - Major signal path adjustments to fix races... |
blob | commitdiff | diff to current |
| 2011-11-08 |
Matthew Dillon | kernel - Fix itimer hard critical section panic |
blob | commitdiff | diff to current |
| 2011-11-03 |
Matthew Dillon | kernel - Hold required token when accessing p_flags... |
blob | commitdiff | diff to current |
| 2011-07-29 |
Matthew Dillon | kernel - Fix signal delivery races |
blob | commitdiff | diff to current |
| 2011-02-12 |
Matthew Dillon | kernel - Make most of the fork and exit paths MPSAFE |
blob | commitdiff | diff to current |
| 2010-12-18 |
Matthew Dillon | kernel - scheduler adjustments for large ncpus / 48... |
blob | commitdiff | diff to current |
| 2010-12-11 |
Matthew Dillon | kernel - Change the discrete mplock into mp_token |
blob | commitdiff | diff to current |
| 2010-10-21 |
Matthew Dillon | kernel - (mainly x86_64) - Fix a number of rare races |
blob | commitdiff | diff to current |
| 2010-08-30 |
Matthew Dillon | kernel - Separate inherited mplocks from td_mplocks... |
blob | commitdiff | diff to current |
| 2010-08-30 |
Matthew Dillon | kernel - remove syscall_mpsafe and trap_mpsafe sysctls |
blob | commitdiff | diff to current |
| 2010-08-28 |
Matthew Dillon | kernel - Change lwp_fork() to not hold the mplock in... |
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-02 |
Matthew Dillon | kernel - Move grow_stack code in fault path to improve... |
blob | commitdiff | diff to current |
| 2010-01-18 |
Matthew Dillon | kernel - Fix vkernel_trap |
blob | commitdiff | diff to current |
| 2010-01-18 |
Matthew Dillon | kernel - simplify vm pager ops, add pre-faulting for... |
blob | commitdiff | diff to current |
| 2009-12-20 |
Matthew Dillon | kernel - Move mplock to machine-independent C |
blob | commitdiff | diff to current |
| 2009-12-19 |
Alex Hornung | signal - Introduce si_code codes |
blob | commitdiff | diff to current |
| 2009-12-15 |
Matthew Dillon | kernel - Third time's the charm - move lwp_ucred to... |
blob | commitdiff | diff to current |
| 2009-12-15 |
Matthew Dillon | kernel - Make adjustments to the per-lwp ucred |
blob | commitdiff | diff to current |
| 2009-12-15 |
Matthew Dillon | kernel - move proc->p_lock, add lwp ucred caching |
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-10-02 |
Matthew Dillon | vkernel - Fix FP corruption from preemptive thread... |
blob | commitdiff | diff to current |
| 2009-08-20 |
Matthew Dillon | Fix numerous compiler warnings and format conversion... |
blob | commitdiff | diff to current |
| 2009-06-20 |
Matthew Dillon | HAMMER (and kernel) - Fix cpu-bound kernel thread issue. |
blob | commitdiff | diff to current |
| 2009-04-22 |
Matthew Dillon | Fix vkernel issues - enable ithread preemption, races... |
blob | commitdiff | diff to current |
| 2009-04-04 |
Sascha Wildner | vkernel: Comment out unused variable. |
blob | commitdiff | diff to current |
| 2009-03-09 |
Simon Schubert | signals: rework when CURSIG/issignal can stop a thread... |
blob | commitdiff | diff to current |
| 2008-12-18 |
Matthew Dillon | This is a MAJOR rewrite of usched_bsd4 and related... |
blob | commitdiff | diff to current |
| 2008-09-09 |
Matthew Dillon | Fix issues with the scheduler that were causing unneces... |
blob | commitdiff | diff to current |
| 2008-07-13 |
Nicolas Thery | Fix deadlock occuring when booting vkernel from gdb... |
blob | commitdiff | diff to current |
| 2008-05-19 |
Simon Schubert | Add KTR for tracing userland->kernel entries, i.e.... |
blob | commitdiff | diff to current |
| 2008-05-06 |
Matthew Dillon | Enable kern.trap_mpsafe and kern.syscall_mpsafe by... |
blob | commitdiff | diff to current |
| 2008-04-24 |
Matthew Dillon | Fix panics which can occur when killing a threaded... |
blob | commitdiff | diff to current |
| 2008-04-14 |
Matthew Dillon | Fix ktrace for threaded processes. Move the KTRFAC_ACT... |
blob | commitdiff | diff to current |
| 2008-01-10 |
Nicolas Thery | Add pselect syscall. |
blob | commitdiff | diff to current |
| 2007-11-26 |
Matthew Dillon | Catch vkernel divide-by-0 traps a bit earlier so they... |
blob | commitdiff | diff to current |
| 2007-07-01 |
Matthew Dillon | Bring in all of Joe Talbott's SMP virtual kernel work... |
blob | commitdiff | diff to current |
| 2007-07-01 |
Matthew Dillon | More multi-threaded support for virtualization. Move... |
blob | commitdiff | diff to current |
| 2007-06-29 |
Matthew Dillon | Implement struct lwp->lwp_vmspace. Leave p_vmspace... |
blob | commitdiff | diff to current |
| 2007-06-18 |
Joe Talbott | Make vkernel compile with 'options SMP'. Most function... |
blob | commitdiff | diff to current |
| 2007-04-29 |
Matthew Dillon | * Use SYSREF for vmspace structures. This replaces... |
blob | commitdiff | diff to current |
| 2007-03-01 |
Simon Schubert | 1:1 Userland threading stage 4.7/4: |
blob | commitdiff | diff to current |
| 2007-02-25 |
Simon Schubert | Get rid of struct user/UAREA. |
blob | commitdiff | diff to current |
| 2007-02-24 |
Simon Schubert | 1:1 Userland threading stage 4.4/4: |
blob | commitdiff | diff to current |
| 2007-02-18 |
Simon Schubert | 1:1 Userland threading stage 2.17/4: |
blob | commitdiff | diff to current |
| 2007-02-18 |
Simon Schubert | 1:1 Userland threading stage 2.13/4: |
blob | commitdiff | diff to current |
| 2007-02-16 |
Simon Schubert | 1:1 Userland threading stage 2.12/4: |
blob | commitdiff | diff to current |
| 2007-02-03 |
Simon Schubert | 1:1 Userland threading stage 2.11/4: |
blob | commitdiff | diff to current |
| 2007-02-02 |
Thomas E. Spanjaard | Do not generate a trap signal for a spurious SIGTRAP... |
blob | commitdiff | diff to current |
| 2007-01-22 |
Simon Schubert | Pass structs by reference if you expect the callee... |
blob | commitdiff | diff to current |
| 2007-01-14 |
Matthew Dillon | Link up the interrupt frame to the systimer API. Use... |
blob | commitdiff | diff to current |
| 2007-01-14 |
Matthew Dillon | Implement a new signal delivery mechanism, SA_MAILBOX... |
blob | commitdiff | diff to current |
| 2007-01-14 |
Matthew Dillon | The FP subsystem might not work properly when a vkernel... |
blob | commitdiff | diff to current |
| 2007-01-12 |
Matthew Dillon | Misc cleanups. |
blob | commitdiff | diff to current |
| 2007-01-11 |
Matthew Dillon | Fix a bug vm_fault_page(). PG_MAPPED was not getting... |
blob | commitdiff | diff to current |
| 2007-01-09 |
Matthew Dillon | Get floating point working in virtual kernels. Add... |
blob | commitdiff | diff to current |
| 2007-01-09 |
Matthew Dillon | A virtual kernel running another virtual kernel running... |
blob | commitdiff | diff to current |
| 2007-01-08 |
Matthew Dillon | The signal return code was trying to access user mode... |
blob | commitdiff | diff to current |
| 2007-01-08 |
Matthew Dillon | Modify the trapframe sigcontext, ucontext, etc. Add... |
blob | commitdiff | diff to current |
| 2007-01-07 |
Matthew Dillon | Implement nearly all the remaining items required to... |
blob | commitdiff | diff to current |
| 2007-01-07 |
Matthew Dillon | Handle page faults within the virtual kernel process... |
blob | commitdiff | diff to current |
| 2007-01-06 |
Matthew Dillon | VKERNEL work, deal with remaining undefined symbols. |
blob | commitdiff | diff to current |
| 2007-01-05 |
Matthew Dillon | Continue fleshing out the VKERNEL. |
blob | commitdiff | diff to current |
|