Both 'ps' and the loadav calculations got broken by thread sleeps, which
[dragonfly.git] / sys / kern / kern_proc.c
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...
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
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: