Age | Commit message (Expand) | Author |
2012-01-08 | Move Adroid endgrent() and endpwent() NOPS to libbb.h | Denys Vlasenko |
2012-01-06 | platform.h: define endgrent() and endpwent() as no-ops on Android | Denys Vlasenko |
2011-10-09 | disable strverscmp usage if we build against uClibc-0.9.31 | Oliver Metz |
2011-09-09 | Android build fixes and alternate (hopefully simpler) defconfig for it | Denys Vlasenko |
2011-08-28 | Fixes for FreeBSD build | Matthias Andree |
2011-07-08 | more tweak for bionic | Denys Vlasenko |
2011-07-08 | platform.h: tweaks for cygwin | Denys Vlasenko |
2011-06-30 | Use the _unlocked stdio macros only when they're all available | Dan Fandrich |
2011-06-30 | Use the built-in getline on more systems that don't have it | Dan Fandrich |
2011-06-29 | platform.c: provide getline implementation | Timo Teras |
2011-06-21 | ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions | Denys Vlasenko |
2011-06-21 | Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef | Denys Vlasenko |
2011-06-10 | *: simplify Ethernet header includes | Dan Fandrich |
2011-06-03 | platform.h: support for build under Android | Dan Fandrich |
2011-05-12 | libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibc | Denys Vlasenko |
2011-04-17 | straighten out dprintf/fdprintf mess; remove old "define lchown chown" | Denys Vlasenko |
2011-02-13 | Move stpcpy replacement function into libbb | Dan Fandrich |
2011-02-08 | use unistd.h before _POSIX_VERSION | Denys Vlasenko |
2011-02-07 | incorporate header fixes proposed in bug 3097 | Denys Vlasenko |
2011-01-24 | FreeBSD compat | Chris Rees |
2011-01-24 | FreeBSD compat | Chris Rees |
2011-01-22 | pltaform.h: move include of stdint.h before uint16_t is used | Denys Vlasenko |
2011-01-21 | fix compile error on non-x86 architectures | Denys Vlasenko |
2011-01-20 | sighandler_t definition for BSD | Chris Rees |
2010-10-29 | whitespace cleanup | Denys Vlasenko |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-10-24 | Remove check for supported libc. | Denys Vlasenko |
2010-10-18 | *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits | Denys Vlasenko |
2010-10-16 | md5: code shrink; and use 64-byte temp buf, not 128-byte. | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-08-16 | platform.h: regularize endian detection | Denys Vlasenko |
2010-08-06 | OpenBSD compatibility | Waldemar Brodkorb |
2010-06-19 | Added code for nonstandard function strsep() | Dan Fandrich |
2010-06-19 | A few minor portability improvements | Dan Fandrich |
2010-04-14 | dnsd: enforce alignment on packet buffer | Denys Vlasenko |
2010-02-11 | include/platform.h: PowerPC can also do unaligned access | Joakim Tjernlund |
2010-02-06 | dnsd: fix one big-endian goof; add a TODO about RA bit | Denys Vlasenko |
2010-02-04 | *: eliminate more aliasing warnings | Denys Vlasenko |
2010-02-04 | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko |
2010-02-02 | more thorough fix for systems with strange socklen_t | Denys Vlasenko |
2010-02-02 | stat: get rid on intmax_t | Denys Vlasenko |
2009-11-26 | ping: fix unaligned access. closes bug 745. | Denys Vlasenko |
2009-11-07 | big endian warning fixes | Denys Vlasenko |
2009-11-02 | include/libbb.h: mark malloc-returning functions with GCC attribute | Denys Vlasenko |
2009-11-01 | Add more compat code for non GNU environments | Dan Fandrich |
2009-10-27 | platform compatibility work (by Dan Fandrich) | Dan Fandrich |
2009-07-08 | move libc related stuff out of platform.h | Denys Vlasenko |
2009-07-05 | Patches to enable FreeBSD build | Denys Vlasenko |
2009-05-19 | add platform tweaks | Denys Vlasenko |
2009-04-17 | fix move_to_unaligned32 | Denis Vlasenko |