]> Zhao Yanbai Git Server - minix.git/commit
- added 'datasizes' script that shows you the size allocated
authorBen Gras <ben@minix3.org>
Mon, 21 Sep 2009 14:24:29 +0000 (14:24 +0000)
committerBen Gras <ben@minix3.org>
Mon, 21 Sep 2009 14:24:29 +0000 (14:24 +0000)
commit36e935fe0f06d8db40ef844e32024eed8fd217f5
tree204a6afd8bd2d101929f5626b14c0c56787f7634
parentba91b3b7d247a76a39700694cbb21f5a0a0fa7e3
 - added 'datasizes' script that shows you the size allocated
   for each symbol, usually answering those "why is does my binary have
   such a lot of BSS" questions.
 - stop binpackage looking in /var/spool for package files.
 - let makewhatis recognize .Sh as heading name
 - setup, fsck, df: allow >4kB block sizes painlessly
 - mkfs: new #-of-inodes heuristic that depends on kb, not
   on blocks; i've run out of inodes on my /usr
 - asmconv: don't silently truncate .aligns to 16 bytes
 - ipc* commands for shared memory support
13 files changed:
commands/i386/asmconv/emit_gnu.c
commands/mdb/decode.c
commands/scripts/Makefile
commands/scripts/binpackage.sh
commands/scripts/datasizes.sh [new file with mode: 0644]
commands/scripts/makewhatis.sh
commands/scripts/setup.sh
commands/simple/Makefile
commands/simple/df.c
commands/simple/fsck.c
commands/simple/ipcrm.c [new file with mode: 0644]
commands/simple/ipcs.c [new file with mode: 0644]
commands/simple/mkfs.c