search for: diverr

Displaying 3 results from an estimated 3 matches for "diverr".

Did you mean: divert
2006 Jun 26
0
[klibc 24/43] i386 support for klibc
...bc/archconfig.h | 19 ++++ usr/include/arch/i386/klibc/archsetjmp.h | 19 ++++ usr/include/arch/i386/klibc/archsignal.h | 114 +++++++++++++++++++++++++++ usr/include/arch/i386/klibc/archstat.h | 38 +++++++++ usr/include/arch/i386/klibc/archsys.h | 12 +++ usr/include/arch/i386/klibc/diverr.h | 15 ++++ usr/include/arch/i386/sys/io.h | 127 ++++++++++++++++++++++++++++++ usr/include/arch/i386/sys/vm86.h | 40 +++++++++ usr/klibc/arch/i386/MCONFIG | 33 ++++++++ usr/klibc/arch/i386/Makefile.inc | 30 +++++++ usr/klibc/arch/i386/crt0.S...
2004 Feb 22
3
ARM/Thumb updates and some other minor tweaks
...libgcc/__udivmoddi4.c klibc-0.114/klibc/libgcc/__udivmoddi4.c --- klibc-0.114_orig/klibc/libgcc/__udivmoddi4.c 2002-08-27 22:16:15.000000000 -0700 +++ klibc-0.114/klibc/libgcc/__udivmoddi4.c 2004-02-22 04:39:00.000000000 -0800 @@ -1,3 +1,7 @@ +/* + * libgcc/__udivmoddi4.c + */ + #include <klibc/diverr.h> #include <stdint.h> diff -ruN klibc-0.114_orig/klibc/libgcc/__udivmodsi4.c klibc-0.114/klibc/libgcc/__udivmodsi4.c --- klibc-0.114_orig/klibc/libgcc/__udivmodsi4.c 2002-09-16 09:45:47.000000000 -0700 +++ klibc-0.114/klibc/libgcc/__udivmodsi4.c 2004-02-22 04:39:00.000000000 -0800 @@ -...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: