summaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Collapse)AuthorAgeFilesLines
* Add missing sysctl.h and queue.hEric Andersen2002-05-022-0/+277
|
* Include our own copy of struct sysinfo to avoid binary compatibilityEric Andersen2002-03-251-2/+18
| | | | | | problems with Linux 2.4, which changed things. And thereby reduce by one more the kernel headers we depend on... -Erik
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-016-514/+0
| | | | | and to better support each arch. This is a really big patch... -Erik
* Several little additions and cleanups. Add getw() and putw().Eric Andersen2002-02-021-0/+36
| | | | | | Add in some missing header files (netipx/ipx.h include/lastlog.h include/sgtty.h include/sys/perm.h) -Erik
* Add missing sys/fsuid.hEric Andersen2002-01-301-0/+36
|
* Support statvfs and statfs. Added getmntent_r (and made it useEric Andersen2002-01-061-0/+87
| | | | | strtok_r instead of strtok), taught getmntent to use getmntent_r. -Erik
* Enable several more syscalls.Eric Andersen2002-01-032-0/+196
|
* Add this so madplay will properly configure itself using ossEric Andersen2001-11-231-0/+1
| | | | | as a default output device. -Erik
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-2744-912/+1535
|
* Patch from Andrew Ip <aip@cwlinux.com> to add ftime,Eric Andersen2001-09-061-0/+45
| | | | allowing openssl to be built.
* Make gdb/gcc/binutils happyEric Andersen2001-08-271-0/+103
|
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-111-0/+2
| | | | | | it and that I could see needed it. Should be pretty low impact as these are only defined when using C++.
* The main part of the C++ support is the definition of __BEGIN_DECLSDavid McCullough2001-07-111-3/+8
| | | | and __END_DECLS in this file based on the __cplusplus define.
* Cleanup and don't require LIBC to be defined for the syscall numbers.Eric Andersen2001-06-271-11/+7
|
* This adds in support for PIC on x86. Unfortunately, this will breakEric Andersen2001-06-231-4/+5
| | | | | | all arches till they add in an libc/sysdeps/linux/<arch>/bits/syscalls.h file. Sorry about there, there was no other way... -Erik
* Add the in* and out* functions for i386. Note: the sys/io.h header forManuel Novoa III2001-06-171-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 cleanupsEric Andersen2001-06-122-37/+44
|
* Added definition of __THROWDavid Schleef2001-05-261-0/+13
|
* Add in message queue support, based on work from <tapu@371.net>.Eric Andersen2001-05-262-0/+77
| | | | This is required to compile util-linux
* Bring powerpc back into line so it compiles again.Eric Andersen2001-05-111-0/+1
|
* Fix broken resources.hEric Andersen2001-05-102-70/+101
|
* Yipe. This was still pulling in kernel headers.Eric Andersen2001-05-091-2/+4
| | | | -Erik
* Fix comment for #endif to remove warnings.Manuel Novoa III2001-05-081-1/+1
|
* Add in the sysvipc patch from Michael ShmulevichEric Andersen2001-03-191-0/+58
|
* Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - EmbeddedEric Andersen2001-02-211-1/+1
| | | | | and Personal Systems. Thanks! -Erik
* And apparently some things include sys/time.h instead of time.h in uClibc...Manuel Novoa III2001-02-151-2/+1
|
* I guess we always need timespec...Manuel Novoa III2001-02-151-2/+0
|
* Add missing header file.Manuel Novoa III2001-02-151-0/+33
|
* Handle definition of struct timespec.Manuel Novoa III2001-02-151-0/+11
|
* Add MAP_FAILED per spec -- patch from Michael Shmulevich <michaels@jungo.com>Eric Andersen2001-02-131-0/+2
|
* Include ptrace support so debugging will hopefully work.Eric Andersen2001-02-091-0/+119
| | | | -Erik
* Bring into sync with a fairly current glibc header file.Eric Andersen2001-02-031-71/+67
| | | | -Erik
* Add poll, so this is now neededEric Andersen2001-01-161-0/+51
|
* Makeheader files be more like GNUEric Andersen2001-01-152-2/+46
|
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-1/+1
|
* A bunch of updates, part from Manuel Novoa III (such as more long longEric Andersen2001-01-011-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 fileEric Andersen2000-12-121-0/+49
|
* More cleanups. Fix things so tinylogin compiles.Eric Andersen2000-11-041-0/+1
| | | | Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>.
* Header file cleanupEric Andersen2000-10-301-53/+82
|
* This had some nasty x86 asm inlines it. Throw them away.Eric Andersen2000-10-261-144/+14
|
* Support even more syscalls.Eric Andersen2000-10-241-0/+178
| | | | -Erik
* More reorg. A place for everything and everything in its place...Eric Andersen2000-10-231-4/+0
|
* Need this now.Eric Andersen2000-10-221-0/+43
|
* Add in support for shm/ipc.Eric Andersen2000-10-072-0/+94
|
* More stuff. Down to only 43 missing functions before BusyBox willEric Andersen2000-08-102-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 andEric Andersen2000-07-093-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 Andersen2000-07-092-16/+66
| | | | -Erik
* Fixed dir/direntEric Andersen2000-07-091-12/+23
| | | | -Erik
* Add needed include fileEric Andersen2000-07-091-0/+127
| | | | -Erik
* A few updates.Eric Andersen2000-07-071-180/+33
| | | | -Erik