summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/v850
AgeCommit message (Expand)Author
2002-12-18Rename longjmp.S to __longjmp.SMiles Bader
2002-10-09Support O_STREAMINGEric Andersen
2002-09-05Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader
2002-08-30Redo stat structures (kernel changed too).Miles Bader
2002-08-30Add __kernel_ino64_t.Miles Bader
2002-08-28Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com>Eric Andersen
2002-08-27Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen
2002-08-27Added __kernel_fsid_t to satisfy some apps that need it.David McCullough
2002-08-26Oops. I got the include guard wrong. Fix it per currentEric Andersen
2002-08-26Make bits/kernel_types.h include guard names match the includeEric Andersen
2002-08-26Initial checkin.Miles Bader
2002-08-14(CSRC): Add syscall.cMiles Bader
2002-08-14Initial checkin.Miles Bader
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
2002-04-25Don't bother zeroing BSS, since actually we _can_ rely on the loader to do it.Miles Bader
2002-04-17Just tail-call __uClibc_main. There's no real point to calling abort ifMiles Bader
2002-04-15(L_dummy_main_reference): Reference the C symbol `main', not the linkerMiles Bader
2002-04-14Manuel and I were looking into a problem with applications failing to linkEric Andersen
2002-04-10Remove v850-specific versions of truncate64.c and ftruncate64.c.Miles Bader
2002-04-10Generic implemention works for v850 now, so we don't need a special version.Miles Bader
2002-03-13Build our own crti.o and crtn.o with a cross arch method that IEric Andersen
2002-03-05Initial checkinMiles Bader
2002-03-05Re-add files which were mistakenly deleted during the big bits/ update.Miles Bader
2002-03-05Remove extraneous fileMiles Bader
2002-03-02Remove generated stuff, restore sh/sys/procfs.h from M. R. BrownEric Andersen
2002-03-01Move syscall.h generation to the top level MakefileEric Andersen
2002-03-01Patch from Miles Bader to allow Large File support on the v850.Eric Andersen
2002-03-01Major rework of the include files to eliminate redundancyEric Andersen
2002-02-04Be consistant about the ways in which asm/unistd.h mightEric Andersen
2002-01-29Updates to the v850 architecture from Miles Bader <miles@gnu.org>Eric Andersen
2002-01-07Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen
2001-12-21A very large patch from Miles Bader <miles@lsi.nec.co.jp> to bringEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-14Scrub up some lingering problems preventing readdir64 from workingEric Andersen
2001-11-10_mmap.o should be added to libc.a, not crt0.oDavid Schleef
2001-10-16Fix commentEric Andersen
2001-10-16Oops. I merged things backwards. Lets try that again...Eric Andersen
2001-10-16Revert global old mmap usage, and do it per archEric Andersen
2001-10-11Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen