]> Zhao Yanbai Git Server - minix.git/commit
unstack, sort: cleanup and improvement
authorBen Gras <ben@minix3.org>
Wed, 26 Sep 2012 16:29:11 +0000 (18:29 +0200)
committerBen Gras <ben@minix3.org>
Wed, 26 Sep 2012 16:44:55 +0000 (18:44 +0200)
commitc595699ca75f88245cdecb86c91d53d11bbf69f6
treecebf97e7bc03b37d51e11215d508863d1a1d3bde
parent2cdbb3041d782ac2cd5470fb3468370fc5e78c20
unstack, sort: cleanup and improvement

lets unstack
(a) know about in-kernel ipc entry points and
(b) be able handle >2GB symbol offsets.

. sort: add -x for hex numerical sort
. unstack: gnm is obsolete
. unstack: datasizes is obsolete (use nm --size-sort instead)
. unstack: add ipc entry points read from procfs (hex)
. unstack: use sort -x to sort symbol order so the procfs ones are
  sorted independent of position and original ordering
commands/sort/sort.c
commands/unstack/unstack.sh
man/man1/sort.1