| 2012-12-12 |
Sascha Wildner | Remove upc_{control,register} syscalls and everything... |
blob | commitdiff |
| 2012-12-08 |
Matthew Dillon | kernel - Adjust NFS server for new allocvnode() code |
blob | commitdiff | diff to current |
| 2012-12-08 |
Matthew Dillon | kernel - Change allocvnode() to not recursively block... |
blob | commitdiff | diff to current |
| 2012-11-14 |
Sascha Wildner | <sys/proc.h>: Adjust the names of two unused bits to... |
blob | commitdiff | diff to current |
| 2012-09-21 |
Matthew Dillon | kernel - usched_dfly revamp |
blob | commitdiff | diff to current |
| 2012-09-18 |
Matthew Dillon | kernel - add usched_dfly algorith, set as default for now |
blob | commitdiff | diff to current |
| 2012-09-15 |
Matthew Dillon | kernel - Enhance sysv semaphore performance |
blob | commitdiff | diff to current |
| 2012-08-22 |
Mihai Carabas | usched_bsd4 - Topology-aware scheduling |
blob | commitdiff | diff to current |
| 2012-08-16 |
Matthew Dillon | kernel - Fix exit races which can lead to a corrupt... |
blob | commitdiff | diff to current |
| 2012-08-16 |
Matthew Dillon | Kernel - Fix numerous procfs/ptrace issues |
blob | commitdiff | diff to current |
| 2012-07-12 |
Matthew Dillon | kernel - Fix MP race in sysv semaphore code (2) |
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-12 |
Matthew Dillon | kernel - Misc fixes and debugging |
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-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-15 |
Matthew Dillon | kernel - Greatly improve shared memory fault rate concu... |
blob | commitdiff | diff to current |
| 2011-11-12 |
Matthew Dillon | kernel = Fix tsleep(), remove MAILBOX signals, change... |
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-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-11-02 |
Matthew Dillon | kernel - Major MP work on kq and signal processing |
blob | commitdiff | diff to current |
| 2011-05-11 |
John Marino | kernel ELF: Reimplement Elf Branding, .note.ABI-tag |
blob | commitdiff | diff to current |
| 2011-03-24 |
Matthew Dillon | kernel - Revamp LWKT thread migration |
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-11 |
Matthew Dillon | kernel - Add per-process token, adjust signal code... |
blob | commitdiff | diff to current |
| 2010-06-30 |
Samuel J. Greear | Implement select(2) in terms of kevent |
blob | commitdiff | diff to current |
| 2010-04-15 |
Alex Hornung | dsched - Implement priorities and other improvements |
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-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-10-11 |
Stathis Kamperis | mqueues: Port POSIX message queues from NetBSD. |
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-27 |
Sascha Wildner | Remove suser*() functions, manpage and assorted remains. |
blob | commitdiff | diff to current |
| 2009-07-12 |
Michael Neumann | priv: Finally get completely rid of PRISON_ROOT flag. |
blob | commitdiff | diff to current |
| 2008-12-27 |
Jordan Gordeev | Bring in the remainder of the post-SoC amd64 enchilada. |
blob | commitdiff | diff to current |
| 2008-07-23 |
Matthew Dillon | Synchronize some of the machine-independant AMD64 bits. |
blob | commitdiff | diff to current |
| 2008-06-28 |
Matthew Dillon | Replace the bwillwrite() subsystem to make it more... |
blob | commitdiff | diff to current |
| 2008-06-13 |
Matthew Dillon | LWPHOLD/LWPRELE must be atomic ops because an IPI can... |
blob | commitdiff | diff to current |
| 2008-05-18 |
Nicolas Thery | Allocate struct lwp instances with kmalloc() instead... |
blob | commitdiff | diff to current |
| 2008-05-17 |
Nicolas Thery | Remove unused proc_zone declaration. |
blob | commitdiff | diff to current |
| 2008-04-01 |
Nicolas Thery | Migrate allocation of proc structures from zones to... |
blob | commitdiff | diff to current |
| 2007-12-06 |
Matthew Dillon | Add clarifying comments for LWP_WSTOP and LWP_WEXIT. |
blob | commitdiff | diff to current |
| 2007-08-30 |
Peter Avalos | Add WCONTINUED option for waitpid(2). |
blob | commitdiff | diff to current |
| 2007-08-21 |
Simon Schubert | Remove stale prototype. |
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-01 |
Matthew Dillon | More multi-threaded support for virtualization. Move... |
blob | commitdiff | diff to current |
| 2007-07-01 |
Sascha Wildner | mi_switch() and cpu_switch() are gone. Remove manpage... |
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-12 |
Simon Schubert | Rework stopping of procs. |
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-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.19/4: |
blob | commitdiff | diff to current |
| 2007-02-19 |
Simon Schubert | 1:1 Userland threading stage 2.18/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.16/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.14/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-14 |
Matthew Dillon | Implement a new signal delivery mechanism, SA_MAILBOX... |
blob | commitdiff | diff to current |
| 2007-01-01 |
Simon Schubert | 1:1 Userland threading stage 2.10/4: |
blob | commitdiff | diff to current |
| 2006-10-26 |
Sascha Wildner | Remove obsolete prototype and documentation of the... |
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-30 |
Sascha Wildner | Remove unneccessary MALLOC_DECLARE (declared static... |
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-08-27 |
David Xu | Use type lwpid_t for lwp_tid. |
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 | Fix a minor bug in the last commit. lwp_cpumask has... |
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-25 |
Matthew Dillon | Convert almost all of the remaining manual traversals... |
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-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-21 |
Matthew Dillon | Clean up more #include files. Create an internal __boo... |
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-01 |
Matthew Dillon | Get rid of the p_stat SZOMB state. p_stat can now... |
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-08 |
Matthew Dillon | Make tsleep/wakeup MP SAFE part 1/2. |
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-09 |
Simon Schubert | 1:1 Userland threading stage 2.5/4: |
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-08 |
Simon Schubert | 1:1 Userland threading stage 2.3/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-10-06 |
Simon Schubert | Disable lwp_flag and lwp_stat for now so that it doesn... |
blob | commitdiff | diff to current |
| 2005-10-05 |
Simon Schubert | Userland 1:1 threading changes step 1/4+: |
blob | commitdiff | diff to current |
| next |