kernel - Fix exit races which can lead to a corrupt p_children list
[dragonfly.git] / sys / sys / proc.h
2012-08-21 Matthew Dillonkernel - Fix exit races which can lead to a corrupt...
2012-08-21 Matthew DillonKernel - Fix numerous procfs/ptrace issues
2012-07-14 Matthew Dillonkernel - Fix MP race in sysv semaphore code (2)
2012-05-01 Matthias Rampkekill zombies if the parent set SIG_IGN on SIGCHLD
2011-12-12 Matthew Dillonkernel - Misc fixes and debugging
2011-12-01 Matthew Dillonkernel - Fix race between procfs / proc sysctls and...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-15 Matthew Dillonkernel - Greatly improve shared memory fault rate concu...
2011-11-12 Matthew Dillonkernel = Fix tsleep(), remove MAILBOX signals, change...
2011-11-10 Matthew Dillonkernel - Fix p->p_lock race and remove unused procedures
2011-11-08 Matthew Dillonkernel - Fix itimer hard critical section panic
2011-11-03 Matthew Dillonkernel - Hold required token when accessing p_flags...
2011-11-02 Matthew Dillonkernel - Major MP work on kq and signal processing
2011-05-11 John Marinokernel ELF: Reimplement Elf Branding, .note.ABI-tag
2011-03-24 Matthew Dillonkernel - Revamp LWKT thread migration
2011-02-14 Matthew Dillonkernel - Make numerous proc accesses use p->p_token...
2011-02-11 Matthew Dillonkernel - Add per-process token, adjust signal code...
2010-06-30 Samuel J. GreearImplement select(2) in terms of kevent
2010-04-15 Alex Hornungdsched - Implement priorities and other improvements
2010-04-15 Alex Hornungdsched - Tie the dsched framework into the system
2010-03-13 Alex Hornunglinux emu - peripheral changes
2010-01-03 Matthew Dillonkernel - kqueue - refactor kqueue_scan(), rename tick...
2009-12-15 Matthew Dillonkernel - Third time's the charm - move lwp_ucred to...
2009-12-15 Matthew Dillonkernel - Make adjustments to the per-lwp ucred
2009-12-15 Matthew Dillonkernel - move proc->p_lock, add lwp ucred caching
2009-10-11 Stathis Kamperismqueues: Port POSIX message queues from NetBSD.
2009-09-11 Matthew DillonKERNEL - Implement a poor man's ioscheduler using sys...
2009-07-27 Sascha WildnerRemove suser*() functions, manpage and assorted remains.
2009-07-12 Michael Neumannpriv: Finally get completely rid of PRISON_ROOT flag.
2008-12-27 Jordan GordeevBring in the remainder of the post-SoC amd64 enchilada.
2008-07-23 Matthew DillonSynchronize some of the machine-independant AMD64 bits.
2008-06-28 Matthew DillonReplace the bwillwrite() subsystem to make it more...
2008-06-13 Matthew DillonLWPHOLD/LWPRELE must be atomic ops because an IPI can...
2008-05-18 Nicolas TheryAllocate struct lwp instances with kmalloc() instead...
2008-05-17 Nicolas TheryRemove unused proc_zone declaration.
2008-04-01 Nicolas TheryMigrate allocation of proc structures from zones to...
2007-12-06 Matthew DillonAdd clarifying comments for LWP_WSTOP and LWP_WEXIT.
2007-08-30 Peter AvalosAdd WCONTINUED option for waitpid(2).
2007-08-21 Simon SchubertRemove stale prototype.
2007-08-15 Matthew DillonConvert the lwp list into a red-black tree. This great...
2007-07-12 Matthew DillonFix LWP support on exec. exec now properly kills all...
2007-07-01 Matthew DillonMore multi-threaded support for virtualization. Move...
2007-07-01 Sascha Wildnermi_switch() and cpu_switch() are gone. Remove manpage...
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-03-13 Simon SchubertDrop this strange start/endzero thing for procs and...
2007-03-12 Simon SchubertRework stopping of procs.
2007-03-01 Simon Schubert1:1 Userland threading stage 4.7/4:
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-24 Simon Schubert1:1 Userland threading stage 4.4/4:
2007-02-24 Simon Schubert1:1 Userland threading stage 4.3/4:
2007-02-21 Simon Schubert1:1 Userland threading stage 2.19/4:
2007-02-19 Simon Schubert1:1 Userland threading stage 2.18/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.17/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.16/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.15/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.14/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.13/4:
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-02-01 Simon SchubertChange kinfo_proc interface between kernel and userland.
2007-01-14 Matthew DillonImplement a new signal delivery mechanism, SA_MAILBOX...
2007-01-01 Simon Schubert1:1 Userland threading stage 2.10/4:
2006-10-26 Sascha WildnerRemove obsolete prototype and documentation of the...
2006-10-10 Matthew DillonFix a long-standing bug inherited from FreeBSD. It...
2006-09-30 Sascha WildnerRemove unneccessary MALLOC_DECLARE (declared static...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-17 Matthew DillonMake some adjustments to low level madvise/mcontrol...
2006-08-27 David XuUse type lwpid_t for lwp_tid.
2006-06-07 Matthew DillonRemove the asynchronous system call interface sendsys...
2006-06-05 Matthew DillonFix a minor bug in the last commit. lwp_cpumask has...
2006-06-05 David XuAllow userland to bind a process to specific CPUs....
2006-05-25 Matthew DillonConvert almost all of the remaining manual traversals...
2006-05-24 Matthew DillonMove the code that inserts a new process into the allpr...
2006-05-24 Matthew DillonStart consolidating process related code into kern_proc...
2006-05-23 Matthew DillonMove all the resource limit handling code into a new...
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2006-05-17 Matthew DillonThe ktracing code was not properly matching up VOP_OPEN...
2005-12-01 Matthew DillonGet rid of the p_stat SZOMB state. p_stat can now...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-08 Matthew DillonMake tsleep/wakeup MP SAFE part 1/2.
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.7/4:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.6/4:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.5/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.4/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.3/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.2/4:
2005-10-06 Simon SchubertDisable lwp_flag and lwp_stat for now so that it doesn...
2005-10-05 Simon SchubertUserland 1:1 threading changes step 1/4+:
2005-06-27 Matthew Dillon* Remove a procedural layer in the scheduler clock...
2005-06-26 Matthew DillonMove more scheduler-specific defines from various place...
2005-06-26 Matthew DillonMove remaining scheduler-specific functions into the...
2005-06-25 Matthew DillonCleanup indentation, no operational changes.
2005-06-25 Matthew DillonAssociate a userland scheduler control structure with...
2004-09-17 Joerg Sonnenbergertimeout/untimeout ==> callout_* for p->p_ithandle
2004-09-13 Matthew DillonClean up struct session hold/rele management. The...
2004-08-12 Eirik NygaardAdd message passed syscall's.
2004-07-24 Matthew DillonUpdate the userland scheduler. Fix scheduler interacti...
next