Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-03-21 | Bump version to 1.10.0 and announce it on website.1_10_0 | Denis Vlasenko | 1 | -0/+155 | |
2008-03-21 | update defconfig | Denis Vlasenko | 1 | -2/+3 | |
2008-03-21 | website: fix double include of menubar | Denis Vlasenko | 1 | -4/+1 | |
2008-03-21 | webpage: fix English | Denis Vlasenko | 1 | -3/+4 | |
2008-03-21 | website: announce stable point releases | Denis Vlasenko | 1 | -2/+24 | |
2008-03-21 | *: fix build problems found with randomconfig | Denis Vlasenko | 3 | -34/+42 | |
2008-03-21 | scripts/bb_release: release script (I nearly lost it last time) | Denis Vlasenko | 2 | -7/+57 | |
website: update links to latest releases | |||||
2008-03-20 | *: use fopen_or_warn in few more places | Denis Vlasenko | 4 | -6/+4 | |
2008-03-20 | let top build without TERMIOS enabled | Paul Fox | 1 | -0/+2 | |
2008-03-20 | termios can be used by either top or more. | Paul Fox | 1 | -1/+1 | |
2008-03-20 | inetd: use change_identity(). | Denis Vlasenko | 4 | -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-20 | small NOMMU fixes | Denis Vlasenko | 3 | -11/+12 | |
2008-03-20 | hdparm: do not lie about supporting -q (quiet) | Denis Vlasenko | 2 | -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-20 | gcc compat fix and warning suppression | Denis Vlasenko | 2 | -2/+6 | |
by Joe Krahn <krahn AT niehs.nih.gov> | |||||
2008-03-20 | udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings); | Denis Vlasenko | 2 | -32/+24 | |
code shrink while at it: function old new delta read_config 406 323 -83 | |||||
2008-03-19 | tftpd: small trivial shrink | Denis Vlasenko | 1 | -5/+2 | |
tftpd_main 502 488 -14 | |||||
2008-03-19 | die_if_bad_username: shrink: 88 -> 77 bytes | Denis Vlasenko | 1 | -11/+13 | |