index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
common
/
syscalls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for missing ntp_gettime and ntp_adjtime
Eric Andersen
2003-11-12
1
-0
/
+1
*
Fix up several errors related to filename length and errno that
Eric Andersen
2003-11-08
1
-33
/
+118
*
Be extra careful to check uid and gid converstions to kernel types
Eric Andersen
2003-11-02
1
-17
/
+74
*
Peter S. Mazinger pointed out that I missed a spot. I should
Eric Andersen
2003-10-22
1
-1
/
+3
*
Per suggestion and patch from Ken Staton, emulates poll using
Eric Andersen
2003-10-22
1
-1
/
+4
*
Fix fcntl64 when UCLIBC_HAS_LFS is enabled, but __NR_fcntl64
Eric Andersen
2003-09-17
1
-4
/
+4
*
Make sure that __syscall_fcntl is extern when LFS
Eric Andersen
2003-09-09
1
-0
/
+2
*
Use __libc_fork for the uClinux fork stub
Eric Andersen
2003-09-08
1
-2
/
+2
*
mjn3 pointed out that my brain was not in gear....
Eric Andersen
2003-09-08
1
-4
/
+5
*
A few minor syscall cleanups
Eric Andersen
2003-09-07
1
-47
/
+62
*
Don't use linux/sysctl.h and instead locally define struct __sysctl_args.
Eric Andersen
2003-08-22
1
-1
/
+9
*
Correct included header for ustat.
Manuel Novoa III
2003-08-20
1
-1
/
+1
*
Add support for personality(), prctl(), ustat(), and ulimit()
Eric Andersen
2003-08-08
1
-2
/
+29
*
Zou WeiJun noticed a type breaking the stime syscall
Eric Andersen
2003-08-05
1
-1
/
+1
*
Add missing madvise syscall
Eric Andersen
2003-06-27
1
-0
/
+6
*
(__libc_open): Fix wacky indentation.
Miles Bader
2003-05-08
1
-6
/
+6
*
Fixup __libc_open to use varargs and match the prototype.
David McCullough
2003-04-29
1
-2
/
+7
*
cut-n-paste strikes again
Eric Andersen
2003-03-02
1
-1
/
+1
*
Add missing alias __modify_ldt
Eric Andersen
2003-03-02
1
-0
/
+1
*
Fixup ioctl so we can special case powerpc silliness
Eric Andersen
2003-02-18
1
-17
/
+8
*
Add missing ';'s so powerpc will compile
Eric Andersen
2003-02-15
1
-2
/
+2
*
Fix a _ton_ of system call user type/kernel type translation
Eric Andersen
2003-02-15
1
-64
/
+300
*
Fixup compile on 2.2.x kernels when UCLIBC_HAS_LFS is enabled
Eric Andersen
2003-02-03
1
-7
/
+20
*
Fix scandir64 to not free the wrong pieces of memory (which could
Eric Andersen
2003-01-28
1
-12
/
+2
*
I thought it would be smaller to inline since these funcs are small.
Eric Andersen
2003-01-24
1
-7
/
+6
*
Ok, people are probably going to hate me for this... This commit changes the
Eric Andersen
2003-01-24
1
-14
/
+100
*
Update sigaction syscall names to act more like glibc. Fix the x86 sigaction
Eric Andersen
2003-01-22
1
-6
/
+6
*
Cleanup a few structural wierdnesses
Eric Andersen
2002-11-15
1
-2
/
+2
*
Oops. Fix compilation on arm.
Eric Andersen
2002-11-04
1
-1
/
+4
*
Ok, this commit is _huge_ and its gonna change the world. I've
Eric Andersen
2002-10-31
1
-12
/
+12
*
Add syscalls: modify_ldt _sysctl setresuid getresuid setresgid getresgid
"Steven J. Hill"
2002-09-04
1
-0
/
+50
*
Fix broken getpriority syscall, per email from Marshall M. Midden
Eric Andersen
2002-08-28
1
-2
/
+15
*
Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the way
Eric Andersen
2002-08-21
1
-2
/
+1
*
Eliminate wrapping of struct stat and use the kernel version
Eric Andersen
2002-08-19
1
-130
/
+23
*
Fix a number of compile time warnings so that uClibc will build with -Werror ...
David McCullough
2002-08-09
1
-0
/
+1
*
Rework syscall handling. Rewrite syscall handlers for x86 and ARM.
Eric Andersen
2002-07-22
1
-71
/
+17
*
Rework pread and pwrite support so it should actually work.
Eric Andersen
2002-07-15
1
-32
/
+4
*
Fix namespace pollution by hiding statfix and statfix64 by
Eric Andersen
2002-07-07
1
-6
/
+6
*
Cleanup namespace leaks by prepending __ to global stuff to
Eric Andersen
2002-07-07
1
-2
/
+3
*
Fix support for 2.0.x linux kernels. Oops.
Eric Andersen
2002-06-21
1
-2
/
+2
*
Cleanup the getcwd implementation (again) since I broke it
Eric Andersen
2002-06-18
1
-7
/
+1
*
Eliminate all the pointless globals from getcwd(). Default
Eric Andersen
2002-06-18
1
-1
/
+7
*
Add support for sigtimedwait and sigwaitinfo
Eric Andersen
2002-06-17
1
-0
/
+39
*
Doh! A silly typo broke select...
Eric Andersen
2002-05-30
1
-2
/
+2
*
Fixup some silly bugs I added earlier
Eric Andersen
2002-05-30
1
-40
/
+37
*
Make syscalls.c way more generic. Now works on alpha...
Eric Andersen
2002-05-30
1
-4
/
+173
*
Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp>
Eric Andersen
2002-05-23
1
-4
/
+4
*
Stupid libgcc.a from gcc 2.95.x uses __write in pure.o
Eric Andersen
2002-04-25
1
-0
/
+3
*
Stub out pread and pwrite when not available
Eric Andersen
2002-04-17
1
-0
/
+16
*
Remove from syscalls.c, leave just ftruncate64.c and truncate64.c
Eric Andersen
2002-04-09
1
-26
/
+2
[next]