memcpy asm for i386 and x86_64
[musl] / src / unistd /
2012-07-11 Rich Felkerinitial version of mips (o32) port, based on work by...
2012-06-20 Rich Felkerfix mistake in length test in getlogin_r
2012-06-20 Rich Felkerfix dummied-out fsync
2012-06-20 Rich Felkerfix dummied-out fdatasync
2012-05-24 Rich Felkeravoid deprecated (by linux) alarm syscall; use setitime...
2012-03-02 Rich Felkersupport null buffer argument to getcwd, auto-allocating...
2011-09-26 Rich Felkercleanup various minor issues reported by nsz
2011-09-22 Rich Felkerupdate syscalls with off_t arguments to handle argument...
2011-09-14 Rich Felkerfix various errors in function signatures/prototypes...
2011-07-30 Rich Felkerfix some bugs in setxid and update setrlimit to use...
2011-07-30 Rich Felkeradd setxid.c for new set*id() framework. missed in...
2011-07-30 Rich Felkernew attempt at making set*id() safe and robust
2011-04-22 Rich Felkeromit errno update path for syscalls that cannot fail
2011-04-21 Rich Felkerworkaround bug in linux dup2
2011-04-18 Rich Felkerremove bogus extra logic for close cancellability
2011-04-17 Rich Felkerdebloat: use __syscall instead of syscall where possible
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-07 Rich Felkerconsistency: change all remaining syscalls to use SYS_...
2011-04-07 Rich Felkermove rsyscall out of pthread_create module
2011-04-03 Rich Felkermake ualarm actually work (obsolete function removed...
2011-04-03 Rich Felkeradd setresuid/setresgid functions (nonstandard)
2011-04-02 Rich Felkerremove obsolete and useless useconds_t type
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-02-15 Rich Felkerfinish moving 32-bit-specific junk out of source files.
2011-02-15 Rich Felkerput confstr.c with the other conf functions
2011-02-14 Rich Felkercleaning up syscalls in preparation for x86_64 port
2011-02-12 Rich Felkerinitial check-in, version 0.5.0