Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-03 | - update from fakeroot 1.2.10 to 1.2.13 | Bernhard Reutner-Fischer | |
2005-12-29 | version bump and cflag cleanup | Mike Frysinger | |
2005-12-29 | version bump to 2.12r and remove old dead target | Mike Frysinger | |
2005-12-29 | fix i686 targets [again] bug 595 | Mike Frysinger | |
2005-12-27 | add an option for the --build so cygwin users can utilize buildroot | Mike Frysinger | |
2005-12-24 | Update to 0.47 addressing a security problem | Eric Andersen | |
2005-12-21 | - update to libpcap-0.9.4 and tcpdump-3.9.4 | Bernhard Reutner-Fischer | |
2005-12-20 | - vtun depends on lzo and openssl just like openvpn | Bernhard Reutner-Fischer | |
2005-12-20 | - add dirclean target to libsysfs | Bernhard Reutner-Fischer | |
2005-12-17 | force CPP | Mike Frysinger | |
2005-12-17 | ver bump | Mike Frysinger | |
2005-12-16 | missed a spot | Eric Andersen | |
2005-12-16 | add support for building smartmontools | Eric Andersen | |
2005-12-13 | import sysvinit package | Mike Frysinger | |
2005-12-13 | import usbutils | Mike Frysinger | |
2005-12-13 | import libusb package | Mike Frysinger | |
2005-12-13 | version bump / cleanup | Mike Frysinger | |
2005-12-10 | add homepage URL | Mike Frysinger | |
2005-12-10 | - add terse helptext | Bernhard Reutner-Fischer | |
2005-12-09 | Remove unneeded patch. | "Steven J. Hill" | |
2005-12-09 | Bump up version to one actually present | Eric Andersen | |
2005-12-09 | The sysfs tests have no business using _syscallX (using the unistd.h | Eric Andersen | |
kernel header file) and seriously expecting that to always work... | |||
2005-12-08 | we dont need these patches | Mike Frysinger | |
2005-12-08 | Fix broken packages that try to use __mempcpy. Shame on you. | "Steven J. Hill" | |
2005-12-08 | /me kicks autoconf a few more times | Eric Andersen | |
2005-12-08 | fixup things to behave themselves properly. | Eric Andersen | |
/me kicks autoconf a few times | |||
2005-12-08 | update COREUTILS_SITE as pointed out by andersee | Mike Frysinger | |
2005-12-07 | ver bump to 5.3.0 | Mike Frysinger | |
2005-12-03 | dont set openssl arch to i386-i386 for i386 targets #495 by noah | Mike Frysinger | |
2005-11-24 | version bump #561 | Mike Frysinger | |
2005-11-24 | disable nasm since it has a wealth of problems | Mike Frysinger | |
2005-11-24 | remove extra space after touch | Mike Frysinger | |
2005-11-21 | sync with cvs | Mike Frysinger | |
2005-11-21 | Add support for sh2a and sh4a big endian (ie, targets that reflect | Paul Mundt | |
hardware that actually exists -- never something to deter gcc folk though). Now ISA tuning has a chance of producing a bootable kernel, gcc code generation notwithstanding.. | |||
2005-11-20 | we really shouldnt punt all of /usr/include | Mike Frysinger | |
2005-11-20 | remove mandir | Mike Frysinger | |
2005-11-19 | import psmisc | Mike Frysinger | |
2005-11-15 | import at package by akvadrako #506 | Mike Frysinger | |
2005-11-15 | make updating configs easier | Mike Frysinger | |
2005-11-15 | version bump from 1.3.8 to 1.3.9 | Mike Frysinger | |
2005-11-15 | version bump from 5.4 to 5.5 | Mike Frysinger | |
2005-11-10 | add an option for installing symlinks for supported busybox applets #536 | Mike Frysinger | |
2005-11-10 | ver bump | Mike Frysinger | |
2005-11-10 | add initial support for sandbox | Mike Frysinger | |
2005-11-05 | fix one more BR2_PACKAGE_DROPBEAR_SSHD -> BR2_PACKAGE_DROPBEAR as pointed ↵ | Mike Frysinger | |
out by vlad in bug 533 | |||
2005-10-29 | sync with config cvs | Mike Frysinger | |
2005-10-29 | use := instead of = for variables and make sure zlib builds with target cflags | Mike Frysinger | |
2005-10-29 | rename dropbear_sshd to just dropbear | Mike Frysinger | |
2005-10-06 | openssl calls the i686 target "i686/cmov" not just "i686" as pointed out by ↵ | Mike Frysinger | |
Sieg on irc | |||
2005-10-04 | This patch is necessary in order to build with gcc-4.1 compilers. Otherwise, ↵ | "Steven J. Hill" | |
you will get the error message of 'fsck.cramfs.c:98: error: variable-size type declared outside of any function'. I emailed the maintainer giving them a couple of different ways to fix the package, but I have not heard anything. He gets a 'L' for Lame. Anyway, I have hardcoded the PAGE_CACHE_SIZE (page size) to be 4096. Only alpha and the 64-bit platforms will have something different, or MIPS with its variable page size. Curse you MIPS. |