DragonFly commits List (threaded) for 2004-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/bin/ps
joerg 2004/11/16 04:16:36 PST
DragonFly src repository
Modified files:
bin/ps extern.h fmt.c keyword.c print.c ps.c
ps.h
Log:
- use STAILQ, instead of hand grown implementation
- split VARENT/VAR into varent with a const point to var and header, width
and dwidth as modifiable fields
- change users of most VARENT fields to use the modifiable fields
- make VAR[] var static const now
- remove dwidth field from VAR, not needed now
- while changing prototypes anyway, remove the unneeded space before the
argument list
Revision Changes Path
1.10 +40 -41 src/bin/ps/extern.h
1.7 +1 -0 src/bin/ps/fmt.c
1.15 +111 -115 src/bin/ps/keyword.c
1.17 +112 -186 src/bin/ps/print.c
1.14 +18 -17 src/bin/ps/ps.c
1.7 +7 -5 src/bin/ps/ps.h
http://www.dragonflybsd.org/cvsweb/src/bin/ps/extern.h.diff?r1=1.9&r2=1.10&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/ps/fmt.c.diff?r1=1.6&r2=1.7&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/ps/keyword.c.diff?r1=1.14&r2=1.15&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/ps/print.c.diff?r1=1.16&r2=1.17&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/ps/ps.c.diff?r1=1.13&r2=1.14&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/ps/ps.h.diff?r1=1.6&r2=1.7&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]