| #
081c95a7 |
| 24-Oct-2018 |
Christopher Simons <christopherleesimons@gmail.com> |
import games/worm from NetBSD
closes #262
Change-Id: I63674a1e5457bbb3d30708e12f25c30487d70324
|
| #
68b3d8c1 |
| 23-Oct-2018 |
Christopher Simons <christopherleesimons@gmail.com> |
import games/worms from NetBSD
closes #261
Change-Id: I83e978c24a632c851772787695c0af6c5b2d09c6
|
| #
fb9c64b2 |
| 22-Oct-2018 |
Christopher Simons <christopherleesimons@gmail.com> |
import games/wtf from NetBSD
closes #260
Change-Id: Ia3bbe28d77dff7f21fe7de3d0c03a65f6681049c
|
| #
1dee92eb |
| 23-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD networking rc scripts
IMPORTANT: this change has a docs/UPDATING entry!
Change-Id: I6f1e575166f5b47530a004c12aea9b45b571e13d
|
| #
340f5e56 |
| 05-Mar-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD httpd(8)
Also known as bozohttpd(8).
Change-Id: I40e955b5654674f2c708b10e5e403ca9cbc92534
|
| #
8f957290 |
| 19-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD rtadvd(8)
Change-Id: I22626843d85c78f0fadefd58d61d7a85d285b2b8
|
| #
5de448e3 |
| 19-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD ndp(8)
Like arp(8), this utility already uses the NetBSD 8 protocol for talking to the operating system through routing sockets.
Like arp(8), this utility is not fully functional, due
Import NetBSD ndp(8)
Like arp(8), this utility already uses the NetBSD 8 protocol for talking to the operating system through routing sockets.
Like arp(8), this utility is not fully functional, due to limitations of lwIP. While ndp(8) should provide a proper (read-only) view of the contents of the Neighbor Discovery table, any attempts to modify the table will fail. In addition, various other ndp(8) features are not supported. On MINIX 3, the prefix and default router lists are not managed by the operating system however, but rather by dhcpcd(8); therefore, an implementation of the features related to those lists would not provide any actual functionality.
Change-Id: I479bfc8141ba69fe50c1b2f7091933267ce6fa3e
show more ...
|
| #
b636d99d |
| 19-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD tcpdump(8)
For now, printing of Sun RPC requests is disabled because we do not yet have the RPC header files. This should affect basically noone, as we do not have any RPC-based progr
Import NetBSD tcpdump(8)
For now, printing of Sun RPC requests is disabled because we do not yet have the RPC header files. This should affect basically noone, as we do not have any RPC-based programs yet, for the same reason.
Change-Id: Ie7818faaaacdc104d8b2c37a68866b4ce18247d6
show more ...
|
| #
d56f51ea |
| 19-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD libpcap
As part of this, we import bpf_filter.c from NetBSD. Even though that file is part of the NetBSD kernel, it is also used by userland (as is clear here). Our LWIP service has
Import NetBSD libpcap
As part of this, we import bpf_filter.c from NetBSD. Even though that file is part of the NetBSD kernel, it is also used by userland (as is clear here). Our LWIP service has its own bpf_filter.c implementation but that implementation has certain limits (e.g. on program size) that are fine for a system service but should not apply to userland.
The libpcap code has a number of blocks guarded by __NetBSD__, but none of those blocks apply to MINIX 3. In particular, some of the alignment logic used for NetBSD may in fact not work in our case.
Change-Id: Ib187e22d627c929e111d5d4a991c3bee3c0154cb
show more ...
|
| #
83ee113e |
| 16-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD dhclient(8), dhcpd(8), dhcrelay(8)
dhcrelay(8) and omshell(1) have not been tested.
Change-Id: I0cad89f65666af4e366a86e130ce8df0894c3bb4
|
| #
00b67f09 |
| 16-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD named(8)
Also known as ISC bind. This import adds utilities such as host(1), dig(1), and nslookup(1), as well as many other tools and libraries.
Change-Id: I035ca46e64f1965d57019e773
Import NetBSD named(8)
Also known as ISC bind. This import adds utilities such as host(1), dig(1), and nslookup(1), as well as many other tools and libraries.
Change-Id: I035ca46e64f1965d57019e773f4ff0ef035e4aa3
show more ...
|
| #
9f20bfa6 |
| 16-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD dhcpcd(8)
The port could be improved by adding support for pselect(2).
Other than that, this port has a few MINIX-specific changes:
- we undefine IN_IFF_ flags to stop dhcpcd from th
Import NetBSD dhcpcd(8)
The port could be improved by adding support for pselect(2).
Other than that, this port has a few MINIX-specific changes:
- we undefine IN_IFF_ flags to stop dhcpcd from thinking that we have operating system support for link-local IPv4 address management; - we work around one crash bug that seems triggered by using dhcpcd on some but not all interfaces; - we add "noalias" to the default dhcpcd.conf(5) configuration file.
Change-Id: I8a81c2c2af353c5ce08335673b1ab2d4b39178da
show more ...
|
| #
d642636d |
| 16-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD resolvconf(8)
Also known as "openresolv". Needed for dhcpcd(8).
Change-Id: Ibcb616837e9a5293377e451c6f6218a37260ed80
|
| #
c3b6f8f2 |
| 15-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD inetd(8)
Do not start it by default just yet.
Change-Id: Id8d2dd33eb67ae74b3ef3060638e20c781e8e37d
|
| #
e044bafa |
| 15-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD telnetd(8)
Change-Id: Ie1ae80e8a4945f6f4ccce8f468c1b04a8d89cf43
|
| #
7348b5c5 |
| 15-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD telnet(1)
Change-Id: Ib58b43cc9baabe183a59410212827f65ec117277
|
| #
72e899ea |
| 15-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD traceroute6(8)
Change-Id: I040651cf29a9efd6b85afafe6813e48c2f1a4f2d
|
| #
903ca1e5 |
| 15-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD ping6(8)
Change-Id: Ife49f5fac0e50852c74a0f85b6129c204d172c68
|
| #
04e82b7d |
| 15-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD arp(8)
Behaviorally this port should already be largely on par with the NetBSD 8 version, in that it sets the RTF_LLDATA flag on routing socket requests to indicate that they target li
Import NetBSD arp(8)
Behaviorally this port should already be largely on par with the NetBSD 8 version, in that it sets the RTF_LLDATA flag on routing socket requests to indicate that they target link-local data.
Many parts of the arp(8) functionality are currently not yet supported by the operating system, largely due to lwIP not exposing appropriate means of implementing them.
Change-Id: Icfac054b4deddda03eee4acf0e261aa48cd031ba
show more ...
|
| #
66dfcc85 |
| 15-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD netstat(1)
The port forces the use of sysctl(7), as obtaining information through KVM is not and will never be viable. The sysctl mode of netstat(1) is currently somewhat limited and
Import NetBSD netstat(1)
The port forces the use of sysctl(7), as obtaining information through KVM is not and will never be viable. The sysctl mode of netstat(1) is currently somewhat limited and buggy, though. We fix a few minimal issues, but more improvements will have to come from NetBSD reimports.
Some of netstat(1)'s views are currently not supported by the operating system. Later improvements on this point will not require changes to the imported code, though.
Change-Id: If74a6811f0fc81bd1ecc31010a28379b14b2a0eb
show more ...
|
| #
483e5955 |
| 15-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD route(8)
Change-Id: I724a2a56157ea72afdd3f6a82239687894c8e3e8
|
| #
90b80121 |
| 15-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD ifconfig(8)
Not all of its functionality is actually implemented in the operating system. In addition, a few modules (agr, vlan) have been disabled because we have not imported the ne
Import NetBSD ifconfig(8)
Not all of its functionality is actually implemented in the operating system. In addition, a few modules (agr, vlan) have been disabled because we have not imported the necessary headers yet.
Change-Id: I4c9271065d640bd9112b4bd27e2652e1d51b18b4
show more ...
|
| #
f1fab66e |
| 17-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD libwrap
Change-Id: Ib8b979fb9a96c2048b8ea93038944c743048bff4
|
| #
c2a43b22 |
| 23-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD nsswitch.conf(5)
Change-Id: I0464b474d50b39cd6259c492e1fae6fecfd9d984
|
| #
9b6c0eaf |
| 14-Feb-2017 |
David van Moolenbroek <david@minix3.org> |
Import NetBSD hosts(5)
Change-Id: I0924dcc7d4eb9151b77305f370360722d4a7533a
|