Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-20build system: use pkg-config to look up selinux libs1_20_stableMike Frysinger
2012-10-20include sys/resource.h where neededMike Frysinger
2012-10-20inetd: fix build failure in AndroidTias Guns
2012-08-10Apply post-1.20.1 patches, bump version to 1.20.21_20_2Denys Vlasenko
2012-05-28Apply post-1.20.0 patches, bump version to 1.20.11_20_1Denys Vlasenko
2012-04-22Bump version to 1.20.01_20_0Denys Vlasenko
2012-04-22udhcpc: fix improper size calculation for OPTION_STRING_HOSTDenys Vlasenko
2012-04-21mdev: fix mode of creatred node if config file support is not configuredDenys Vlasenko
2012-04-20Fix another build failure found with randconfigDenys Vlasenko
2012-04-20fix build breakage with gcc 4.2.1Denys Vlasenko
2012-04-20whitespace fixesDenys Vlasenko
2012-04-20fix build breakage found by randconfigDenys Vlasenko
2012-04-18who: fix typo in help textDenys Vlasenko
2012-04-17hwclock: fix wrong comparison of time value (when it will overlow int)Denys Vlasenko
2012-04-17udhcp: make arpping code resistant to time jumpsDenys Vlasenko
2012-04-17who,less: tweaked help textDenys Vlasenko
2012-04-17mktemp: add support for -uDenys Vlasenko
2012-04-17Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.hDenys Vlasenko
2012-04-17umount: make -d always active, add -D to suppress itDenys Vlasenko
2012-04-17Tweak INSTALL textDenys Vlasenko
2012-04-13Create and use our own copy of linux/ext2_fs.hDenys Vlasenko
2012-04-12work around linux/ext2_fs.h breakageDenys Vlasenko
2012-04-03killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONTDenys Vlasenko
2012-04-03httpd: emit correct content length on range requests past the end. Closes 4952Rob Walker
2012-04-01hostname: make -i not emit extra trailing spaceDenys Vlasenko
2012-04-01ntpd: fix build failure if !NTPD_SERVER. Closes 4994Denys Vlasenko
2012-04-01lsof: new appletSven Oliver Moll
2012-03-30bloat-o-meter: Remove unused codeBernhard Reutner-Fischer
2012-03-30bloat-o-meter: handle huge (hex) sizes.Bernhard Reutner-Fischer
2012-03-27hush: remove unused member struct command::is_stoppedDenys Vlasenko
2012-03-22busybox: tweak help textDenys Vlasenko
2012-03-19ftp{get,put}: tweak help textDenys Vlasenko
2012-03-19Fix one-applet build for tcpsvdDenys Vlasenko
2012-03-19nc: support "-<other_opts>e PROG" form of -e optionDenys Vlasenko
2012-03-11ubi_tools: add workaround for bad kernel headers. Closes 4838Denys Vlasenko
2012-03-11build system: remove bogus $(1) in last commitDenys Vlasenko
2012-03-10build system: detect missing crypt and drop it from linkingDenys Vlasenko
2012-03-08ntpd: make "reply from IP" messages more uniformDenys Vlasenko
2012-03-08test: "test !" was accessing argv past NULL - fix it. Closes 4832Denys Vlasenko
2012-03-08ntpd: drop offset averaging codeDenys Vlasenko
2012-03-08tftpd: chroot to DIR, not merely chdir. Closes 4874Denys Vlasenko
2012-03-08libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko
2012-03-08build system: fix broken CONFIG_SYSROOT handlingDenys Vlasenko
2012-03-07Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK configRob Walker
2012-03-07printf: fix this case: printf "%b" '\0057usr\0057bin\n'Denys Vlasenko
2012-03-07printf: trim help textDenys Vlasenko
2012-03-06ntpd: tweak log messages formatDenys Vlasenko
2012-03-06testsuite: add a test that tar detects XZ-compressed dataDenys Vlasenko
2012-03-06fix trivial bug in unpack_gz_stream (wrong fd used in read)Denys Vlasenko
2012-03-06Don't compile get_header_tar_FOO function if they are not neededDenys Vlasenko