| 2011-11-15 |
Matthew Dillon | kernel - Major signal path adjustments to fix races... |
blob | commitdiff |
| 2011-11-12 |
Matthew Dillon | kernel - Add missing dsched_exit_thread() and friends |
blob | commitdiff | diff to current |
| 2011-11-12 |
Matthew Dillon | kernel = Fix tsleep(), remove MAILBOX signals, change... |
blob | commitdiff | diff to current |
| 2011-11-09 |
Matthew Dillon | kernel - Fix lwp_create() kernel corruption and panic... |
blob | commitdiff | diff to current |
| 2011-11-02 |
Matthew Dillon | kernel - Major MP work on kq and signal processing |
blob | commitdiff | diff to current |
| 2011-10-28 |
Matthew Dillon | kernel - More many-cores SMP work |
blob | commitdiff | diff to current |
| 2011-10-26 |
Matthew Dillon | kernel - Fix cumulative nprocs bug |
blob | commitdiff | diff to current |
| 2011-10-19 |
Matthew Dillon | kernel - Fix long-standing vfork/exec bug |
blob | commitdiff | diff to current |
| 2011-03-06 |
Venkatesh Srinivas | kernel -- file desc malloc zone overflow handling. |
blob | commitdiff | diff to current |
| 2011-03-06 |
Matthew Dillon | kernel - Fix a few MP races against process status |
blob | commitdiff | diff to current |
| 2011-02-16 |
Matthew Dillon | kernel - Fix MP refcount race in struct sigacts |
blob | commitdiff | diff to current |
| 2011-02-16 |
Matthew Dillon | kernel - Fix MP refcount race in struct pargs |
blob | commitdiff | diff to current |
| 2011-02-14 |
Matthew Dillon | kernel - Remove incorrect assertion |
blob | commitdiff | diff to current |
| 2011-02-14 |
Matthew Dillon | kernel - Make numerous proc accesses use p->p_token... |
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-11 |
Matthew Dillon | kernel - Add per-process token, adjust signal code... |
blob | commitdiff | diff to current |
| 2010-08-29 |
Matthew Dillon | kernel - All lwkt thread now start out mpsafe part 2/2 |
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-04-15 |
Alex Hornung | dsched - Tie the dsched framework into the system |
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-15 |
Matthew Dillon | kernel - use new td_ucred in numerous places |
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-07-02 |
Matthew Dillon | file descriptor enumeration - Fix races |
blob | commitdiff | diff to current |
| 2009-03-09 |
Simon Schubert | signals: rename CURSIGNB to CURSIG_NOBLOCK and unify... |
blob | commitdiff | diff to current |
| 2008-12-19 |
Matthew Dillon | Close a possible bug where the p_lock for a new process... |
blob | commitdiff | diff to current |
| 2008-05-18 |
Nicolas Thery | Allocate struct lwp instances with kmalloc() instead... |
blob | commitdiff | diff to current |
| 2008-05-09 |
Matthew Dillon | Fix fork/vfork statistics. forks and vforks were being... |
blob | commitdiff | diff to current |
| 2008-05-08 |
Matthew Dillon | Recode the resource limit core (struct plimit) to fix... |
blob | commitdiff | diff to current |
| 2008-04-28 |
Matthew Dillon | Minor code reordering and documentation adjustments. |
blob | commitdiff | diff to current |
| 2008-04-01 |
Nicolas Thery | Use M_ZERO instead of bzero(). |
blob | commitdiff | diff to current |
| 2008-04-01 |
Nicolas Thery | Migrate allocation of proc structures from zones to... |
blob | commitdiff | diff to current |
| 2007-08-15 |
Matthew Dillon | Convert the lwp list into a red-black tree. This great... |
blob | commitdiff | diff to current |
| 2007-07-02 |
Matthew Dillon | Add usched_mastermask - a master cpu mask specifying... |
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-13 |
Simon Schubert | Drop this strange start/endzero thing for procs and... |
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-26 |
Simon Schubert | 1:1 Userland threading stage 4.6/4: |
blob | commitdiff | diff to current |
| 2007-02-25 |
Simon Schubert | Get rid of struct user/UAREA. |
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-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 |
| 2006-12-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-10-20 |
Matthew Dillon | Add a ton of infrastructure for VKERNEL support. ... |
blob | commitdiff | diff to current |
| 2006-10-10 |
Matthew Dillon | Fix a long-standing bug inherited from FreeBSD. It... |
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-17 |
Matthew Dillon | Make some adjustments to low level madvise/mcontrol... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
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 | Remove lwp_cpumask assignment. lwp_cpumask is handled... |
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-06-05 |
David Xu | Allow userland to bind a process to specific CPUs.... |
blob | commitdiff | diff to current |
| 2006-05-29 |
Matthew Dillon | Fix numerous bugs in the BSD4 scheduler introduced... |
blob | commitdiff | diff to current |
| 2006-05-24 |
Matthew Dillon | Move the code that inserts a new process into the allpr... |
blob | commitdiff | diff to current |
| 2006-05-23 |
Matthew Dillon | Move all the resource limit handling code into a new... |
blob | commitdiff | diff to current |
| 2006-05-17 |
Matthew Dillon | The ktracing code was not properly matching up VOP_OPEN... |
blob | commitdiff | diff to current |
| 2006-05-03 |
Matthew Dillon | Minor cleanup, plus initialize a few additional fields... |
blob | commitdiff | diff to current |
| 2006-04-14 |
Matthew Dillon | If a process forks while being scanned, a non-zero... |
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-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 | Correctly initialize n_threads. |
blob | commitdiff | diff to current |
| 2005-10-08 |
Simon Schubert | 1:1 Userland threading stage 2.4/4: |
blob | commitdiff | diff to current |
| 2005-10-06 |
Simon Schubert | Disable lwp_flag and lwp_stat for now so that it doesn... |
blob | commitdiff | diff to current |
| 2005-10-06 |
Simon Schubert | Set up correct lpw->proc linkage |
blob | commitdiff | diff to current |
| 2005-10-05 |
Simon Schubert | Userland 1:1 threading changes step 1/4+: |
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-26 |
Matthew Dillon | Move remaining scheduler-specific functions into the... |
blob | commitdiff | diff to current |
| 2005-06-25 |
Matthew Dillon | Associate a userland scheduler control structure with... |
blob | commitdiff | diff to current |
| 2005-06-06 |
Matthew Dillon | Remove spl*() calls from kern, replacing them with... |
blob | commitdiff | diff to current |
| 2005-01-31 |
Joerg Sonnenberger | Add jail_attach support. |
blob | commitdiff | diff to current |
| 2005-01-19 |
Eirik Nygaard | Whitespace cleanup. |
blob | commitdiff | diff to current |
| 2004-10-12 |
Matthew Dillon | VFS messaging/interfacing work stage 8/99: Major rework... |
blob | commitdiff | diff to current |
| 2004-09-17 |
Joerg Sonnenberger | timeout/untimeout ==> callout_* for p->p_ithandle |
blob | commitdiff | diff to current |
| 2004-07-24 |
Matthew Dillon | Update the userland scheduler. Fix scheduler interacti... |
blob | commitdiff | diff to current |
| 2004-06-20 |
Hiten Pandya | Move the 'p_start' field from struct pstats (Process... |
blob | commitdiff | diff to current |
| 2004-06-12 |
Matthew Dillon | start_forked_proc() should not be called when rfork... |
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-24 |
David Rhodus | Remove the VREF() macro and uses of it. |
blob | commitdiff | diff to current |
| 2004-04-12 |
Matthew Dillon | The malloc() call in at_fork() needs to use M_WAITOK... |
blob | commitdiff | diff to current |
| 2004-04-12 |
Matthew Dillon | ANSIfication/style cleanups (non operational) |
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 | Add a missing resetpriority() which was causing all... |
blob | commitdiff | diff to current |
| 2004-03-06 |
Matthew Dillon | Additional CAPS IPC work. Add additional system calls... |
blob | commitdiff | diff to current |
| 2004-02-10 |
Hiten Pandya | Merge from FreeBSD: |
blob | commitdiff | diff to current |
| 2003-11-27 |
Matthew Dillon | Fix a DOS in rfork(). Disallow kernel-only flags. |
blob | commitdiff | diff to current |
| 2003-11-05 |
Matthew Dillon | Variant symlink support stage 1/2: Implement support... |
blob | commitdiff | diff to current |
| 2003-07-30 |
Matthew Dillon | syscall messaging 3: Expand the 'header' that goes... |
blob | commitdiff | diff to current |
| 2003-07-26 |
Matthew Dillon | syscall messaging 2: Change the standard return value... |
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-07-10 |
Matthew Dillon | MP Implmentation 3/4: MAJOR progress on SMP, full userl... |
blob | commitdiff | diff to current |
| 2003-07-03 |
Matthew Dillon | Split the struct vmmeter cnt structure into a global... |
blob | commitdiff | diff to current |
| 2003-06-30 |
Matthew Dillon | Misc interrupts/LWKT 1/2: threaded interrupts 2: Major... |
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-22 |
Matthew Dillon | thread stage 10: (note stage 9 was the kern/lwkt_rwlock... |
blob | commitdiff | diff to current |
| next |