Displaying 17 results from an estimated 17 matches for "strntoumax".
2007 Sep 03
2
[git patch] minor fixes
...bc] getgrgid, getgrnam include grp.h
[klibc] getpwnam, getpwuid include pwd.h
[klibc] ctype.h declare char classification functions
[klibc] do_mounts_md.c include kinit.h
[klibc] strtotimex include time.h
[klibc] add some specific .gitignore
[klibc] qsort, sleep, strntoumax, strtox, usleep include stdlib.h
and diffstat
klcc/.gitignore | 2 ++
scripts/basic/.gitignore | 1 +
usr/include/ctype.h | 16 ++++++++++++++++
usr/include/grp.h | 2 ++
usr/include/klibc/.gitignore | 1 +
usr/kinit/do_mounts_md.c | 1 +...
2007 Apr 12
2
[PATCH] Make com32 printf obey width-restriction on %s
...ealloc.o seed48.o snprintf.o \
sprintf.o srand48.o sscanf.o stack.o strcasecmp.o strcat.o \
strchr.o strcmp.o strcpy.o strdup.o strerror.o strlen.o \
- strncasecmp.o strncat.o strncmp.o strncpy.o strndup.o \
+ strncasecmp.o strncat.o strncmp.o strncpy.o strndup.o strnlen.o \
strntoimax.o strntoumax.o strrchr.o strsep.o strspn.o strstr.o \
strtoimax.o strtok.o strtol.o strtoll.o strtoul.o strtoull.o \
strtoumax.o vfprintf.o vprintf.o vsnprintf.o vsprintf.o \
--- syslinux-3.36/com32/lib/vsnprintf.c.orig 2007-02-10
21:47:08.000000000 +0100
+++ syslinux-3.36/com32/lib/vsnprintf.c 2007-04-...
2004 Feb 22
3
ARM/Thumb updates and some other minor tweaks
...-rmk2 which causes
+ * arm klibc builds to fail. timer_t doesn't seem to be used within klibc
+ * so commenting out the typedef seems like a valid fix ?
+ */
+//typedef __kernel_timer_t timer_t;
typedef __kernel_uid32_t uid_t;
typedef __kernel_gid32_t gid_t;
diff -ruN klibc-0.114_orig/klibc/strntoumax.c klibc-0.114/klibc/strntoumax.c
--- klibc-0.114_orig/klibc/strntoumax.c 2002-08-09 19:25:24.000000000 -0700
+++ klibc-0.114/klibc/strntoumax.c 2004-02-22 04:39:00.000000000 -0800
@@ -10,15 +10,12 @@
static inline int digitval(int ch)
{
- if ( ch >= '0' && ch <= '9...
2008 Aug 16
1
Minimal COM32 Root Module
...o memmem.o memmove.o memset.o memswap.o \
exit.o onexit.o \
perror.o qsort.o realloc.o seed48.o snprintf.o \
sprintf.o srand48.o sscanf.o strcasecmp.o \
strdup.o strerror.o strlen.o \
strnlen.o \
strncasecmp.o strncat.o strncmp.o strndup.o \
stpcpy.o stpncpy.o \
strntoimax.o strntoumax.o strrchr.o strstr.o \
strtoimax.o strtol.o strtoll.o strtoul.o strtoull.o \
strtoumax.o vprintf.o vsprintf.o \
asprintf.o vasprintf.o strlcat.o \
vsscanf.o zalloc.o \
\
sys/x86_init_fpu.o math/pow.o math/strtod.o
Thank you!
Stefan Bucur
2007 Aug 15
0
[git patch] fstype support + minor stuff
...b/usr/klibc/Kbuild
index ad72116..512f841 100644
--- a/usr/klibc/Kbuild
+++ b/usr/klibc/Kbuild
@@ -5,57 +5,64 @@
# Tell that we are building klibc
export klibc-build := y
-klib-y := vsnprintf.o snprintf.o vsprintf.o sprintf.o \
- asprintf.o vasprintf.o \
- vsscanf.o sscanf.o ctypes.o \
- strntoumax.o strntoimax.o \
- atoi.o atol.o atoll.o \
- strtol.o strtoll.o strtoul.o strtoull.o \
- strtoimax.o strtoumax.o \
- globals.o exit.o atexit.o onexit.o \
- execl.o execle.o execv.o execvpe.o execvp.o execlp.o execlpe.o \
- fork.o vfork.o wait.o wait3.o waitpid.o system.o \
- setpgrp.o...
2014 May 08
2
compile error about 6.0.2
...8: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strtoumax?
/mlsyslinux/com32/include/inttypes.h:21: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strntoimax?
/mlsyslinux/com32/include/inttypes.h:22: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strntoumax?
In file included from /mlsyslinux/com32/include/zconf.h:364,
from /mlsyslinux/com32/include/zlib.h:34,
from /mlsyslinux/com32/libupload/cpio.c:11:
/mlsyslinux/com32/include/sys/types.h:12: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?ssize_t?
/m...
2014 May 08
0
compile error about 6.0.2
...expected ?=?, ?,?, ?;?,
?asm? or ?__attribute__? before ?strtoumax?
> /mlsyslinux/com32/include/inttypes.h:21: error: expected ?=?, ?,?, ?;?,
?asm? or ?__attribute__? before ?strntoimax?
> /mlsyslinux/com32/include/inttypes.h:22: error: expected ?=?, ?,?, ?;?,
?asm? or ?__attribute__? before ?strntoumax?
> In file included from /mlsyslinux/com32/include/zconf.h:364,
> from /mlsyslinux/com32/include/zlib.h:34,
> from /mlsyslinux/com32/libupload/cpio.c:11:
> /mlsyslinux/com32/include/sys/types.h:12: error: expected ?=?, ?,?, ?;?,
?asm? or ?__attribute__?...
2013 Jun 29
0
Syslinux 6.00 released
...tmp/syslinux/efi64/com32/lib/strncpy.o
/tmp/syslinux/efi64/com32/lib/setjmp.o
/tmp/syslinux/efi64/com32/lib/fopen.o
/tmp/syslinux/efi64/com32/lib/fread.o
/tmp/syslinux/efi64/com32/lib/fread2.o
/tmp/syslinux/efi64/com32/lib/puts.o
/tmp/syslinux/efi64/com32/lib/strtoul.o
/tmp/syslinux/efi64/com32/lib/strntoumax.o
/tmp/syslinux/efi64/com32/lib/strcasecmp.o
/tmp/syslinux/efi64/com32/lib/sprintf.o
/tmp/syslinux/efi64/com32/lib/strlcat.o
/tmp/syslinux/efi64/com32/lib/strchr.o
/tmp/syslinux/efi64/com32/lib/strlcpy.o
/tmp/syslinux/efi64/com32/lib/strncasecmp.o
/tmp/syslinux/efi64/com32/lib/ctypes.o
/tmp/syslinu...
2014 May 12
2
compile error about 6.0.2
...expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strtoumax?
> /mlsyslinux/com32/include/inttypes.h:21: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strntoimax?
> /mlsyslinux/com32/include/inttypes.h:22: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strntoumax?
> In file included from /mlsyslinux/com32/include/zconf.h:364,
> from /mlsyslinux/com32/include/zlib.h:34,
> from /mlsyslinux/com32/libupload/cpio.c:11:
> /mlsyslinux/com32/include/sys/types.h:12: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__?...
2012 Jun 26
2
[GIT PULL] elflink bug fixes
...syslinux/version.o \
syslinux/pxe_get_cached.o syslinux/pxe_get_nic.o \
+ syslinux/pxe_dns.o \
syslinux/video/fontquery.o syslinux/video/reportmode.o
LIBLOAD_OBJS = \
@@ -125,7 +126,7 @@ LIBOTHER_OBJS = \
strnlen.o \
strncat.o strndup.o \
stpncpy.o \
- strntoimax.o strntoumax.o strrchr.o strsep.o strspn.o strstr.o \
+ strntoimax.o strntoumax.o strsep.o strspn.o strstr.o \
strtoimax.o strtok.o strtol.o strtoll.o strtoul.o strtoull.o \
strtoumax.o vprintf.o vsprintf.o \
asprintf.o vasprintf.o \
@@ -133,7 +134,7 @@ LIBOTHER_OBJS = \
skipspace.o \
chrrepl...
2013 Jun 29
6
Syslinux 6.00 released
On Sat, 29 Jun, at 01:57:58AM, Igor Sverkos wrote:
> Hi,
>
> Matt Fleming wrote:
> > On Tue, 25 Jun, at 01:52:00PM, Helmut Hullen wrote:
> >> Thanks - now it crashes later ...
> >
> > What crash are you seeing?
> >
> >> I don't have the ia64 files which are needed for a complete binary. But
> >> maybe that's only my special
2006 Jul 09
6
[PATCH/RFC] klibc/kbuild: use separate kbuild files for each klibc subdirectory
...9 +3,9 @@ # Kbuild file for klibc
#
# Tell that we are building klibc
-klibc-build := y
+export klibc-build := y
-libc-y := vsnprintf.o snprintf.o vsprintf.o sprintf.o \
+klib-y := vsnprintf.o snprintf.o vsprintf.o sprintf.o \
asprintf.o vasprintf.o \
vsscanf.o sscanf.o ctypes.o \
strntoumax.o strntoimax.o \
@@ -52,19 +52,15 @@ libc-y := vsnprintf.o snprintf.o vsprint
ctype/ispunct.o ctype/isspace.o ctype/isupper.o \
ctype/isxdigit.o ctype/tolower.o ctype/toupper.o
-libc-$(CONFIG_KLIBC_ERRLIST) += errlist.o
+klib-$(CONFIG_KLIBC_ERRLIST) += errlist.o
ifeq ($(CONFIG_KLIBC_ER...
2012 Mar 23
19
[PATCH 00/19][elflink] Improve compatibility with 4.x
From: Matt Fleming <matt.fleming at intel.com>
The following patch series is available at,
git://git.zytor.com/users/mfleming/syslinux.git elflink
All patches are against the 'elflink' branch.
This series fixes a few serious bugs and some behavioural
incompatibilities with the 4.x series.
Matt Fleming (19):
ldlinux: Initialise 'p' before using it.
ldlinux: Parse
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...n/trunk/knl/linux/usr//include -I/root/gen/trunk/knl/linux/usr//arch/powerpc/include -D__KLIBC__=2 -D__KLIBC_MINOR__=0 -D_BITSIZE=32 -fno-stack-protector -fwrapv -m32 -Os -W -Wall -Wno-sign-compare -Wno-unused-parameter -c -o usr/klibc/ctypes.o usr/klibc/ctypes.c
ppc-linux-gcc -Wp,-MD,usr/klibc/.strntoumax.o.d -nostdinc -iwithprefix include -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/arch/ppc -Iusr/include/arch/ppc -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/bits32 -Iusr/include/bits32 -I/root/ofs/trunk/packages/klibc-2.0.2/usr/klibc/../include -Iusr/klibc/../include -I/root/ofs/trunk/...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote:
> >
> Find attached two patches I have in order to build klibc 2.0.2
> against kernel 3.8.13
> We had to introduce those patches when going from kernel 3.6 to kernel 3.7
> Hope it helps.
>
those patches are wrong and again very brittle.
just use the way it is described in `make help':
A) cd ~/src/linux
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and
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: