summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm
Commit message (Expand)AuthorAgeFilesLines
* This header file was broken, breaking signal handling on ARM.Eric Andersen2001-10-171-10/+66
* A small patch from Erwin Authried <eauth@softsys.co.at>Eric Andersen2001-10-121-3/+3
* Patch from David McCullough <davidm@lineo.com>:Eric Andersen2001-10-042-66/+12
* Sigh. Erik mucks it up again...Eric Andersen2001-09-272-43/+1
* Make iopl and ioperm workEric Andersen2001-09-271-37/+22
* Duh.Eric Andersen2001-09-271-5/+2
* Add inb, outb and friends,Eric Andersen2001-09-272-1/+148
* Gut this file, and quit referrng to _IO_* junkEric Andersen2001-09-271-146/+1
* Finish syncing up armEric Andersen2001-09-2723-0/+3315
* Update to accomodate the header file changesEric Andersen2001-09-2746-614/+958
* This will hopefully make global constructors and destructors workEric Andersen2001-08-281-0/+12
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-116-1/+18
* Autogen include/bits/syscall.h for ARMEric Andersen2001-07-033-197/+2
* Add syscalls.h for ARMEric Andersen2001-06-301-0/+119
* Yes... I forgot to update bits/dirent.h for the other archs. :-(Manuel Novoa III2001-06-271-2/+11
* Patch from Shane Nay, who noticed that these were not properly labelingEric Andersen2001-06-213-3/+6
* This was violating policy and using a kernel header file...Eric Andersen2001-06-191-1/+1
* These are needed for arm to compileEric Andersen2001-05-262-0/+181
* Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef2001-05-261-0/+3
* Move the default ptrace.c to common, but let arches override it (suchEric Andersen2001-05-161-1/+1
* These seem to be missing alsoEric Andersen2001-05-123-0/+401
* This file was missing on armEric Andersen2001-05-121-0/+209
* Add missing header file for armEric Andersen2001-05-121-0/+93
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-4/+2
* Change FILENAME_MAX to be only 255. Max filename on ext2 is 255,Eric Andersen2001-05-071-1/+1
* Fix up a commentEric Andersen2001-04-281-1/+1
* These are needed for arm ld.so support (not at all working yet...)Eric Andersen2001-04-242-0/+73
* Nobody should be using the SYS_ syscall names. Use the __NR_<foo>Eric Andersen2001-04-201-1/+1
* Add missing alias siglongjmp = longjmp;Eric Andersen2001-04-191-0/+9
* Remove all the __THROW macrosEric Andersen2001-04-192-2/+2
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-0/+60
* It seems ARM 2.4.x kernels do not have iopl. Also add missingEric Andersen2001-03-301-0/+87
* Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc soManuel Novoa III2001-03-061-1/+1
* Update arm for the new way of entering main. BTW, I can now run things on armEric Andersen2001-02-232-101/+54
* Revert stdio to initializing itself. Not quite a pretty but that ensures thatEric Andersen2001-02-092-51/+42
* It turns out that vfork was completely broken. That was why itEric Andersen2001-02-092-2/+75
* _void_void_null_func never returned. I noticed this yesterdayEric Andersen2001-02-072-2/+2
* Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III2001-01-251-1/+4
* Don't trash regs r0-r2, fix thanks to Michiel Thuys <michiel.thuys@intersil.c...Eric Andersen2001-01-251-74/+77
* Minor comment updateEric Andersen2001-01-171-2/+7
* Now works on StrongArm (using crt0.S) and arm7tdmi/uClinux withEric Andersen2001-01-172-2/+83
* Fix arm so it actually works.Eric Andersen2001-01-161-40/+82
* Remove an extra "/" from the crt0 pathEric Andersen2001-01-161-1/+1
* Makefile fixesEric Andersen2001-01-161-4/+4
* Facelist/cleanup for several syscalls. Added poll.Eric Andersen2001-01-161-0/+51
* Added common handling of errno.Eric Andersen2001-01-161-6/+1
* Fix termios handling. Now synced with behavior of GNU libc.Eric Andersen2001-01-151-0/+212
* Use the right name.Eric Andersen2001-01-151-1/+1
* USe the name crt0.o, and cp it to $(TOPDIR)/libcrt0.oEric Andersen2001-01-152-2/+76
* Fix naming error. s/sigsetjmp/__sigsetjmp/gEric Andersen2001-01-151-3/+3