CVS commit: src/sys/rump/librump/rumpkern/arch/mips

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 15:12:02 UTC 2021 Modified Files: src/sys/rump/librump/rumpkern/arch/mips: Makefile.inc Log Message: mipsn64* is native 64 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/rump/librump/rumpkern/ar

CVS commit: src/sys/rump/librump/rumpkern

2021-03-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 14 22:56:39 UTC 2021 Modified Files: src/sys/rump/librump/rumpkern: atomic_cas_generic.c Log Message: provide generic cas for _LP64 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/rump/librump/rumpk

CVS commit: src/sys/rump/librump/rumpkern

2021-01-17 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Jan 17 22:32:25 UTC 2021 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: rump_component_init() is called recursively, so LIST_FOREACH_SAFE is not actually safe, since the recursive calls can result in elements

CVS commit: src/sys/rump/librump/rumpkern

2021-01-16 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat Jan 16 23:50:49 UTC 2021 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: remove a const to allow building with QUEUEDEBUG. To generate a diff of this commit: cvs rdiff -u -r1.351 -r1.352 src/sys/rump/librump/

CVS commit: src/sys/rump/librump/rumpkern

2020-12-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Dec 6 09:03:29 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Fix build after interval timers refectoring by thorpej@ To generate a diff of this commit: cvs rdiff -u -r1.350 -r1.351 src/sys/rump/

CVS commit: src/sys/rump/librump/rumpkern

2020-12-05 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat Dec 5 19:08:50 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: update the rump copy of uvm_page_unbusy() to match the real version, in particular handle PG_PAGEOUT. fixes a few atf tests. To generate

CVS commit: src/sys/rump/librump/rumpkern

2020-08-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 1 22:30:57 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: threads.c Log Message: Define kthread_fpu_enter/exit for rump. XXX Not 100% sure that it's safe to touch curlwp->l_flag in this context, but this chan

CVS commit: src/sys/rump/librump/rumpkern

2020-06-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 1 00:42:13 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: rumpcopy.c Log Message: copystr is now in libkern; don't redefine it in rumpcopy.c. Should fix build breakage from the copystr changes. To generate

CVS commit: src/sys/rump/librump/rumpkern

2020-06-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jun 11 00:33:30 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Follow the syscall() logic and mask unsupported syscall ranges in rump Avoids invalid pointer dereference from too large syscall numbe

CVS commit: src/sys/rump/librump/rumpkern

2020-06-06 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat Jun 6 22:31:41 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Correction to previous - set VI_PAGES correctly. To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 src/sys/rump/librump/rump

CVS commit: src/sys/rump/librump/rumpkern

2020-06-03 Thread Andrew Doran
Module Name:src Committed By: ad Date: Wed Jun 3 22:25:49 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: PR kern/55032 (rump/rumpkern/t_vm:uvmwait test case now fails) Work around issues with rump's pagedaemon emulation, including one that's se

CVS commit: src/sys/rump/librump/rumpkern

2020-05-30 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat May 30 19:16:53 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: Fix a lock order reversal that caused hangs. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/rump/librump/rumpke

CVS commit: src/sys/rump/librump/rumpkern

2020-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Apr 30 03:41:20 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: hyperentropy.c Log Message: No need for a lock around rnd_add_data any more. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/ru

CVS commit: src/sys/rump/librump/rumpkern

2020-04-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 24 13:34:47 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: lwp0.l_lid needs to be 0. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/rump/librump/rumpkern/lwproc.c P

CVS commit: src/sys/rump/librump/rumpkern

2020-04-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 24 03:56:12 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: Adapt to LWP ID allocation changes. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/rump/librump/rumpkern/l

CVS commit: src/sys/rump/librump/rumpkern

2020-04-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 23 00:34:29 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: rump doesn't own pnbuf_cache, externalize it To generate a diff of this commit: cvs rdiff -u -r1.344 -r1.345 src/sys/rump/librump/rum

CVS commit: src/sys/rump/librump/rumpkern

2020-04-19 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Apr 19 20:41:31 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: sleepq.c Log Message: good grief.. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/rump/librump/rumpkern/sleepq.c Please note that di

CVS commit: src/sys/rump/librump/rumpkern

2020-04-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Apr 5 15:16:11 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: rumpcopy.c Log Message: Return early on 0-sized transfers (usually to/from NULL-objects) This logic is already present in subr_copy.c:copyin_vmspace() and

CVS commit: src/sys/rump/librump/rumpkern

2020-03-26 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Mar 26 22:40:10 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: sleepq.c Log Message: sleepq_t is now a LIST. Forgot to commit earlier. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/rump/librump/

CVS commit: src/sys/rump/librump/rumpkern

2020-03-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Mar 23 14:49:50 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Don't attempt to detach an evcnt before attaching it. If its not already attached, we will panic. It turns out that this check was

CVS commit: src/sys/rump/librump/rumpkern

2020-03-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat Mar 14 19:54:06 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: rump - page/object dirtyness tracking corrections. To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/sys/rump/librump/ru

CVS commit: src/sys/rump/librump/rumpkern

2020-02-22 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat Feb 22 21:45:35 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: rump_init(): need to call config_init() now. PR kern/55004 (Hundreds of file system tests now fail on real hardware) To generate a diff

CVS commit: src/sys/rump/librump/rumpkern

2020-02-22 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat Feb 22 21:44:51 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: locks.c locks_up.c Log Message: rump rw_lock_op To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/rump/librump/rumpkern/locks.c cvs rdif

CVS commit: src/sys/rump/librump/rumpkern

2020-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 10 03:23:29 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Initialize struct cpu_info::ci_cpuname (= ci_data.cpu_name) in rump. To generate a diff of this commit: cvs rdiff -u -r1.339 -r1.

CVS commit: src/sys/rump/librump/rumpkern

2020-01-02 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Jan 2 16:56:58 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: rump: initialize pg->interlock To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181 src/sys/rump/librump/rumpkern/vm.c Please

CVS commit: src/sys/rump/librump/rumpkern

2020-01-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jan 2 08:49:10 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: Add shutting_down variable for rump. To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/rump/librump/rumpkern/e

CVS commit: src/sys/rump/librump/rumpkern

2019-12-31 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Dec 31 23:32:05 UTC 2019 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Fix rump. To generate a diff of this commit: cvs rdiff -u -r1.179 -r1.180 src/sys/rump/librump/rumpkern/vm.c Please note that diffs are n

CVS commit: src/sys/rump/librump/rumpkern

2019-12-21 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat Dec 21 12:59:13 UTC 2019 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Add uvm_free(): returns number of free pages in system. To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177 src/sys/rump/libru

CVS commit: src/sys/rump/librump/rumpkern

2019-12-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 15 14:21:34 UTC 2019 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Initialize the module_hook synchronization variables in rump, too. Fixes recently reported test failures for dev/sysmon/t_swsensor

CVS commit: src/sys/rump/librump/rumpkern

2019-12-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Dec 7 14:55:58 UTC 2019 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Restore call to pserialize_init. We need it after all for psz_lock on the event counter. To generate a diff of this commit: cvs

CVS commit: src/sys/rump/librump/rumpkern

2019-12-01 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 1 19:21:13 UTC 2019 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: Another instance of cpu_onproc to replace. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/rump/librump/rumpk

CVS commit: src/sys/rump/librump/rumpkern

2019-12-01 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 1 18:12:51 UTC 2019 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: cpu_onproc -> ci_onproc To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/rump/librump/rumpkern/scheduler.c Pl

CVS commit: src/sys/rump/librump/rumpkern

2019-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 29 02:09:14 UTC 2019 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: fix the build (pnbuf_cache move to vfs_init.c) To generate a diff of this commit: cvs rdiff -u -r1.332 -r1.333 src/sys/rump/librum

CVS commit: src/sys/rump/librump/rumpkern

2019-03-09 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Mar 9 09:02:38 UTC 2019 Modified Files: src/sys/rump/librump/rumpkern: emul.c lwproc.c Log Message: Rumpkernel has its own thread deallocation. Add missing fstrans_lwp_dtor() to lwproc_freelwp(). PR bin/50350: rump/rumpker

CVS commit: src/sys/rump/librump/rumpkern

2018-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 5 19:56:49 UTC 2018 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: no more need for get_expose_address() here. To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 src/sys/rump/librump/r

CVS commit: src/sys/rump/librump/rumpkern

2018-10-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 6 00:17:06 UTC 2018 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: add get_expose_address() To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188 src/sys/rump/librump/rumpkern/emul.c Ple

CVS commit: src/sys/rump/librump/rumpkern

2018-02-04 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Feb 5 05:00:48 UTC 2018 Modified Files: src/sys/rump/librump/rumpkern: locks.c Log Message: Obtain proper initialized addresses of locks allocated by mutex_obj_alloc or rw_obj_alloc Initialized addresses of locks allocated

CVS commit: src/sys/rump/librump/rumpkern

2018-01-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 9 04:55:43 UTC 2018 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Set mp_online = ture. I don't know the "best" location to set it true. This change might fix PR#52886. To generate a diff of this

CVS commit: src/sys/rump/librump/rumpkern

2017-12-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Dec 27 09:03:22 UTC 2017 Modified Files: src/sys/rump/librump/rumpkern: locks.c Log Message: rump: check if the mutex is surely owned by the caller in mutex_exit Unlocking a not-owned mutex wasn't detected well (it could det

CVS commit: src/sys/rump/librump/rumpkern

2017-12-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Dec 27 08:45:45 UTC 2017 Modified Files: src/sys/rump/librump/rumpkern: locks.c Log Message: Tweak LOCKDEBUG macros (NFC) To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/rump/librump/rumpkern/locks.c

CVS commit: src/sys/rump/librump/rumpkern

2017-11-21 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Nov 21 15:22:06 UTC 2017 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: Add missing inclusion of pserialize.h (fix build) To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/sys/rump/libr

CVS commit: src/sys/rump/librump/rumpkern

2017-11-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 9 12:46:55 UTC 2017 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: added booted_method To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183 src/sys/rump/librump/rumpkern/emul.c Please n

CVS commit: src/sys/rump/librump/rumpkern

2017-09-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Sep 17 05:47:19 UTC 2017 Modified Files: src/sys/rump/librump/rumpkern: locks.c Log Message: As if rump wasn't constipated enough... Add some more blockages, hopefully allow the build to find a path all the way to the other end.

CVS commit: src/sys/rump/librump/rumpkern

2017-07-24 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 25 05:01:25 UTC 2017 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: Add localcount to rump kernels To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 src/sys/rump/librump/rump

CVS commit: src/sys/rump/librump/rumpkern

2017-05-14 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun May 14 13:49:55 UTC 2017 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Add uvm_map_pageable dummy function. This means that the audio tests should run again. Ok christos@. To generate a diff of this commit:

CVS commit: src/sys/rump/librump/rumpkern

2017-05-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 7 14:20:50 UTC 2017 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Provide stupid uvm_map() and uvm_unmap1() immplementations - might be enough to get audio tests in rump going again. XXX needs a RUMP ch

CVS commit: src/sys/rump/librump/rumpkern

2017-05-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 7 11:48:40 UTC 2017 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Add a dummy (non-working) uvm_map(). XXX someone with a clue please fix this for real! To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/rump/librump/rumpkern

2017-04-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Apr 21 19:16:10 UTC 2017 Modified Files: src/sys/rump/librump/rumpkern: threads.c Log Message: Fix build of rump after change in lwp_create's signature To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/rum

CVS commit: src/sys/rump/librump/rumpkern

2017-04-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 8 23:46:39 UTC 2017 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: adjust flag. To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 src/sys/rump/librump/rumpkern/Makefile.rum

CVS commit: src/sys/rump/librump/rumpkern

2017-02-22 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Wed Feb 22 11:20:59 UTC 2017 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: Add weak aliases for _fstrans_start() and fstrans_done(). To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181 src/sys/r

CVS commit: src/sys/rump/librump/rumpkern

2017-01-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Jan 27 09:50:47 UTC 2017 Modified Files: src/sys/rump/librump/rumpkern: locks.c Log Message: Unbreak builds of rump libraries with RUMP_LOCKDEBUG To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/rump/li

CVS commit: src/sys/rump/librump/rumpkern

2016-08-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 20 15:50:50 UTC 2016 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: need kern_ssp.c for a full SSP build. To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 src/sys/rump/libr

CVS commit: src/sys/rump/librump/rumpkern

2016-07-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 20 17:03:50 UTC 2016 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: add uvm_km_protect() To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 src/sys/rump/librump/rumpkern/vm.c Please note

CVS commit: src/sys/rump/librump/rumpkern

2016-05-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 21 14:59:45 UTC 2016 Modified Files: src/sys/rump/librump/rumpkern: hyperentropy.c Log Message: Actually get as many bytes as requested from rumpuser_random. rumpuser_random is limited to 32 bytes at a time -- which wo

CVS commit: src/sys/rump/librump/rumpkern

2016-04-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 24 07:45:10 UTC 2016 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: Add lwp_find() - verbatim copy from the hard kernel. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/rump/li

CVS commit: src/sys/rump/librump/rumpkern

2016-04-10 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Apr 11 06:49:11 UTC 2016 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: Add psref to rump kernel To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/sys/rump/librump/rumpkern/M

CVS commit: src/sys/rump/librump/rumpkern

2016-03-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Mar 8 14:30:48 UTC 2016 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Align the message buffer. The kernel routines normally are used only with page aligned buffers and they assume at least pointer alignme

CVS commit: src/sys/rump/librump/rumpkern

2016-02-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Feb 19 18:38:37 UTC 2016 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: add cpu_lock from freqlabs on irc To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/rump/librump/rumpkern/s

CVS commit: src/sys/rump/librump/rumpkern

2016-02-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 17 01:48:36 UTC 2016 Modified Files: src/sys/rump/librump/rumpkern: hyperentropy.c Log Message: Need for mutex(9). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/rump/librump/rumpkern/hyperentr

CVS commit: src/sys/rump/librump/rumpkern

2016-02-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 17 01:48:04 UTC 2016 Modified Files: src/sys/rump/librump/rumpkern: hyperentropy.c Log Message: Caller must have exclusive access to rndsource for rnd_add_data(_sync). To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sys/rump/librump/rumpkern

2016-02-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 17 01:42:25 UTC 2016 Modified Files: src/sys/rump/librump/rumpkern: hyperentropy.c Log Message: Make hyperentropy rndsource work synchronously, again. This time for real! *crosses fingers* To generate a diff of this

CVS commit: src/sys/rump/librump/rumpkern

2016-01-21 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Jan 22 04:26:01 UTC 2016 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: Fix build with RUMP_LOCKDEBUG=yes To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 src/sys/rump/librump/rumpkern/emu

CVS commit: src/sys/rump/librump/rumpkern

2016-01-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 18 23:27:20 UTC 2016 Modified Files: src/sys/rump/librump/rumpkern: emul.c lwproc.c Log Message: put lwp/proc stuff into the same source module (emul.c -> lwproc.c) To generate a diff of this commit: cvs rdiff -u -r1.176

CVS commit: src/sys/rump/librump/rumpkern

2016-01-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 18 23:21:28 UTC 2016 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: massively reduce header pollution from times prehistoric To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 src/sys/rump

CVS commit: src/sys/rump/librump/rumpkern

2016-01-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 18 15:53:38 UTC 2016 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: boottime is a timespec, not timeval To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175 src/sys/rump/librump/rumpkern/emu

CVS commit: src/sys/rump/librump/rumpkern

2015-12-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Dec 29 10:22:06 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: Now that the table of auto-loadable syscalls is per-emulation, make sure that the rump-kernel has its own list. Otherwise, missing

CVS commit: src/sys/rump/librump/rumpkern

2015-11-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Nov 26 15:13:43 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Adapt to e_default_mapaddr signature changes To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 src/sys/rump/librump/rump

CVS commit: src/sys/rump/librump/rumpkern

2015-10-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 14 01:33:32 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: rump_syscalls.c Log Message: CID 1327233: Expicitly ignore return values of syscalls that don't fail. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/rump/librump/rumpkern

2015-09-29 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Sep 30 02:45:33 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: locks.c Log Message: Add lockdebug_barrier ok pooka@ To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/rump/librump/rumpkern/locks

CVS commit: src/sys/rump/librump/rumpkern

2015-09-29 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Sep 30 01:31:56 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: locks.c Log Message: Remove redundant UNLOCKED and LOCKED UNLOCKED and LOCKED are done inside mutex_exit and mutex_enter respectively so we don't need t

CVS commit: src/sys/rump/librump/rumpkern

2015-09-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 15 15:09:11 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: Use the more widely accepted version of alphabetical order. To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.16

CVS commit: src/sys/rump/librump/rumpkern

2015-08-31 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Aug 31 07:38:48 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern rump.c Log Message: Allow rumpkernel to use rw_obj_* To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/sys/rump/lib

CVS commit: src/sys/rump/librump/rumpkern

2015-08-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 25 14:52:59 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: remove mksysctls(), now provided by init_sysctl_base To generate a diff of this commit: cvs rdiff -u -r1.322 -r1.323 src/sys/rump/lib

CVS commit: src/sys/rump/librump/rumpkern

2015-08-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 25 14:53:25 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: initialize ncpuonline To generate a diff of this commit: cvs rdiff -u -r1.323 -r1.324 src/sys/rump/librump/rumpkern/rump.c Please no

CVS commit: src/sys/rump/librump/rumpkern

2015-08-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 25 14:47:40 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: add ncpuonline To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/rump/librump/rumpkern/scheduler.c Please n

CVS commit: src/sys/rump/librump/rumpkern

2015-08-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 25 14:47:27 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: add cpu_getmodel() To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/sys/rump/librump/rumpkern/emul.c Please note

CVS commit: src/sys/rump/librump/rumpkern

2015-08-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 21 06:56:12 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern src/sys/rump/librump/rumpkern/opt: ksyms.h Removed Files: src/sys/rump/librump/rumpkern: KERN.ioconf Log Message: Remo

CVS commit: src/sys/rump/librump/rumpkern

2015-08-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 20 12:04:30 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Added Files: src/sys/rump/librump/rumpkern: KERN.ioconf Log Message: generate ioconf.h for pseudo-device attach prototype To

CVS commit: src/sys/rump/librump/rumpkern

2015-08-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 16 11:06:54 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: intr.c Log Message: Don't use KASSERT() to test for external return values, use panic() from Robert Millan To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/rump/librump/rumpkern

2015-06-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jun 2 14:07:48 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: In case pagedaemon can't release any more memory, use kpause() instead of cv_timedwait() on the pagedaemon condvar -- it's no use constan

CVS commit: src/sys/rump/librump/rumpkern

2015-05-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue May 26 15:29:39 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: cons.c Log Message: Implement fo_poll so that rump_sys_poll(stdout) works more or less as expected. from Martin Lucina via rumpkernel-users To generate

CVS commit: src/sys/rump/librump/rumpkern

2015-05-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 20 11:02:54 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: call loginit() later, a lot later To generate a diff of this commit: cvs rdiff -u -r1.319 -r1.320 src/sys/rump/librump/rumpkern/rump.

CVS commit: src/sys/rump/librump/rumpkern

2015-04-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Apr 23 06:39:19 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Removed Files: src/sys/rump/librump/rumpkern: hyperstubs.c Log Message: g/c the never-used and never-useful hyperstubs.c To gen

CVS commit: src/sys/rump/librump/rumpkern/arch

2015-04-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 22 20:10:56 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern/arch/alpha: Makefile.inc src/sys/rump/librump/rumpkern/arch/arm: Makefile.inc src/sys/rump/librump/rumpkern/arch/mips: Makefile.inc s

CVS commit: src/sys/rump/librump/rumpkern

2015-04-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 22 16:49:42 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c intr.c Log Message: Include kern_clock.c in rump kernels. To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/sy

CVS commit: src/sys/rump/librump/rumpkern

2015-04-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 22 16:01:07 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: track cpu_onproc To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/rump/librump/rumpkern/scheduler.c Please

CVS commit: src/sys/rump/librump/rumpkern

2015-04-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Apr 21 16:18:50 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: intr.c Log Message: Use hardclock_ticks instead of a homegrown variable. ... not that I understand how various kernel algorithms can work after enough upt

CVS commit: src/sys/rump/librump/rumpkern

2015-04-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 21 04:05:57 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: hyperentropy.c Log Message: Revert previous -- a little too quick on the commit trigger. Ran some tests but not enough. There is a deadlock against m

CVS commit: src/sys/rump/librump/rumpkern

2015-04-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 21 03:53:51 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: hyperentropy.c Log Message: Restore simplicity of rump hyperentropy `hardware RNG'. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/s

CVS commit: src/sys/rump/librump/rumpkern

2015-04-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 17 13:03:38 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: Don't share file descriptors between proc0 and local clients. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys

CVS commit: src/sys/rump/librump/rumpkern

2015-04-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 17 13:02:54 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: set the local clients' comm to "rumplocal" instead of "system" To generate a diff of this commit: cvs rdiff -u -r1.317 -r1.318 src/sy

CVS commit: src/sys/rump/librump/rumpkern

2015-04-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 17 12:46:33 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: g/c rump_vmmap No recollection what it was used for; didn't seem to be used even when it was originally added 5th August 2007. To gene

CVS commit: src/sys/rump/librump/rumpkern

2015-04-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Apr 16 10:08:59 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: intr.c Log Message: "extern int hz" was written in a very aesthetically pleasing way in this file, but let's just be happy with the sys/kernel.h style of w

CVS commit: src/sys/rump/librump/rumpkern

2015-04-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 3 16:46:39 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: rump_private.h vm.c src/sys/rump/librump/rumpkern/arch/generic: rump_generic_pmap.c src/sys/rump/librump/rumpkern/arch/x86: rump_x86_pmap.c

CVS commit: src/sys/rump/librump/rumpkern

2015-04-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 3 16:37:02 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: accessors.c Log Message: Use vmspace of calling [rump kernel] process instead of sysspace. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 sr

CVS commit: src/sys/rump/librump/rumpkern

2015-03-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 23 15:42:29 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: rump_lwproc.3 Log Message: fix typo "set curlwp to context" -> "set curlwp to implicit context" from Martin Lucina To generate a diff of this commit: c

CVS commit: src/sys/rump/librump/rumpkern

2015-03-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 8 20:32:21 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: rump_syscalls.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/rump/librump/rumpkern/rump_syscalls.c Plea

CVS commit: src/sys/rump/librump/rumpkern

2015-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 25 13:20:05 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: rump_syscalls.c Log Message: belated regen (posix_fallocate, readlinkat) To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/rump/

CVS commit: src/sys/rump/librump/rumpkern

2015-02-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 4 12:48:05 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: default newvers.sh parameters to reproducible build To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/sy

CVS commit: src/sys/rump/librump/rumpkern

2015-01-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 21 14:39:37 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: Account for lwps so that rump_sys_setuid() doesn't hit a KASSERT when it tries to reaccount a switching procs lwps. from Mato Lucina

  1   2   3   4   5   >