Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added cris to "define list". | Tobias Anderberg | 2003-08-27 | 1 | -1/+1 |
| | |||||
* | Cleanup a few structural wierdnesses | Eric Andersen | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | Patch from Martin Proulx <mproulx@okiok.com> to fix i960 | Eric Andersen | 2002-07-31 | 1 | -1/+1 |
| | | | | create_module() support. | ||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -5/+4 |
| | |||||
* | A small patch from Erwin Authried <eauth@softsys.co.at> | Eric Andersen | 2001-10-12 | 1 | -0/+1 |
| | | | | | *) changed ARM crt0.S / crt0pic.S selection -- depends on DOPIC now. *) Minor tweek to syscall definitions | ||||
* | Added a script to create bits/syscall.h for each arch. | Manuel Novoa III | 2001-06-28 | 1 | -0/+3 |
| | | | | | | | | | | | NOTE!!! This is run by "make -C libc/sysdeps/linux/$(TARGET_ARCH) headers" in the main Makefile, but I only changed libc/sysdeps/linux/i386/Makefile as I had no way of testing it for the other archs. Various arch maintainers, please check and update the corresponding Makefile... or report bugs ;-)... appropriately. You'll also want to "cvs del" syscall.h and add it to a .cvsignore in $(ARCH)/bits. Also added a define to uClibc_config.h, __UCLIBC_USE_UNIFIED_SYSCALL__, and moved i386 unified syscall stuff out of common and into i386/bits/syscalls.h. | ||||
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 1 | -1/+1 |
| | | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik | ||||
* | Get the full set of module creating syscalls in place. | Eric Andersen | 2001-04-05 | 1 | -0/+64 |
-Erik |