mqueues: Port POSIX message queues from NetBSD.
[dragonfly.git] / sys / sys / proc.h
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...
2004-07-23 Hiten PandyaIt is 'estcpu', not 'setcpu'.
2004-06-20 Hiten PandyaMove the 'p_start' field from struct pstats (Process...
2004-06-04 Matthew Dillonasync syscall work: The async syscall code got dated...
2004-05-03 Joerg SonnenbergerPOSIX lock resource limit part 3/4
2004-04-10 Matthew DillonDo some minor critical path performance improvements...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-03-20 Matthew DillonAdd a missing resetpriority() which was causing all...
2004-03-20 Matthew DillonFix p_pctcpu and p_estcpu (addendum). Add a ESTCPUFREQ...
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-04 Matthew DillonRemove proc related extern's from sys/proc.h that are...
2003-12-27 Matthew DillonThe attribution for the last commit was incorrect,...
2003-12-27 Matthew DillonAdd a p_sched field to accomodate Adam K Kirchhoff...
2003-12-07 Matthew DillonAdd additional functionality to the upcall support...
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-11-21 Matthew DillonImplement an upcall mechanism to support userland LWKT...
2003-11-05 Matthew DillonVariant symlink support stage 1/2: Implement support...
2003-10-17 Matthew DillonCleanup P_CURPROC and P_CP_RELEASED handling. P_CP_REL...
2003-10-16 Matthew DillonRemove PUSER entirely. Since p_priority has nothing...
2003-10-16 Matthew DillonFix the userland scheduler. When the scheduler release...
2003-09-01 Hiten PandyaRespect ps_showallprocs when using the Proc file system.
2003-08-27 Matthew DillonA significant number of applications need access to...
2003-08-20 Robert Garrett__P() != wanted, begin removal, in order to preserve...
2003-07-26 Hiten PandyaAdd a handy macro, called FOREACH_PROC_IN_SYSTEM(p...
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
next