| 2011-02-11 |
Matthew Dillon | kernel - Add per-process token, adjust signal code... |
blob | commitdiff |
| 2011-01-29 |
Matthew Dillon | kernel - Fix parent process signaling race during exit |
blob | commitdiff | diff to current |
| 2011-01-14 |
Matthew Dillon | kernel - Fix an inefficiency in wait*() |
blob | commitdiff | diff to current |
| 2011-01-04 |
Matthew Dillon | vkernel - Fix corrupt tailq (vkernel64 only) |
blob | commitdiff | diff to current |
| 2010-10-23 |
Matthew Dillon | kernel - x86_64 - Add additional checks to lwp_wait... |
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-06-12 |
Matthew Dillon | kernel - MPSAFE work - tokenize vm/vm_map.c |
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 - 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 |
Alex Hornung | taskq - Make consumer tasks MPALMOSTSAFE |
blob | commitdiff | diff to current |
| 2009-09-11 |
Matthew Dillon | KERNEL - Implement a poor man's ioscheduler using sys... |
blob | commitdiff | diff to current |
| 2009-07-02 |
Matthew Dillon | file descriptor enumeration - Fix races |
blob | commitdiff | diff to current |
| 2009-06-08 |
Aggelos Economopoulos | Merge branch 'master' of /home/aggelos/devel/dfly/dfly... |
blob | commitdiff | diff to current |
| 2009-06-08 |
Aggelos Economopoulos | lock around accesses to uidinfo and varsymset |
blob | commitdiff | diff to current |
| 2009-05-15 |
Joe Talbott | sys_wait4(): Use uap->sysmsg_result when calling kern_w... |
blob | commitdiff | diff to current |
| 2009-03-09 |
Simon Schubert | don't loop printing the diagnostic "waiting for lwps... |
blob | commitdiff | diff to current |
| 2008-12-29 |
Simon 'corecode... | Remove a process from the zombie list before starting... |
blob | commitdiff | diff to current |
| 2008-12-16 |
Matthew Dillon | Assert that nobody holds the process referenced with... |
blob | commitdiff | diff to current |
| 2008-05-18 |
Nicolas Thery | Allocate struct lwp instances with kmalloc() instead... |
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-01 |
Nicolas Thery | Migrate allocation of proc structures from zones to... |
blob | commitdiff | diff to current |
| 2008-03-21 |
Matthew Dillon | We must hold the lwp we are trying to kill to prevent... |
blob | commitdiff | diff to current |
| 2008-03-20 |
Matthew Dillon | A threaded process going into SZOMB may still have... |
blob | commitdiff | diff to current |
| 2007-08-30 |
Peter Avalos | Add WCONTINUED option for waitpid(2). |
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-12 |
Matthew Dillon | Fix LWP support on exec. exec now properly kills all... |
blob | commitdiff | diff to current |
| 2007-07-03 |
Matthew Dillon | Fix a number of races in the controlling terminal open... |
blob | commitdiff | diff to current |
| 2007-07-01 |
Matthew Dillon | More multi-threaded support for virtualization. Move... |
blob | commitdiff | diff to current |
| 2007-06-30 |
Matthew Dillon | Move the P_WEXIT check from lwpsignal() to kern_kill... |
blob | commitdiff | diff to current |
| 2007-04-29 |
Matthew Dillon | * Use SYSREF for vmspace structures. This replaces... |
blob | commitdiff | diff to current |
| 2007-03-12 |
Simon Schubert | Add precautions so that threads won't race to exit1... |
blob | commitdiff | diff to current |
| 2007-02-25 |
Simon Schubert | Get rid of struct user/UAREA. |
blob | commitdiff | diff to current |
| 2007-02-25 |
Simon Schubert | 1:1 Userland threading stage 4.5/4: |
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-24 |
Simon Schubert | 1:1 Userland threading stage 4.3/4: |
blob | commitdiff | diff to current |
| 2007-02-21 |
Simon Schubert | 1:1 Userland threading stage 2.20/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.15/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-01 |
Simon Schubert | Change kinfo_proc interface between kernel and userland. |
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-11-07 |
Matthew Dillon | Misc cleanups and CVS surgery. Move a number of header... |
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-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-09-03 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
blob | commitdiff | diff to current |
| 2006-08-11 |
Matthew Dillon | VNode sequencing and locking - part 2/4. |
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-05-24 |
Matthew Dillon | Start consolidating process related code into kern_proc... |
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-22 |
Sascha Wildner | Mop up remains of the ibcs2/streams/svr4 removal: |
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 |
| 2005-12-28 |
Matthew Dillon | Make wait*() behave the same as it did before we moved... |
blob | commitdiff | diff to current |
| 2005-12-02 |
Matthew Dillon | Fix a process exit/wait race. The wait*() code was... |
blob | commitdiff | diff to current |
| 2005-12-01 |
Matthew Dillon | Get rid of the p_stat SZOMB state. p_stat can now... |
blob | commitdiff | diff to current |
| 2005-11-19 |
Matthew Dillon | Protect allproc scans with PHOLD/PRELE, in particular... |
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 | 1:1 Userland threading stage 2.6/4: |
blob | commitdiff | diff to current |
| 2005-09-11 |
Sascha Wildner | Remove Tahoe support. |
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-04-20 |
Chris Pressey | Style(9) cleanup: use ANSI format for function definitions. |
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-06-23 |
Matthew Dillon | Fix a broken vrele() in the session tty exit code. |
blob | commitdiff | diff to current |
| 2004-06-15 |
Matthew Dillon | Fix a race with the clearing of p->p_session->s_ttyvp... |
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-05-13 |
Matthew Dillon | Close an interrupt race between vm_page_lookup() and... |
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-20 |
Matthew Dillon | Fix p_pctcpu and p_estcpu. When the new systimer stuff... |
blob | commitdiff | diff to current |
| 2004-01-18 |
Matthew Dillon | CAPS IPC library stage 1/3: The core CAPS IPC code... |
blob | commitdiff | diff to current |
| 2003-11-21 |
Matthew Dillon | Implement an upcall mechanism to support userland LWKT... |
blob | commitdiff | diff to current |
| 2003-11-04 |
Matthew Dillon | Fix a translation bug in the last commit. The second... |
blob | commitdiff | diff to current |
| 2003-11-03 |
David P. Reese, Jr. | Split wait4(), setrlimit(), getrlimit(), statfs(),... |
blob | commitdiff | diff to current |
| 2003-10-18 |
Matthew Dillon | Remove a diagnostic message that detected PHOLD() vs... |
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-10-16 |
Matthew Dillon | Fix the userland scheduler. When the scheduler release... |
blob | commitdiff | diff to current |
| 2003-08-26 |
Robert Garrett | __P() removal |
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 |
Robert Garrett | Register keyword removal |
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-23 |
Matthew Dillon | 2003-07-22 Hiten Pandya <hmp@nxad.com> |
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-11 |
Matthew Dillon | MP Implmentation 4/4: Final cleanup for this stage... |
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-06 |
Matthew Dillon | MP Implementation 1/2: Get the APIC code working again... |
blob | commitdiff | diff to current |
| next |