search for: dummypmap

Displaying 14 results from an estimated 14 matches for "dummypmap".

2012 Jan 11
1
[PATCH] nfsmount: defeat dummypmap compiler warning
Without this patch gcc 4.6 warns: KLIBCCC usr/kinit/nfsmount/dummypmap.o usr/kinit/nfsmount/dummypmap.c: In function 'dummy_portmap': usr/kinit/nfsmount/dummypmap.c:191:13: warning: array subscript is below array bounds [-Warray-bounds] Signed-off-by: Greg Thelen <gthelen at google.com> --- usr/kinit/nfsmount/dummypmap.c | 2 +- 1 files changed, 1 i...
2020 Nov 09
4
[[PATCH v1 0/3] Fix clang build warnings
...warning creep. Bill Wendling (3): [klibc] dash: shell: Fix clang warnings [klibc] dash: shell: Fix clang warnings about format string [klibc] Kbuild: use an enum to silence a clang warning usr/dash/eval.c | 6 +++--- usr/dash/jobs.c | 2 +- usr/kinit/nfsmount/dummypmap.c | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) -- 2.29.2.222.g5d2a92d10f8-goog
2010 Feb 23
0
[PATCH 2/3] nfsmount: s/PF_INET/AF_INET/
use AF_INET directly. Signed-off-by: maximilian attems <max at stro.at> --- usr/kinit/nfsmount/dummypmap.c | 2 +- usr/kinit/nfsmount/mount.c | 4 ++-- usr/kinit/nfsmount/sunrpc.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/usr/kinit/nfsmount/dummypmap.c b/usr/kinit/nfsmount/dummypmap.c index 43abe37..481e23b 100644 --- a/usr/kinit/nfsmount/dummypmap.c +++...
2007 Sep 03
2
[git patch] minor fixes
hello hpa, have been sitting too long on them, nothing exciting, please pull: git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks with the following shortlog: maximilian attems (8): [klibc] grp.h: Add declaration of getgrgid(), getgrnam() [klibc] getgrgid, getgrnam include grp.h [klibc] getpwnam, getpwuid include pwd.h [klibc] ctype.h declare char classification
2011 Jul 08
4
[PATCH 0/4] usr/kinit checkpatch
...| 8 +++--- usr/kinit/do_mounts_md.c | 8 +++--- usr/kinit/fstype/fstype.c | 20 ++++++++++----- usr/kinit/ipconfig/dhcp_proto.c | 2 +- usr/kinit/ipconfig/main.c | 42 ++++++++++++++++----------------- usr/kinit/ipconfig/packet.c | 4 +- usr/kinit/nfsmount/dummypmap.c | 2 +- usr/kinit/nfsmount/main.c | 17 ++++++++----- usr/kinit/nfsmount/mount.c | 48 +++++++++++++++----------------------- usr/kinit/nfsmount/portmap.c | 10 ++++---- 12 files changed, 87 insertions(+), 87 deletions(-) -- 1.7.5.4
2005 Jul 31
5
Shared versus static linked executables - and strip
I'm still pondering with kbuild and klibc. Next in line was to get ipconfig support in the kernel (build wise). A little challenge that is bigger than anticipated was to create a shared executable. This required a far bigger rewrite of Kbuild.klibc than originally planned. The good part is that I now managed to treat linking of objects with single and multiple .o files almost the same.
2011 Jul 27
0
klibc 1.5.24 release
...do_mounts.h | 8 ++-- usr/kinit/do_mounts_md.c | 8 ++-- usr/kinit/fstype/fstype.c | 34 ++++++++------ usr/kinit/ipconfig/dhcp_proto.c | 2 +- usr/kinit/ipconfig/main.c | 49 ++++++++----------- usr/kinit/ipconfig/packet.c | 4 +- usr/kinit/nfsmount/dummypmap.c | 2 +- usr/kinit/nfsmount/main.c | 17 ++++--- usr/kinit/nfsmount/mount.c | 48 ++++++++----------- usr/kinit/nfsmount/portmap.c | 10 ++-- usr/klibc/SYSCALLS.def | 5 ++- usr/klibc/strndup.c | 7 +-- usr/klibc/tests/environ.c | 3 +- u...
2020 Jun 17
1
[PATCH] Kbuild for klibc and nfsmount: add -fcommon
...it/nfsmount/Kbuild b/usr/kinit/nfsmount/Kbuild index 5f349500bf2d..83af8a253510 100644 --- a/usr/kinit/nfsmount/Kbuild +++ b/usr/kinit/nfsmount/Kbuild @@ -1,6 +1,7 @@ # # kbuild file for nfsmount # +EXTRA_KLIBCCFLAGS = -fcommon static-y := static/nfsmount #FIXME - build is broken static-y := dummypmap diff --git a/usr/klibc/Kbuild b/usr/klibc/Kbuild index 24bad07da14e..71b7582811a5 100644 --- a/usr/klibc/Kbuild +++ b/usr/klibc/Kbuild @@ -1,6 +1,7 @@ # # Kbuild file for klibc # +EXTRA_KLIBCCFLAGS = -fcommon # Tell that we are building klibc export klibc-build := y -- 2.25.0
2005 May 22
1
[patch 11/12] Unpleasantness in linux/nfs_mount.h
...t/main.c 2005-05-21 13:10:26.000000000 +0200 +++ exec/nfsmount/main.c 2005-05-21 14:32:12.000000000 +0200 @@ -14,8 +14,6 @@ #include <sys/wait.h> #include <unistd.h> -#include <linux/nfs_mount.h> - #include "nfsmount.h" #include "sunrpc.h" #include "dummypmap.h" Index: exec/nfsmount/nfsmount.h =================================================================== --- exec.orig/nfsmount/nfsmount.h 2005-05-21 14:37:18.000000000 +0200 +++ exec/nfsmount/nfsmount.h 2005-05-21 14:38:15.000000000 +0200 @@ -1,8 +1,64 @@ /* * nfsmount/nfsmount.h + * + * We...
2019 Jan 20
0
[klibc:master] Build and install shared binaries only if KLIBCSHAREDFLAGS is defined
...atic shared # install binary +ifdef KLIBCSHAREDFLAGS install-y := $(shared-y) +else +install-y := $(static-y) +endif diff --git a/usr/kinit/nfsmount/Kbuild b/usr/kinit/nfsmount/Kbuild index 461e6f3..5f34950 100644 --- a/usr/kinit/nfsmount/Kbuild +++ b/usr/kinit/nfsmount/Kbuild @@ -24,4 +24,8 @@ dummypmap-y := dummypmap_test.o clean-dirs := static shared # Install binary +ifdef KLIBCSHAREDFLAGS install-y := $(shared-y) +else +install-y := $(static-y) +endif diff --git a/usr/kinit/resume/Kbuild b/usr/kinit/resume/Kbuild index 034195d..c804a85 100644 --- a/usr/kinit/resume/Kbuild +++ b/usr/kinit/...
2012 May 31
1
klibc 2.0 release
.../etc/fstab or cmdline [klibc] kinit: Create block device for mount commands if needed. [klibc] kinit: Parse mount command options properly. Greg Thelen (3): [klibc] ipconfig: check poll() return value [klibc] vsscanf: remove unused variables [klibc] nfsmount: clean up dummypmap compiler warning H. Peter Anvin (57): [klibc] Initial implementation of buffered stdio [klibc] Correct fdopen() [klibc] Add ungetc() [klibc] Saner definition for BUFSIZ [klibc] Whitespace fix Merge branch 'master' into stdio [klibc] ia64: remove ob...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...-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/kinit/nfsmount/portmap.o usr/kinit/nfsmount/portmap.c ppc-linux-gcc -Wp,-MD,usr/kinit/nfsmount/.dummypmap.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/tr...
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
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: