kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / kern / kern_proc.c
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-10 Matthew Dillonkernel - Remove ad-hoc increment/decrement of vm->vm_sysref
2011-11-03 Matthew Dillonkernel - Hold required token when accessing p_flags...
2011-10-26 Matthew Dillonkernel - limit allproc_scan() to snapshot
2011-06-02 YONETANI TomokazuRevert "kernel: Don't disturb about-to-be reaped zombies."
2011-05-27 YONETANI Tomokazukernel: Don't disturb about-to-be reaped zombies.
2011-03-08 Matthew Dillonkernel - Fix null pointer panic related to setproctitle()
2011-03-06 Matthew Dillonkernel - Fix a few MP races against process status
2011-02-16 Matthew Dillonkernel - Fix MP refcount race in struct pargs
2011-02-14 Matthew Dillonkernel - Make numerous proc accesses use p->p_token...
2011-02-12 Matthew Dillonkernel - Make most of the fork and exit paths MPSAFE
2010-12-15 Alex Hornungkern_proc - add kern.proc.cwd sysctl
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus ...
2010-08-26 Matthew Dillonkernel - Fix tty session panic
2010-06-13 Matthew Dillonkernel - MPSAFE work - fix bugs in recent MPSAFE work.
2010-06-13 Matthew Dillonkernel - MPSAFE work - fix bugs in recent MPSAFE work.
2010-06-12 Matthew Dillonkernel - MPSAFE work - tokenize more vm stuff
2010-04-15 Alex Hornungdsched - Tie the dsched framework into the system
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2008-12-16 Matthew DillonLIST_FOREACH_MUTUABLE() was tracking processes not...
2008-06-12 Matthew DillonAdd missing LWPHOLD/LWPRELE in kinfo code.
2008-05-26 Nicolas TheryAllocate lwkt threads from objcache instead of custom...
2008-05-18 Nicolas TheryAllocate struct lwp instances with kmalloc() instead...
2008-04-01 Nicolas TheryMigrate allocation of proc structures from zones to...
2008-01-04 Matthias SchmidtMove the following entries from kern to security
2007-11-02 Matthew DillonAdd a PHOLD/PRELE sequence around a sysctl_out to fix...
2007-08-12 Simon SchubertFix exporting of lwp data.
2007-02-19 Simon Schubert1:1 Userland threading stage 2.18/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.15/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-03 Simon SchubertClean up stale code.
2007-02-01 Thomas E. SpanjaardRestore exporting of kernel threads as 'fake' processes...
2007-02-01 Simon SchubertChange kinfo_proc interface between kernel and userland.
2007-01-01 Simon Schubert1:1 Userland threading stage 2.10/4:
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-10-10 Matthew DillonFix a long-standing bug inherited from FreeBSD. It...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
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-03-27 Joerg SonnenbergerBe more jail friendly:
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-04-22 Joerg SonnenbergerDon't call cpu_mb1 after lwkt_setcpu_self, but call...
2005-04-20 Chris PresseyStyle(9) cleanup: use ANSI format for function definitions.
2005-02-01 Joerg SonnenbergerHide pure kernel threads from jailed processes.
2004-09-13 Matthew DillonClean up struct session hold/rele management. The...
2004-07-24 Matthew DillonUpdate the userland scheduler. Fix scheduler interacti...
2004-06-10 Matthew DillonBoth 'ps' and the loadav calculations got broken by...
2004-05-29 Matthew DillonMake sysctl_kern_proc() iterate through available cpus...
2003-09-01 Hiten PandyaRespect ps_showallprocs when using the Proc file system.
2003-08-26 Robert Garrett__P() removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-25 Matthew DillonFix a minor bug in lwkt_init_thread() (the thread was...
2003-06-30 Matthew DillonAdd threads to the process-retrieval sysctls so they...
2003-06-30 Matthew DillonFix a race in sysctl_out_proc() vs copyout() that could...
2003-06-28 Matthew DillonGive ps access to a process's thread structure.
2003-06-26 Matthew Dilloncleanup some odd uses of curproc. Remove PHOLD/PRELE...
2003-06-23 Matthew Dillonproc->thread stage 3: synchronize ps, top, and libkvm...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-18 Matthew Dillonthread stage 3: create independant thread structure...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: