]> Zhao Yanbai Git Server - minix.git/log
minix.git
9 years agoVFS: add support for F_DUPFD_CLOEXEC 31/3031/1
David van Moolenbroek [Mon, 20 Jul 2015 13:55:10 +0000 (13:55 +0000)]
VFS: add support for F_DUPFD_CLOEXEC

Change-Id: Ibe422c6c99fe5fd1385884843ff9e15111810309

9 years agobenchmarks: remove unixbench 30/3030/1
David van Moolenbroek [Mon, 20 Jul 2015 11:02:57 +0000 (11:02 +0000)]
benchmarks: remove unixbench

This code appears to be GPL-licensed and thus does not belong in
the MINIX3 source tree.

Change-Id: I9e88c3ffd8eae8697b629899dba9728863a4413a

9 years agomkfs.mfs: remove Linux mount check 29/3029/1
David van Moolenbroek [Mon, 20 Jul 2015 10:59:49 +0000 (10:59 +0000)]
mkfs.mfs: remove Linux mount check

This code is GPL-licensed and thus does not belong in the MINIX3
source tree.

Change-Id: Ie154f8a4b536df53b840e535283996b545f2bafc

9 years agotests: remove IPC test set 28/3028/1
David van Moolenbroek [Sun, 19 Jul 2015 17:58:10 +0000 (17:58 +0000)]
tests: remove IPC test set

This code appears to be GPL-licensed and thus does not belong in
the MINIX3 source tree.

Change-Id: I1d1060cd159322398284c6bb9716541819706e95

9 years agoinet: fix state transitions in driver receipt code 27/3027/1
David van Moolenbroek [Fri, 17 Jul 2015 18:44:39 +0000 (18:44 +0000)]
inet: fix state transitions in driver receipt code

This resolves a problem with ioctl(NIOCGETHSTAT) hanging forever
as identified by Erik van der Kouwe, and possibly many other corner
cases.

Change-Id: I2350c882dc6a0862e16454ec6b6c320d78780bcd

9 years agoAdd test82 (HTTP) 26/3026/1
Erik van der Kouwe [Wed, 8 Jul 2015 07:54:56 +0000 (09:54 +0200)]
Add test82 (HTTP)

This test connects to a remote HTTP server to retrieve files, using various
chunk sizes and concurrency settings to exercise the network stack. The test
is only performed is USENETWORK=yes. This test requires the following URLs to
remain available: http://test82.minix3.org/test1.txt and
 http://test82.minix3.org/test2.bin. The former contains a 'Hello world'
message followed by a newline, the latter all 16-bit values in increasing
order, using big-endian notation.

Change-Id: I696106482fb1658f9657be2b6845a1b37a3d6172

9 years agoAdd new tests 80 (TCP) and 81 (UDP) 25/3025/1
Erik van der Kouwe [Wed, 8 Jul 2015 07:46:56 +0000 (09:46 +0200)]
Add new tests 80 (TCP) and 81 (UDP)

These new tests are largely based on the code from test 56 (UDS). Common code
is moved into a separate file common-socket.c. In some instances the tests
are too strict for TCP/UDP sockets, which may not always react instantly to
whatever happens on the other side (even locally). For these cases, the
ignore_* fields in struct socket_test_info indicate that there needs to be
an exception. There are also tests where it seems the functionality of inet
is either incorrect or incomplete with regard to the POSIX standard. In these
cases, the bug_* fields are used to document the issues while avoiding
failure of the test.

Change-Id: Ia860deb4559d42608790451936b1aade866faebc

9 years agotest48: skip some redundant combinations of parameters 24/3024/1
Erik van der Kouwe [Wed, 8 Jul 2015 07:32:17 +0000 (09:32 +0200)]
test48: skip some redundant combinations of parameters

Change-Id: I8ebecf4f61a99c653fd6dc0ae9510d5fd154dd4e

9 years agotest48: move can_use_network function to common code for reuse 23/3023/1
Erik van der Kouwe [Wed, 8 Jul 2015 07:30:15 +0000 (09:30 +0200)]
test48: move can_use_network function to common code for reuse

Change-Id: I66a5f36f05fa4c4413b3b62c555fa58fbe5d73ea

9 years agotests: change u32_t to uint32_t for portability 22/3022/1
Erik van der Kouwe [Wed, 8 Jul 2015 07:27:30 +0000 (09:27 +0200)]
tests: change u32_t to uint32_t for portability

Change-Id: I8ea57fff72c3b3ed02cc9d82ee295069ca299ed9

9 years agotest48: Introduce USENETWORK variable. 21/3021/2
Erik van der Kouwe [Thu, 2 Jul 2015 17:01:58 +0000 (19:01 +0200)]
test48: Introduce USENETWORK variable.

This patch introduces USENETWORK environment variable to determine whether to
use the network or not, instead of the unreliable ping test; set to 'yes' to
enable network usage.

Change-Id: I9e26fa95b5b990fd94f5978db8de0dd73496d314

9 years agotest48: update lookup name from static.minix3.org to test48.minix3.org 20/3020/1
Erik van der Kouwe [Thu, 2 Jul 2015 17:01:21 +0000 (19:01 +0200)]
test48: update lookup name from static.minix3.org to test48.minix3.org

Change-Id: Ie8553bee529aeba66a438eab90177551ec44bc07

9 years agoclang: apply LLVM patch r201729 19/3019/1
Erik van der Kouwe [Wed, 29 Apr 2015 20:59:26 +0000 (22:59 +0200)]
clang: apply LLVM patch r201729

This fixes an issue when compiling with GCC 4.9.
For details, see: http://reviews.llvm.org/rL201729

Change-Id: Iaa522715798016f6edb433b01b02aa664fcb5d1c

9 years agolibc: FTS support for dynamic inode numbering 18/3018/1
Ben Gras [Thu, 2 Apr 2015 11:04:27 +0000 (13:04 +0200)]
libc: FTS support for dynamic inode numbering

Edited by Lionel Sambuc and David van Moolenbroek.

Change-Id: I29d6383499d8c0524f86f9dcec701aff35ce8a43

9 years agomemory: announce presence during startup 17/3017/1
Lionel Sambuc [Sun, 28 Jun 2015 17:31:18 +0000 (17:31 +0000)]
memory: announce presence during startup

Change-Id: Id4724c444bdca9f72fca05edb55d7614eb5c8286

9 years agouds: announce presence during startup 16/3016/1
Lionel Sambuc [Thu, 15 Jan 2015 14:25:21 +0000 (15:25 +0100)]
uds: announce presence during startup

Change-Id: Ibaf2e08e80e2b0c4cf4108fff3866a2bd430ec47

9 years agolog: announce presence during startup 15/3015/1
Lionel Sambuc [Thu, 15 Jan 2015 14:19:55 +0000 (15:19 +0100)]
log: announce presence during startup

Set its restart policy to "reset".

Change-Id: I54f350d9d0d9bc571abd9630f27f4c961c7c0778

9 years agolibvtreefs: allow highly dynamic directories 14/3014/1
Cristiano Giuffrida [Thu, 1 Jan 2015 15:34:13 +0000 (16:34 +0100)]
libvtreefs: allow highly dynamic directories

Change-Id: Ibf76262f943ef1a5f529384ebd4a06a2cc5897c1

9 years agolibvtreefs: dynamically allocate long inode names 13/3013/1
Cristiano Giuffrida [Wed, 31 Dec 2014 01:15:44 +0000 (02:15 +0100)]
libvtreefs: dynamically allocate long inode names

Extended by David van Moolenbroek to continue using static buffers
for short inode names, so as to prevent important file system
services such as procfs from running out of memory at runtime.

Change-Id: I6f841741ee9944fc87dbdb78b5cdaa2abee9da76

9 years agolibvtreefs: fix naming bug 12/3012/1
Cristiano Giuffrida [Sat, 27 Dec 2014 15:07:45 +0000 (16:07 +0100)]
libvtreefs: fix naming bug

Change-Id: Ib8767cfef4206ed491855bace6dd8bd58b45b8ce

9 years agoprocfs: add service pid information 11/3011/1
Cristiano Giuffrida [Sat, 20 Dec 2014 00:29:37 +0000 (01:29 +0100)]
procfs: add service pid information

Change-Id: I163ca4c6c6db45cca41515644ac6c2acd0807ee8

9 years agoprocfs: do not list inactive services 10/3010/1
David van Moolenbroek [Fri, 19 Dec 2014 15:35:31 +0000 (15:35 +0000)]
procfs: do not list inactive services

Each /proc/service entry must have a unique label.  With cloning,
multiple RS services may have the same label.  Since we are not
actually interested in inactive services (for now), eliminate those
entries, leaving only the active service which will then indeed have
a unique label in the list.  This resolves a procfs crash.

Change-Id: I0de7ef8fd186ab13f3e22e46416504fd981c09aa

9 years agoprocfs: retrieve both RS tables from RS at once 09/3009/1
David van Moolenbroek [Fri, 19 Dec 2014 13:40:10 +0000 (13:40 +0000)]
procfs: retrieve both RS tables from RS at once

Previously, procfs would retrieve the rproc and rprocpub tables from
RS in two separate calls.  This allowed for a race condition where the
tables could change in between the calls, resulting in a panic in
procfs under certain circumstances.  RS now implements a new method
for getsysinfo that allows the retrieval of both tables at once.

Change-Id: I5ec22d25898361270c90e805a43fc6d76ad9e29d

9 years agoAdd PTYFS, Unix98 pseudo terminal support 08/3008/2
David van Moolenbroek [Mon, 22 Jun 2015 17:14:34 +0000 (17:14 +0000)]
Add PTYFS, Unix98 pseudo terminal support

This patch adds support for Unix98 pseudo terminals, that is,
posix_openpt(3), grantpt(3), unlockpt(3), /dev/ptmx, and /dev/pts/.
The latter is implemented with a new pseudo file system, PTYFS.

In effect, this patch adds secure support for unprivileged pseudo
terminal allocation, allowing programs such as tmux(1) to be used by
non-root users as well.  Test77 has been extended with new tests, and
no longer needs to run as root.

The new functionality is optional.  To revert to the old behavior,
remove the "ptyfs" entry from /etc/fstab.

Technical nodes:

o The reason for not implementing the NetBSD /dev/ptm approach is that
  implementing the corresponding ioctl (TIOCPTMGET) would require
  adding a number of extremely hairy exceptions to VFS, including the
  PTY driver having to create new file descriptors for its own device
  nodes.

o PTYFS is required for Unix98 PTYs in order to avoid that the PTY
  driver has to be aware of old-style PTY naming schemes and even has
  to call chmod(2) on a disk-backed file system.  PTY cannot be its
  own PTYFS since a character driver may currently not also be a file
  system.  However, PTYFS may be subsumed into a DEVFS in the future.

o The Unix98 PTY behavior differs somewhat from NetBSD's, in that
  slave nodes are created on ptyfs only upon the first call to
  grantpt(3).  This approach obviates the need to revoke access as
  part of the grantpt(3) call.

o Shutting down PTY may leave slave nodes on PTYFS, but once PTY is
  restarted, these leftover slave nodes will be removed before they
  create a security risk.  Unmounting PTYFS will make existing PTY
  slaves permanently unavailable, and absence of PTYFS will block
  allocation of new Unix98 PTYs until PTYFS is (re)mounted.

Change-Id: I822b43ba32707c8815fd0f7d5bb7a438f51421c1

9 years agolibfsdriver: clear VM cache only if used 07/3007/1
David van Moolenbroek [Mon, 22 Jun 2015 11:50:04 +0000 (11:50 +0000)]
libfsdriver: clear VM cache only if used

As part of its built-in mmap emulation support for "none" file system
services, libfsdriver clears the VM cache upon exit.  However, for
trivial file systems which do not even support reading from files, the
the VM cache need to be cleared either.  With this patch, the VM cache
is cleared only when modified, so that such trivial file systems need
not be given CLEARCACHE permission.

Change-Id: I518c092443455302b9b9728f10a3f894d2c8036b

9 years agolibfsdriver: default to noop for putnode 06/3006/1
David van Moolenbroek [Sun, 21 Jun 2015 17:53:53 +0000 (17:53 +0000)]
libfsdriver: default to noop for putnode

While putnode requests should always succeed, very simple file system
services may not care about reference counts and thus about putnode
requests at all.  For this reason, we now default to an OK response if
no fdr_putnode implementation is given.

Change-Id: I01f6421abf4546a1f69d8c21900a92d6acc45745

9 years agolibfsdriver: preinitialize stat.st_ino 05/3005/1
David van Moolenbroek [Sun, 21 Jun 2015 17:50:22 +0000 (17:50 +0000)]
libfsdriver: preinitialize stat.st_ino

The stat.st_ino field must always be filled with the inode number
given as part of the fdr_stat request anyway, so libfsdriver can
simply fill in the number and allow the file system not to bother.

Change-Id: Ia7a849d0b23dfc83010df0d48fa26e4225427694

9 years agoAdd a driver for the eMMC on the BeagleBone Black 04/3004/1
Leonardo Fogel [Sat, 20 Jun 2015 21:13:50 +0000 (18:13 -0300)]
Add a driver for the eMMC on the BeagleBone Black

Change-Id: I30ab36ac048c65538718e372db9502fb8f51d41f

9 years agoVFS: fix pipe resumption delay bug 03/3003/1
David van Moolenbroek [Fri, 19 Jun 2015 22:06:19 +0000 (22:06 +0000)]
VFS: fix pipe resumption delay bug

Commit 723e513 erroneously removed a yield() call from VFS which was
necessary to get resumed pipe read/write threads to run before VFS
blocks on receive().  The removal caused those threads to run only
once VFS received another message, effectively slowing down activity
on pipes to a crawl in some cases.

Instead of readding the yield() call, this patch restructures the
get_work() code to go back through the main message loop even when no
new work is received, thus ensuring that newly started threads are
always activated without requiring a special case.

This fixes #65.

Change-Id: I59b7fb9e403d87dba1a5deecb04539cc37517742

9 years agohandle lack of pckbd more gracefully 02/3002/1
rlfnb [Wed, 3 Jun 2015 05:56:35 +0000 (07:56 +0200)]
handle lack of pckbd more gracefully

kb_init() panics, if no keyboard controller is found during self-test.
Instead of panic, the driver should quit the init process and tell it the SEF .

Change-Id: Icdfb7125f5d4062f46cfbbdbbb9e54ac4b273642

9 years agoisofs: do not link against libc 01/3001/2
David van Moolenbroek [Sat, 6 Jun 2015 12:58:46 +0000 (12:58 +0000)]
isofs: do not link against libc

This change requires a small patch to libc, in order to avoid that
libminc has to pull in a large chunk of libc just for mktime(3).

Change-Id: I48e598b3716eff626cac461f78a41e32334e6b28

9 years agoinet: do not link against libc 00/3000/4
David van Moolenbroek [Sat, 6 Jun 2015 11:51:39 +0000 (11:51 +0000)]
inet: do not link against libc

This should make its printed errors show up again.

Change-Id: I6839a584dc2a544bae7973ded3ab1dacf04e4ec0

9 years agoPFS, inet: use static UID to drop privileges 99/2999/1
David van Moolenbroek [Sat, 6 Jun 2015 11:21:23 +0000 (11:21 +0000)]
PFS, inet: use static UID to drop privileges

Previously, services would obtain the user ID of "service" through
getpwnam(3).  While this approach is conceptually better, it also
imposes linking against libc which in turn causes problems with
printf(3), which already led to PFS no longer dropping privileges at
all.  For now, we hardcode SERVICE_UID and use that instead.

In the future, two changes should allow removal of SERVICE_UID again:
- "service edit" should cause RS to request that a service (such as
  PFS) drop privileges through SEF, using the user ID resolved by
  service(8), or something similar;
- a future devfs should make it possible for inet to start without
  root privileges altogether.

Change-Id: Ie02a1e888cde325806fc0ae76909943ac42c9b96

9 years agoVFS: during initial mount, receive but block work 98/2998/1
David van Moolenbroek [Sat, 6 Jun 2015 18:00:34 +0000 (18:00 +0000)]
VFS: during initial mount, receive but block work

For VFS, initialization is a special case for processing work: PFS
and the ramdisk MFS must be fully mounted before VFS can process any
other requests, in particular from init(8). This case was handled by
receiving reply messages only from the FS service being mounted, but
this effectively disallowed PFS from calling setuid(2) at startup.

This patch lets VFS receive all messages during the mounting process,
but defer processing any new requests. As a result, the FS services
have a bit more freedom in what they can do during startup.

Change-Id: I18275f458952a8d790736a9c9559b27bbef97b7b

9 years agoVFS: fix error behavior for partial pipe writes 97/2997/1
David van Moolenbroek [Fri, 5 Jun 2015 18:28:20 +0000 (18:28 +0000)]
VFS: fix error behavior for partial pipe writes

This patch fixes two related issues:

- If a large (>PIPE_BUF) pipe write is processed partially, only to be
  followed by a write error condition, then the process is left in an
  incorrect state, possibly causing VFS to crash on a subsequent call.

- If such a partially processed large pipe write ends up resulting in
  an EPIPE error, no corresponding SIGPIPE signal is generated.

The corrected behavior is tested in test68.

Change-Id: I5540e61ab6bcc60a31201485eda04bc49ece2ca8

9 years agocawf: Update K&R function declarations 96/2996/1
Jacob Adams [Sun, 17 May 2015 03:14:24 +0000 (23:14 -0400)]
cawf: Update K&R function declarations

Change-Id: Ib18171089c7b389f7f2643d7298f9659e882f65c

9 years agocawf: Fix buffer scope 95/2995/1
Jacob Adams [Sun, 17 May 2015 01:08:33 +0000 (21:08 -0400)]
cawf: Fix buffer scope

Change-Id: I03f9066c20da142034626b07d0b07c446075b8af

9 years agosprofalyze: Fix minor typo 94/2994/1
Jacob Adams [Fri, 15 May 2015 19:36:03 +0000 (15:36 -0400)]
sprofalyze: Fix minor typo

Change-Id: I0a419833fb2f438808613737680ace7246713ee9

9 years agoAdd manpage for sprofdiff 93/2993/1
Jacob Adams [Sun, 10 May 2015 02:28:13 +0000 (22:28 -0400)]
Add manpage for sprofdiff

Change-Id: Ifa98ab133ef818d21921f05db650069448ea52ff

9 years agoAdd manpage for sprofalyze 92/2992/1
Jacob Adams [Sun, 10 May 2015 02:13:56 +0000 (22:13 -0400)]
Add manpage for sprofalyze

Change-Id: I206a5878e8f788ea4ff742453148462959263a6a

9 years agoImporting bin/dd 86/2986/1
Jacob Adams [Sun, 5 Apr 2015 01:00:10 +0000 (21:00 -0400)]
Importing bin/dd

Change-Id: Ibdfed821aa834419c9713dc80f698c8ed74ff269

9 years agoImport games/caesar and games/rot13 85/2985/1
Jacob Adams [Sun, 5 Apr 2015 02:26:08 +0000 (22:26 -0400)]
Import games/caesar and games/rot13

Change-Id: Ib6b074c6c525ee817b9182b17a06ae18851f5afe

9 years agoAdd games/banner 84/2984/1
Jacob Adams [Sun, 5 Apr 2015 02:05:03 +0000 (22:05 -0400)]
Add games/banner

Change-Id: Ib4a002422d668d8aa5cf0e7171ea430ef630eeff

9 years agoImport games/rain 83/2983/1
Jacob Adams [Sun, 5 Apr 2015 02:53:00 +0000 (22:53 -0400)]
Import games/rain

Change-Id: Ifc9a9d69795e3281f62c3c3438622ce74994b8b0

9 years agodevmand: properly prevent overflow 82/2982/1
Jacob Adams [Sat, 4 Apr 2015 22:14:44 +0000 (18:14 -0400)]
devmand: properly prevent overflow

closes #22

Change-Id: Ia10f352a7ff5b05b1095dbb65d36316f9165a6f0

9 years agolibc: Fix incomplete fprintf 81/2981/1
Jacob Adams [Mon, 30 Mar 2015 19:53:59 +0000 (15:53 -0400)]
libc: Fix incomplete fprintf

Closes #23

Change-Id: Ibe6362de0d2d1d94442401b92bc126e63bf9f9b0

9 years agomined: increase the size of the tgetent() buffer. 80/2980/1
Thomas Cort [Wed, 25 Mar 2015 19:46:00 +0000 (15:46 -0400)]
mined: increase the size of the tgetent() buffer.

From the termcap section of the GNU termutils manual:

"There is no way you can tell how much space is needed, so the convention
is to allocate a buffer 2048 characters long and assume that is enough.
(Formerly the convention was to allocate 1024 characters and assume that
was enough. But one day, for one kind of terminal, that was not
enough.)"

Change-Id: Ia5937366ae89e886dbaef7d180bee40669d0c488

9 years agomined: move to minix/usr.bin/mined 79/2979/1
Thomas Cort [Wed, 25 Mar 2015 18:51:18 +0000 (14:51 -0400)]
mined: move to minix/usr.bin/mined

As suggested in issue #43.

Historic Locations:

Prior to this commit

  minix/commands/mined

Prior to commit 433d6423c39e34ec4b79c950597bb2d236f886be

  commands

Change-Id: I374ab3ff0e3b9e47779fc21e80b47fda87698242

9 years agomined: remove !__STDC__ code blocks. 78/2978/1
Thomas Cort [Wed, 25 Mar 2015 18:48:08 +0000 (14:48 -0400)]
mined: remove !__STDC__ code blocks.

__STDC__ is used to mitigate the differences between K&R C and the
ANSI C standard. Nearly every compiler now supports ANSI C, so
there is no need to support non-standard compilers.

Change-Id: Ifc3381ecf1c43dfde9004bee48552d8b3ac4dcdc

9 years agomined.h: use '\a' instead of ascii code for bell. 77/2977/1
Thomas Cort [Wed, 25 Mar 2015 18:34:14 +0000 (14:34 -0400)]
mined.h: use '\a' instead of ascii code for bell.

Makes the code slightly more portable and readable.

Change-Id: I45bbecb6dc1c320c9412eeeaf598116c2ce1aac5

9 years agomined: built without UNIX defined. 76/2976/1
Thomas Cort [Wed, 25 Mar 2015 18:32:43 +0000 (14:32 -0400)]
mined: built without UNIX defined.

* Remove undef NULL, EOF, getchar, putchar
* Rename putchar, getchar, _putchar, _getchar to putch, getch, _putch,
  _getch to avoid conflict with libc functions.
* Rename UP() to UP1() (for UP 1 line) to avoid conflict with UP
  definition in termcap.h. Rename DN1 LF1 RT1 for consistency.
* Add termcap.h for prototypes for tputs and friends.
* Add libterminfo references to Makefile
* Add return value to _putch() to make it work as tputs expects.
* Make putch() call _putch()
* Remove UNIX ifdefs and all code in the !UNIX branches.

closes #43

Change-Id: I0a6f7298aa8b12a74225badc88d3c236a02669ea

9 years agoman: clean-out man1x category. 75/2975/1
Thomas Cort [Tue, 24 Mar 2015 20:24:39 +0000 (16:24 -0400)]
man: clean-out man1x category.

Removes the following man pages:

* awk.1x -- for a version of awk we no longer have
* kermit.1x -- seems gone altogether
* macros.1x -- not useful for anyone anymore

Moves the following man pages:

* mined.1x -- Moved to minix/commands/mined/mined.1
and reformatted to use the mdoc macros instead of the
Minix macros so that it displays properly.

Removes /usr/man/man1x from the directory tree.

closes #44

Change-Id: I59b8bd54cf5cba6d188e51e99a92b36e90c275c1

9 years agomined: clean-up trailing whitespace. 74/2974/3
Thomas Cort [Sun, 22 Mar 2015 20:29:04 +0000 (16:29 -0400)]
mined: clean-up trailing whitespace.

Change-Id: Ic27293d7e1d0f830d635b78e7e620dcf0ef3e03f

9 years agomined1.c: remove i386 guard around escape sequences. 73/2973/3
Thomas Cort [Sun, 22 Mar 2015 20:14:51 +0000 (16:14 -0400)]
mined1.c: remove i386 guard around escape sequences.

The escape sequences for the function keys used to be separated
out in older versions of Minix when they were different for m68k
and intel. Support for m68k was dropped and that code was
removed, leaving the ifdef i386. Since the sequences are the
same for i386 and arm, there is no need to keep the ifdef i386.

Change-Id: Id96a80bcb24da120efa63acc9b248d87fc347eac

9 years agomined.h: remove irrlevant comment. 72/2972/3
Thomas Cort [Sun, 22 Mar 2015 20:10:17 +0000 (16:10 -0400)]
mined.h: remove irrlevant comment.

It used to refer to several NIL_* definitions. Those were removed
in commit 6e25ad8b0a5606fc9351824adf9034d2ef7f7293 leaving the
comment with nothing to comment on.

Change-Id: I52221ae5d2c5216e82391b480cf2038ad723b8f0

9 years agomined.h: remove unused definition, MEMORY_SIZE. 71/2971/3
Thomas Cort [Sun, 22 Mar 2015 20:09:25 +0000 (16:09 -0400)]
mined.h: remove unused definition, MEMORY_SIZE.

Change-Id: I1ae83c427cafb15f1382b7d8ab3871a36b0eec28

9 years agomined.h: remove minix/config.h include. 70/2970/3
Thomas Cort [Sun, 22 Mar 2015 20:07:45 +0000 (16:07 -0400)]
mined.h: remove minix/config.h include.

Nothing defined there is used by mined.

Change-Id: I38b692be1313aaed316eebd7caf8e879178d90dc

9 years agocommands/fix: create manpage for fix(8) 69/2969/2
Jacob Adams [Sun, 22 Mar 2015 02:41:10 +0000 (22:41 -0400)]
commands/fix: create manpage for fix(8)

Change-Id: I868f1338994d6cc2cba6789b9b4e8934610d0142

9 years agoFix boot if no pckd device is there 68/2968/1
rlfnb [Wed, 18 Mar 2015 14:36:10 +0000 (15:36 +0100)]
Fix boot if no pckd device is there

Trying to boot Minix3 master on an appliance/sbc like ALIX fails, as
the service command throws an error. Making the rc script more robust
solves it.

Change-Id: I659043cbbaa2d67b70d6d6e5ab14fff8e1bba769

9 years agoswifi: Fix incorrect memset 67/2967/1
Jacob Adams [Wed, 18 Mar 2015 13:04:01 +0000 (09:04 -0400)]
swifi: Fix incorrect memset

Change-Id: I6764aff558f51cdb90b91a3e71c982e8b3f47058

9 years agoUpdate whatis/apropos database configuration 66/2966/1
Jacob Adams [Sun, 15 Mar 2015 02:58:34 +0000 (22:58 -0400)]
Update whatis/apropos database configuration

Change-Id: I2483cc0e9748ba68bd1acf0ceb39fde4afc2059b

9 years agoMake rotate manpage more detailed 65/2965/1
Jacob Adams [Sat, 14 Mar 2015 16:06:21 +0000 (12:06 -0400)]
Make rotate manpage more detailed

Change-Id: I028550c17b87655a6e39a7f8b3233cbe982883eb

9 years agorelease.sh: Support preinstalled package selection 64/2964/1
Lionel Sambuc [Thu, 19 Mar 2015 11:39:00 +0000 (12:39 +0100)]
release.sh: Support preinstalled package selection

This allows to both override the default package repository and
preinstalled packages list from the command line or the environment.

Also use everywhere PACKAGEURL.

Change-Id: I3434ff53be769f8d0f890bb5fb44521a0017e123

9 years agononamed.8: Document the -L option. 63/2963/1
Christian Koch [Sun, 1 Mar 2015 00:59:16 +0000 (00:59 +0000)]
nonamed.8: Document the -L option.

Change-Id: I1aadb50cd416e0467a87c8d75db1c293333a7969

9 years agoDo not read past the end of the buffer 62/2962/1
Jacob Adams [Wed, 18 Mar 2015 00:40:49 +0000 (20:40 -0400)]
Do not read past the end of the buffer

closes #22

Change-Id: I239c670915d98440c176ccf23e5270c40c4fbe81

9 years agoproperly check if configuration file is opened 61/2961/1
Jacob Adams [Wed, 18 Mar 2015 00:36:47 +0000 (20:36 -0400)]
properly check if configuration file is opened

closes #21

Change-Id: I2f83b5385ac38bf07d30acb14f40c14bec476830

9 years agoGet rid of K&R functions in recwave 60/2960/1
Jacob Adams [Wed, 18 Mar 2015 00:34:09 +0000 (20:34 -0400)]
Get rid of K&R functions in recwave

Change-Id: I98cf0426aedf03ec0312f58ff77b816fd231eb84

9 years agoCheck argc is greater than 1 before using on argv 59/2959/1
Jacob Adams [Wed, 18 Mar 2015 00:30:29 +0000 (20:30 -0400)]
Check argc is greater than 1 before using on argv

closes #19

Change-Id: I50ee3fa82bce274e710434628b6c178467fd3887

9 years agoarm: Make sure __k_unpaged_MINIX is first 58/2958/1
Emmanuel Blot [Mon, 19 Jan 2015 13:39:44 +0000 (14:39 +0100)]
arm: Make sure __k_unpaged_MINIX is first

Do not rely on build order to set startup symbol (`__k_unpaged_MINIX`)
at kernel binary start

Change-Id: I1ed3f9309fe66ff97e24915938c114d5a159deaf

9 years agoFix incorrect sanity check 57/2957/1
Emmanuel Blot [Mon, 19 Jan 2015 13:31:46 +0000 (14:31 +0100)]
Fix incorrect sanity check

Remove invalid sanity check where an array is tested against NULL -
not a pointer

Change-Id: I3d5e33585e7f97a41124af4133e8a879ab21d972

9 years agoFix unused variable warnings 56/2956/1
Emmanuel Blot [Mon, 19 Jan 2015 13:29:44 +0000 (14:29 +0100)]
Fix unused variable warnings

Do not define variables that are not used in Minix builds

Change-Id: I11d12e5e1de9fc359b71a7e7534fc8f09fac837d

9 years agoFix format string for size_t types 55/2955/1
Emmanuel Blot [Mon, 19 Jan 2015 13:23:52 +0000 (14:23 +0100)]
Fix format string for size_t types

Fix missing “%z[dux]” prefix printf formatter string for `size_t`
types.

Change-Id: If216a778b0b65e8ab2cdd1c7484cb8452d1f965d

9 years agoChange rotate.sh BZIP2 to the correct path 54/2954/1
Jacob Adams [Sat, 14 Mar 2015 15:20:01 +0000 (11:20 -0400)]
Change rotate.sh BZIP2 to the correct path

closes #8

Change-Id: I90cb30e3d8ee2c000aca36fb9f8cc22c6d49583e

9 years agoImport NetBSD games/rogue 52/2952/2
Robin Karlsson [Sat, 14 Mar 2015 03:29:23 +0000 (04:29 +0100)]
Import NetBSD games/rogue

Change-Id: Id4aef4950f250edef2d507910877aabc6b9580ea

9 years agocommands/autopart: Fix dead code block 51/2951/1
Jacob Adams [Mon, 2 Feb 2015 04:04:30 +0000 (23:04 -0500)]
commands/autopart: Fix dead code block

Fix dead code block, make surrounding code more readable, and remove
unused mode variable.

closes #20

Change-Id: I802e3d8680d7a7adc7acd580bfcec9dc28af0bc4

9 years agoUse or instead of and to determine if urb is valid 50/2950/1
Jacob Adams [Mon, 2 Feb 2015 03:56:49 +0000 (22:56 -0500)]
Use or instead of and to determine if urb is valid

close #24

Change-Id: I12e2b20d69aa7b186a8e5cd0dc16f653a18b2ee2

9 years agoMaybe a broken bios/device setting 49/2949/1
rlfnb [Mon, 9 Mar 2015 13:38:27 +0000 (14:38 +0100)]
Maybe a broken bios/device setting

Removing the panic leads to exactly one message on ALIX. Both commits
make minix out of the box booting on ALIX devices.

Change-Id: I9210fef79a8736e36b9c42c7925c9f3354c60e7c

9 years agoALIX: No pci device at bus 0, dev 0, func 0 48/2948/1
rlfnb [Tue, 3 Mar 2015 20:23:40 +0000 (21:23 +0100)]
ALIX: No pci device at bus 0, dev 0, func 0

Seems like its a kind of convention introduced by Intel but not
mandatory from a PCI specification point of view, that the PCI host
controller resides on bus 0, device 0 function 0. At least tinybios
(the bios used by ALIX and WRAP) based appliances are not able to boot
with this change.

Change-Id: I0e45c68c482972be7276028525985de920cf64f7

9 years agoFix arm build for GCC, noassert, -Os 41/2941/2
Lionel Sambuc [Thu, 5 Mar 2015 13:39:41 +0000 (14:39 +0100)]
Fix arm build for GCC, noassert, -Os

Change-Id: I706fdfc8fc9a5e0c9076e3657ac1a6ef0745bd14

9 years agolibsffs, libvtreefs: fix getdents bug 40/2940/1
David van Moolenbroek [Sun, 1 Feb 2015 15:29:13 +0000 (15:29 +0000)]
libsffs, libvtreefs: fix getdents bug

Bad logic introduced as part of the fsdriver changes could cause
getdents to terminate early in these libraries.

Issue reported by r0ller.

Change-Id: If450d5ea85e830584878d8a4ec0f00519355a353

9 years agoAdd 3c90x: 3Com 3C90xB/C network driver 39/2939/1
David van Moolenbroek [Mon, 29 Dec 2014 14:39:27 +0000 (14:39 +0000)]
Add 3c90x: 3Com 3C90xB/C network driver

Change-Id: Iba0bbcb3b1b69a7c204abdc81cf3afe59b6bfaae

9 years agolibsa: add string precision support to vprintf 38/2938/1
David van Moolenbroek [Tue, 23 Dec 2014 14:58:03 +0000 (14:58 +0000)]
libsa: add string precision support to vprintf

We already had a hack to ignore the precision, but the ACPI driver
requires an actual implementation--it prints garbage at the end of
some strings otherwise.  This patch adds support for precision for
strings only, limiting printing to the given number of characters.
For all other specifiers, precision is still unsupported.

Change-Id: I1d41fc70a0d0494db695c22ba609262a50b86e08

9 years agoACPI: OS-dependent code tweaks 37/2937/1
David van Moolenbroek [Tue, 23 Dec 2014 09:45:52 +0000 (09:45 +0000)]
ACPI: OS-dependent code tweaks

Change-Id: I533685f6716cb48ccf3d5ca5ef0fb681a5293549

9 years agobootloader: pass memory map to kernel 36/2936/1
David van Moolenbroek [Mon, 22 Dec 2014 23:15:02 +0000 (23:15 +0000)]
bootloader: pass memory map to kernel

Previously, the bootloader would only provide a single memory range.
At least on VirtualBox, this memory range includes the ACPI tables,
which the kernel then happily overwrites when executing VM.  Much of
the infrastructure to use a fullblown memory map is already in place;
this patch adds the last (and strangely missing) bit of generating
the memory map in a multiboot-compatible way.

It should be noted that both the bootloader and the kernel actually
violate the multiboot specification by not packing the structure for
the memory ranges.  This is a NetBSD bug, but it is also a nonissue
for (our) practical purposes.  It can be fixed without changing the
code added in this patch.

Change-Id: I7c0a307a8a8133239531e1d2b80f376849f90247

9 years agoACPI: upgrade to acpica-unix2-20141107 35/2935/1
David van Moolenbroek [Mon, 22 Dec 2014 18:19:46 +0000 (18:19 +0000)]
ACPI: upgrade to acpica-unix2-20141107

Change-Id: I96151a2756fd9814bfba180548e8a96dca63ce51

9 years agoVM: fix for handling one-shot page memory 34/2934/1
David van Moolenbroek [Mon, 22 Dec 2014 17:20:40 +0000 (17:20 +0000)]
VM: fix for handling one-shot page memory

The original one-shot page patch (git-e321f65) did not account for the
possibility of pagefaults happening while copying memory in the
kernel.  This allowed a simple cp(1) from vbfs to hang the system,
since VM was repeatedly requesting the same page from the file system.

With this fix, VM no longer tries to fetch the same memory-mapped page
from VFS more than once per memory handling request from the kernel.
In addition to fixing the original issue, this change should make
handling memory somewhat more robust and ever-so-slightly faster.

Test74 has been extended with a simple test for this case.

Change-Id: I6e565f3750141e51b52ec98c938f8e1aa40070d0

9 years agoAllow u-boot repository URL to be overridden 33/2933/1
Lionel Sambuc [Thu, 5 Feb 2015 14:00:17 +0000 (14:00 +0000)]
Allow u-boot repository URL to be overridden

This allows the URL used to clone our specific version of u-boot to be
specified in the environment, instead of being hard-coded.

This new flexibility will be required by the new Continuous Integration
infrastructure, whose test nodes are in a network without direct
internet access.

Change-Id: I7440b5bba6786f979623b4509111e4e99c6558f6

9 years agorecognize Intel 82540EP LP by e1000 31/2931/1
Thomas Goering [Fri, 12 Dec 2014 20:28:06 +0000 (21:28 +0100)]
recognize Intel 82540EP LP by e1000

Change-Id: I8868963ba09ce1dffa9416c9ece29c7315dee4cd

9 years agoARM: can build with llvm, switch to EABI 30/2930/7
Ben Gras [Thu, 11 Dec 2014 14:00:57 +0000 (15:00 +0100)]
ARM: can build with llvm, switch to EABI

. bitcode fixes
. switch to compiler-rt instead of netbsd libc functions
  or libgcc for support functions for both x86 and arm
. minor build fixes
. allow  build with llvm without crossbuilding llvm itself
. can now build minix/arm using llvm and eabi - without C++
  support for now (hence crossbuilding llvm itself is turned off
  for minix/arm)

Change-Id: If5c44ef766f5b4fc4394d4586ecc289927a0d6eb

9 years agoRestart policies: Add testing and ProcFS DB 28/2928/3
Lionel Sambuc [Mon, 8 Dec 2014 10:32:14 +0000 (10:32 +0000)]
Restart policies: Add testing and ProcFS DB

 - Expose in procfs the service status and supported recovery policies.
 - This adds a test (testrelpol.sh) to exercise the restart policies of
   the system services and drivers.

NOTE:
  The policy support information is temporarily hardcoded in ProcFS, but
  this has to be replaced by properly retrieving this information from
  RS, which should in turn be setup on a per service basis, at
  initialization time.

Change-Id: I0cb1516a450355b38d0c46b1a8b3d9e841a2c029

9 years agoARM: remove minix type exception 27/2927/1
Ben Gras [Wed, 10 Dec 2014 15:45:33 +0000 (16:45 +0100)]
ARM: remove minix type exception

. clean fix for minix/arm llvm build problem
. was needed for gcc but isn't any more it seems

Change-Id: Iea1edffbe3149c5c954ae009a388b7ea492f3d1a

9 years agovirtio_net: use new libnetdriver 26/2926/1
David van Moolenbroek [Tue, 2 Dec 2014 14:08:24 +0000 (14:08 +0000)]
virtio_net: use new libnetdriver

Change-Id: Id06bdb67da12477984b42bbd46623bd8f25c0ab9

9 years agortl8169: use new libnetdriver 25/2925/1
David van Moolenbroek [Tue, 2 Dec 2014 14:06:15 +0000 (14:06 +0000)]
rtl8169: use new libnetdriver

Change-Id: Ia26b6c440a1525f1d2bb9e7592e357dac0ba602c

9 years agortl8139: use new libnetdriver 24/2924/1
David van Moolenbroek [Tue, 2 Dec 2014 14:07:16 +0000 (14:07 +0000)]
rtl8139: use new libnetdriver

Change-Id: Iba941653b7c052375694bcec2561957c1979feb0

9 years agoorinoco: use new libnetdriver 23/2923/1
David van Moolenbroek [Tue, 2 Dec 2014 14:05:26 +0000 (14:05 +0000)]
orinoco: use new libnetdriver

Change-Id: I003590539dd76f4be8e067f986bb1f17b151490d

9 years agolance: use new libnetdriver 22/2922/1
David van Moolenbroek [Tue, 2 Dec 2014 14:05:09 +0000 (14:05 +0000)]
lance: use new libnetdriver

Change-Id: If3414088e66407c688c4960f99a165b0ee1ebc83

9 years agolan8710a: use new libnetdriver 21/2921/1
David van Moolenbroek [Tue, 2 Dec 2014 14:04:33 +0000 (14:04 +0000)]
lan8710a: use new libnetdriver

Change-Id: Iaee4d75a5dfafc72d94f0b02681f9aea1c9da535

9 years agofxp: use new libnetdriver 20/2920/1
David van Moolenbroek [Tue, 2 Dec 2014 14:04:01 +0000 (14:04 +0000)]
fxp: use new libnetdriver

Change-Id: I03268655a5daff3d109ae52e64673911ef096a3f

9 years agoe1000: use new libnetdriver 19/2919/1
David van Moolenbroek [Tue, 2 Dec 2014 14:03:14 +0000 (14:03 +0000)]
e1000: use new libnetdriver

Change-Id: I111750d2ca27f01039d0b427b1314aea861e2074

9 years agodpeth: use new libnetdriver 18/2918/1
David van Moolenbroek [Tue, 2 Dec 2014 14:02:46 +0000 (14:02 +0000)]
dpeth: use new libnetdriver

Change-Id: Ic389e54817c5b241dad851c89ef1cf16c015a79b