summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/create_module.c
Commit message (Collapse)AuthorAgeFilesLines
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-3/+3
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-2/+2
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2006-08-231-6/+8
|
* Merge from trunk."Steven J. Hill"2006-02-281-22/+6
|
* Merge from trunk."Steven J. Hill"2006-01-141-1/+1
|
* Merge from trunk."Steven J. Hill"2005-12-021-2/+2
|
* Sync up with trunk."Steven J. Hill"2005-11-191-12/+9
|
* Sync with trunk."Steven J. Hill"2005-08-181-1/+1
|
* Cope gracefully with missing module syscallsEric Andersen2004-03-121-0/+6
|
* Do not include the create_module syscall if it is not presentEric Andersen2004-02-101-0/+3
|
* Added cris to "define list".Tobias Anderberg2003-08-271-1/+1
|
* Cleanup a few structural wierdnessesEric Andersen2002-11-151-1/+1
|
* Patch from Martin Proulx <mproulx@okiok.com> to fix i960Eric Andersen2002-07-311-1/+1
| | | | create_module() support.
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-5/+4
|
* A small patch from Erwin Authried <eauth@softsys.co.at>Eric Andersen2001-10-121-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 III2001-06-281-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 Andersen2001-04-061-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 Andersen2001-04-051-0/+64
-Erik