The NetBSD Project

CVS log for src/lib/librumpclient/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / lib / librumpclient

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.17 / (download) - annotate - [select for diffs], Sat Jun 3 09:09:10 2023 UTC (10 months, 2 weeks ago) by lukem
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (unified) to selected 1.6 (unified)

bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
	GCC_NO_warning
to
	CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Nov 1 21:37:32 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (unified) to selected 1.6 (unified)

Force at most partial RELRO for rump_server and related libraries

rump_server with -l uses lazy resolution by default and thus cannot be
used with full RELRO/BIND_NOW.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Oct 13 07:28:11 2019 UTC (4 years, 6 months ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (unified) to selected 1.6 (unified)

introduce some common variables for use in GCC warning disables:

GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints.  many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."

Revision 1.14 / (download) - annotate - [select for diffs], Thu May 11 04:33:14 2017 UTC (6 years, 11 months ago) by sevan
Branch: MAIN
CVS Tags: prg-localcount2-base3, phil-wifi-base, phil-wifi-20190609, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek
Branch point for: phil-wifi
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (unified) to selected 1.6 (unified)

With the removal of HAVE_REGISTER_T from rumpuser_port.h, _KERNTYPES does not
need to be defined. This allows register_t to be typedef'd to RUMP_REGISTER_T
without conflict, as highlighted in PR kern/52206.

Revision 1.13 / (download) - annotate - [select for diffs], Wed May 10 08:48:46 2017 UTC (6 years, 11 months ago) by sevan
Branch: MAIN
CVS Tags: prg-localcount2-base2
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (unified) to selected 1.6 (unified)

Revert previous change so builds can resume.
_KERNTYPES needs to be defined for NetBSD builds to succeed.
_KERNTYPES must not be defined for buildrum.sh builds to succeed.

Revision 1.12 / (download) - annotate - [select for diffs], Wed May 10 01:11:51 2017 UTC (6 years, 11 months ago) by sevan
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (unified) to selected 1.6 (unified)

Do not define _KERNTYPES as this breaks build with buildrump.sh due to
conflicting types for register_t.
Closes PR kern/52206
Steered in the right direction by christos.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jan 23 21:22:46 2016 UTC (8 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base1, prg-localcount2-base, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: prg-localcount2
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (unified) to selected 1.6 (unified)

Define _KERNTYPES for things that need it.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Sep 10 17:39:10 2013 UTC (10 years, 7 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (unified) to selected 1.6 (unified)

-I../librumpuser is still required for sp_common.c

Revision 1.9 / (download) - annotate - [select for diffs], Tue Sep 10 16:53:06 2013 UTC (10 years, 7 months ago) by pooka
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (unified) to selected 1.6 (unified)

use <rump/rumpuser_port.h>

Revision 1.8 / (download) - annotate - [select for diffs], Wed May 15 20:27:00 2013 UTC (10 years, 11 months ago) by pooka
Branch: MAIN
CVS Tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2
Changes since 1.7: +6 -1 lines
Diff to previous 1.7 (unified) to selected 1.6 (unified)

Make it possible for external parties to specify additional dplibs.
This is useful for example on platforms which require -ldl.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Mar 8 19:11:27 2011 UTC (13 years, 1 month ago) by pooka
Branch: MAIN
CVS Tags: yamt-pagecache-tag8, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, cherry-xenmp-base, cherry-xenmp, agc-symver-base, agc-symver
Branch point for: yamt-pagecache, tls-maxphys
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (unified)

need -I${.OBJDIR} now

Revision 1.6 / (download) - annotate - [selected], Tue Mar 8 18:30:24 2011 UTC (13 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.5: +9 -1 lines
Diff to previous 1.5 (unified)

create srcsys symlink

Revision 1.5 / (download) - annotate - [select for diffs], Tue Feb 22 17:32:49 2011 UTC (13 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: bouyer-quota2-nbase
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (unified) to selected 1.6 (unified)

Remove "NOLINT" setting that was apparently committed by accident and
breaks the build.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Feb 22 14:02:54 2011 UTC (13 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.3: +4 -1 lines
Diff to previous 1.3 (unified) to selected 1.6 (unified)

Disable string aliasing for rump_syscalls.c.  I can't figure out
how to otherwise make the kernel's register_t coreography to work
with the return value here in a MI fashion.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 16 23:45:40 2011 UTC (13 years, 2 months ago) by pooka
Branch: MAIN
CVS Tags: bouyer-quota2-base
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (unified) to selected 1.6 (unified)

add some excuse of a manpage for librumpclient

Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 23 12:41:47 2010 UTC (13 years, 4 months ago) by pooka
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Branch point for: bouyer-quota2
Changes since 1.1: +4 -1 lines
Diff to previous 1.1 (unified) to selected 1.6 (unified)

Install rumpclient to /lib to allow non-/usr users.
pointed out by tron (thanks!)

Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 4 21:01:29 2010 UTC (13 years, 5 months ago) by pooka
Branch: MAIN
Diff to selected 1.6 (unified)

Add library for rump syscall client stubs.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>