History log of /minix3/minix/ (Results 1 – 25 of 647)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3d71ae0624-Oct-2018 Jakub Jermář <jakub@jermar.eu>

Replace misplaced string VMware with VirtualBox

In the case of vbfs the host is VirtualBox so mentions of VMware must be
copy-paste errors.

closes #264

Change-Id: Ieb1316155be8f8fb81e3e5a2b2114759

Replace misplaced string VMware with VirtualBox

In the case of vbfs the host is VirtualBox so mentions of VMware must be
copy-paste errors.

closes #264

Change-Id: Ieb1316155be8f8fb81e3e5a2b21147594f6cb4d9

show more ...

03704f4327-Oct-2018 Christopher Simons <christopherleesimons@gmail.com>

replace logger with NetBSD version

closes #265

Change-Id: I31cb8e0ae57cc2c18a6aab1d2749818e1656c294

2ffe8daa24-Oct-2018 Christopher Simons <christopherleesimons@gmail.com>

usage.8: fix typo: slower then -> slower than

Change-Id: Ifc23506f857ef748f50c5e5d3143b034c0086032

f94fc08024-Oct-2018 Christopher Simons <christopherleesimons@gmail.com>

part.8: fix typo: other then -> other than

Change-Id: I966376d9d34b30a7bdd87272858d50248ca41221

d189cd4524-Oct-2018 Christopher Simons <christopherleesimons@gmail.com>

vol.1: fix typo: larger then -> larger than

Change-Id: I962f05774d9cf8ce4fb441ff7e2765a895649805

8e2f9eca11-Oct-2018 Tai Groot <groot.tai@gmail.com>

Fixed tiny spelling error in proc.c

an returned -> and returned

closes #255

Change-Id: I936e95c6d026f83f66a48120aa9a331b8797b89c

03ac74ed31-Mar-2018 Lionel Sambuc <lionel.sambuc@gmail.com>

Fix ARM NDEBUG Builds

Change-Id: I1250744d54b75d6380393afe848a6eb8c5dc894d

35b65c5a22-Mar-2018 Arne Welzel <arne.welzel@gmail.com>

minix/tests/arm: naive tests to cause data aborts

Some assembly code to cause unaligned access as well as
segmentation faults to exercise the data abort path.

Change-Id: Ie419114b76a8db849537a94fda

minix/tests/arm: naive tests to cause data aborts

Some assembly code to cause unaligned access as well as
segmentation faults to exercise the data abort path.

Change-Id: Ie419114b76a8db849537a94fda781019cf14d50d

show more ...

0dd719f122-Mar-2018 Arne Welzel <arne.welzel@gmail.com>

kernel/arm: send SIGSEGV to processes

On second thought, handle unknown faults caused by processes by sending
SIGSEGV to them instead of bringing the whole system to a grind.

arm/archconst: use val

kernel/arm: send SIGSEGV to processes

On second thought, handle unknown faults caused by processes by sending
SIGSEGV to them instead of bringing the whole system to a grind.

arm/archconst: use values defined in armreg.h

Change-Id: Ieed5bb06910ab0c8eef1e68b0b4eec680867acd3

show more ...

7c3424c221-Mar-2018 Arne Welzel <arne.welzel@gmail.com>

kernel/arm: do not treat all data aborts as pagefaults

For now, distinguish alignment, translation and permission faults.
The first kind of faults cause the kernel to send SIGBUS to the
process caus

kernel/arm: do not treat all data aborts as pagefaults

For now, distinguish alignment, translation and permission faults.
The first kind of faults cause the kernel to send SIGBUS to the
process causing the fault, the latter two are forwarded to `vm' as
pagefaults. Previously, any data abort was forwarded to `vm' as
a pagefault, resulting in hard to debug issue #104.

Any unhandled fault status results in a disaster. This seems
better than naively hoping `vm' can do something about it.

Change-Id: I526f575bb2681e087e20fd49c5c0846cdd450c31

show more ...

a27e58e105-Mar-2018 Marcelo Alencar <marceloalves@ufpa.br>

Fix brazilian ABNT2 keymap

This adds two missing keys (0x73 and 0x7e) and fixes KP_PERIOD (it
should type a comma, not a period), as mentioned in

https://groups.google.com/d/msg/minix3/Pezep_HOL3I/

Fix brazilian ABNT2 keymap

This adds two missing keys (0x73 and 0x7e) and fixes KP_PERIOD (it
should type a comma, not a period), as mentioned in

https://groups.google.com/d/msg/minix3/Pezep_HOL3I/mnfZXAeLsTMJ

Closes #247

Change-Id: Id85d04e36adcaa1a502cac8e5013396ea92502fe

show more ...

4667c87c29-Jan-2018 blackdragonepic <32581667+blackdragonepic@users.noreply.github.com>

remove a duplicate include

removed #include <minix/type.h> duplicate

Closes #246

Change-Id: Icd575c452d562eb601133157a77d9d995ce043e9

2117e99c10-Jan-2018 Nik Nyby <nikolas@gnu.org>

Update usage man page: remove reference to /usr/ast

This directory no longer exists, probably since the netbsd file layout
re-organization.

Closes #244

Change-Id: Ie4e3761dbf3adbdd76cb6323f920a4ab

Update usage man page: remove reference to /usr/ast

This directory no longer exists, probably since the netbsd file layout
re-organization.

Closes #244

Change-Id: Ie4e3761dbf3adbdd76cb6323f920a4abab6b29d5

show more ...

9866ad3109-Jan-2018 Nik Nyby <nikolas@gnu.org>

fs/mfs: Remove a few assert.h includes

Those are unnecessary.

Closes #241

Change-Id: I26db0f07c65e7d078e642001b97e6d4313e6660a

24f3305b09-Jan-2018 Nik Nyby <nikolas@gnu.org>

mkfs.mfs: fix typo in error message

Closes #242

Change-Id: I91ec2b36b2abfa897a43c97d886578fd28a5c768

d4dd651101-Jun-2017 rlfnb <rlfnb@rlfnb.de>

replace tickdelay with micro_delay to be quantum-agnostic

Change-Id: Ie449d797389a178372035d797c84b02d636788cd

3e2c6c9617-May-2017 David van Moolenbroek <david@minix3.org>

isofs: support directories with many entries

In particular, remove the hardcoded limit of 4096 entries in a single
directory, as there are (at least) real DVDs out there with more
entries than that.

isofs: support directories with many entries

In particular, remove the hardcoded limit of 4096 entries in a single
directory, as there are (at least) real DVDs out there with more
entries than that. The implementation of this change requires a
second pass on large directories; performance optimizations are left
to future work.

Change-Id: Ia865ac95797fa2dd36b086779c3f1fef6b2f6a6f

show more ...

502e7ff917-May-2017 David van Moolenbroek <david@minix3.org>

at_wini: bump hardcoded ATAPI limit to DVD size

at_wini was previously hardcoded to present ATAPI devices as having a
size of 800 MiB, which was enough for CDs but not for DVDs. This
patch increase

at_wini: bump hardcoded ATAPI limit to DVD size

at_wini was previously hardcoded to present ATAPI devices as having a
size of 800 MiB, which was enough for CDs but not for DVDs. This
patch increases the device size to 8500 MiB, which should be large
enough to cover all DVDs.

Change-Id: I7d3192e4ecd0708a655663c1007ff517ed969580

show more ...

9624407e26-Apr-2017 rlfnb <rlfnb@rlfnb.de>

header cleanup

Change-Id: I4e169911591c56e91c301c5cb0bb3ea2d8140cf2

c1d4abeb11-Apr-2017 Jean-Baptiste Boric <jblbeurope@gmail.com>

Fix pkgin_cd.sh

Change-Id: I513c16b0691897f3c665532d50ed398967f3e4d0

1915559816-Mar-2017 Ben Mezger <me@benmezger.nl>

Removed unused variable and cleaned whitespaces

Change-Id: Iaaf6b6f5f49f2d2599a3422250ad7e6e41838b82

afc65e9216-Mar-2017 Ben Mezger <me@benmezger.nl>

Removed unused variables and cleaned whitespaces.

Change-Id: Ib96d1c5bf7a1c65a99d77726fe54ccf37399f9eb

9f7f0ad016-Mar-2017 Ben Mezger <me@benmezger.nl>

Removed unused variables and cleaned whitespaces.

Change-Id: Ie5c1ad84ad162ab18443dd228686aba544ecb9ef

81ae2bc416-Mar-2017 Ben Mezger <me@benmezger.nl>

Prevent arg from being used any further

Patch edited by David van Moolenbroek.

Change-Id: Ie25faffea359e735145dbb4ae2bd2d213488952b

79a488aa30-Apr-2017 David van Moolenbroek <david@minix3.org>

Network stack feedback-based fixes

Thanks to Lionel Sambuc!

Change-Id: Iae6b2caf58e2b58093e60c5004cfa477e43da154

12345678910>>...26