LinuxTV

dietlibc/i386/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [DVB] / dietlibc / i386


File Rev. Age Last log entry
[BACK] Parent Directory      
[DIR] Attic/ [show]      
[TXT] Makefile.add 1.33 7 years dependencies
[TXT] PIC.h 1.4 19 years #undef __i686 in i386/PIC.h (George Sawinski)
[TXT] __CAS.S 1.1 12 years various build fixes, add sys/atomic.h and the __CAS function
[TXT] __half.S 1.1 22 years tweaky tweaks Frank Klemm is sneaky...
[TXT] __longjmp.S 1.3 22 years typed-symbol... N.C.
[TXT] __munmap_and_exit.S 1.1 8 years i386: add __munmap_and_exit, update clone; test/thread.c now works.
[TXT] __restore_rt.S 1.2 18 years update syscalls lots of fixes from Markus FX Oberhumer: * better signal ...
[TXT] __ten.S 1.2 22 years noch mehr Getweakse
[TXT] __testandset.S 1.2 22 years fixed some function-types... (now the symbol-tables in the *.so are correct)
[TXT] accept.S 1.2 7 years fix sockets on i386
[TXT] accept4.S 1.4 7 years consistency :(
[TXT] acos.S 1.2 21 years fix i386 libm
[TXT] acosh.S 1.1 22 years Frank Klemm strikes again!
[TXT] asin.S 1.2 21 years fix i386 libm
[TXT] asinh.S 1.1 22 years Frank Klemm strikes again!
[TXT] atan.S 1.2 21 years fix i386 libm
[TXT] atan2.S 1.2 21 years more math fixes (Ruby now compiles and works)
[TXT] atanh.S 1.1 22 years Frank Klemm strikes again!
[TXT] atol.S 1.6 20 years add cld
[TXT] atoll.S 1.1 22 years more i386 trickery from Frank Klemm.
[TXT] bind.S 1.2 7 years fix sockets on i386
[TXT] cbrt.S 1.1 22 years add cbrt, make static crypt tables const.
[TXT] ceil.S 1.5 19 years support libm.so (John K. Hohm) hack rpc/xdr.h to work with gcc 4 (Andreas Jo...
[TXT] clone.S 1.10 8 years i386: add __munmap_and_exit, update clone; test/thread.c now works.
[TXT] connect.S 1.2 7 years fix sockets on i386
[TXT] copysign.S 1.3 20 years fix copysign
[TXT] cos.S 1.6 21 years fix sin, cos and __dtostr (Gernot Tenchio) sadly, printf is still broken (try pr...
[TXT] cosh.S 1.3 19 years support libm.so (John K. Hohm) hack rpc/xdr.h to work with gcc 4 (Andreas Jo...
[TXT] dyn_syscalls.S 1.44 11 years fix dynamic build
[TXT] exp.S 1.5 19 years support libm.so (John K. Hohm) hack rpc/xdr.h to work with gcc 4 (Andreas Jo...
[TXT] exp10.S 1.2 22 years more math stuff
[TXT] exp2.S 1.1 22 years remove a few warnings and add a ton of new i386 libmath routines from Frank Klem...
[TXT] expm1.S 1.2 22 years More functions and optimizations from Frank Klemm
[TXT] fabs.S 1.2 21 years more math fixes (Ruby now compiles and works)
[TXT] ffs.S 1.1 20 years add i386 ffs, ffsl and ffsll add prototypes to string.h like glibc
[TXT] ffsl.S 1.1 20 years add i386 ffs, ffsl and ffsll add prototypes to string.h like glibc
[TXT] ffsll.S 1.1 20 years add i386 ffs, ffsl and ffsll add prototypes to string.h like glibc
[TXT] floor.S 1.5 19 years support libm.so (John K. Hohm) hack rpc/xdr.h to work with gcc 4 (Andreas Jo...
[TXT] fmod.S 1.3 20 years -fixed a little bug in the fmod. -fixed a 64bit issue -let setlocale return the ...
[TXT] getcontext.S 1.1 9 years add getcontext and setcontext for i386 and x86_64
[TXT] getenv.S 1.5 18 years update syscalls lots of fixes from Markus FX Oberhumer: * better signal ...
[TXT] getpeername.S 1.2 7 years fix sockets on i386
[TXT] getsockname.S 1.2 7 years fix sockets on i386
[TXT] getsockopt.S 1.2 7 years fix sockets on i386
[TXT] htonl.S 1.1 22 years Frank Klemm strikes again!
[TXT] htons.S 1.1 22 years Frank Klemm strikes again!
[TXT] hypot.S 1.3 21 years more math fixes (Ruby now compiles and works)
[TXT] ilogb.S 1.1 22 years oops, forgot to add one.
[TXT] ipow.S 1.1 22 years more math
[TXT] isleap.S 1.2 22 years make iproute2 compile (and fix atol)
[TXT] ldexp.S 1.2 21 years ldexp was defined more than once
[TXT] libm2.S 1.8 19 years support libm.so (John K. Hohm) hack rpc/xdr.h to work with gcc 4 (Andreas Jo...
[TXT] listen.S 1.2 7 years fix sockets on i386
[TXT] log.S 1.3 21 years fix i386 libm
[TXT] log10.S 1.2 21 years more math fixes (Ruby now compiles and works)
[TXT] log1p.S 1.2 21 years more math fixes (Ruby now compiles and works)
[TXT] log2.S 1.1 22 years remove a few warnings and add a ton of new i386 libmath routines from Frank Klem...
[TXT] ltostr.S 1.1 21 years add some regular expression tests strtoul now accepts "-1" as well (Thomas Ogris...
[TXT] mcount.S 1.2 21 years OK some functions were not marked as such and so gcc 3.x treat them as bss-objec...
[TXT] md5asm.S 1.6 22 years the contributed asm-replacements were not dynamic-lib aware....
[TXT] memccpy.S 1.5 20 years fixing memccpy,memcmp,strncmp (reported by Gernot Tenchio) fixing strtoXXX (Gern...
[TXT] memchr.S 1.6 12 years memchr on i386 was going one byte too far
[TXT] memcmp.S 1.4 5 years remove superfluous jecxz
[TXT] memcpy.S 1.2 22 years The memcpy the guy sent me copied the wrong way
[TXT] memset.S 1.1 22 years The memcpy the guy sent me copied the wrong way
[TXT] mmap.S 1.6 8 years i386 switched from mmap to mmap2. glibc has been doing this for ages, and ...
[TXT] mmap64.S 1.3 21 years fixed a "bug"... someone had missed to put in PIC-code *grumble*
[TXT] poly.S 1.1 22 years more math
[TXT] pow.S 1.5 19 years support libm.so (John K. Hohm) hack rpc/xdr.h to work with gcc 4 (Andreas Jo...
[TXT] recv.S 1.2 7 years fix sockets on i386
[TXT] recvfrom.S 1.2 7 years fix sockets on i386
[TXT] recvmmsg.S 1.4 7 years consistency :(
[TXT] recvmsg.S 1.2 7 years fix sockets on i386
[TXT] rint.S 1.2 21 years fix i386 libm
[TXT] send.S 1.2 7 years fix sockets on i386
[TXT] sendmmsg.S 1.4 7 years consistency :(
[TXT] sendmsg.S 1.2 7 years fix sockets on i386
[TXT] sendto.S 1.2 7 years fix sockets on i386
[TXT] setcontext.S 1.3 9 years add getcontext, setcontext, makecontext, swapcontext (i386 and x86_64 only for...
[TXT] setjmp.S 1.7 18 years update syscalls lots of fixes from Markus FX Oberhumer: * better signal ...
[TXT] setsockopt.S 1.2 7 years fix sockets on i386
[TXT] shutdown.S 1.2 7 years fix sockets on i386
[TXT] sigaction.c 1.2 18 years update syscalls lots of fixes from Markus FX Oberhumer: * better signal ...
[TXT] sin.S 1.5 21 years fix sin, cos and __dtostr (Gernot Tenchio) sadly, printf is still broken (try pr...
[TXT] sincos.S 1.3 19 years support libm.so (John K. Hohm) hack rpc/xdr.h to work with gcc 4 (Andreas Jo...
[TXT] sinh.S 1.3 19 years support libm.so (John K. Hohm) hack rpc/xdr.h to work with gcc 4 (Andreas Jo...
[TXT] sleep.S 1.3 22 years Assembler and PIC code the source of all evel in the dynamic-section.... Added a...
[TXT] socket.S 1.2 7 years fix sockets on i386
[TXT] socketcall.S 1.3 21 years OK some functions were not marked as such and so gcc 3.x treat them as bss-objec...
[TXT] socketpair.S 1.2 7 years fix sockets on i386
[TXT] sqrt.S 1.3 21 years fix i386 libm
[TXT] sqrtl.S 1.1 22 years more md5 optimizations, add a few IPv6 constants, and add high precision square ...
[TXT] start.S 1.15 5 years get exceptions and ctors/dtors to work
[TXT] stpcpy.S 1.4 20 years add cld
[TXT] strcasecmp.S 1.3 20 years changing type and size
[TXT] strcat.S 1.3 20 years add cld
[TXT] strchr.S 1.5 22 years fixed some function-types... (now the symbol-tables in the *.so are correct)
[TXT] strcmp.S 1.7 22 years fixed some function-types... (now the symbol-tables in the *.so are correct)
[TXT] strcpy.S 1.2 22 years uh-oh, don't clobber ebx on x86!
[TXT] strlen.S 1.2 22 years fix Thomas Ogrisegg's name in the credits. add i386 strrchr and new strlen. add ...
[TXT] strncmp.S 1.5 20 years fixing memccpy,memcmp,strncmp (reported by Gernot Tenchio) fixing strtoXXX (Gern...
[TXT] strncpy.S 1.6 19 years support for stack gap (enable in dietfeatures.h) support for gcc ProPolice (need...
[TXT] strrchr.S 1.3 20 years make the HUGE_VAL/HUGE_VALF macros arch (endien) independend changeing __dtostr ...
[TXT] syscalls.h 1.25 5 years update syscalls
[TXT] tan.S 1.6 19 years support libm.so (John K. Hohm) hack rpc/xdr.h to work with gcc 4 (Andreas Jo...
[TXT] tanh.S 1.3 19 years support libm.so (John K. Hohm) hack rpc/xdr.h to work with gcc 4 (Andreas Jo...
[TXT] unified.S 1.22 5 years add _Exit
[TXT] usleep.S 1.4 22 years Assembler and PIC code the source of all evel in the dynamic-section.... Added a...
[TXT] vfork.S 1.2 20 years set the elf-type of some symbols
[TXT] write12.S 1.3 22 years Assembler and PIC code the source of all evel in the dynamic-section.... Added a...

General options
,

LinuxTV legacy CVS <linuxtv.org/cvs>