Age | Commit message (Expand) | Author |
2004-01-02 | The checking Erik added seems to be unnecessary. Without it, I am not | Manuel Novoa III |
2003-12-31 | Fir errno return when the file/path is NULL or points to an empty string. | Eric Andersen |
2003-12-31 | Add extra checks for sigprocmask and rt_sigprocmask syscalls. | Eric Andersen |
2003-12-22 | In unistd.h, getpgrp() is redirected to __getpgid(), but | Eric Andersen |
2003-11-16 | Fix a build problem when using 2.2.x kernel headers. | Manuel Novoa III |
2003-11-12 | Add support for missing ntp_gettime and ntp_adjtime | Eric Andersen |
2003-11-08 | Fix up several errors related to filename length and errno that | Eric Andersen |
2003-11-02 | Be extra careful to check uid and gid converstions to kernel types | Eric Andersen |
2003-10-22 | Peter S. Mazinger pointed out that I missed a spot. I should | Eric Andersen |
2003-10-22 | Per suggestion and patch from Ken Staton, emulates poll using | Eric Andersen |
2003-09-17 | Fix fcntl64 when UCLIBC_HAS_LFS is enabled, but __NR_fcntl64 | Eric Andersen |
2003-09-09 | Make sure that __syscall_fcntl is extern when LFS | Eric Andersen |
2003-09-08 | Use __libc_fork for the uClinux fork stub | Eric Andersen |
2003-09-08 | mjn3 pointed out that my brain was not in gear.... | Eric Andersen |
2003-09-07 | A few minor syscall cleanups | Eric Andersen |
2003-08-22 | Don't use linux/sysctl.h and instead locally define struct __sysctl_args. | Eric Andersen |
2003-08-20 | Correct included header for ustat. | Manuel Novoa III |
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 |