9wm/9wm 79
X11 Window Manager inspired by Plan 9's rio
Create and share dialogues for language education and revitalization.
Cypher V
Resources for students to help caregivers
Cypher V
khalludi/Snipers-vs-Launchers 0
An ioquake3 mod called Snipers vs Launchers
x9wm-fork is a simple fork of x9wm based in w9wm, 9wm, with some changes
X11 Window Manager inspired by Plan 9's rio
push eventtheycallmezeal/ilka
commit sha c1044d0a3be4f66f27a8e2fc9918fe4b01fef4ea
move component objects to their own consts
commit sha e7f64cfc9790049b5dea401f76f00786c2b71ffd
move story from component to root
commit sha 42361aa99589efafb981f024524951f1707db0ba
locally register components
push time in 13 days
push eventtheycallmezeal/ilka
commit sha 6fbad7cfe973439e30877f2b3a596fd730b377e1
begin to move view to vue 3 (correct mcq still broken)
commit sha 2bee7a5d6572a9e0b4f4871fc8c4be521727f086
refactor mcq to have isRevealed in parent
commit sha d44456986f125cfd5e736c0f8e79f8ec9590ea08
migrate edit to vue 3 (grr, vue 3 handles whitespace differently!)
push time in 15 days
push eventtheycallmezeal/ilka
commit sha 79f360eecf85f049ad0159a767e3c457b0fb7899
remove unneeded lines
push time in 15 days
created repositorytheycallmezeal/dont-sacrifice-your-principals
Prototype of a flashcard app that supports toggling of principal parts and other vocabulary "baggage".
created time in 16 days
pull request commentStichting-MINIX-Research-Foundation/minix
llvm: add static_cast to MDMap return
To be honest - I don't speak much C++. If doing what you said is more idiomatic, that's fine so long as it builds. :-)
The problem came when building with GNU C++ 8.3 (Debian 'buster').
(That's assuming someone's going to merge the pull request; the repo seems fairly dead at this point, sadly.)
comment created time in 21 days
issue commentStichting-MINIX-Research-Foundation/minix
Minix is a great project, I wonder if it is still maintained?Will minix4 be released later?
From the website you can find the link to the Minix Google Group; the most recent thread in that deals with this topic. Link: https://groups.google.com/u/1/g/minix3/c/nUG1NwxXXkg
As Jim said, please close this issue. :-)
comment created time in 24 days
startedTookmund/Swapspace
started time in a month
issue openedStichting-MINIX-Research-Foundation/minix
compile error on Linux/GCC, build.sh
On the master branch I receive a build error running on Ubuntu 18.04 and GCC. Command: ./build.sh -m i386 -U build After 38.000 new objects or so I receive this message:
create utils/cmdline/base_command.d
CC=/media/kunz/D1/minix/obj/tooldir.Linux-4.15.0-122-generic-x86_64/bin/i586-elf32-minix-clang++ /media/kunz/D1/minix/obj/tooldir.Linux-4.15.0-122-generic-x86_64/bin/nbmkdep -f cmdline/base_command.d.tmp -- --sysroot=/media/kunz/D1/minix/obj/destdir.i386 -DHAVE_CONFIG_H -DKYUA_CONFDIR="/etc/kyua" -DKYUA_DOCDIR="/usr/share/doc/reference/ref1/kyua/kyua-cli" -DKYUA_EXAMPLESDIR="/usr/share/examples/kyua-cli" -DKYUA_MISCDIR="/usr/share/kyua-cli/misc" -DKYUA_STOREDIR="/usr/share/kyua-cli/store" -DKYUA_TESTERSDIR="/usr/libexec" -DKYUA_TESTSDIR="/usr/tests" -I/media/kunz/D1/minix/external/bsd/kyua-cli -I/media/kunz/D1/minix/external/bsd/kyua-cli/lib -I/media/kunz/D1/minix/external/bsd/kyua-cli/dist /media/kunz/D1/minix/external/bsd/kyua-cli/dist/utils/cmdline/base_command.cpp && mv cmdline/base_command.d.tmp cmdline/base_command.d nbmkdep: unable to write to file cmdline/base_command.d.tmp: No such file or directory
*** Failed target: cmdline/base_command.d
- end of quote -
After this there is more text on probably dependent errors. Looks like a false reference maybe in the script. Is there a current compile or build description somewhere? In case I'm doing something wrong.
created time in a month
pull request commentStichting-MINIX-Research-Foundation/minix
Add support for 64 bits integers.
What makes you believe that in line 13 anything larger than the size of int is copied into the long long value?
comment created time in a month
pull request commentStichting-MINIX-Research-Foundation/minix
Done the Gordonic solution? ;) Well, we had no choice. I have no idea how a scheduling strategy looks like on a multi-core process deployment. Can you talk a little what you have implemented here? I'm also shocked to see the project has about 80,000 objects in the repository.
comment created time in a month
pull request commentStichting-MINIX-Research-Foundation/minix
Hi all.
First of all I want to apologize for the radio silence for the past year and a half. This pull request was created while I was working on my Master's thesis. At the time I had to fix the SMP support in Minix in order to get started with my thesis and I thought others could benefit from it too, hence this PR. I have to admit that this PR was not really on top of my priority list while I was completing my thesis and later, for personal reasons, I haven't really got time to get back into it.
Second, around June 25th 2019, I changed my email address in my Github account. To avoid loosing all my contributions of the past 7 years or so on my profile I decided to update the email address of all my commits in my repos (which also requires a force push). Something obviously went wrong with my fork of Minix because now this PR wants to merge more than 2200 commits (some of them are not even mine or related to the fixes) with 5000 files changed !! Originally the PR was much lighter, only a handful of files were changed and the changes were simple (see original description of the fixes). Lucky I kept a backup of the repo before the email change + force push. I'll try to restore it and hopefully this will fix this mess.
A few more comments: @boricj : At the time I was fixing SMP while adding the changes for my thesis as well. Hence my version of the code was different than that of this PR. Tests were passing and the system seemed to be stable, however I do agree that more testing on this particular PR/set of changes would not hurt. Regarding scalability I remember having some issues with daemons (VFS, PM, ...) running exclusively on CPU 0. I did change this behaviour in this PR however.
@KSE3 : I would love to help to get this merged. Regarding synchronization, I did not have to change anything, the Big Kernel Lock is still there and doing its job properly.
comment created time in a month
pull request commentStichting-MINIX-Research-Foundation/minix
I see this pull-request takes over the functions of a repository branch and even staff has taken up effort to contribute a lot of work to it. I would wish they could make a nail to it and decide to open a branch "3.4-NT" or so and start collecting the various input that was made to create a usable and modernised version of this operating system. Thanks!
As for multi-coreing, is there any danger arising in synchronisation aspects of the OS through this innovation which hasn't been dealt with multi-processing? I don't think so for now, but are there any objections?
comment created time in a month
startedDRAGNLabs/towards-neural-programming-interfaces
started time in a month
issue commentStichting-MINIX-Research-Foundation/minix
Cross-compiling MINIX 3 on Debian Stretch doesn't work
It seems pull request 301 solves this issue? Can anyone confirm?
- https://github.com/Stichting-MINIX-Research-Foundation/minix/pull/301
comment created time in a month
pull request commentStichting-MINIX-Research-Foundation/minix
Correct Debian 10 cross compile issue.
Thanks now it works :)
comment created time in a month
startedTookmund/setcolortemperature
started time in a month
issue commentTookmund/Swapspace
swapspace failed to create swap files on kernel 5.8
I've tested debian only. Yes it does solve the issue
comment created time in a month
push eventACMWM/acmwm.github.io
commit sha 1c72ecd94b6acf20b6ad061a50d5d48654e6ca01
Updated officer descriptions
push time in a month
startedTookmund/Swapspace
started time in a month
push eventACMWM/acmwm.github.io
commit sha 990af52210ad2425291e0399239c5ceb6c2e66ec
Updated cypher page, disabled hardware and icpc pages, added slack deeplinks
push time in a month
issue commentTookmund/Swapspace
swapspace failed to create swap files on kernel 5.8
Adding "zero" into /etc/swapspace.conf works. I'm using 1.14 on debian (10) buster. kernel 5.8, and kernel 5.7 failed to create swap files for some reason. Ubuntu seems also affected, can be a kernel bug.
comment created time in a month
issue openedTookmund/Swapspace
swapspace failed to create swap files on kernel 5.8
Ubuntu bug report, not sure what is causing it.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1894910
Can we have an option to use fallocate vs dd?
created time in a month
startedgorango/glyphs
started time in a month