summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/avr32
Commit message (Expand)AuthorAgeFilesLines
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-151-33/+9
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-131-2/+2
* fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko2008-12-011-6/+12
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-203-3/+3
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-1/+1
* - revert wrong r24049Bernhard Reutner-Fischer2008-11-151-1/+1
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-1/+1
* Add extern reference to __libc_sigaction in sigaction.c for AVR32 archHans-Christian Egtvedt2008-11-031-0/+2
* Sync clone() function declaration for AVR32 with sched.h declarationHans-Christian Egtvedt2008-11-031-1/+1
* Add hint for read ahead function in fcntl.h for AVR32 archHans-Christian Egtvedt2008-11-031-0/+3
* Add include to silence compiler warning when compiling clone.c for AVR32Hans-Christian Egtvedt2008-11-031-0/+1
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-281-1/+1
* avr32: add defines and prototype function for sync_file_range syscallHans-Christian Egtvedt2008-09-171-0/+15
* avr32: Put underscores around asm, inline, etc.Haavard Skinnemoen2008-07-232-10/+10
* avr32: splice(), vmsplice() and tee() supportHaavard Skinnemoen2008-05-281-0/+31
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* Fix whitespace damage in AVR32 in libc sysdeps AVR32 specific Linux files.Hans-Christian Egtvedt2008-04-2415-252/+252
* Fix whitespace damage in AVR32 libc sysdeps sys header files.Hans-Christian Egtvedt2008-04-244-77/+77
* Fix whitespace damage in AVR32 libc bits header files.Hans-Christian Egtvedt2008-04-2410-398/+398
* Use HIDDEN_JUMPTARGET define instead of __GI_ directly in AVR32 filesHans-Christian Egtvedt2008-02-202-2/+2
* A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt2008-01-171-3/+0
* change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger2008-01-081-1/+1
* I don't remember exactly why we decided to pick the caller's value ofCarmelo Amoroso2007-12-071-1/+1
* Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso2007-11-1632-0/+1684