Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add the in* and out* functions for i386. Note: the sys/io.h header for | Manuel Novoa III | 2001-06-17 | 1 | -0/+11 | |
| | | | | | | | | | 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. | |||||
* | Some socket cleanups | Eric Andersen | 2001-06-12 | 2 | -37/+44 | |
| | ||||||
* | Added definition of __THROW | David Schleef | 2001-05-26 | 1 | -0/+13 | |
| | ||||||
* | Add in message queue support, based on work from <tapu@371.net>. | Eric Andersen | 2001-05-26 | 2 | -0/+77 | |
| | | | | This is required to compile util-linux | |||||
* | Bring powerpc back into line so it compiles again. | Eric Andersen | 2001-05-11 | 1 | -0/+1 | |
| | ||||||
* | Fix broken resources.h | Eric Andersen | 2001-05-10 | 2 | -70/+101 | |
| | ||||||
* | Yipe. This was still pulling in kernel headers. | Eric Andersen | 2001-05-09 | 1 | -2/+4 | |
| | | | | -Erik | |||||
* | Fix comment for #endif to remove warnings. | Manuel Novoa III | 2001-05-08 | 1 | -1/+1 | |
| | ||||||
* | Add in the sysvipc patch from Michael Shmulevich | Eric Andersen | 2001-03-19 | 1 | -0/+58 | |
| | ||||||
* | Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - Embedded | Eric Andersen | 2001-02-21 | 1 | -1/+1 | |
| | | | | | and Personal Systems. Thanks! -Erik | |||||
* | And apparently some things include sys/time.h instead of time.h in uClibc... | Manuel Novoa III | 2001-02-15 | 1 | -2/+1 | |
| | ||||||
* | I guess we always need timespec... | Manuel Novoa III | 2001-02-15 | 1 | -2/+0 | |
| | ||||||
* | Add missing header file. | Manuel Novoa III | 2001-02-15 | 1 | -0/+33 | |
| | ||||||
* | Handle definition of struct timespec. | Manuel Novoa III | 2001-02-15 | 1 | -0/+11 | |
| | ||||||
* | Add MAP_FAILED per spec -- patch from Michael Shmulevich <michaels@jungo.com> | Eric Andersen | 2001-02-13 | 1 | -0/+2 | |
| | ||||||
* | Include ptrace support so debugging will hopefully work. | Eric Andersen | 2001-02-09 | 1 | -0/+119 | |
| | | | | -Erik | |||||
* | Bring into sync with a fairly current glibc header file. | Eric Andersen | 2001-02-03 | 1 | -71/+67 | |
| | | | | -Erik | |||||
* | Add poll, so this is now needed | Eric Andersen | 2001-01-16 | 1 | -0/+51 | |
| | ||||||
* | Makeheader files be more like GNU | Eric Andersen | 2001-01-15 | 2 | -2/+46 | |
| | ||||||
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 1 | -1/+1 | |
| | ||||||
* | A bunch of updates, part from Manuel Novoa III (such as more long long | Eric Andersen | 2001-01-01 | 1 | -8/+99 | |
| | | | | | support), and other updates by me (better cross platform, cross-compiler, etc, support. Now compiles with 2.0.x kernels for armnommu. | |||||
* | Add yet another missing header file | Eric Andersen | 2000-12-12 | 1 | -0/+49 | |
| | ||||||
* | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | 2000-11-04 | 1 | -0/+1 | |
| | | | | Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>. | |||||
* | Header file cleanup | Eric Andersen | 2000-10-30 | 1 | -53/+82 | |
| | ||||||
* | This had some nasty x86 asm inlines it. Throw them away. | Eric Andersen | 2000-10-26 | 1 | -144/+14 | |
| | ||||||
* | Support even more syscalls. | Eric Andersen | 2000-10-24 | 1 | -0/+178 | |
| | | | | -Erik | |||||
* | More reorg. A place for everything and everything in its place... | Eric Andersen | 2000-10-23 | 1 | -4/+0 | |
| | ||||||
* | Need this now. | Eric Andersen | 2000-10-22 | 1 | -0/+43 | |
| | ||||||
* | Add in support for shm/ipc. | Eric Andersen | 2000-10-07 | 2 | -0/+94 | |
| | ||||||
* | More stuff. Down to only 43 missing functions before BusyBox will | Eric Andersen | 2000-08-10 | 2 | -61/+46 | |
| | | | | | | link. Fixed socket stuff so it doesn't pull in kernel headers and stubbed out fork and clone. A few other header file cleanups. -Erik | |||||
* | Add in a bunch of junk. Busybox now compiles (except for mkfs.minix and | Eric Andersen | 2000-07-09 | 3 | -0/+340 | |
| | | | | | | fsck.minix). Of course, it doesn't link yet due to missing functions, but hey... At least it is now easy to see what isn't working. :-) -Erik | |||||
* | fix sys/vfs so it doesn't pull in kernel stuff. | Eric Andersen | 2000-07-09 | 2 | -16/+66 | |
| | | | | -Erik | |||||
* | Fixed dir/dirent | Eric Andersen | 2000-07-09 | 1 | -12/+23 | |
| | | | | -Erik | |||||
* | Add needed include file | Eric Andersen | 2000-07-09 | 1 | -0/+127 | |
| | | | | -Erik | |||||
* | A few updates. | Eric Andersen | 2000-07-07 | 1 | -180/+33 | |
| | | | | -Erik | |||||
* | Some more major updates to further superate ucLibc from the kernel | Eric Andersen | 2000-07-06 | 11 | -407/+1113 | |
| | | | | | headers (the way it has been done in GNU libc). -Erik | |||||
* | More GPL vs LGPL fixes (sysdeps/getpagesize.c), and some header | Eric Andersen | 2000-06-28 | 1 | -0/+3 | |
| | | | | | cleanups. -Erik | |||||
* | Add sysinfo support. | Erik Andersen | 2000-05-16 | 1 | -0/+15 | |
| | | | | -Erik | |||||
* | Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1a | Erik Andersen | 2000-05-14 | 4 | -7/+4 | |
| | | | | | to allow uC-libc to compile under x86. -Erik | |||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 29 | -0/+1595 | |