summaryrefslogtreecommitdiff
path: root/scripts/objsizes
Commit message (Collapse)AuthorAgeFilesLines
* ...and exclude LC_ALL tooDenis Vlasenko2008-12-011-1/+1
|
* build system: fix sorting + locale in make objsizesDenis Vlasenko2008-12-011-1/+1
|
* Do not fail password check if shadow password does not exist -Denis Vlasenko2007-03-131-3/+14
| | | | | | | | | | | | | | | | | | | | | | fall back to ordinary one Reduced usage of functions returning datain static buffers. (mostly passwd/group/shadow related): function old new delta correct_password 143 193 +50 sulogin_main 490 533 +43 adduser_main 732 774 +42 passwd_main 1875 1915 +40 addgroup_main 330 365 +35 bb_internal_getspnam 38 - -38 bb_internal_fgetpwent 38 - -38 bb_internal_fgetgrent 38 - -38 static.resultbuf 168 88 -80 static.buffer 1872 1104 -768 ------------------------------------------------------------------------------ (add/remove: 0/3 grow/shrink: 5/2 up/down: 210/-962) Total: -752 bytes
* fixes for amd64 compilationDenis Vlasenko2007-01-201-1/+1
|
* rt_names: stop allocating 5k in rwdataDenis Vlasenko2006-12-311-1/+2
| | | | objsizes: don't show build machinery's object modules
* dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!)Denis Vlasenko2006-09-281-1/+1
| | | | | | at the cost of ~100 bytes of text. Improves friendliness to nommu systems. (Dunno whether nommu people ever use dpkg, though...)
* Yet more "#if 0" content removed."Robert P. J. Day"2006-07-011-2/+1
|
* - patch from Denis Vlasenko to make sizes PHONY and to add objsizes which printsBernhard Reutner-Fischer2006-04-261-0/+8
the sizes of the individual object files.