History log of /haiku/src/bin/ps.c
Revision Date Author Comments
# 2bbd623a 01-Nov-2014 François Revol <revol@free.fr>

ps: fix warnings


# ab967391 21-Nov-2013 Thomas Schmidt <thomas.compix@googlemail.com>

ps: Support -o option to customize team info columns

* Add option -o to customize team info columns output;
* Fixes #10156.

- GCI 2013


# 45132e2b 17-Sep-2012 Prasad Joshi <prasadjoshi.linux@gmail.com>

ps: fix uid and gid in the ps output

The function fill_team_info() completely ignored the user id and the
group id of the process (fields info->uid and info->gid respectively).
Since the info structure was zeroed earlier, the ps output showed uid
and gid of each process equal to zero.

The patch fixes the problem by properly initializing the members with
effective uid and gid. Now the output is correct.

Fixes #8995.

Signed-off-by: Ryan Leavengood <leavengood@gmail.com>


# 8110732b 01-Aug-2012 Alex Smith <alex@alex-smith.me.uk>

Added some more binaries to the image.


# c586ab37 21-Feb-2009 François Revol <revol@free.fr>

Fix columns. Fix style.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29274 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 69fc3a4e 20-Feb-2009 François Revol <revol@free.fr>

Update TODO


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29267 a95241bf-73f2-0310-859d-f6bbb57e9c96


# bc86dd34 20-Feb-2009 François Revol <revol@free.fr>

Patch by Bjoern Herzig, adds -a option, some cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29266 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4a39c236 31-Dec-2008 Salvatore Benedetto <salvatore.benedetto@gmail.com>

* Reworked ps command a bit as its previous output was just messy.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28835 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 40bf8fc2 15-May-2008 Jérôme Duval <korli@users.berlios.de>

a waiting thread can wait on something else than a sem


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25517 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1ddb0c66 19-Feb-2008 Jonas Sundström <jonas@kirilla.com>

Added error checking of the return value of get_sem_info().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24023 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 17049c45 18-Mar-2005 Axel Dörfler <axeld@pinc-software.de>

Moved bin/ directory out of apps/.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11909 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2bbd623a48b94ceae55afdc6ee1696b2ee43e5a1 01-Nov-2014 François Revol <revol@free.fr>

ps: fix warnings


# ab967391f4c75a3a43b022e3dae19e82dfd129e5 21-Nov-2013 Thomas Schmidt <thomas.compix@googlemail.com>

ps: Support -o option to customize team info columns

* Add option -o to customize team info columns output;
* Fixes #10156.

- GCI 2013


# 45132e2b226dd9a957e6f5446bd7a2603d4c0701 17-Sep-2012 Prasad Joshi <prasadjoshi.linux@gmail.com>

ps: fix uid and gid in the ps output

The function fill_team_info() completely ignored the user id and the
group id of the process (fields info->uid and info->gid respectively).
Since the info structure was zeroed earlier, the ps output showed uid
and gid of each process equal to zero.

The patch fixes the problem by properly initializing the members with
effective uid and gid. Now the output is correct.

Fixes #8995.

Signed-off-by: Ryan Leavengood <leavengood@gmail.com>


# 8110732b0350b7a9bc72e831a56fbc874a113695 01-Aug-2012 Alex Smith <alex@alex-smith.me.uk>

Added some more binaries to the image.


# c586ab374644ccd22be734847305dcf8b7566391 21-Feb-2009 François Revol <revol@free.fr>

Fix columns. Fix style.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29274 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 69fc3a4e4d9cb84ced254cc7f4414875a1f434b3 20-Feb-2009 François Revol <revol@free.fr>

Update TODO


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29267 a95241bf-73f2-0310-859d-f6bbb57e9c96


# bc86dd34b8b03f0ad23d5ebccef1a5ac7bd9a3c2 20-Feb-2009 François Revol <revol@free.fr>

Patch by Bjoern Herzig, adds -a option, some cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29266 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4a39c23620ebab57b7d8dab4b538bfc6f3d6a995 31-Dec-2008 Salvatore Benedetto <salvatore.benedetto@gmail.com>

* Reworked ps command a bit as its previous output was just messy.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28835 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 40bf8fc2d4ec4f46f6454a2600ca849bd09d1772 15-May-2008 Jérôme Duval <korli@users.berlios.de>

a waiting thread can wait on something else than a sem


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25517 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1ddb0c6635638dffaa7ccf0c9642051738ceb981 19-Feb-2008 Jonas Sundström <jonas@kirilla.com>

Added error checking of the return value of get_sem_info().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24023 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 17049c451a91f427aec94b944b75876b611103e7 18-Mar-2005 Axel Dörfler <axeld@pinc-software.de>

Moved bin/ directory out of apps/.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11909 a95241bf-73f2-0310-859d-f6bbb57e9c96