2001-08-10 |
Eric Andersen | Oops. Symlink args were backwards... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Eric Andersen | Don't blow away existing files when trying to install... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Eric Andersen | Update the build system, yet again. I hope this is... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
David McCullough | Make _PATH_VARRUN actually point to /var/run. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Eric Andersen | Fix behavior when installing the devel env, since somewhere |
commit | commitdiff | tree | snapshot |
2001-08-09 |
David McCullough | Add cmsg_nxthdr function for the cases where the headers |
commit | commitdiff | tree | snapshot |
2001-08-09 |
David McCullough | Add in changes from philipc@lineo: |
commit | commitdiff | tree | snapshot |
2001-08-09 |
David McCullough | Add hstrerror, it just points to strerror like h_errno. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
David McCullough | Added sigset_t casts so we behave like the other platforms. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
David McCullough | Fix a couple of warnings |
commit | commitdiff | tree | snapshot |
2001-08-09 |
David McCullough | Make sure the weak aliases are defined before the funct... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
David Schleef | Changed uclibc-gcc to uclibc-toolchain. Added fixups... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Eric Andersen | This syncs things up with my local tree. Mainly change... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Eric Andersen | Try search for the shared lib interpreter. Eliminate... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Eric Andersen | If /etc/ld.so.preload was size 0, the shared lib loader... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
David McCullough | Fixup the pipe system call for the SH target. |
commit | commitdiff | tree | snapshot |
2001-07-28 |
Manuel Novoa... | Oops... left in a debugging line. |
commit | commitdiff | tree | snapshot |
2001-07-28 |
Manuel Novoa... | Back out the changes to _uClibc_fread and loop in fread... |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Manuel Novoa... | Yes... the previous "fix" was broken too... the result... |
commit | commitdiff | tree | snapshot |
2001-07-25 |
Manuel Novoa... | Ok... the fix wasn't quite so straightforward. Hopeful... |
commit | commitdiff | tree | snapshot |
2001-07-25 |
Manuel Novoa... | Fix fread bug reported by Vodz. The fix is straightfor... |
commit | commitdiff | tree | snapshot |
2001-07-25 |
Manuel Novoa... | Fix small typo vodz reported. |
commit | commitdiff | tree | snapshot |
2001-07-18 |
David Schleef | Fix the /lib link |
commit | commitdiff | tree | snapshot |
2001-07-17 |
David Schleef | Better generation of control, fix up DESTDIR |
commit | commitdiff | tree | snapshot |
2001-07-17 |
David Schleef | Fix typo. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
David Schleef | Changes to build cross-compiling libraries |
commit | commitdiff | tree | snapshot |
2001-07-17 |
David Schleef | Better rule for locating dynamic linker |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Eric Andersen | search_for_named_library forgot to wipe the target... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Eric Andersen | Elimintate spurious trailing / |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Eric Andersen | Turn off USE_CACHE by default (so ldconfig, by default... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Eric Andersen | Fix missing function when USE_CACHE is enabled |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Eric Andersen | Oops. USE_CACHE was disabled and didn't compile when... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Eric Andersen | Forgot this... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Eric Andersen | We already have tar.h, so might as well include cpio... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Eric Andersen | Some cleanups needed for things to compile and work... |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Eric Andersen | use ln -fs |
commit | commitdiff | tree | snapshot |
2001-07-13 |
Eric Andersen | Scrub up a few things I forgot. Add a few more cleanups. |
commit | commitdiff | tree | snapshot |
2001-07-13 |
Eric Andersen | This takes about 6k off the size of the x86 shared... |
commit | commitdiff | tree | snapshot |
2001-07-13 |
David Schleef | fixperms needs the correct name for ld-uClibc |
commit | commitdiff | tree | snapshot |
2001-07-13 |
David Schleef | PowerPC has a different kernel interface for termios... |
commit | commitdiff | tree | snapshot |
2001-07-13 |
David Schleef | The previous termios.h strongly appeared to be from... |
commit | commitdiff | tree | snapshot |
2001-07-13 |
David Schleef | Add test for proper realloc() behavior. |
commit | commitdiff | tree | snapshot |
2001-07-12 |
Eric Andersen | This commit merges David Schleef's updates to the build... |
commit | commitdiff | tree | snapshot |
2001-07-12 |
Eric Andersen | Use uClibc's ldd, not the system one which is probably... |
commit | commitdiff | tree | snapshot |
2001-07-12 |
Eric Andersen | Add missing in_addr_t |
commit | commitdiff | tree | snapshot |
2001-07-12 |
David Schleef | Added #ifdef DEBUG where appropriate. |
commit | commitdiff | tree | snapshot |
2001-07-12 |
David Schleef | First cut of PowerPC port. It works for hello world... |
commit | commitdiff | tree | snapshot |
2001-07-12 |
David Schleef | Small fixups for powerpc |
commit | commitdiff | tree | snapshot |
2001-07-11 |
David McCullough | Added __BEGIN_DECLS and __END_DECLS to the files that... |
commit | commitdiff | tree | snapshot |
2001-07-11 |
David McCullough | The main part of the C++ support is the definition... |
commit | commitdiff | tree | snapshot |
2001-07-11 |
David McCullough | The weak_alias macro was not genertaing asm with the... |
commit | commitdiff | tree | snapshot |
2001-07-11 |
David McCullough | Fixup the atexit weak alias for elf, need to include... |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Eric Andersen | Seems weak_alias wasn't working as expected... |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Eric Andersen | ldd rewrite is done |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Eric Andersen | Rewrite of ldd so it works as expected, and does not... |
commit | commitdiff | tree | snapshot |
2001-07-10 |
Eric Andersen | Fix the code for finding the interpreter, which was... |
commit | commitdiff | tree | snapshot |
2001-07-09 |
Eric Andersen | A patch from Michal Moskal <[email protected]> to... |
commit | commitdiff | tree | snapshot |
2001-07-09 |
Eric Andersen | Workaround an old m68k-coff compiler problem |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Eric Andersen | This config seems to be basically correct for arm uClin... |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Eric Andersen | Fix strxfrm, which was broken (thanks to Shaya Potter... |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Eric Andersen | Note missing shadow support |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Eric Andersen | Don't change options on based on path -- use command... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Eric Andersen | forkpty.c uses fork(), and so must be disabled when... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Eric Andersen | Note that ldd needs a rewrite |
commit | commitdiff | tree | snapshot |
2001-07-04 |
David McCullough | Added stpcpy and strcasestr along with some code to... |
commit | commitdiff | tree | snapshot |
2001-07-04 |
David McCullough | If HAS_MMU is false, then use asm-$(TARGET_ARCH)nommu... |
commit | commitdiff | tree | snapshot |
2001-07-04 |
David Schleef | Make shared library installation conditional |
commit | commitdiff | tree | snapshot |
2001-07-04 |
David Schleef | Install a link for /lib/ld-uclibc.so.0 |
commit | commitdiff | tree | snapshot |
2001-07-04 |
Eric Andersen | Fix missing libresolv.so |
commit | commitdiff | tree | snapshot |
2001-07-04 |
David Schleef | The prototype Config file for x86 was changed to Config... |
commit | commitdiff | tree | snapshot |
2001-07-04 |
Eric Andersen | Renamed as extra/Configs/Config.i386 |
commit | commitdiff | tree | snapshot |
2001-07-04 |
David Schleef | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Eric Andersen | Finish up merging the arm port into the main tree. |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Eric Andersen | Merge the arm port into the main tree. The final versi... |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Eric Andersen | Merge arm support into the mainstream. This change... |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Eric Andersen | Scrub a couple of ints |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Eric Andersen | Oops. |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Eric Andersen | ignore generated stuff |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Eric Andersen | Scrub up the tests a bit, and force everybody to use the |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Eric Andersen | Allow the shared lib loader to fallback on the builddir... |
commit | commitdiff | tree | snapshot |
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 |
next |