Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (11m)  netbsd-10 (4d)  netbsd-9 (4d)  netbsd-8 (9d) 

2024-05-20 17:44:06 UTC Now

2015-07-07 13:07:10 UTC MAIN commitmail json YAML

Missing includes for some architectures

(justin)

2015-07-07 12:40:13 UTC MAIN commitmail json YAML

Add uname to rump sources

(justin)

2015-07-07 12:38:02 UTC MAIN commitmail json YAML

Move hw.machine and hw.machine_arch sysctls to base so rump can use them

This allows uname(3) and uname(1) to work on rump kernels.

(justin)

2015-07-07 09:30:24 UTC MAIN commitmail json YAML

This enum is likely to be made unsigned by the compiler, so the assertion
will not work and clang objects with -Wtautological-constant-out-of-range-compare

(justin)

2015-06-18 15:34:44 UTC MAIN commitmail json YAML

Fix non native build on metachar.c

(justin)

2015-05-18 08:24:10 UTC MAIN commitmail json YAML

Do not set CRT_ALIAS for rump kernel; symbols provided by toolchain

(justin)

2015-05-17 22:14:38 UTC MAIN commitmail json YAML

It is just the __ffssi2 alias we do not want in rump kernel

(justin)

2015-05-17 22:08:24 UTC MAIN commitmail json YAML

2015-05-17 20:57:12 UTC MAIN commitmail json YAML

2015-05-13 23:15:57 UTC MAIN commitmail json YAML

Missing MAP_PRIVATE on mmap

(justin)

2015-05-03 10:44:04 UTC MAIN commitmail json YAML

Rename delay variable as it shadows a global on arm.

(justin)

2015-04-15 08:31:05 UTC MAIN commitmail json YAML

On big endian machines needs to include sys/endian.h for le32dec

Mainly affects cross builds on big endian; tested on FreeBSD mips
and Linux ppc.

(justin)

2015-04-08 13:31:42 UTC MAIN commitmail json YAML

2015-04-08 13:24:25 UTC MAIN commitmail json YAML

Add __posix_rename as a rump syscall

(justin)

2015-03-26 13:34:51 UTC MAIN commitmail json YAML

Don't build the __eabi_ aliases in the arm rump kernel.

These are provided by libc in userspace, so leave out of kernel

(justin)

2015-03-26 11:59:38 UTC MAIN commitmail json YAML

Fix prototypes to match definitions

(justin)

2015-03-26 11:31:57 UTC MAIN commitmail json YAML

2015-03-26 11:17:08 UTC MAIN commitmail json YAML

Return type of compat wait functions should be pid_t not int.

(justin)

2015-03-07 22:00:07 UTC MAIN commitmail json YAML

Add risc-v to checked out rump architectures

(justin)

2015-02-15 00:54:32 UTC MAIN commitmail json YAML

2015-02-13 22:00:53 UTC MAIN commitmail json YAML

Whitespace fixes, no functional change

(justin)

2015-02-13 21:31:18 UTC MAIN commitmail json YAML

Fix some return value checks

(justin)

2015-02-08 20:22:02 UTC MAIN commitmail json YAML

Add rtadvd to rump user sources

(justin)

2015-01-18 17:33:08 UTC MAIN commitmail json YAML

Revert removal of opt_inet.h as many cases may still require it

(justin)

2015-01-18 17:06:24 UTC MAIN commitmail json YAML

Move defines of INET and INET6 from opt_inet.h to Makefile.inc

As discussed with pooka@
fixes current issues with ipv6 on rump being broken

(justin)

2015-01-17 23:49:40 UTC MAIN commitmail json YAML

Remove no longer required definitions

(justin)

2015-01-17 19:34:50 UTC MAIN commitmail json YAML

Modern Android SDK does not need special cases

(justin)

2014-12-29 21:50:09 UTC MAIN commitmail json YAML

2014-12-24 21:21:18 UTC MAIN commitmail json YAML

Add fdisk to rump listsrcdirs

(justin)

2014-12-23 13:23:47 UTC MAIN commitmail json YAML

Add mdconfig to rump listsrcdirs

(justin)

2014-12-13 17:18:55 UTC MAIN commitmail json YAML

Always use kqueue for BSDs in librumpclient

Tested now on the others

(justin)

2014-12-08 01:10:07 UTC MAIN commitmail json YAML

Use kqueue in librumpclient for FreeBSD too

(justin)

2014-12-08 00:44:45 UTC MAIN commitmail json YAML

Help gcc by initialising variable

(justin)

2014-12-08 00:16:44 UTC MAIN commitmail json YAML

Avoid uninitialized variable error in some cases with gcc

(justin)

2014-12-08 00:12:03 UTC MAIN commitmail json YAML

Avoid uninitialised variable warning when gcc is feeling lazy

(justin)

2014-12-07 23:48:04 UTC MAIN commitmail json YAML

Simplify control flow

Removes a variable and compiler warnings in some cases.

(justin)

2014-11-08 23:47:15 UTC MAIN commitmail json YAML

Remove superfluous getcontext()

(justin)

2014-11-08 23:20:24 UTC MAIN commitmail json YAML

Move makecontext into function with getcontext for consistency

(justin)

2014-11-08 21:27:04 UTC MAIN commitmail json YAML

Fix some error handling cases.

(justin)

2014-11-05 12:28:47 UTC MAIN commitmail json YAML

Add some prototypes for Android rump kernel builds

See buildrump.sh #70, some Android versins are missing prototypes for
these libc functions

(justin)

2014-11-04 00:20:19 UTC MAIN commitmail json YAML

2014-10-31 12:22:38 UTC MAIN commitmail json YAML

PR misc/49342 fix issue where time can tick during tests

Note there are still potential issues as the clock being tested is not
monotonic but it should now not fail unless time is being adjusted.

(justin)

2014-10-30 21:15:13 UTC MAIN commitmail json YAML

Add libraries in order that they will link if static as well as dynamic

(justin)

2014-10-29 21:16:06 UTC MAIN commitmail json YAML

Add libelf to rump directories

(justin)

2014-10-29 19:35:29 UTC MAIN commitmail json YAML

Revert, zfs was already elsewhere in list

(justin)

2014-10-29 17:36:07 UTC MAIN commitmail json YAML

Add zfs files to rump userspace sources

(justin)

2014-10-19 11:17:44 UTC MAIN commitmail json YAML

Add negative offset checks to fseeko

These were not strictly needed before, as lseek would error on negative
arguments, but having added open_memstream we have a virtual file pointer
that assumes that it gets sane values, so we get an assertion triggered
on a negative value. Best to check in one place rather than at all the
relevant points.

(justin)

2014-10-15 21:55:34 UTC MAIN commitmail json YAML

2014-10-12 19:08:08 UTC MAIN commitmail json YAML

2014-10-12 18:59:35 UTC MAIN commitmail json YAML

Add some fnmatch test cases from other C library test suites

(justin)

2014-10-07 12:48:02 UTC MAIN commitmail json YAML

Canonical Minix check as pointed out by Marc

(justin)

2014-10-05 09:28:24 UTC MAIN commitmail json YAML

Use PRIx64 for printing offsets

(justin)

2014-10-03 00:00:11 UTC MAIN commitmail json YAML

Use uint32_t for blocksize as per other uses and to fix warnings

(justin)

2014-10-02 23:07:30 UTC MAIN commitmail json YAML

Work around pedantic compiler

(justin)

2014-10-02 22:05:39 UTC MAIN commitmail json YAML

Use devmajor_t not int

(justin)

2014-10-02 21:58:16 UTC MAIN commitmail json YAML

dm_target_t reference count is modified with atomic_{inc,dec}_32 so should
be uint_32_t not int

(justin)

2014-10-02 21:29:44 UTC MAIN commitmail json YAML

Call prop_dictionary_get_uint32 with uint32_t

(justin)

2014-10-02 21:01:38 UTC MAIN commitmail json YAML

2014-09-29 15:54:28 UTC MAIN commitmail json YAML

Minix also has getenv_r support

(justin)

2014-08-25 10:33:32 UTC MAIN commitmail json YAML

lso translate errno in the rumpfiber version

(justin)

2014-08-25 10:21:39 UTC MAIN commitmail json YAML

Add errno translation for bio operations

(justin)

2014-08-20 12:09:15 UTC MAIN commitmail json YAML

2014-08-17 19:28:46 UTC MAIN commitmail json YAML

2014-08-15 18:23:42 UTC MAIN commitmail json YAML

2014-08-15 17:45:00 UTC MAIN commitmail json YAML

add sys/atomic.h and order headers correctly

(justin)

2014-08-13 18:25:11 UTC MAIN commitmail json YAML

Respect EXTERNAL_TOOLCHAIN on aarch64

(justin)

2014-08-13 17:14:42 UTC MAIN commitmail json YAML

Add formatting for aarch64 as using arm ones errors for ll on 64 bit types

(justin)

2014-08-11 22:36:49 UTC MAIN commitmail json YAML

Fix inconsistent use of inline in prototype and definition

(justin)

2014-08-11 22:13:56 UTC MAIN commitmail json YAML

Add aarch64 to rump srcdirs

(justin)

2014-08-10 22:35:32 UTC MAIN commitmail json YAML

define function consistently as inline

(justin)

2014-08-03 13:14:59 UTC MAIN commitmail json YAML

Work around escaping issues with quotes in substitutions, to fix cross builds

(justin)

2014-07-25 14:00:31 UTC MAIN commitmail json YAML

2014-07-22 22:41:58 UTC MAIN commitmail json YAML

Clean up random implementation for librumpuser

Use /dev/urandom for platforms without arc4random, not srandom(),
deduplicate code, do not read excessive random bytes

Reviewed by pooka@

(justin)

2014-07-16 19:31:11 UTC MAIN commitmail json YAML

Avoid use of __arraycount in tools as not portable

(justin)

2014-07-16 18:58:07 UTC MAIN commitmail json YAML

Remove an accidental C99-ism in tools which needs to be portable

(justin)

2014-07-11 20:26:31 UTC MAIN commitmail json YAML

2014-07-10 08:17:43 UTC MAIN commitmail json YAML

Reinstate include of netdb.h, needed on some cross builds

(justin)

2014-07-09 23:41:40 UTC MAIN commitmail json YAML

Split out file and memory access in librumpuser

This allows alternate implementations to reuse these parts, and the file
parts will at the next hypercall revision be moved to their own driver.

Discussed with pooka@

(justin)

2014-07-01 23:01:54 UTC MAIN commitmail json YAML

On ARM the variable name 'delay' shadows a function here, rename to avoid
-Wshadow objecting.

(justin)

2014-06-29 11:36:52 UTC MAIN commitmail json YAML

Change assertion as rump_component_load may be called before curlwp available

(justin)

2014-06-17 09:53:59 UTC MAIN commitmail json YAML

Applications are not supposed to and do not need to include <features.h> explicitly

(justin)

2014-06-12 22:21:20 UTC MAIN commitmail json YAML

gcc cannot always work out initialization here

(justin)

2014-05-28 20:57:23 UTC MAIN commitmail json YAML

2014-05-18 21:25:44 UTC MAIN commitmail json YAML

Fix prototype of last arg of rump_sys_mknod to dev_t not uint32_t

Discussed with pooka@
See also https://github.com/rumpkernel/buildrump.sh/issues/53

(justin)

2014-04-05 12:32:27 UTC MAIN commitmail json YAML

Iterate over fields of struct seperately to avoid warnings from pedantic compilers

(justin)

2014-04-02 17:09:23 UTC MAIN commitmail json YAML

2014-03-14 01:18:39 UTC MAIN commitmail json YAML

If dlopen returns NULL assume we are statically linked and return,
rather than getting a warning when dlinfo fails.

(justin)

2014-03-10 22:37:51 UTC MAIN commitmail json YAML

Revert conversion to __thread as breaks on archs without TLS support

(justin)

2014-03-09 23:01:11 UTC MAIN commitmail json YAML

Use __thread rather than pthread_getspecific for rumpuser curlwp.
This has better performance and curlwp is a performance bottleneck
in rump kernel code.

(justin)

2014-02-25 01:02:42 UTC MAIN commitmail json YAML

Add kern.{ostype,osrelease,osrevision,version} kern.domainname,
kern.rawpartition sysctl support to rump kernel.
Moved the sysctl support that is shared between rump and normal
kernels to init_sysctl_base.c as rump cannot use init_sysctl.c
in order to avoid code duplication. Agreed with pooka@.

(justin)