| 2011-11-15 |
Matthew Dillon | kernel - Major signal path adjustments to fix races... |
blob | commitdiff |
| 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-05-04 |
Sepherosa Ziehau | i386/lapic: Use pmap_mapdev_uncacheable() to map LAPIC |
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 |
| 2011-02-01 |
Sepherosa Ziehau | pc32: Split out isa_intr.h and move isa/intr_machdep... |
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-29 |
Matthew Dillon | kernel - Get rid of kprintf0() |
blob | commitdiff | diff to current |
| 2010-10-29 |
Matthew Dillon | kernel - Make the x86-64 double-fault exception operational |
blob | commitdiff | diff to current |
| 2010-10-23 |
Alex Hornung | fix typo in previous commit |
blob | commitdiff | diff to current |
| 2010-10-23 |
Alex Hornung | Add comment regarding T_DNA passthrough with db |
blob | commitdiff | diff to current |
| 2010-10-22 |
Alex Hornung | dm dumping - peripheral changes |
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-13 |
Alex Hornung | linux emu - peripheral changes |
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 |
| 2010-01-16 |
Matthew Dillon | kernel - improve panic message on syscall MP mismatch |
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-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-03-09 |
Simon Schubert | signals: rework when CURSIG/issignal can stop a thread... |
blob | commitdiff | diff to current |
| 2008-12-20 |
Sascha Wildner | Silence 'unused variable' warning. |
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-12-15 |
Michael Neumann | Fix typo (currenet -> current) |
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-09 |
Matthew Dillon | Fix many bugs and issues in the VM system, particularly... |
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-09-07 |
Matthew Dillon | Remove a bogus assertion. in_vm86call may have been... |
blob | commitdiff | diff to current |
| 2007-07-25 |
Matthew Dillon | Turn syscall_mpsafe and trap_mpsafe on by default.... |
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-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-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-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 an emulated process context... |
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 | The stack frame available from a signal to user mode... |
blob | commitdiff | diff to current |
| 2006-12-28 |
Matthew Dillon | Make kernel_map, buffer_map, clean_map, exec_map, and... |
blob | commitdiff | diff to current |
| 2006-12-28 |
Matthew Dillon | Introduce globals: KvaStart, KvaEnd, and KvaSize. ... |
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-11-07 |
Matthew Dillon | Remove system dependancies on <machine/ipl.h>. Only... |
blob | commitdiff | diff to current |
| 2006-11-07 |
Matthew Dillon | Misc cleanups and CVS surgery. Move a number of header... |
blob | commitdiff | diff to current |
| 2006-11-07 |
Matthew Dillon | Major kernel build infrastructure changes, part 1/2... |
blob | commitdiff | diff to current |
| 2006-10-23 |
Matthew Dillon | Further normalize the _XXX_H_ symbols used to condition... |
blob | commitdiff | diff to current |
| 2006-10-20 |
Matthew Dillon | Add a ton of infrastructure for VKERNEL support. ... |
blob | commitdiff | diff to current |
| 2006-09-19 |
Simon Schubert | 1:1 Userland threading stage 2.9/4: |
blob | commitdiff | diff to current |
| 2006-09-13 |
Sascha Wildner | Ansify the rest of the K... |
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 | Add an INVARIANTS test in both the trap code and system... |
blob | commitdiff | diff to current |
| 2006-05-29 |
Matthew Dillon | Further isolate the user process scheduler data by... |
blob | commitdiff | diff to current |
| 2006-05-22 |
Sascha Wildner | Mop up remains of the ibcs2/streams/svr4 removal: |
blob | commitdiff | diff to current |
| 2006-05-17 |
Matthew Dillon | Pass the process (p) instead of the vnode (p->p_tracep... |
blob | commitdiff | diff to current |
| 2006-02-17 |
Matthew Dillon | Properly assert the state of the MP lock in the async... |
blob | commitdiff | diff to current |
| 2005-12-24 |
Sascha Wildner | * Ansify function definitions. |
blob | commitdiff | diff to current |
| 2005-11-22 |
Matthew Dillon | Consolidate the initialization of td_mpcount into lwkt_... |
blob | commitdiff | diff to current |
| 2005-11-22 |
Matthew Dillon | Add a sysctl and tunable kern.trap_mpsafe which allows... |
blob | commitdiff | diff to current |
| 2005-11-22 |
Matthew Dillon | Wrap psignal() and a few other places that require... |
blob | commitdiff | diff to current |
| 2005-11-21 |
Matthew Dillon | Followup to last commit, cleanup some SMP/UP conditionals. |
blob | commitdiff | diff to current |
| 2005-11-21 |
Matthew Dillon | Add a sysctl and tunable kern.syscall_mpsafe which... |
blob | commitdiff | diff to current |
| 2005-11-14 |
Matthew Dillon | Make tsleep/wakeup() MP SAFE for kernel threads and... |
blob | commitdiff | diff to current |
| 2005-11-04 |
Matthew Dillon | Allow 'options SMP' *WITHOUT* 'options APIC_IO'. That... |
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-09 |
Simon Schubert | 1:1 Userland threading stage 2.7/4: |
blob | commitdiff | diff to current |
| 2005-10-09 |
Simon Schubert | 1:1 Userland threading stage 2.6/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-07-19 |
Matthew Dillon | If a fatal kernel trap occurs from an IPI or FAST inter... |
blob | commitdiff | diff to current |
| 2005-06-25 |
Matthew Dillon | Associate a userland scheduler control structure with... |
blob | commitdiff | diff to current |
| 2005-06-25 |
Matthew Dillon | Fix a race between fork() and ^Z. If the ^Z is handled... |
blob | commitdiff | diff to current |
| 2005-06-16 |
Matthew Dillon | Remove all remaining SPL code. Replace the mtd_cpl... |
blob | commitdiff | diff to current |
| 2005-05-24 |
Matthew Dillon | Get rid of the bad hack that was doing network polling... |
blob | commitdiff | diff to current |
| 2004-08-12 |
Eirik Nygaard | Add message passed syscall's. |
blob | commitdiff | diff to current |
| 2004-07-24 |
Matthew Dillon | Update the userland scheduler. Fix scheduler interacti... |
blob | commitdiff | diff to current |
| 2004-07-06 |
Hiten Pandya | Generalize a comment, remove 'FreeBSD' from the comment... |
blob | commitdiff | diff to current |
| 2004-06-04 |
Matthew Dillon | async syscall work: The async syscall code got dated... |
blob | commitdiff | diff to current |
| next |