- 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
This commit is contained in:
@@ -99,7 +99,7 @@ struct decode_system {
|
||||
BRK, M1_P1, M2_P1, "BRK",
|
||||
STAT, M1_NAME1, NOP, "STAT",
|
||||
LSEEK, M1_I1, NOP, "LSEEK",
|
||||
GETPID, NOP, NOP, "GETPID",
|
||||
MINIX_GETPID, NOP, NOP, "MINIX_GETPID",
|
||||
MOUNT, M1_2NAMES, NOP, "MOUNT",
|
||||
UMOUNT, M3_LOAD, NOP, "UMOUNT",
|
||||
SETUID, M1_I1, NOP, "SETUID",
|
||||
|
||||
Reference in New Issue
Block a user