User Tools

Site Tools


developersguide:portingnetbsduserland

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
developersguide:portingnetbsduserland [2016/08/13 18:49]
lionelsambuc [NetBSD libraries]
developersguide:portingnetbsduserland [2018/10/28 22:48]
christophersimons updates on { logger, worm, worms, wtf }
Line 38: Line 38:
 This section lists the libraries and utilities which have been already integrated into the master branch of MINIX repository. This section lists the libraries and utilities which have been already integrated into the master branch of MINIX repository.
  
 +**Important**:​ some entries have a comment indicating why that entry can not (yet) be ported. While those comments were definitely true at the time they were written, some of them may now be outdated due to improvements made to MINIX 3 since then. Therefore, sometimes it makes sense to take another look at such entries anyway.
 ==== NetBSD libraries ==== ==== NetBSD libraries ====
 More often than not, there are ripple effects in case of porting foreign libraries. So, their complete port is spread across many commits. In the following table, only the initial commit is listed. Also, there are always such functions present in these libraries, porting of whose have been disabled due to missing system calls. So, you can start by porting those functions too by implementing the corresponding system call. In case of libc, refer to [[http://​git.minix3.org/?​p=minix.git;​a=blob;​f=minix/​lib/​libc/​sys/​MISSING_SYSCALLS;​hb=HEAD|minix/​lib/​libc/​sys/​MISSING_SYSCALLS]] for the complete list. More often than not, there are ripple effects in case of porting foreign libraries. So, their complete port is spread across many commits. In the following table, only the initial commit is listed. Also, there are always such functions present in these libraries, porting of whose have been disabled due to missing system calls. So, you can start by porting those functions too by implementing the corresponding system call. In case of libc, refer to [[http://​git.minix3.org/?​p=minix.git;​a=blob;​f=minix/​lib/​libc/​sys/​MISSING_SYSCALLS;​hb=HEAD|minix/​lib/​libc/​sys/​MISSING_SYSCALLS]] for the complete list.
Line 98: Line 99:
 | libskey ​        ​| ​               |        |              |         ​| ​              | | libskey ​        ​| ​               |        |              |         ​| ​              |
 | libss           ​| ​               |        |              |         ​| ​              | | libss           ​| ​               |        |              |         ​| ​              |
-| libtelnet ​      ​| ​                                           ​              ​|+| libtelnet ​      ​| ​David van Moolenbroek ​committed ​| | 7348b5c52b47a1c199a1754a40bbfa360b536de2 ​[[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=7348b5c52b47a1c199a1754a40bbfa360b536de2|click]] ​|
 | libterminfo ​    | [[:​users:​vivek-prakash| Vivek Prakash]] | committed | | 51e66a47d88f32e577d34ec883630a1acb2fb223 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=51e66a47d88f32e577d34ec883630a1acb2fb223|click]] | | libterminfo ​    | [[:​users:​vivek-prakash| Vivek Prakash]] | committed | | 51e66a47d88f32e577d34ec883630a1acb2fb223 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=51e66a47d88f32e577d34ec883630a1acb2fb223|click]] |
 | libukfs ​        ​| ​               |        |              |         ​| ​              | | libukfs ​        ​| ​               |        |              |         ​| ​              |
 | libusbhid ​      ​| ​               |        |              |         ​| ​              | | libusbhid ​      ​| ​               |        |              |         ​| ​              |
 | libutil ​        | [[:​users:​bengras|Ben Gras]] | committed | | 0c3983b25a88161cf074524e5c94585a2582ae82 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=0c3983b25a88161cf074524e5c94585a2582ae82|click]] | | libutil ​        | [[:​users:​bengras|Ben Gras]] | committed | | 0c3983b25a88161cf074524e5c94585a2582ae82 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=0c3983b25a88161cf074524e5c94585a2582ae82|click]] |
-| libwrap ​        ​| ​                                           ​              ​|+| libwrap ​        ​| ​David van Moolenbroek ​committed ​| | f1fab66e7dda396e0a899dafaddb9c3ac4edfcfe ​[[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=f1fab66e7dda396e0a899dafaddb9c3ac4edfcfe|click]] ​|
 | liby            |                |        |              |         ​| ​              | | liby            |                |        |              |         ​| ​              |
 | libz            | [[:​users:​bengras|Ben Gras]] | committed | | ae947059e6831754dea92c555fbe5f2ccb2a3e72 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=ae947059e6831754dea92c555fbe5f2ccb2a3e72|click]] | | libz            | [[:​users:​bengras|Ben Gras]] | committed | | ae947059e6831754dea92c555fbe5f2ccb2a3e72 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=ae947059e6831754dea92c555fbe5f2ccb2a3e72|click]] |
Line 165: Line 166:
 | usr.bin/​apropos ​          | [[:​users:​bengras|Ben Gras]] | committed | | 0c3983b25a88161cf074524e5c94585a2582ae82 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=0c3983b25a88161cf074524e5c94585a2582ae82|click]] | | usr.bin/​apropos ​          | [[:​users:​bengras|Ben Gras]] | committed | | 0c3983b25a88161cf074524e5c94585a2582ae82 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=0c3983b25a88161cf074524e5c94585a2582ae82|click]] |
 | usr.bin/​asa ​              | [[:​users:​thomascort|Thomas Cort]] | committed | | 539d1e306a48aa887c085e6c59d8ce0cf9640399 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=539d1e306a48aa887c085e6c59d8ce0cf9640399|click]] | | usr.bin/​asa ​              | [[:​users:​thomascort|Thomas Cort]] | committed | | 539d1e306a48aa887c085e6c59d8ce0cf9640399 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=539d1e306a48aa887c085e6c59d8ce0cf9640399|click]] |
-| usr.bin/​at ​               |                       |              |         ​| ​              |+| usr.bin/​at ​               | stux in progress ​|              |         ​| ​              |
 | usr.bin/​audio ​            ​| ​               |        |              | missing sys/​audioio.h | | | usr.bin/​audio ​            ​| ​               |        |              | missing sys/​audioio.h | |
 | usr.bin/​audiocfg ​         |                |        |              | missing sys/​drvctlio.h | | | usr.bin/​audiocfg ​         |                |        |              | missing sys/​drvctlio.h | |
Line 216: Line 217:
 | usr.bin/​finger ​           | [[:​users:​thomascort|Thomas Cort]] | committed | | 406cdd95a6bb64607d1091a36d0958ce7043a81d | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=406cdd95a6bb64607d1091a36d0958ce7043a81d|click]] | | usr.bin/​finger ​           | [[:​users:​thomascort|Thomas Cort]] | committed | | 406cdd95a6bb64607d1091a36d0958ce7043a81d | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=406cdd95a6bb64607d1091a36d0958ce7043a81d|click]] |
 | usr.bin/​flock ​            | David van Moolenbroek | committed | | 9488aa4c0452da1852a4f48bfad3c378d2b3e6cf | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=9488aa4c0452da1852a4f48bfad3c378d2b3e6cf|click]] | | usr.bin/​flock ​            | David van Moolenbroek | committed | | 9488aa4c0452da1852a4f48bfad3c378d2b3e6cf | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=9488aa4c0452da1852a4f48bfad3c378d2b3e6cf|click]] |
-| usr.bin/​fmt ​              ​| ​                                   Depends on usr.bin/mail | |+| usr.bin/​fmt ​              ​| ​David van Moolenbroek ​committed ​| | 5ae330e220636de2b9caa5a69c059adc48b46444 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=5ae330e220636de2b9caa5a69c059adc48b46444|click]] ​|
 | usr.bin/​fold ​             | [[:​users:​thomascort|Thomas Cort]] | committed | | b5a2a7adea6811a7f107503783c97f0fa53bc5d6 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=b5a2a7adea6811a7f107503783c97f0fa53bc5d6|click]] | | usr.bin/​fold ​             | [[:​users:​thomascort|Thomas Cort]] | committed | | b5a2a7adea6811a7f107503783c97f0fa53bc5d6 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=b5a2a7adea6811a7f107503783c97f0fa53bc5d6|click]] |
 | usr.bin/​fpr ​              | [[:​users:​thomascort|Thomas Cort]] | committed | | 9742ba2568acfe43f8504607d0d92faf0ed0d7db | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=9742ba2568acfe43f8504607d0d92faf0ed0d7db|click]] | | usr.bin/​fpr ​              | [[:​users:​thomascort|Thomas Cort]] | committed | | 9742ba2568acfe43f8504607d0d92faf0ed0d7db | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=9742ba2568acfe43f8504607d0d92faf0ed0d7db|click]] |
Line 225: Line 226:
 | usr.bin/​gcore ​            ​| ​               |        |              | missing sys/proc.h | | | usr.bin/​gcore ​            ​| ​               |        |              | missing sys/proc.h | |
 | usr.bin/​genassym ​         | [[:​users:​bengras|Ben Gras]] | committed | | 8c4cdbd3c5fbbe85c18a3f9ceb349570fc246d53 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=8c4cdbd3c5fbbe85c18a3f9ceb349570fc246d53|click]] | | usr.bin/​genassym ​         | [[:​users:​bengras|Ben Gras]] | committed | | 8c4cdbd3c5fbbe85c18a3f9ceb349570fc246d53 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=8c4cdbd3c5fbbe85c18a3f9ceb349570fc246d53|click]] |
-| usr.bin/​gencat ​           |                                            ​              ​|+| usr.bin/​gencat ​           | [[:​users:​lionelsambuc|Lionel Sambuc]] ​committed ​| | 36dcc4a4a93f782ada76dce3d52fbeab0e063cf1 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h= 36dcc4a4a93f782ada76dce3d52fbeab0e063cf1 |click]] ​|
 | usr.bin/​getconf ​          ​| ​               |        |              | Needs _CS_PATH | | | usr.bin/​getconf ​          ​| ​               |        |              | Needs _CS_PATH | |
-| usr.bin/​getent ​           |                                    missing rpc/rpcent.h | |+| usr.bin/​getent ​           | David van Moolenbroek ​committed ​| | 14d921278d893ff9c46e8515bb716ff102bade2d | [[http://​git.minix3.org/?p=minix.git;​a=commit;​h=14d921278d893ff9c46e8515bb716ff102bade2d|click]] ​|
 | usr.bin/​getopt ​           | [[:​users:​thomascort|Thomas Cort]] | committed | | fe7b9c06f9cfab098c662a84c29ef3ea82085c56 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=fe7b9c06f9cfab098c662a84c29ef3ea82085c56|click]] | | usr.bin/​getopt ​           | [[:​users:​thomascort|Thomas Cort]] | committed | | fe7b9c06f9cfab098c662a84c29ef3ea82085c56 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=fe7b9c06f9cfab098c662a84c29ef3ea82085c56|click]] |
 | usr.bin/​gprof ​            ​| ​               |        |              |         ​| ​              | | usr.bin/​gprof ​            ​| ​               |        |              |         ​| ​              |
Line 259: Line 260:
 | usr.bin/​ldd ​              | [[:​users:​bengras|Ben Gras]] | committed| | 4b999f1962a12177a033eaa0986990e1422be3ad | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=4b999f1962a12177a033eaa0986990e1422be3ad|click]] | | usr.bin/​ldd ​              | [[:​users:​bengras|Ben Gras]] | committed| | 4b999f1962a12177a033eaa0986990e1422be3ad | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=4b999f1962a12177a033eaa0986990e1422be3ad|click]] |
 | usr.bin/​leave ​            | [[:​users:​thomascort|Thomas Cort]] | committed | | dbbd766d59288eb8c101a4284f8db33dd20f81b9 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=dbbd766d59288eb8c101a4284f8db33dd20f81b9|click]] | | usr.bin/​leave ​            | [[:​users:​thomascort|Thomas Cort]] | committed | | dbbd766d59288eb8c101a4284f8db33dd20f81b9 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=dbbd766d59288eb8c101a4284f8db33dd20f81b9|click]] |
-| usr.bin/​locale ​           |                                            ​              ​|+| usr.bin/​locale ​           | [[:​users:​lionelsambuc|Lionel Sambuc]] ​committed ​| | 36dcc4a4a93f782ada76dce3d52fbeab0e063cf1 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h= 36dcc4a4a93f782ada76dce3d52fbeab0e063cf1 |click]] ​|
 | usr.bin/​locate ​           | | | |Compile but the db updater needs usr.bin/​find (Minix find lacks -fstype option). | | | usr.bin/​locate ​           | | | |Compile but the db updater needs usr.bin/​find (Minix find lacks -fstype option). | |
 | usr.bin/​lock ​             | [[:​users:​thomascort|Thomas Cort]] | committed | | f3c74513ebca15ad1808e701ad999b4a3c4f0dab | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=f3c74513ebca15ad1808e701ad999b4a3c4f0dab|click]] | | usr.bin/​lock ​             | [[:​users:​thomascort|Thomas Cort]] | committed | | f3c74513ebca15ad1808e701ad999b4a3c4f0dab | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=f3c74513ebca15ad1808e701ad999b4a3c4f0dab|click]] |
-| usr.bin/​logger ​           |                                            ​              ​|+| usr.bin/​logger ​           | Chris Simons ​committed ​ 03704f431ec452936b854919a0b174b2729820a0 ​ 
 +[[https://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=03704f431ec452936b854919a0b174b2729820a0|click]] ​|
 | usr.bin/​login ​            | [[:​users:​bengras|Ben Gras]] | committed | | a2d137268034a818ca7dc98e995c78f543b150bd | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=a2d137268034a818ca7dc98e995c78f543b150bd|click]] | | usr.bin/​login ​            | [[:​users:​bengras|Ben Gras]] | committed | | a2d137268034a818ca7dc98e995c78f543b150bd | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=a2d137268034a818ca7dc98e995c78f543b150bd|click]] |
 | usr.bin/​logname ​          | [[:​users:​thomascort|Thomas Cort]] | committed | | d8b7bfdfe8c8699e68e775b199457d682c695eee | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=d8b7bfdfe8c8699e68e775b199457d682c695eee|click]] | | usr.bin/​logname ​          | [[:​users:​thomascort|Thomas Cort]] | committed | | d8b7bfdfe8c8699e68e775b199457d682c695eee | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=d8b7bfdfe8c8699e68e775b199457d682c695eee|click]] |
Line 278: Line 280:
 | usr.bin/​mixerctl ​         |                |        |              | missing sys/​audioio.h | | | usr.bin/​mixerctl ​         |                |        |              | missing sys/​audioio.h | |
 | usr.bin/​mk_cmds ​          ​| ​               |        |              |         ​| ​              | | usr.bin/​mk_cmds ​          ​| ​               |        |              |         ​| ​              |
-| usr.bin/​mkcsmapper ​       |                                            ​              ​|+| usr.bin/​mkcsmapper ​       | [[:​users:​lionelsambuc|Lionel Sambuc]] ​committed ​| | 36dcc4a4a93f782ada76dce3d52fbeab0e063cf1 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h= 36dcc4a4a93f782ada76dce3d52fbeab0e063cf1 |click]] ​|
 | usr.bin/​mkdep ​            | Arun Thomas | committed | | 06617e7fdfd1d9f8948d46de4279aa399750295d | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=06617e7fdfd1d9f8948d46de4279aa399750295d|click]] | | usr.bin/​mkdep ​            | Arun Thomas | committed | | 06617e7fdfd1d9f8948d46de4279aa399750295d | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=06617e7fdfd1d9f8948d46de4279aa399750295d|click]] |
-| usr.bin/​mkesdb ​           |                                            ​              ​|+| usr.bin/​mkesdb ​           | [[:​users:​lionelsambuc|Lionel Sambuc]] ​committed ​| | 36dcc4a4a93f782ada76dce3d52fbeab0e063cf1 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h= 36dcc4a4a93f782ada76dce3d52fbeab0e063cf1 |click]] ​|
 | usr.bin/​mkfifo ​           | [[:​users:​thomascort|Thomas Cort]] | committed | | ef03affb849429015772640e8e579db16b6f3ca5 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=ef03affb849429015772640e8e579db16b6f3ca5|click]] | | usr.bin/​mkfifo ​           | [[:​users:​thomascort|Thomas Cort]] | committed | | ef03affb849429015772640e8e579db16b6f3ca5 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=ef03affb849429015772640e8e579db16b6f3ca5|click]] |
-| usr.bin/​mklocale ​         |                                            ​              ​|+| usr.bin/​mklocale ​         | [[:​users:​lionelsambuc|Lionel Sambuc]] ​committed ​| | 36dcc4a4a93f782ada76dce3d52fbeab0e063cf1 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h= 36dcc4a4a93f782ada76dce3d52fbeab0e063cf1 |click]] ​|
 | usr.bin/​mkstr ​            | [[:​users:​thomascort|Thomas Cort]] | committed | | 69ccf97d12de61cf6b90caf20dd31678bed88faa | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=69ccf97d12de61cf6b90caf20dd31678bed88faa|click]] | | usr.bin/​mkstr ​            | [[:​users:​thomascort|Thomas Cort]] | committed | | 69ccf97d12de61cf6b90caf20dd31678bed88faa | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=69ccf97d12de61cf6b90caf20dd31678bed88faa|click]] |
 | usr.bin/​mktemp ​           | Thomas Veerman | committed | | 0b2db08aecfae9e1a0fda5a40ab1e48b39e0429f | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=0b2db08aecfae9e1a0fda5a40ab1e48b39e0429f|click]] | | usr.bin/​mktemp ​           | Thomas Veerman | committed | | 0b2db08aecfae9e1a0fda5a40ab1e48b39e0429f | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=0b2db08aecfae9e1a0fda5a40ab1e48b39e0429f|click]] |
Line 292: Line 294:
 | usr.bin/​nbsvtool ​         |                |        |              | openssl needed | | | usr.bin/​nbsvtool ​         |                |        |              | openssl needed | |
 | usr.bin/​netgroup ​         |                |        |              |         ​| ​              | | usr.bin/​netgroup ​         |                |        |              |         ​| ​              |
-| usr.bin/​netstat ​          ​| ​                                   needs sys/socketvar.h | |+| usr.bin/​netstat ​          ​| ​David van Moolenbroek ​committed ​| | 66dfcc8533c70ea68511edc95c03189c8eb0a7a2 | [[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=66dfcc8533c70ea68511edc95c03189c8eb0a7a2|click]] ​|
 | usr.bin/​newgrp ​           | [[:​users:​bengras|Ben Gras]] | committed | | 5c00743626989a611dd2966296c00a8cc4abca6f | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=5c00743626989a611dd2966296c00a8cc4abca6f|click]] | | usr.bin/​newgrp ​           | [[:​users:​bengras|Ben Gras]] | committed | | 5c00743626989a611dd2966296c00a8cc4abca6f | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=5c00743626989a611dd2966296c00a8cc4abca6f|click]] |
 | usr.bin/​newsyslog ​        ​| ​               |        |              |         ​| ​              | | usr.bin/​newsyslog ​        ​| ​               |        |              |         ​| ​              |
Line 361: Line 363:
 | usr.bin/​tcopy ​            ​| ​               |        |              |         ​| ​              | | usr.bin/​tcopy ​            ​| ​               |        |              |         ​| ​              |
 | usr.bin/​tee ​              | [[:​users:​thomascort|Thomas Cort]] | committed | | 916b8720337ab8bb96db43eb3e7131da276278e9 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=916b8720337ab8bb96db43eb3e7131da276278e9|click]] | | usr.bin/​tee ​              | [[:​users:​thomascort|Thomas Cort]] | committed | | 916b8720337ab8bb96db43eb3e7131da276278e9 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=916b8720337ab8bb96db43eb3e7131da276278e9|click]] |
-| usr.bin/​telnet ​           |                                    missing netipsec/ipsec.h | |+| usr.bin/​telnet ​           | David van Moolenbroek ​committed ​| | 7348b5c52b47a1c199a1754a40bbfa360b536de2 | [[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=7348b5c52b47a1c199a1754a40bbfa360b536de2|click]] ​|
 | usr.bin/​tftp ​             |                |        |              |         ​| ​              | | usr.bin/​tftp ​             |                |        |              |         ​| ​              |
 | usr.bin/​tic ​              | [[:​users:​vivek-prakash| Vivek Prakash]] | committed | | 51e66a47d88f32e577d34ec883630a1acb2fb223 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=51e66a47d88f32e577d34ec883630a1acb2fb223|click]] | | usr.bin/​tic ​              | [[:​users:​vivek-prakash| Vivek Prakash]] | committed | | 51e66a47d88f32e577d34ec883630a1acb2fb223 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=51e66a47d88f32e577d34ec883630a1acb2fb223|click]] |
Line 427: Line 429:
 | usr.sbin/​apm ​           |                |        |              |         ​| ​              | | usr.sbin/​apm ​           |                |        |              |         ​| ​              |
 | usr.sbin/​apmd ​          ​| ​               |        |              |         ​| ​              | | usr.sbin/​apmd ​          ​| ​               |        |              |         ​| ​              |
-| usr.sbin/​arp ​           |                                            ​              ​|+| usr.sbin/​arp ​           | David van Moolenbroek ​committed ​| | 04e82b7dc953b4811330afd420ce7f2547aea63f ​[[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=04e82b7dc953b4811330afd420ce7f2547aea63f|click]] ​|
 | usr.sbin/​bad144 ​        ​| ​               |        |              |         ​| ​              | | usr.sbin/​bad144 ​        ​| ​               |        |              |         ​| ​              |
 | usr.sbin/​bootp ​         |                |        |              |         ​| ​              | | usr.sbin/​bootp ​         |                |        |              |         ​| ​              |
Line 442: Line 444:
 | usr.sbin/​crash ​         |                |        |              |         ​| ​              | | usr.sbin/​crash ​         |                |        |              |         ​| ​              |
 | usr.sbin/​dev_mkdb ​      | David van Moolenbroek | committed | | 180e74704d3b012a5a9186f196cd218b8ab783f4 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=180e74704d3b012a5a9186f196cd218b8ab783f4|click]] | | usr.sbin/​dev_mkdb ​      | David van Moolenbroek | committed | | 180e74704d3b012a5a9186f196cd218b8ab783f4 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=180e74704d3b012a5a9186f196cd218b8ab783f4|click]] |
-| usr.sbin/​dhcp ​          ​| ​               |        |              |         ​| ​              | 
 | usr.sbin/​diskpart ​      ​| ​               |        |              |         ​| ​              | | usr.sbin/​diskpart ​      ​| ​               |        |              |         ​| ​              |
 | usr.sbin/​dumpfs ​        ​| ​               |        |              |         ​| ​              | | usr.sbin/​dumpfs ​        ​| ​               |        |              |         ​| ​              |
Line 466: Line 467:
 | usr.sbin/​ifmcstat ​      ​| ​               |        |              |         ​| ​              | | usr.sbin/​ifmcstat ​      ​| ​               |        |              |         ​| ​              |
 | usr.sbin/​ifwatchd ​      ​| ​               |        |              |         ​| ​              | | usr.sbin/​ifwatchd ​      ​| ​               |        |              |         ​| ​              |
-| usr.sbin/​inetd ​         |                                            ​              ​|+| usr.sbin/​inetd ​         | David van Moolenbroek ​committed ​| | c3b6f8f269dded933641674db559d1ecea71d5f1 ​[[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=c3b6f8f269dded933641674db559d1ecea71d5f1|click]] ​|
 | usr.sbin/​installboot ​   | [[:​users:​antoineleca|Antoine Leca]] | need work | | | | | usr.sbin/​installboot ​   | [[:​users:​antoineleca|Antoine Leca]] | need work | | | |
 | usr.sbin/​iopctl ​        ​| ​               |        |              |         ​| ​              | | usr.sbin/​iopctl ​        ​| ​               |        |              |         ​| ​              |
Line 512: Line 513:
 | usr.sbin/​ndbootd ​       |                |        |              |         ​| ​              | | usr.sbin/​ndbootd ​       |                |        |              |         ​| ​              |
 | usr.sbin/​ndiscvt ​       |                |        |              |         ​| ​              | | usr.sbin/​ndiscvt ​       |                |        |              |         ​| ​              |
-| usr.sbin/​ndp ​           |                                            ​              ​|+| usr.sbin/​ndp ​           | David van Moolenbroek ​committed ​| | 5de448e31552e472484003223117b8301428cd77 ​[[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=5de448e31552e472484003223117b8301428cd77|click]] ​|
 | usr.sbin/​netgroup_mkdb ​ |                |        |              |         ​| ​              | | usr.sbin/​netgroup_mkdb ​ |                |        |              |         ​| ​              |
 | usr.sbin/​nfsd ​          ​| ​               |        |              |         ​| ​              | | usr.sbin/​nfsd ​          ​| ​               |        |              |         ​| ​              |
Line 548: Line 549:
 | usr.sbin/​rpc.statd ​     |                |        |              |         ​| ​              | | usr.sbin/​rpc.statd ​     |                |        |              |         ​| ​              |
 | usr.sbin/​rpc.yppasswdd ​ |                |        |              |         ​| ​              | | usr.sbin/​rpc.yppasswdd ​ |                |        |              |         ​| ​              |
-| usr.sbin/​rtadvd ​        ​| ​                                           ​              ​|+| usr.sbin/​rtadvd ​        ​| ​David van Moolenbroek ​committed ​| | 8f957290eb976b379733d0b3811fcb43f8fbaf1a ​[[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=8f957290eb976b379733d0b3811fcb43f8fbaf1a|click]] ​|
 | usr.sbin/​rtsold ​        ​| ​               |        |              |         ​| ​              | | usr.sbin/​rtsold ​        ​| ​               |        |              |         ​| ​              |
 | usr.sbin/​rwhod ​         |                |        |              |         ​| ​              | | usr.sbin/​rwhod ​         |                |        |              |         ​| ​              |
Line 555: Line 556:
 | usr.sbin/​screenblank ​   |                |        |              |         ​| ​              | | usr.sbin/​screenblank ​   |                |        |              |         ​| ​              |
 | usr.sbin/​sdpd ​          ​| ​               |        |              |         ​| ​              | | usr.sbin/​sdpd ​          ​| ​               |        |              |         ​| ​              |
-| usr.sbin/​services_mkdb ​ |                                            ​              ​|+| usr.sbin/​service ​       | David van Moolenbroek | committed | | 92bce8625855044cc134f0d80d1ca171a0a030e6 | [[http://​git.minix3.org?​p=minix.git;​a=commit;​h=92bce8625855044cc134f0d80d1ca171a0a030e6|click]] | 
 +| usr.sbin/​services_mkdb ​ | David van Moolenbroek | committed ​| | 81fc6023c221f18ce82ac48abc0f13e4e023787a ​[[http://​git.minix3.org?​p=minix.git;​a=commit;​h=81fc6023c221f18ce82ac48abc0f13e4e023787a|click]] ​|
 | usr.sbin/​sesd ​          ​| ​               |        |              |         ​| ​              | | usr.sbin/​sesd ​          ​| ​               |        |              |         ​| ​              |
 | usr.sbin/​sliplogin ​     |                |        |              |         ​| ​              | | usr.sbin/​sliplogin ​     |                |        |              |         ​| ​              |
Line 569: Line 571:
 | usr.sbin/​tcpdmatch ​     |                |        |              |         ​| ​              | | usr.sbin/​tcpdmatch ​     |                |        |              |         ​| ​              |
 | usr.sbin/​tcpdrop ​       |                |        |              |         ​| ​              | | usr.sbin/​tcpdrop ​       |                |        |              |         ​| ​              |
-| usr.sbin/​tcpdump ​       |                |        |              |         ​| ​              | 
 | usr.sbin/​timed ​         |                |        |              |         ​| ​              | | usr.sbin/​timed ​         |                |        |              |         ​| ​              |
 | usr.sbin/​tpctl ​         |                |        |              |         ​| ​              | | usr.sbin/​tpctl ​         |                |        |              |         ​| ​              |
 | usr.sbin/​tprof ​         |                |        |              |         ​| ​              | | usr.sbin/​tprof ​         |                |        |              |         ​| ​              |
 | usr.sbin/​traceroute ​    | [[:​users:​bengras|Ben Gras]] | committed | | 7f5f010bbdf8790a2e9ca9b907117ed4eb0d2ad3 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=7f5f010bbdf8790a2e9ca9b907117ed4eb0d2ad3|click]] | | usr.sbin/​traceroute ​    | [[:​users:​bengras|Ben Gras]] | committed | | 7f5f010bbdf8790a2e9ca9b907117ed4eb0d2ad3 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=7f5f010bbdf8790a2e9ca9b907117ed4eb0d2ad3|click]] |
-| usr.sbin/​traceroute6 ​   |                                            ​              ​|+| usr.sbin/​traceroute6 ​   | David van Moolenbroek ​committed ​| | 72e899eafcf146065053d585ff7745399d1f80b7 ​[[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=72e899eafcf146065053d585ff7745399d1f80b7|click]] ​|
 | usr.sbin/​trpt ​          ​| ​               |        |              |         ​| ​              | | usr.sbin/​trpt ​          ​| ​               |        |              |         ​| ​              |
 | usr.sbin/​unlink ​        | [[:​users:​thomascort|Thomas Cort]] | committed | | 9a006432629dfa66cdcb4a7af6db411d2c2804dd | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=9a006432629dfa66cdcb4a7af6db411d2c2804dd|click]] | | usr.sbin/​unlink ​        | [[:​users:​thomascort|Thomas Cort]] | committed | | 9a006432629dfa66cdcb4a7af6db411d2c2804dd | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=9a006432629dfa66cdcb4a7af6db411d2c2804dd|click]] |
Line 630: Line 631:
 | sbin/​fsirand ​        ​| ​               |        |              |         ​| ​              | | sbin/​fsirand ​        ​| ​               |        |              |         ​| ​              |
 | sbin/​gpt ​            | [[:​users:​antoineleca|Antoine Leca]] | designing | | | | | sbin/​gpt ​            | [[:​users:​antoineleca|Antoine Leca]] | designing | | | |
-| sbin/​ifconfig ​       |                                            ​              ​|+| sbin/​ifconfig ​       | David van Moolenbroek ​committed ​| | 90b801219a391518dca4b04b17c88ad3b82b6ad9 ​[[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=90b801219a391518dca4b04b17c88ad3b82b6ad9|click]] ​|
 | sbin/​init ​           | [[:​users:​bengras|Ben Gras]] | committed | | a06e2ab3959428ebf7e32b1cde13e386df9115ab | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=a06e2ab3959428ebf7e32b1cde13e386df9115ab|click]] | | sbin/​init ​           | [[:​users:​bengras|Ben Gras]] | committed | | a06e2ab3959428ebf7e32b1cde13e386df9115ab | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=a06e2ab3959428ebf7e32b1cde13e386df9115ab|click]] |
 | sbin/​ldconfig ​       |                |        |              |         ​| ​              | | sbin/​ldconfig ​       |                |        |              |         ​| ​              |
Line 676: Line 677:
 | sbin/​pdisk ​          ​| ​               |        |              |         ​| ​              | | sbin/​pdisk ​          ​| ​               |        |              |         ​| ​              |
 | sbin/​ping ​           | [[:​users:​bengras|Ben Gras]] | committed | | 7f5f010bbdf8790a2e9ca9b907117ed4eb0d2ad3 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=7f5f010bbdf8790a2e9ca9b907117ed4eb0d2ad3|click]] | | sbin/​ping ​           | [[:​users:​bengras|Ben Gras]] | committed | | 7f5f010bbdf8790a2e9ca9b907117ed4eb0d2ad3 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=7f5f010bbdf8790a2e9ca9b907117ed4eb0d2ad3|click]] |
-| sbin/​ping6 ​          ​| ​                                           ​              ​|+| sbin/​ping6 ​          ​| ​David van Moolenbroek ​committed ​| | 903ca1e525d31068eb447066c1f496b51cdcba31 ​[[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=903ca1e525d31068eb447066c1f496b51cdcba31|click]] ​|
 | sbin/​pppoectl ​       |                |        |              |         ​| ​              | | sbin/​pppoectl ​       |                |        |              |         ​| ​              |
 | sbin/​raidctl ​        ​| ​               |        |              |         ​| ​              | | sbin/​raidctl ​        ​| ​               |        |              |         ​| ​              |
-| sbin/​rcorder ​        ​| ​                                           ​              ​|+| sbin/​rcorder ​        ​| ​David van Moolenbroek ​committed ​| | 045e0ed35ce62cdaaec13869c12d6745bf07a525 ​[[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=045e0ed35ce62cdaaec13869c12d6745bf07a525|click]] ​|
 | sbin/​reboot ​         | [[:​users:​bengras|Ben Gras]] | committed | | a06e2ab3959428ebf7e32b1cde13e386df9115ab | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=a06e2ab3959428ebf7e32b1cde13e386df9115ab|click]] | | sbin/​reboot ​         | [[:​users:​bengras|Ben Gras]] | committed | | a06e2ab3959428ebf7e32b1cde13e386df9115ab | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=a06e2ab3959428ebf7e32b1cde13e386df9115ab|click]] |
 | sbin/​resize_ffs ​     |                |        |              |         ​| ​              | | sbin/​resize_ffs ​     |                |        |              |         ​| ​              |
Line 685: Line 686:
 | sbin/​restore ​        ​| ​               |        |              |         ​| ​              | | sbin/​restore ​        ​| ​               |        |              |         ​| ​              |
 | sbin/​rndctl ​         |                |        |              |         ​| ​              | | sbin/​rndctl ​         |                |        |              |         ​| ​              |
-| sbin/​route ​          ​| ​                                           ​              ​|+| sbin/​route ​          ​| ​David van Moolenbroek ​committed ​| | 483e5955576fddc25239f5c789016a05fd002f93 ​[[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=483e5955576fddc25239f5c789016a05fd002f93|click]] ​|
 | sbin/​routed ​         |                |        |              |         ​| ​              | | sbin/​routed ​         |                |        |              |         ​| ​              |
 | sbin/​rtsol ​          ​| ​               |        |              |         ​| ​              | | sbin/​rtsol ​          ​| ​               |        |              |         ​| ​              |
Line 709: Line 710:
  
 ^ Utility ​             ^ Who is working ^ Status ^ Pull Request ^ Comment ^ External link | ^ Utility ​             ^ Who is working ^ Status ^ Pull Request ^ Comment ^ External link |
-| libexec/​atrun ​       |                       |              |         ​| ​              |+| libexec/​atrun ​       | stux in progress ​|              |         ​| ​              |
 | libexec/​comsat ​      ​| ​               |        |              |         ​| ​              | | libexec/​comsat ​      ​| ​               |        |              |         ​| ​              |
 | libexec/​fingerd ​     | [[:​users:​thomascort|Thomas Cort]] | committed | | 1d842c6a572919b97a89b154c4c3a6d5f11575ef | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=1d842c6a572919b97a89b154c4c3a6d5f11575ef|click]] | | libexec/​fingerd ​     | [[:​users:​thomascort|Thomas Cort]] | committed | | 1d842c6a572919b97a89b154c4c3a6d5f11575ef | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=1d842c6a572919b97a89b154c4c3a6d5f11575ef|click]] |
Line 715: Line 716:
 | libexec/​getNAME ​     |                |        |              |         ​| ​              | | libexec/​getNAME ​     |                |        |              |         ​| ​              |
 | libexec/​getty ​       | [[:​users:​bengras|Ben Gras]] | committed | | a06e2ab3959428ebf7e32b1cde13e386df9115ab | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=a06e2ab3959428ebf7e32b1cde13e386df9115ab|click]] | | libexec/​getty ​       | [[:​users:​bengras|Ben Gras]] | committed | | a06e2ab3959428ebf7e32b1cde13e386df9115ab | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=a06e2ab3959428ebf7e32b1cde13e386df9115ab|click]] |
-| libexec/​httpd ​       |                                            ​              ​|+| libexec/​httpd ​       | David van Moolenbroek ​committed ​| | 340f5e56603e4275faeb89a9aacace41ba22d661 ​[[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=340f5e56603e4275faeb89a9aacace41ba22d661|click]] ​|
 | libexec/​identd ​      ​| ​               |        |              |         ​| ​              | | libexec/​identd ​      ​| ​               |        |              |         ​| ​              |
 | libexec/​ld.aout_so ​  ​| ​               |        |              | obsolete stuff, binary only | | | libexec/​ld.aout_so ​  ​| ​               |        |              | obsolete stuff, binary only | |
Line 732: Line 733:
 | libexec/​rshd ​        | David van Moolenbroek | committed | | 93d36fc9d8fb766b78367bb140abfb114ba8c0b5 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=93d36fc9d8fb766b78367bb140abfb114ba8c0b5|click]] | | libexec/​rshd ​        | David van Moolenbroek | committed | | 93d36fc9d8fb766b78367bb140abfb114ba8c0b5 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=93d36fc9d8fb766b78367bb140abfb114ba8c0b5|click]] |
 | libexec/​talkd ​       |                |        |              |         ​| ​              | | libexec/​talkd ​       |                |        |              |         ​| ​              |
-| libexec/​telnetd ​     |                                            ​              ​|+| libexec/​telnetd ​     | David van Moolenbroek ​committed ​| | e044bafaad6e3ab88e3bdd8d180dfa568a1625ec ​[[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=e044bafaad6e3ab88e3bdd8d180dfa568a1625ec|click]] ​|
 | libexec/​tftpd ​       |                |        |              |         ​| ​              | | libexec/​tftpd ​       |                |        |              |         ​| ​              |
 | libexec/​utmp_update ​ |                |        |              |         ​| ​              | | libexec/​utmp_update ​ |                |        |              |         ​| ​              |
Line 756: Line 757:
 | external/​bsd/​am-utils | | | | | | | external/​bsd/​am-utils | | | | | |
 | external/​bsd/​atf | [[:​users:​lionelsambuc|Lionel Sambuc]] | committed | | 11be35a165022172ed3cea20f2b5df0307540b0e | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=11be35a165022172ed3cea20f2b5df0307540b0e|click]] | | external/​bsd/​atf | [[:​users:​lionelsambuc|Lionel Sambuc]] | committed | | 11be35a165022172ed3cea20f2b5df0307540b0e | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=11be35a165022172ed3cea20f2b5df0307540b0e|click]] |
-| external/​bsd/​bind | | | | | |+| external/​bsd/​bind | David van Moolenbroek ​committed ​| | 00b67f09dd46474d133c95011a48590a8e8f94c7 ​[[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=00b67f09dd46474d133c95011a48590a8e8f94c7|click]] ​|
 | external/​bsd/​byacc | Thomas Veerman | committed | | 4a17663c141e490dfefb696f466dfdcf8bf0527d | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=4a17663c141e490dfefb696f466dfdcf8bf0527d|click]] | | external/​bsd/​byacc | Thomas Veerman | committed | | 4a17663c141e490dfefb696f466dfdcf8bf0527d | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=4a17663c141e490dfefb696f466dfdcf8bf0527d|click]] |
 | external/​bsd/​bzip2 | [[:​users:​lionelsambuc|Lionel Sambuc]] | committed | | 4a711bea63dc53acce03198b5fbfaa103fe328d6 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=4a711bea63dc53acce03198b5fbfaa103fe328d6|click]] | | external/​bsd/​bzip2 | [[:​users:​lionelsambuc|Lionel Sambuc]] | committed | | 4a711bea63dc53acce03198b5fbfaa103fe328d6 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=4a711bea63dc53acce03198b5fbfaa103fe328d6|click]] |
-| external/​bsd/​cron | | | | | | +| external/​bsd/​cron | stux in progress ​| | | | 
-| external/​bsd/​dhcp | | | | | | +| external/​bsd/​dhcp | David van Moolenbroek  ​committed ​| | 83ee113ee0d94f3844d44065af2311604e9a30ad ​[[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=83ee113ee0d94f3844d44065af2311604e9a30ad|click]] ​
-| external/​bsd/​dhcpcd | | | | | |+| external/​bsd/​dhcpcd | David van Moolenbroek ​committed ​| | 9f20bfa6c4c442e2e798d91b11c2a5f8d6833a41 | [[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=9f20bfa6c4c442e2e798d91b11c2a5f8d6833a41|click]] ​|
 | external/​bsd/​elftosb | | | | | | | external/​bsd/​elftosb | | | | | |
 | external/​bsd/​fetch | David van Moolenbroek | committed | | 040ec64444222c3cf664253481b0af9434ab4a20 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=040ec64444222c3cf664253481b0af9434ab4a20|click]] | | external/​bsd/​fetch | David van Moolenbroek | committed | | 040ec64444222c3cf664253481b0af9434ab4a20 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=040ec64444222c3cf664253481b0af9434ab4a20|click]] |
Line 779: Line 780:
 | external/​bsd/​libevent | David van Moolenbroek | committed | | e985b929927b5932e3b68f4b50587d458900107a | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=e985b929927b5932e3b68f4b50587d458900107a|click]] | | external/​bsd/​libevent | David van Moolenbroek | committed | | e985b929927b5932e3b68f4b50587d458900107a | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=e985b929927b5932e3b68f4b50587d458900107a|click]] |
 | external/​bsd/​liblzf | | | | | | | external/​bsd/​liblzf | | | | | |
-| external/​bsd/​libpcap | | | | | |+| external/​bsd/​libpcap | David van Moolenbroek ​committed ​| | d56f51ea7d8b9045e5c8e2028422523d3f9a5840 ​[[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=d56f51ea7d8b9045e5c8e2028422523d3f9a5840|click]] ​|
 | external/​bsd/​llvm | [[:​users:​lionelsambuc|Lionel Sambuc]] | committed | | f4a2713ac843a11c696ec80c0a5e3e5d80b4d338 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=f4a2713ac843a11c696ec80c0a5e3e5d80b4d338|click]] | | external/​bsd/​llvm | [[:​users:​lionelsambuc|Lionel Sambuc]] | committed | | f4a2713ac843a11c696ec80c0a5e3e5d80b4d338 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=f4a2713ac843a11c696ec80c0a5e3e5d80b4d338|click]] |
 | external/​bsd/​lutok | [[:​users:​lionelsambuc|Lionel Sambuc]]| committed | | 11be35a165022172ed3cea20f2b5df0307540b0e | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=11be35a165022172ed3cea20f2b5df0307540b0e|click]] | | external/​bsd/​lutok | [[:​users:​lionelsambuc|Lionel Sambuc]]| committed | | 11be35a165022172ed3cea20f2b5df0307540b0e | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=11be35a165022172ed3cea20f2b5df0307540b0e|click]] |
Line 787: Line 788:
 | external/​bsd/​openldap | | | | | | | external/​bsd/​openldap | | | | | |
 | external/​bsd/​openpam | | | | | | | external/​bsd/​openpam | | | | | |
-| external/​bsd/​openresolv | | | | | |+| external/​bsd/​openresolv | David van Moolenbroek ​committed ​| | d642636d2d23d13bdfd55f00cfe917fe4a830a8a ​[[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=d642636d2d23d13bdfd55f00cfe917fe4a830a8a|click]] ​|
 | external/​bsd/​pcc | | | | | | | external/​bsd/​pcc | | | | | |
 | external/​bsd/​pdisk | | | | Apple PowerPC specific | | | external/​bsd/​pdisk | | | | Apple PowerPC specific | |
Line 793: Line 794:
 | external/​bsd/​ppp | | | | Kernel-mode *BSD specific | | | external/​bsd/​ppp | | | | Kernel-mode *BSD specific | |
 | external/​bsd/​sljit | | | | | | | external/​bsd/​sljit | | | | | |
-| external/​bsd/​tcpdump | | | | | |+| external/​bsd/​tcpdump | David van Moolenbroek ​committed ​| | b636d99d91c3d54204248f643c14627405d4afd1 ​[[http://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=b636d99d91c3d54204248f643c14627405d4afd1|click]] ​|
 | external/​bsd/​tmux | David van Moolenbroek | committed | | eda6f5931d42c77e1480347b1fc3eef2f8d33806 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=eda6f5931d42c77e1480347b1fc3eef2f8d33806|click]] | | external/​bsd/​tmux | David van Moolenbroek | committed | | eda6f5931d42c77e1480347b1fc3eef2f8d33806 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=eda6f5931d42c77e1480347b1fc3eef2f8d33806|click]] |
 | external/​bsd/​top | David van Moolenbroek | committed | | b89261ba018da33f0bd8cd05f5a1fe9e7a9c837b | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=b89261ba018da33f0bd8cd05f5a1fe9e7a9c837b|click]] | | external/​bsd/​top | David van Moolenbroek | committed | | b89261ba018da33f0bd8cd05f5a1fe9e7a9c837b | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=b89261ba018da33f0bd8cd05f5a1fe9e7a9c837b|click]] |
Line 868: Line 869:
 | games/​trek ​      ​| ​               |        |              |         ​| ​              | | games/​trek ​      ​| ​               |        |              |         ​| ​              |
 | games/​wargames ​  | [[:​users:​thomascort|Thomas Cort]] | committed | | 6e7922ee31da2f571c97e79f1942244681d273d0 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=6e7922ee31da2f571c97e79f1942244681d273d0|click]] | | games/​wargames ​  | [[:​users:​thomascort|Thomas Cort]] | committed | | 6e7922ee31da2f571c97e79f1942244681d273d0 | [[http://​git.minix3.org/?​p=minix.git;​a=commit;​h=6e7922ee31da2f571c97e79f1942244681d273d0|click]] |
-| games/​worm ​      ​| ​                                           ​              ​+| games/​worm ​      ​| ​Chris Simons ​committed ​ 081c95a7f45981fada4c659de8c28d399efda43b ​[[https://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=081c95a7f45981fada4c659de8c28d399efda43b|click]] ​
-| games/​worms ​     |                                            ​              ​+| games/​worms ​     | Chris Simons ​committed ​| | 68b3d8c1a0a44bf943b7de043971362cd017e5b6 ​[[https://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=68b3d8c1a0a44bf943b7de043971362cd017e5b6|click]] ​
-| games/​wtf ​       |                                            ​              ​|+| games/​wtf ​       | Chris Simons ​committed ​| | fb9c64b2fa893f8445fce2c2a57621eff11bd125 | [[https://​git.minix3.org/​index.cgi?​p=minix.git;​a=commit;​h=fb9c64b2fa893f8445fce2c2a57621eff11bd125|click]] ​|
 | games/​wump ​      ​| ​               |        |              |         ​| ​              | | games/​wump ​      ​| ​               |        |              |         ​| ​              |
  
developersguide/portingnetbsduserland.txt · Last modified: 2018/10/28 22:52 by christophersimons