summaryrefslogtreecommitdiff
path: root/editors (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-21update defconfigDenis Vlasenko1-2/+3
2008-03-21website: fix double include of menubarDenis Vlasenko1-4/+1
2008-03-21webpage: fix EnglishDenis Vlasenko1-3/+4
2008-03-21website: announce stable point releasesDenis Vlasenko1-2/+24
2008-03-21*: fix build problems found with randomconfigDenis Vlasenko3-34/+42
2008-03-21scripts/bb_release: release script (I nearly lost it last time)Denis Vlasenko2-7/+57
website: update links to latest releases
2008-03-20*: use fopen_or_warn in few more placesDenis Vlasenko4-6/+4
2008-03-20let top build without TERMIOS enabledPaul Fox1-0/+2
2008-03-20termios can be used by either top or more.Paul Fox1-1/+1
2008-03-20inetd: use change_identity().Denis Vlasenko4-30/+18
libbb: shrink our internal initgroups(). httpd: remove stray 'else' and 'index_page = "index.html"' function old new delta httpd_main 750 743 -7 inetd_main 2033 2011 -22 bb_internal_initgroups 251 228 -23 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-52) Total: -52 bytes
2008-03-20small NOMMU fixesDenis Vlasenko3-11/+12
2008-03-20hdparm: do not lie about supporting -q (quiet)Denis Vlasenko2-22/+26
hdparm: interpret_standby() shrink hdparm: make HDIO_GET/SET_QDMA #ifdef more complete (by Joe Krahn <krahn AT niehs.nih.gov>) function old new delta packed_usage 23798 23776 -22 process_dev 5342 5315 -27
2008-03-20gcc compat fix and warning suppressionDenis Vlasenko2-2/+6
by Joe Krahn <krahn AT niehs.nih.gov>
2008-03-20udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings);Denis Vlasenko2-32/+24
code shrink while at it: function old new delta read_config 406 323 -83
2008-03-19tftpd: small trivial shrinkDenis Vlasenko1-5/+2
tftpd_main 502 488 -14
2008-03-19die_if_bad_username: shrink: 88 -> 77 bytesDenis Vlasenko1-11/+13