| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-24 | rump_allserver: trim down the list of libraries | uwe | |
| Now that cyclic dependencies are (mostly) broken, we can drop repeated -l instances that worked around those cycles. Links on sun2. | |||
| 2023-04-24 | rump_allserver(1): fix markup, clarify | uwe | |
| Reorder text for the -d option to hopefully make it easier to follow. Clarify that the "disklabel" keyword takes partion letter (from RTFS). | |||
| 2021-11-01 | Force at most partial RELRO for rump_server and related libraries | nia | |
| rump_server with -l uses lazy resolution by default and thus cannot be used with full RELRO/BIND_NOW. | |||
| 2021-07-07 | Allow to set sanitizer flags for the rump build from the | martin | |
| build.sh command line, like: -V RUMP_SANITIZE=address | |||
| 2020-05-17 | fix sun2 build | christos | |
| 2020-03-01 | Fix sun2 | christos | |
| 2017-05-11 | With the removal of HAVE_REGISTER_T from rumpuser_port.h, _KERNTYPES does not | sevan | |
| need to be defined. This allows register_t to be typedef'd to RUMP_REGISTER_T without conflict, as highlighted in PR kern/52206. | |||
| 2017-05-10 | Revert previous change so builds can resume. | sevan | |
| _KERNTYPES needs to be defined for NetBSD builds to succeed. _KERNTYPES must not be defined for buildrum.sh builds to succeed. | |||
| 2017-05-10 | Do not define _KERNTYPES as this breaks build with buildrump.sh due to | sevan | |
| conflicting types for register_t. Closes PR kern/52206 Steered in the right direction by christos. | |||
| 2016-01-23 | Define _KERNTYPES for things that need it. | christos | |
| 2015-11-05 | Sort options in SYNOPSIS. | wiz | |
| Order is: 0123.9AaBbCc...Zz; options without arguments in a block first, then the ones with arguments. | |||
| 2015-11-05 | Add missing options to SYNOPSIS and sort | ozaki-r | |
| 2015-04-16 | Accept 0 size for -d type=reg, it grows dynamically anyway. | pooka | |
| (though perhaps there should be some way to limit that) | |||
| 2014-11-04 | Use autoconf for rump kernel posix hypercall layer. | pooka | |
| This gets rid of homegrown hacks and puts all probes in one place. Tested for NetBSD (build.sh + anita) and Linux (buildrump.sh) | |||
| 2014-04-27 | Remove LD_DYNAMIC_WEAK whine, by large it's not necessary anymore. | pooka | |
| 2014-03-21 | On glibc systems, issue a warning if LD_DYNAMIC_WEAK is not | pooka | |
| 2014-01-16 | alleviate may-be-used-unused | pooka | |
| 2014-01-16 | terminology audit | pooka | |
| 2014-01-16 | Attempt to load all components even if they are not given in | pooka | |
| dependency order. | |||
| 2013-12-31 | Use signal.h instead of sys/signal.h. The latter is not standard | pooka | |
| and does not exist at least on systems with musl libc. from Justin Cormack | |||
| 2013-12-18 | Actually, nevermind with the whole LD_DYNAMIC_WEAK business, forgot | pooka | |
| to unset it from the shell before testing. | |||
| 2013-12-18 | Set LD_DYNAMIC_WEAK, required by glibc ld.so for -l params. | pooka | |
| (this accidentally slipped in the previous commit already, but I'm recommitting it to get cvs annotate right) | |||
| 2013-12-18 | Use rumperr to print correct error strings on !NetBSD. | pooka | |
| 2013-12-16 | Don't hold back, tell us how you really feel when dlopen() fails. | bad | |
| 2013-11-13 | Support disklabel partitions on all platforms. | pooka | |
| also addresses buildrump.sh issue #41 (github) | |||
| 2013-11-13 | make -m available on all platforms | pooka | |
| 2013-09-10 | Not all systems sport err.h, so redo those bits using the die() routine | pooka | |
| we need to have hanging around anyway for proper error reporting from a daemonizing server. le sigh | |||
| 2013-09-10 | <sys/cdefs.h> comes from rumpuser_port.h | pooka | |
| 2013-09-10 | Need bsd.own.mk for mk.conf, include it at an opportune place. | pooka | |
| 2013-09-10 | Make it possible to omit libutil from the link. It's used only for | pooka | |
| disklabel stuff, and is only harmful on platforms that don't currently provide user namespace disklabel interfaces. | |||
| 2013-09-10 | Make this work on platforms without disklabels, modules, etc. | pooka | |
| 2013-09-10 | Do like the comment suggests and don't sanity-check the -c parameter here, | pooka | |
| since we can't do it properly. | |||
| 2011-09-16 | Use __dead | joerg | |
| 2011-03-04 | adjust wording in previous | pooka | |
| 2011-03-04 | Add note about block device properties. | pooka | |
| From discussion with <riz>. | |||
| 2011-02-23 | .Xr rump_sp 7 | pooka | |
| 2011-02-22 | * at least try to query size of non-regular size=host files too, | pooka | |
| give up if we get 0 * fix a few error messages | |||
| 2011-02-21 | add command line options for kernel memory allocation limit and bootverbose | pooka | |
| 2011-02-18 | Use "host" instead of the slightly more cryptic "e" to indicate | pooka | |
| that the size of the mapping should be taken from the host file size. | |||
| 2011-02-17 | Use "size=e" as a way say "if the underlying file is preexisting | pooka | |
| regular file, use whatever size it has". | |||
| 2011-02-17 | Make it possible to specify the type of file (blk/chr/reg) that a | pooka | |
| mapped file (-d) is exposed as within the rump kernel. | |||
| 2011-02-04 | Allow to specify -d hostpath offset,size with disklabel. | pooka | |
| 2011-02-03 | Create backing image with mode 0644 instead of 0755 & document this. | pooka | |
| 2011-02-03 | whoopsie, bump date | pooka | |
| 2011-02-03 | * make it possible to specify an offset in -d | pooka | |
| * truncate -d hostpath only if it's a regular file and smaller than offset+size | |||
| 2011-01-08 | BUGS is gone (and on its way out it inquired about the doctor's status) | pooka | |
| 2011-01-03 | Fix usage (8th bit begone!) | wiz | |
| 2011-01-03 | Add -c to control the number of CPUs configured in the kernel. | pooka | |
| 2010-12-15 | Guard against supplying the same parameter multiple times in one -d argument. | pooka | |
| 2010-12-15 | language fix. sniped by wizd | pooka | |
