| 2012-08-16 |
Matthew Dillon | Kernel - Fix numerous procfs/ptrace issues |
blob | commitdiff |
| 2012-06-16 |
Sascha Wildner | Fix more wrong sizeof() usages, part 1/x |
blob | commitdiff | diff to current |
| 2012-04-21 |
Sascha Wildner | kernel: Fix some whitespace from the previous commit. |
blob | commitdiff | diff to current |
| 2012-04-21 |
Matthias Rampke | kill zombies if the parent set SIG_IGN on SIGCHLD |
blob | commitdiff | diff to current |
| 2011-12-08 |
Matthew Dillon | kernel - Fix alarm() timer race against exit |
blob | commitdiff | diff to current |
| 2011-12-01 |
Matthew Dillon | kernel - Fix race between procfs / proc sysctls and... |
blob | commitdiff | diff to current |
| 2011-11-29 |
Matthew Dillon | kernel - Fix race in multi-LWP exit |
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-17 |
Matthew Dillon | kernel - Fix ps/thread-exit and other related ps races |
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-10 |
Matthew Dillon | kernel - Fix p->p_lock race and remove unused procedures |
blob | commitdiff | diff to current |
| 2011-11-03 |
Matthew Dillon | kernel - Hold required token when accessing p_flags... |
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-26 |
Matthew Dillon | kernel - Fix cumulative nprocs bug |
blob | commitdiff | diff to current |
| 2011-08-27 |
Matthew Dillon | kernel - Fix ptrace signal races between child and... |
blob | commitdiff | diff to current |
| 2011-06-06 |
YONETANI Tomokazu | kernel: Add a final p_lock wait loop before kfree'ing... |
blob | commitdiff | diff to current |
| 2011-06-02 |
YONETANI Tomokazu | kernel: Remove an extra p_lock == 0 check |
blob | commitdiff | diff to current |
| 2011-02-17 |
Venkatesh Srinivas | librt: Initial userland implementation of POSIX AIO... |
blob | commitdiff | diff to current |
| 2011-02-17 |
Matthew Dillon | kernel - Add batch heuristic to scheduler and refactor... |
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 (2) |
blob | commitdiff | diff to current |
| 2011-02-16 |
Venkatesh Srinivas | kernel -- Eliminate AIO. |
blob | commitdiff | diff to current |
| 2011-02-15 |
Matthew Dillon | kernel - MPSAFE work, fix race in init zombie cleanup |
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 |
| 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 |
| next |