OSDN Git Service

build: Include Makefile.commonarch from common Makefile.in
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / arm / bits /
2009-07-26 Mike Frysingerenable nanosecond stat support for everyone
2009-07-14 Joseph MyersFix ARM syscall argument loading.
2009-07-09 Mike Frysingersyscall: unify part 2: NCS variety
2009-07-09 Mike Frysingersyscall: unify common syscall defines
2009-07-03 Mike FrysingeruClibc_arch_features: sync defines between ports
2009-03-03 Denis Vlasenkomknod: widen the parameters to match kernel
2008-11-15 Bernhard Reutner... - Remove linux-specific prototypes if asked to.
2008-11-15 Bernhard Reutner... - revert wrong r24049
2008-11-15 Bernhard Reutner... - Remove linux-specific prototypes if asked to.
2008-10-03 Bernhard Reutner... - add long double math wrappers (Ned Ludd)
2008-09-25 Bernhard Reutner... - arm eabi needs __UCLIBC_TRUNCATE64_HAS_4_ARGS__
2008-09-16 Bernhard Reutner... - add sync_file_range()
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-17 Bernhard Reutner... - pull fix for unwinding from the NPTL branch (Johannes...
2008-05-03 Bernhard Reutner... - add missing #endif
2008-05-03 Bernhard Reutner... - implement splice,vmsplice,tee for all arches
2008-05-03 Khem RajWire up vmsplice, splice and tee for arm.
2008-04-23 Khem RajCleanup INTERNAL_SYSCALL macros for ARM.
2008-03-26 Bernhard Reutner... Paul Brook writes:
2008-01-17 Bernd SchmidtA patch from our Blackfin repository, originally from...
2008-01-08 Mike Frysingerchange NO_UNDERSCORES to just UNDERSCORES so as to...
2007-11-20 Carmelo AmorosoARM SHMLBA = (4 * PAGE_SIZE). Currently in uclibc arm...
2007-03-08 Khem RajSync kernel_stat64 with kernel. Thanks to Daniel Jacobo...
2007-03-01 Khem RajFix compiler warning about shadowed declaration.
2006-12-08 Eric AndersenTake Mike Frysinger's comments into account -- make...
2006-12-06 Eric Andersenbits/kernel_stat.h is for internal uClibc use only...
2006-10-07 Khem RajAdd mmap function needed for ARM EABI and define thumb...
2006-08-31 Khem RajFix from Joseph Myers: Save and restore iWMMXt register...
2006-08-24 Mike Frysingerfix from psm: enable readahead prototype
2006-08-24 Mike Frysingerfixups from psm for ASSEMBLER handling
2006-08-24 Mike Frysingerfix from psm: just use common resource.h
2006-08-24 Mike Frysingers/ifdef ASM/ifndef ASM/ as point out by psm
2006-08-23 Mike Frysingersync with psm: update errno handling to be the same...
2006-08-23 Mike Frysingersync with upstream via psm
2006-08-21 Eric Andersenbits/profil-counter.h and bits/atomicity.h are leftover...
2006-06-24 "Steven J. Hill"Update ARM EABI kernel interface due to layout and...
2006-04-21 Mike Frysingersync with glibc
2006-03-29 Mike Frysingersync with glibc
2006-01-31 Mike FrysingerJohn Bowler writes in Bug 385:
2006-01-29 Mike FrysingerPatch by Joseph S. Myers to add support for ARM EABI
2006-01-29 Mike Frysingerrename _sys_result var to get rid of shadow warnings
2006-01-26 "Jan-Benedict Glaw"Allow for targets that don't know about signed zero...
2006-01-19 Peter S. MazingerChange to sane defaults
2006-01-19 Mike Frysingermove a bunch of arch-specific checks out of common...
2005-11-27 Mike Frysingerdefine MREMAP_FIXED
2005-11-16 Mike Frysingerupdate copyright and license, add _BITS_SETJMP_H protec...
2005-11-10 Mike Frysingeradd support for cirrus maverick fpu using patch for...
2005-11-10 Mike Frysingersync with glibc
2005-08-15 Mike Frysingerimport thumb support from jbowler in Bug 385
2005-08-14 Mike Frysingerimport thumb support from jbowler in Bug 385
2005-08-04 Mike Frysingerwhitespace it
2005-08-04 Mike Frysingeryvasilev writes in Bug 235:
2005-07-29 Mike Frysingerremove outdated comment and announce support for nanose...
2005-07-17 Mike Frysingerrip out previous armeb old-stat abi compat code since...
2005-07-16 Mike Frysingermake sure the stat64 struct is packed to prevent furthe...
2005-07-16 Mike Frysingerwith the help of John Bowler, track down the ugly ABI...
2005-07-04 Mike Frysingerimport armeb fixes as outlined by John Bowler
2005-06-25 Mike Frysingerwhitespace tweak, dont mind me
2005-06-11 Mike Frysingerchange the old pads to the new nano sec fields
2005-02-12 Mike Frysingerno more cvs
2004-08-21 Eric AndersenKill off all support for 'gcc -pg' / 'gprof' style...
2004-07-30 Eric AndersenCleanup some dead wood in the header files
2004-04-20 Eric AndersenCope with gcc 3.4's more aggressive persuit of attribut...
2004-02-06 Eric AndersenSigh. The 2.6.x kernel removed '__kernel_dev_t' and...
2003-09-08 Eric AndersenFix a trivial compile problem
2003-09-07 Eric AndersenSome updates from glibc. mjn3 reports this fixes profiling
2003-06-11 Eric AndersenFix arm syscall implementation so it does not blow...
2003-03-03 Eric AndersenInitial effort at adding profiling support.
2003-01-24 Eric AndersenFinish up fixing stat and setting various system types.
2003-01-24 Eric AndersenOk, people are probably going to hate me for this....
2002-10-09 Eric AndersenSupport O_STREAMING
2002-09-05 Miles BaderChange <bits/syscall.h> to <bits/sysnum.h>.
2002-08-27 David McCulloughAdded __kernel_fsid_t to satisfy some apps that need it.
2002-08-26 Eric AndersenMake bits/kernel_types.h include guard names match...
2002-08-25 Eric AndersenFinish off the bits/kernel_stat.h cleanup for proper
2002-08-24 Eric AndersenBreak dependancy of bits/types.h on the asm/posix_types...
2002-08-23 Eric AndersenSplit out the definition of struct stat into the new...
2002-08-22 Eric AndersenSupport _syscall6 and _syscall7 for arm
2002-07-22 Eric AndersenRework syscall handling. Rewrite syscall handlers...
2002-03-01 Eric AndersenMajor rework of the include files to eliminate redundancy
2001-11-14 Eric AndersenScrub up some lingering problems preventing readdir64...
2001-10-17 Eric AndersenBring these into line with glibc 2.2.4
2001-10-17 Eric AndersenThis header file was broken, breaking signal handling...
2001-10-04 Eric AndersenPatch from David McCullough <davidm@lineo.com>:
2001-09-27 Eric AndersenGut this file, and quit referrng to _IO_* junk
2001-09-27 Eric AndersenFinish syncing up arm
2001-09-27 Eric AndersenUpdate to accomodate the header file changes
2001-07-11 David McCulloughAdded __BEGIN_DECLS and __END_DECLS to the files that...
2001-07-03 Eric AndersenAutogen include/bits/syscall.h for ARM
2001-06-30 Eric AndersenAdd syscalls.h for ARM
2001-06-27 Manuel Novoa III Yes... I forgot to update bits/dirent.h for the other...
2001-05-26 Eric AndersenThese are needed for arm to compile
2001-05-12 Eric AndersenThese seem to be missing also
2001-05-12 Eric AndersenThis file was missing on arm
2001-05-12 Eric AndersenAdd missing header file for arm
2001-05-07 Eric AndersenChange FILENAME_MAX to be only 255. Max filename on...
2001-04-24 Eric AndersenThese are needed for arm ld.so support (not at all...
2001-04-19 Eric AndersenRemove all the __THROW macros
2001-04-06 Eric AndersenFix include/errno.h to not use kernel header, and inste...
2001-03-30 Eric AndersenIt seems ARM 2.4.x kernels do not have iopl. Also...
next