summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/syscalls.c
AgeCommit message (Expand)Author
2004-01-21Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen
2004-01-21Move poll to its own file, rather than being only half in its own fileEric Andersen
2004-01-21Massive formatting cleanup, making it easier to parseEric Andersen
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen
2004-01-02The checking Erik added seems to be unnecessary. Without it, I am notManuel Novoa III
2003-12-31Fir errno return when the file/path is NULL or points to an empty string.Eric Andersen
2003-12-31Add extra checks for sigprocmask and rt_sigprocmask syscalls.Eric Andersen
2003-12-22In unistd.h, getpgrp() is redirected to __getpgid(), butEric Andersen
2003-11-16Fix a build problem when using 2.2.x kernel headers.Manuel Novoa III
2003-11-12Add support for missing ntp_gettime and ntp_adjtimeEric Andersen
2003-11-08Fix up several errors related to filename length and errno thatEric Andersen
2003-11-02Be extra careful to check uid and gid converstions to kernel typesEric Andersen
2003-10-22Peter S. Mazinger pointed out that I missed a spot. I shouldEric Andersen
2003-10-22Per suggestion and patch from Ken Staton, emulates poll usingEric Andersen
2003-09-17Fix fcntl64 when UCLIBC_HAS_LFS is enabled, but __NR_fcntl64Eric Andersen
2003-09-09Make sure that __syscall_fcntl is extern when LFSEric Andersen
2003-09-08Use __libc_fork for the uClinux fork stubEric Andersen
2003-09-08mjn3 pointed out that my brain was not in gear....Eric Andersen
2003-09-07A few minor syscall cleanupsEric Andersen
2003-08-22Don't use linux/sysctl.h and instead locally define struct __sysctl_args.Eric Andersen
2003-08-20Correct included header for ustat.Manuel Novoa III
2003-08-08Add support for personality(), prctl(), ustat(), and ulimit()Eric Andersen
2003-08-05Zou WeiJun noticed a type breaking the stime syscallEric Andersen
2003-06-27Add missing madvise syscallEric Andersen
2003-05-08(__libc_open): Fix wacky indentation.Miles Bader
2003-04-29Fixup __libc_open to use varargs and match the prototype.David McCullough
2003-03-02cut-n-paste strikes againEric Andersen
2003-03-02Add missing alias __modify_ldtEric Andersen
2003-02-18Fixup ioctl so we can special case powerpc sillinessEric Andersen
2003-02-15Add missing ';'s so powerpc will compileEric Andersen
2003-02-15Fix a _ton_ of system call user type/kernel type translationEric Andersen
2003-02-03Fixup compile on 2.2.x kernels when UCLIBC_HAS_LFS is enabledEric Andersen
2003-01-28Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen
2003-01-24I thought it would be smaller to inline since these funcs are small.Eric Andersen
2003-01-24Ok, people are probably going to hate me for this... This commit changes theEric Andersen
2003-01-22Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen
2002-11-15Cleanup a few structural wierdnessesEric Andersen
2002-11-04Oops. Fix compilation on arm.Eric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-09-04Add syscalls: modify_ldt _sysctl setresuid getresuid setresgid getresgid"Steven J. Hill"
2002-08-28Fix broken getpriority syscall, per email from Marshall M. MiddenEric Andersen
2002-08-21Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the wayEric Andersen
2002-08-19Eliminate wrapping of struct stat and use the kernel versionEric Andersen
2002-08-09Fix a number of compile time warnings so that uClibc will build with -Werror ...David McCullough
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
2002-07-15Rework pread and pwrite support so it should actually work.Eric Andersen
2002-07-07Fix namespace pollution by hiding statfix and statfix64 byEric Andersen
2002-07-07Cleanup namespace leaks by prepending __ to global stuff toEric Andersen
2002-06-21Fix support for 2.0.x linux kernels. Oops.Eric Andersen
2002-06-18Cleanup the getcwd implementation (again) since I broke itEric Andersen