Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-14 | Implement sendfile64 | Eric Andersen | |
-Erik | |||
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | |
been working on a new config system on and off for about 6 months now, but I've never been fully satisfied. Well, I'm finally am happy with the new config system, so here it is. This completely removes the old uClibc configuration system, and replaces it with an entirely new system based on LinuxKernelConf, from http://www.xs4all.nl/~zippel/lc/ As it turns out, Linus has just merged LinuxKernelConf into Linux 2.5.45, so it looks like I made the right choice. I have thus far updated only x86. I'll be updating the other architectures shortly. -Erik | |||
2002-08-19 | Eliminate wrapping of struct stat and use the kernel version | Eric Andersen | |
directly. Eliminate all the attendant baggage. Fix internal types to match kernel types more closely. -Erik | |||
2002-07-27 | Avoid errors in case some loon has explicitly included | Eric Andersen | |
linux/kernel.h (even though doing so is very dumb). -Erik | |||
2002-07-24 | (__ASMNAME): Use C_SYMBOL_PREFIX. | Miles Bader | |
(__ASMNAME2): Macro removed. | |||
2002-07-22 | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | |
Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik | |||
2002-05-02 | Add missing sysctl.h and queue.h | Eric Andersen | |
2002-03-25 | Include our own copy of struct sysinfo to avoid binary compatibility | Eric Andersen | |
problems with Linux 2.4, which changed things. And thereby reduce by one more the kernel headers we depend on... -Erik | |||
2002-03-01 | Major rework of the include files to eliminate redundancy | Eric Andersen | |
and to better support each arch. This is a really big patch... -Erik | |||
2002-02-02 | Several little additions and cleanups. Add getw() and putw(). | Eric Andersen | |
Add in some missing header files (netipx/ipx.h include/lastlog.h include/sgtty.h include/sys/perm.h) -Erik | |||
2002-01-30 | Add missing sys/fsuid.h | Eric Andersen | |
2002-01-06 | Support statvfs and statfs. Added getmntent_r (and made it use | Eric Andersen | |
strtok_r instead of strtok), taught getmntent to use getmntent_r. -Erik | |||
2002-01-03 | Enable several more syscalls. | Eric Andersen | |
2001-11-23 | Add this so madplay will properly configure itself using oss | Eric Andersen | |
as a default output device. -Erik | |||
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | |
2001-09-06 | Patch from Andrew Ip <aip@cwlinux.com> to add ftime, | Eric Andersen | |
allowing openssl to be built. | |||
2001-08-27 | Make gdb/gcc/binutils happy | Eric Andersen | |
2001-07-11 | Added __BEGIN_DECLS and __END_DECLS to the files that didn't have | David McCullough | |
it and that I could see needed it. Should be pretty low impact as these are only defined when using C++. | |||
2001-07-11 | The main part of the C++ support is the definition of __BEGIN_DECLS | David McCullough | |
and __END_DECLS in this file based on the __cplusplus define. | |||
2001-06-27 | Cleanup and don't require LIBC to be defined for the syscall numbers. | Eric Andersen | |
2001-06-23 | This adds in support for PIC on x86. Unfortunately, this will break | Eric Andersen | |
all arches till they add in an libc/sysdeps/linux/<arch>/bits/syscalls.h file. Sorry about there, there was no other way... -Erik | |||
2001-06-17 | Add the in* and out* functions for i386. Note: the sys/io.h header for | Manuel Novoa III | |
glibc-2.2.2 actually defines static inline versions for i386, but only provides prototypes for externs for the other archs I looked at. Since uClibc shares this header amongst archs, I stashed the inline defs in bits/io_i386.h and included it when __i386__ was defined. Better solutions are most welcome, but it doesn't clutter sys/io.h too badly and now lilo and the pcmcia tools build against uClibc on i386 without modification. | |||
2001-06-12 | Some socket cleanups | Eric Andersen | |
2001-05-26 | Added definition of __THROW | David Schleef | |
2001-05-26 | Add in message queue support, based on work from <tapu@371.net>. | Eric Andersen | |
This is required to compile util-linux | |||
2001-05-11 | Bring powerpc back into line so it compiles again. | Eric Andersen | |
2001-05-10 | Fix broken resources.h | Eric Andersen | |
2001-05-09 | Yipe. This was still pulling in kernel headers. | Eric Andersen | |
-Erik | |||
2001-05-08 | Fix comment for #endif to remove warnings. | Manuel Novoa III | |
2001-03-19 | Add in the sysvipc patch from Michael Shmulevich | Eric Andersen | |
2001-02-21 | Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - Embedded | Eric Andersen | |
and Personal Systems. Thanks! -Erik | |||
2001-02-15 | And apparently some things include sys/time.h instead of time.h in uClibc... | Manuel Novoa III | |
2001-02-15 | I guess we always need timespec... | Manuel Novoa III | |
2001-02-15 | Add missing header file. | Manuel Novoa III | |
2001-02-15 | Handle definition of struct timespec. | Manuel Novoa III | |
2001-02-13 | Add MAP_FAILED per spec -- patch from Michael Shmulevich <michaels@jungo.com> | Eric Andersen | |
2001-02-09 | Include ptrace support so debugging will hopefully work. | Eric Andersen | |
-Erik | |||
2001-02-03 | Bring into sync with a fairly current glibc header file. | Eric Andersen | |
-Erik | |||
2001-01-16 | Add poll, so this is now needed | Eric Andersen | |
2001-01-15 | Makeheader files be more like GNU | Eric Andersen | |
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | |
2001-01-01 | A bunch of updates, part from Manuel Novoa III (such as more long long | Eric Andersen | |
support), and other updates by me (better cross platform, cross-compiler, etc, support. Now compiles with 2.0.x kernels for armnommu. | |||
2000-12-12 | Add yet another missing header file | Eric Andersen | |
2000-11-04 | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | |
Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>. | |||
2000-10-30 | Header file cleanup | Eric Andersen | |
2000-10-26 | This had some nasty x86 asm inlines it. Throw them away. | Eric Andersen | |
2000-10-24 | Support even more syscalls. | Eric Andersen | |
-Erik | |||
2000-10-23 | More reorg. A place for everything and everything in its place... | Eric Andersen | |
2000-10-22 | Need this now. | Eric Andersen | |
2000-10-07 | Add in support for shm/ipc. | Eric Andersen | |