Age | Commit message (Expand) | Author |
2003-08-08 | Add support for personality(), prctl(), ustat(), and ulimit() | Eric Andersen |
2003-08-05 | Zou WeiJun noticed a type breaking the stime syscall | Eric Andersen |
2003-06-27 | Add missing madvise syscall | Eric Andersen |
2003-05-08 | (__libc_open): Fix wacky indentation. | Miles Bader |
2003-04-29 | Fixup __libc_open to use varargs and match the prototype. | David McCullough |
2003-03-02 | cut-n-paste strikes again | Eric Andersen |
2003-03-02 | Add missing alias __modify_ldt | Eric Andersen |
2003-02-18 | Fixup ioctl so we can special case powerpc silliness | Eric Andersen |
2003-02-15 | Add missing ';'s so powerpc will compile | Eric Andersen |
2003-02-15 | Fix a _ton_ of system call user type/kernel type translation | Eric Andersen |
2003-02-03 | Fixup compile on 2.2.x kernels when UCLIBC_HAS_LFS is enabled | Eric Andersen |
2003-01-28 | Fix scandir64 to not free the wrong pieces of memory (which could | Eric Andersen |
2003-01-24 | I thought it would be smaller to inline since these funcs are small. | Eric Andersen |
2003-01-24 | Ok, people are probably going to hate me for this... This commit changes the | Eric Andersen |
2003-01-22 | Update sigaction syscall names to act more like glibc. Fix the x86 sigaction | Eric Andersen |
2002-11-15 | Cleanup a few structural wierdnesses | Eric Andersen |
2002-11-04 | Oops. Fix compilation on arm. | Eric Andersen |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen |
2002-09-04 | Add syscalls: modify_ldt _sysctl setresuid getresuid setresgid getresgid | "Steven J. Hill" |
2002-08-28 | Fix broken getpriority syscall, per email from Marshall M. Midden | Eric Andersen |
2002-08-21 | Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the way | Eric Andersen |
2002-08-19 | Eliminate wrapping of struct stat and use the kernel version | Eric Andersen |
2002-08-09 | Fix a number of compile time warnings so that uClibc will build with -Werror ... | David McCullough |
2002-07-22 | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen |
2002-07-15 | Rework pread and pwrite support so it should actually work. | Eric Andersen |
2002-07-07 | Fix namespace pollution by hiding statfix and statfix64 by | Eric Andersen |
2002-07-07 | Cleanup namespace leaks by prepending __ to global stuff to | Eric Andersen |
2002-06-21 | Fix support for 2.0.x linux kernels. Oops. | Eric Andersen |
2002-06-18 | Cleanup the getcwd implementation (again) since I broke it | Eric Andersen |
2002-06-18 | Eliminate all the pointless globals from getcwd(). Default | Eric Andersen |
2002-06-17 | Add support for sigtimedwait and sigwaitinfo | Eric Andersen |
2002-05-30 | Doh! A silly typo broke select... | Eric Andersen |
2002-05-30 | Fixup some silly bugs I added earlier | Eric Andersen |
2002-05-30 | Make syscalls.c way more generic. Now works on alpha... | Eric Andersen |
2002-05-23 | Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp> | Eric Andersen |
2002-04-25 | Stupid libgcc.a from gcc 2.95.x uses __write in pure.o | Eric Andersen |
2002-04-17 | Stub out pread and pwrite when not available | Eric Andersen |
2002-04-09 | Remove from syscalls.c, leave just ftruncate64.c and truncate64.c | Eric Andersen |
2002-04-03 | m4@brecis.COM noticed a typing problem with the getuid syscall. OOps. | Eric Andersen |
2002-04-01 | Patch from Miles Bader to fix the spots I'd messed up. | Eric Andersen |
2002-03-31 | Add support for getrlimit64 and setrlimit64. Fix some problems | Eric Andersen |
2002-03-20 | Doh! search-n-replace bites again | Eric Andersen |
2002-03-20 | s/off_t/__off_t/g | Eric Andersen |
2002-03-05 | Remove sys/io.h include, since not everyone has it | Eric Andersen |
2002-03-01 | Fix for some comments, from Miles Bader | Eric Andersen |
2002-02-26 | Patch from Miles Bader to restrict common truncate64/ftruncate64 | Eric Andersen |
2002-02-26 | Enable pread/pwrite | Eric Andersen |
2002-02-23 | Several naming cleanups so threads work properly again | Eric Andersen |
2002-02-22 | Several mips fixes from Geoffrey Espin. With these, busybox with | Eric Andersen |
2002-02-13 | A number of naming updates in preparation for adding in | Eric Andersen |