Commit Graph

899 Commits

Author SHA1 Message Date
53091ecd20 Attempt to get more applets compile for NOMMU.
TODO_config_nommu documents what I managed to compile so far
(yay! msh works! cool). inetd, telnetd, httpd still do not compile. TODO
Also make fork(), daemon() produce warnings on compile stage
(in addition to erros on link stage).
2007-03-26 13:35:09 +00:00
cbcff2936e gzip: fix -d option handling 2007-03-22 18:56:23 +00:00
c86e052b81 fix accumulated whitespace and indentation damage 2007-03-20 11:30:28 +00:00
88a2aa98e0 dpkg: free_package(NULL) is ok, so don't test for NULL, just free. 2007-03-19 21:48:56 +00:00
97fd6d81b4 ls: fix segfault-if-standalone-shell, add big fat comment. 2007-03-19 20:59:20 +00:00
de8a6a01d8 Kim B. Heino writes:
When installing a new package with dpkg dependencies are checked 
correctly. But when I try to update an existing package, the 
dependencies are checked against the old package, not against new 
package. Thus the new package can break dependencies.
2007-03-19 13:44:18 +00:00
3ce293b585 gunzip: s/unsigned char extra_short/unsigned extra_short/
we can unzip openssh-4.3p2.tar.gz now :)
2007-03-15 23:30:18 +00:00
bff32ce4d5 gzip: Improve ptr_to_globals trick, allowing gcc
to optimize better. -480 bytes.
2007-03-15 19:48:35 +00:00
24af7201e9 fix TODO: getopt32 should reset optind to 1 itself 2007-03-15 13:28:46 +00:00
972288e62f modify ptr_to_globals trick so that we do not violate
type safety (well, sort of ;))
2007-03-15 00:57:01 +00:00
650a0459b8 get_header_ar: reformatted code, no real changes 2007-03-14 22:08:53 +00:00
fe42d17318 gzip: bbunzip integration fixes 2007-03-14 00:08:28 +00:00
75605788ff gzip: use common bbunzip infrastructure - ~700 bytes code less 2007-03-14 00:07:51 +00:00
07766bb0e7 gzip: reduce global data footprint, part 3 2007-03-14 00:06:51 +00:00
da799e8227 gzip: reduce global data footprint, part 2 2007-03-14 00:06:29 +00:00
e930fe1441 gzip: reduce global data footprint, part 1 2007-03-14 00:06:10 +00:00
214aec46bd bbunzip: remove extra formatting directives in comments 2007-03-12 11:31:17 +00:00
baca175912 kill superfluous returns at the end of void functions 2007-03-11 13:43:10 +00:00
a4688bf55d fix buglets found by randomconfig run 2007-03-11 10:56:37 +00:00
bebbd8c9ba bbunzip: size optimization: ~90 bytes 2007-03-09 20:49:55 +00:00
6c939e0cb4 bbunzip: fix comments to match reality 2007-03-07 23:22:47 +00:00
ab9eef21a5 bunzip2/gunzip/uncompress/unlzma: merge into common code -
fix few corner cases, reduce size by 450 bytes. Update testsuite.
2007-03-07 22:02:23 +00:00
940494f813 remove f words 2007-03-04 18:09:50 +00:00
dcbd51dd28 tar: handle tarfiles with (broken) checksums a-la Sun. 2007-03-03 20:06:59 +00:00
54cf511ce1 sort: fix multiple -k (was ignoring all except last) 2007-02-17 18:11:45 +00:00
7fd00cbff7 dpkg: fix segfault on "dpkg -i" 2007-02-15 21:19:50 +00:00
e54b472ffc make tar restore mode again 2007-02-12 22:06:56 +00:00
6ca0444420 syslogd: fix "readpath bug" by using readlink instead
libbb: rename xgetcwd and xreadlink
2007-02-11 16:19:28 +00:00
1d76f439da EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> 2007-02-06 01:20:12 +00:00
8c0164c373 fix tar t segfault (closes 1183) 2007-02-04 21:30:35 +00:00
06af216528 suppress warnings about easch <applet>_main() having
no preceding prototype
2007-02-03 17:28:39 +00:00
b6aae0f381 preparatory patch for -Wwrite-strings #2 2007-01-29 22:51:25 +00:00
a41fdf331a preparatory patch for -Wwrite-strings #1 2007-01-29 22:51:00 +00:00
218f2f4882 accumulated post-1.4.0 fixes 2007-01-24 22:02:01 +00:00
150f402b36 whitespace fixes (leading spaces to tab) 2007-01-13 21:06:21 +00:00
f7996f3b70 Trailing whitespace removal over entire tree 2007-01-11 17:20:00 +00:00
1a8bf7f5d3 missed a few #undefs (no real impact I think) 2007-01-10 20:57:03 +00:00
7573541f74 fix bug 1146 (gunzip breakage introduced by me --vda) 2007-01-10 20:50:04 +00:00
db6a5c3f9e gzip cleanup part #13 - the last for today I think 2007-01-07 19:45:51 +00:00
3ae6f34135 gzip cleanup part #12 2007-01-07 19:44:57 +00:00
2f6df7fa0a gzip cleanup part #11 2007-01-07 19:44:35 +00:00
56c83eaaf5 gzip cleanup part #10 2007-01-07 19:40:50 +00:00
89af56b3e5 gzip cleanup part #9 2007-01-07 19:40:34 +00:00
52933d47bd gzip cleanup part #8 2007-01-07 19:40:13 +00:00
ef87d46b8c gzip cleanup part #7 2007-01-07 19:39:54 +00:00
1a03c21adf gzip cleanup part #6 2007-01-07 19:39:34 +00:00
da31fbc1b1 gzip cleanup part #5 2007-01-07 19:39:02 +00:00
f824136f6b gzip cleanup part #4 2007-01-07 19:38:42 +00:00
ed0f6db35e gzip cleanup part #3 2007-01-07 19:38:26 +00:00
30551fd6da gzip cleanup part #2 2007-01-07 19:38:06 +00:00