Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-15 | sigaction overhaul as described in docs/sigaction.txt | Denis Vlasenko | |
Run tested on i386. | |||
2008-12-13 | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko | |
"Bounds Checking Projects... This project has been abandoned" for four years at least. | |||
2008-12-01 | fix sigset_t size for mips (it's the only arch with 128 signals). | Denis Vlasenko | |
fix _NSIG for it. better document what's going on in sigaction(). seems to not induce any actual code changes (sans mips). | |||
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko | |
2008-11-15 | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer | |
2008-11-15 | - revert wrong r24049 | Bernhard Reutner-Fischer | |
2008-11-15 | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer | |
2008-11-03 | Add extern reference to __libc_sigaction in sigaction.c for AVR32 arch | Hans-Christian Egtvedt | |
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-11-03 | Sync clone() function declaration for AVR32 with sched.h declaration | Hans-Christian Egtvedt | |
This patch fixes the previous commit for clone on AVR32 arch, where the function parameters where not updated after adding #include <sched.h>. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-11-03 | Add hint for read ahead function in fcntl.h for AVR32 arch | Hans-Christian Egtvedt | |
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-11-03 | Add include to silence compiler warning when compiling clone.c for AVR32 | Hans-Christian Egtvedt | |
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-10-28 | - trim superfluous ';'. No objcode changes | Bernhard Reutner-Fischer | |
2008-09-17 | avr32: add defines and prototype function for sync_file_range syscall | Hans-Christian Egtvedt | |
This patch adds the needed defines and function prototype for the sync_file_range syscall on AVR32 architecture. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-07-23 | avr32: Put underscores around asm, inline, etc. | Haavard Skinnemoen | |
This fixes build breakage introduced in r22868. | |||
2008-05-28 | avr32: splice(), vmsplice() and tee() support | Haavard Skinnemoen | |
Add the necessary prototypes and definitions for splice(), vmsplice() and tee() to work. Without this, they won't even compile. | |||
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | |
in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's. | |||
2008-04-24 | Fix whitespace damage in AVR32 in libc sysdeps AVR32 specific Linux files. | Hans-Christian Egtvedt | |
2008-04-24 | Fix whitespace damage in AVR32 libc sysdeps sys header files. | Hans-Christian Egtvedt | |
2008-04-24 | Fix whitespace damage in AVR32 libc bits header files. | Hans-Christian Egtvedt | |
2008-02-20 | Use HIDDEN_JUMPTARGET define instead of __GI_ directly in AVR32 files | Hans-Christian Egtvedt | |
This patch uses the HIDDEN_JUMPTARGET instead of the __GI_ prefix in AVR32 assembler files. This is done to follow the code style in uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com> | |||
2008-01-17 | A patch from our Blackfin repository, originally from Jie Zhang. This fixes | Bernd Schmidt | |
a problem where the linker was trying to use the wrong symbol name for the init function. Define SYMBOL_PREFIX as _ in Rules.mak for h8300, bfin, i960, microblaze, and v850. Add -D__UCLIBC_UNDERSCORES__ in CFLAGS for targets which define SYMBOL_PREFIX as _. Remove defines and undefs from uClibc_arch_features.h of each target. Add $(SYMBOL_PREFIX) to __uClibc_init when passed by ld option -init. | |||
2008-01-08 | change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when ↵ | Mike Frysinger | |
doing double negatives | |||
2007-12-07 | I don't remember exactly why we decided to pick the caller's value of | Carmelo Amoroso | |
sa_restorer when SA_ONSTACK is set, but it seems to break LTP's sigaltstack testcase. Some users have reported problems with sigaltstack as well; hopefully this will fix it. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
2007-11-16 | Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt ↵ | Carmelo Amoroso | |
<hcegtvedt@atmel.com> |