Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-19 | move a bunch of arch-specific checks out of common files and into an arch ↵ | Mike Frysinger | |
specific header file to make porting/updates a lot easier | |||
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2006-01-08 | create hidden alias for truncate/ftruncate and use those in the 64bit versions | Mike Frysinger | |
2004-07-21 | Fix ftruncate64 and truncate64 for powerpc and mips | Eric Andersen | |
-Erik | |||
2003-11-17 | If __NR_ftruncate64 isn't defined, do the best we can. | Manuel Novoa III | |
2002-11-15 | Cleanup a few structural wierdnesses | Eric Andersen | |
2002-11-15 | Fix it for real this time. | Eric Andersen | |
2002-11-15 | Doh! I screwed that one all up. Lets try that again... | Eric Andersen | |
-Erik | |||
2002-11-14 | Minor cleanup | Eric Andersen | |
-Erik | |||
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | |
been working on a new config system on and off for about 6 months now, but I've never been fully satisfied. Well, I'm finally am happy with the new config system, so here it is. This completely removes the old uClibc configuration system, and replaces it with an entirely new system based on LinuxKernelConf, from http://www.xs4all.nl/~zippel/lc/ As it turns out, Linus has just merged LinuxKernelConf into Linux 2.5.45, so it looks like I made the right choice. I have thus far updated only x86. I'll be updating the other architectures shortly. -Erik | |||
2002-07-22 | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | |
Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik | |||
2002-04-10 | Some minor updates per discussion with Miles Bader | Eric Andersen | |
-Erik | |||
2002-04-09 | Remove from syscalls.c, leave just ftruncate64.c and truncate64.c | Eric Andersen | |
which have implementations that works... -Erik | |||
2002-04-09 | Create a much more careful ftruncate64 implementation, that should | Eric Andersen | |
address all the concern Miles had with the earlier versions... -Erik |