2001-07-03 |
Eric Andersen | Force our child libs to link vs libc |
commit | commitdiff | tree | snapshot |
2001-07-03 |
David Schleef | remove bits/syscall.h when cleaning |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Eric Andersen | Autogen include/bits/syscall.h for ARM |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Eric Andersen | Just take whatever the kernel headers gave us, spaces... |
commit | commitdiff | tree | snapshot |
2001-07-03 |
David Schleef | Get rid of warning messages and spurious diffs |
commit | commitdiff | tree | snapshot |
2001-07-03 |
David Schleef | Debian package building scripts |
commit | commitdiff | tree | snapshot |
2001-07-03 |
David Schleef | Need to include sys/syscall.h because of other changes |
commit | commitdiff | tree | snapshot |
2001-07-03 |
David Schleef | It is now autogenerated |
commit | commitdiff | tree | snapshot |
2001-07-03 |
David Schleef | Fix to autogen bits/syscall.h, like i386 |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Eric Andersen | Fix a silly typo |
commit | commitdiff | tree | snapshot |
2001-07-01 |
David Schleef | Changed dependencies of gcc-uClibc.h to ../../Config... |
commit | commitdiff | tree | snapshot |
2001-07-01 |
David Schleef | Added additional cleaning |
commit | commitdiff | tree | snapshot |
2001-07-01 |
Manuel Novoa... | These zero-length files apparently weren't deleted... |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Eric Andersen | Add syscalls.h for ARM |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Eric Andersen | Add a dlopen test |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Manuel Novoa... | Fix a missing include in des.c and add configurability... |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Eric Andersen | I missed an item when reentrantifying des.c, reuse... |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Eric Andersen | Oops. I forgot to check this in... |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Eric Andersen | Replace the crypt implementation with one based on... |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Manuel Novoa... | Optimized for size over speed to (substantially) reduce... |
commit | commitdiff | tree | snapshot |
2001-06-28 |
David McCullough | Changes for new auto-generated syscall.h |
commit | commitdiff | tree | snapshot |
2001-06-28 |
David McCullough | Changes to support autogenerated syscall.h |
commit | commitdiff | tree | snapshot |
2001-06-28 |
David McCullough | sysdep.h was not providing all the needed bits to build... |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Manuel Novoa... | Added a script to create bits/syscall.h for each arch. |
commit | commitdiff | tree | snapshot |
2001-06-27 |
David McCullough | the minimum needed for now |
commit | commitdiff | tree | snapshot |
2001-06-27 |
David McCullough | Added this guy, nothing needed here really. |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Eric Andersen | Cleanup to not use kernel headers at all. |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Eric Andersen | Cleanup and don't require LIBC to be defined for the... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Manuel Novoa... | Remove nonstandard functions. |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Manuel Novoa... | Remove obsolete files tell.c and getdents.c |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Eric Andersen | Stub out an initial version. Manuel will be writing |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Eric Andersen | Don't even threaten to include asm/* stuff |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Eric Andersen | Don't include asm/unistd.h |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Eric Andersen | Step one in a process to ween ourselves off of using... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Manuel Novoa... | Fix syntax error in comment. |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Manuel Novoa... | Make these PIC and _LIBC_REENTRANT compatible. |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Manuel Novoa... | For now, we need to explicitly make clean in libc/unist... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Manuel Novoa... | Yes... I forgot to update bits/dirent.h for the other... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Manuel Novoa... | ANSI/ISO specifies that no library function sets errno... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Eric Andersen | Looks like we lost clearing errno |
commit | commitdiff | tree | snapshot |
2001-06-26 |
David Schleef | Change to allow compiling against unconfigured kernels... |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Manuel Novoa... | Note need to fix scandir.c's dynamic memory handling. |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Manuel Novoa... | Remove simulated d_type support for getdents and the... |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Eric Andersen | Add in missing syscalls.h for powerpc |
commit | commitdiff | tree | snapshot |
2001-06-25 |
David McCullough | Fixed vfork so the child doesn't trash the parents... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Eric Andersen | Make PIC a config option |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Eric Andersen | This adds in support for PIC on x86. Unfortunately... |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Eric Andersen | Patch from Shane Nay, who noticed that these were not... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Manuel Novoa... | Oops... forgot to remove rint.c from the makefile. |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Manuel Novoa... | Remove Erik's broken implementation of rint(). Replace... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Eric Andersen | Add in "HAVE_SHARED" so shared libs build or not as... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Eric Andersen | This was violating policy and using a kernel header... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Eric Andersen | This commit finishes adding support for the old m68k... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Eric Andersen | I went nuts and wrote a generic rint implementation... |
commit | commitdiff | tree | snapshot |
2001-06-17 |
Manuel Novoa... | Update TODO file. |
commit | commitdiff | tree | snapshot |
2001-06-17 |
Manuel Novoa... | Add the in* and out* functions for i386. Note: the... |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Eric Andersen | A few build updates |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Eric Andersen | These are needed for powerpc to compile |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Eric Andersen | Note missing struct _res in resolv.h |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Eric Andersen | Make some nice SEND_ADDRESS_STDERR and SEND_NUMBER_STDE... |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Eric Andersen | Now that our compiler wrapper is up to it, we can now... |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Eric Andersen | Make strrchr not call other string functions. Hopefully |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Eric Andersen | I am very proud of myself. I managed to write a workin... |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Eric Andersen | Add in (stub out really) __libc_current_sigrtmin, and |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Eric Andersen | Be consistant for all the client code, and use TARGET_C... |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Eric Andersen | Make all the uClibc tests use the --uclibc-use-build... |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Eric Andersen | Some silly grammar stuff |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Eric Andersen | Yet more ldso cleanups. Be more discriminating about... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Eric Andersen | Fix a really stupid bug with ttyname, thanks to a patch... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Eric Andersen | Don't create a fake readelf app. We are creating a... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Eric Andersen | Default to something like a strongArm, (i.e. has an... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Eric Andersen | A few new todo items |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Manuel Novoa... | Fix printf so that %p outputs "(nil)" for (void *)... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
David Schleef | Add warning message if Config doesn't exist |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Manuel Novoa... | Fix printf handling of %p to prepend "0x" since output... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Eric Andersen | Use sys/mman.h not asm/mman.h -- we don't want kernel... |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Eric Andersen | Some sparc updates from Stanley <[email protected]... |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Eric Andersen | Make sure these use the local sysdep.h header file |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Eric Andersen | Cleanup the toploevel makefile handing of shared libs... |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Eric Andersen | Some socket cleanups |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Eric Andersen | Silence a few warnings. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Eric Andersen | Default to testing shared libs. |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Eric Andersen | Default to malloc-930716 for x86 |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Eric Andersen | Get rid of the unused LDSO_VERSION |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Manuel Novoa... | Fix bug in ldso/util/Makefile introduced when Erik... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Eric Andersen | Add in a test for outb (that currently fails) |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Manuel Novoa... | Commit _uClibc_fread bug fix (with minor edit) posted... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
David McCullough | The m68k-elf compiler chokes on this code when compilin... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
David McCullough | Changes needed to build the ldso dir for m68k. I haven... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
David McCullough | ldso build always used $(NATIVE_ARCH)-uClibc-gcc, ... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
David McCullough | Up the m68k defaults a little so that uClibc will suppo... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
David McCullough | Change the last 2 "make" invocations to use $(MAKE). |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Eric Andersen | Update the TODO file |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Eric Andersen | Add a new 'readelf' util I wrote this weekend. |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Eric Andersen | Teach the ldso stuff to use the proper elf.h header... |
commit | commitdiff | tree | snapshot |
2001-06-02 |
Manuel Novoa... | Update the todo. Add my personal list. |
commit | commitdiff | tree | snapshot |
2001-06-02 |
Manuel Novoa... | Add locale-enabled strcoll function from vodz, plus... |
commit | commitdiff | tree | snapshot |
2001-06-02 |
Manuel Novoa... | Always check before you commit...^100. We need to... |
commit | commitdiff | tree | snapshot |
2001-06-02 |
Manuel Novoa... | Only build ldso if building shared. Also, if building... |
commit | commitdiff | tree | snapshot |
2001-06-02 |
Manuel Novoa... | Fix misuse of DO_SHARED and LDSO_PRESENT. Add -f optio... |
commit | commitdiff | tree | snapshot |
next |