History log of /minix/usr.bin/Makefile (Results 1 – 25 of 144)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 03704f43 27-Oct-2018 Christopher Simons <christopherleesimons@gmail.com>

replace logger with NetBSD version

closes #265

Change-Id: I31cb8e0ae57cc2c18a6aab1d2749818e1656c294


# 7348b5c5 15-Feb-2017 David van Moolenbroek <david@minix3.org>

Import NetBSD telnet(1)

Change-Id: Ib58b43cc9baabe183a59410212827f65ec117277


# 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 ...


# 14d92127 09-Mar-2017 David van Moolenbroek <david@minix3.org>

Import NetBSD getent(1)

Disable RPC support for now.

Change-Id: I5ccb435220bf20cd9089cdd7aacb7d126f62f119


# 5ae330e2 20-Feb-2017 David van Moolenbroek <david@minix3.org>

Import NetBSD fmt(1)

This requires importing a few files from mail(1) already. Importing
the rest of mail(1) is left to future work.

Change-Id: If96513a306245cd7fb64660758d0dbd29a36e87c


# 36dcc4a4 20-Jun-2016 Lionel Sambuc <lionel.sambuc@gmail.com>

Import locale tools and ressource files

This commit requires special steps, please checkout docs/UPDATING.

Tools:
- gencat
- locale
- mkcsmapper
- mkesdb
- mklocale

Libs:
- i18n_module
- li

Import locale tools and ressource files

This commit requires special steps, please checkout docs/UPDATING.

Tools:
- gencat
- locale
- mkcsmapper
- mkesdb
- mklocale

Libs:
- i18n_module
- libintl

Ressources:
- i18n
- locale

Change-Id: I559d0399d8e98bcee15225cab786e43f31506207

show more ...


# 0502421f 17-Dec-2015 David van Moolenbroek <david@minix3.org>

Import NetBSD ipcrm(1)

A few MINIX3-specific changes are necessary due to the fact that we
are missing the System V IPC message queue system calls.

Change-Id: Idd252984be9df69618cef79bcf6c676cbf915

Import NetBSD ipcrm(1)

A few MINIX3-specific changes are necessary due to the fact that we
are missing the System V IPC message queue system calls.

Change-Id: Idd252984be9df69618cef79bcf6c676cbf915d85

show more ...


# 7b09d042 17-Dec-2015 David van Moolenbroek <david@minix3.org>

Import NetBSD ipcs(1)

The old ipcs(1) utility had a dubious license at best.

Change-Id: Ic4c0a24f04c94cc77a43658f6c939d138461bd6a


# 9d796422 19-Nov-2015 David van Moolenbroek <david@minix3.org>

Import NetBSD pagesize(1)

Change-Id: I6a749cba5c6dabb3daea8c5bad3e94be342833d7


# 0a6a1f1d 15-Oct-2015 Lionel Sambuc <lionel.sambuc@gmail.com>

NetBSD re-synchronization of the source tree

This brings our tree to NetBSD 7.0, as found on -current on the
10-10-2015.

This updates:
- LLVM to 3.6.1
- GCC to GCC 5.1
- Replace minix/commands/z

NetBSD re-synchronization of the source tree

This brings our tree to NetBSD 7.0, as found on -current on the
10-10-2015.

This updates:
- LLVM to 3.6.1
- GCC to GCC 5.1
- Replace minix/commands/zdump with usr.bin/zdump
- external/bsd/libelf has moved to /external/bsd/elftoolchain/
- Import ctwm
- Drop sprintf from libminc

Change-Id: I149836ac18e9326be9353958bab9b266efb056f0

show more ...


# ebfedea0 07-Oct-2015 Lionel Sambuc <lionel.sambuc@gmail.com>

Importing crypto libraries

- crypto/external/bsd/heimdal
- crypto/external/bsd/libsaslc
- crypto/external/bsd/netpgp
- crypto/external/bsd/openssl

Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7b

Importing crypto libraries

- crypto/external/bsd/heimdal
- crypto/external/bsd/libsaslc
- crypto/external/bsd/netpgp
- crypto/external/bsd/openssl

Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75

show more ...


# b7f0178a 28-Sep-2015 David van Moolenbroek <david@minix3.org>

Import NetBSD time(1)

Change-Id: I035d21a926aa82434c24a84b914bd58ac064e66a


# 9488aa4c 15-Sep-2015 David van Moolenbroek <david@minix3.org>

Import NetBSD flock(1)

Also fix the MINIX3 libc flock(3) implementation.

Change-Id: Ia80280029968786d7f029940ec02e942057701bd


# 319e7a6d 19-Sep-2015 David van Moolenbroek <david@minix3.org>

Update, move NetBSD find(1)

Change-Id: Iccda44465d49dba407d1ac1b1ced8aa8b4e6d8aa


# e7ca52fb 20-Sep-2015 David van Moolenbroek <david@minix3.org>

Import NetBSD cmp

Change-Id: I0e7f6c69742db475ddba6a9159f167a53d151169


# 93d36fc9 19-Sep-2015 David van Moolenbroek <david@minix3.org>

Import NetBSD rcmd, rcp, rsh, rshd

Change-Id: I83d908bbe17f04826e9b5c3a220a5bb2c3a51c80


# d794ecc9 30-Sep-2014 David van Moolenbroek <david@minix3.org>

Replace NetBSD grep with OpenBSD grep

The NetBSD version is seriously broken--it is unable to match lines
against an empty pattern--and appears to be unmaintained.

The new version is the latest Ope

Replace NetBSD grep with OpenBSD grep

The NetBSD version is seriously broken--it is unable to match lines
against an empty pattern--and appears to be unmaintained.

The new version is the latest OpenBSD grep, with a number of MINIX-
specific changes marked as such, and an additional number of
(signed/unsigned, const) fixes to pass compilation.

Since this is not NetBSD code, move back the entire thing into
minix/usr.bin.

Change-Id: Icd40794a2d0cff9e7fb452db7d28c16dbd25e51d

show more ...


Revision tags: v3.3.0
# ca78167b 13-Sep-2014 Sky Liu <blackskygg@gmail.com>

Porting grep from NetBSD

Change-Id: I6fa9e3c0a4edc4d3ff292dc5c96ac16b34d7c792


# 2fde3a48 07-Sep-2014 Sky Liu <blackskygg@gmail.com>

Porting uuencode/uudecode from NetBSD

Lionel: I fixed small mistakes in the mi file, typos, missing keywords,
and whitespace fixes.

Change-Id: If0c04b923af328838f2d0950e189bf28995bc0f0


# 11eaad35 26-Aug-2014 David van Moolenbroek <david@minix3.org>

Import NetBSD w(1) and uptime(1)

Change-Id: Id6cc36f4befbce4be3a471ae920d75972a44bef1


# 433d6423 28-Jul-2014 Lionel Sambuc <lionel@minix3.org>

New sources layout

Change-Id: Ic716f336b7071063997cf5b4dae6d50e0b4631e9


# e91d931d 27-Jul-2014 Sky Liu <skyblack@live.cn>

importing shar from NetBSD


# d24fd34c 11-Jul-2014 stux <minix@stux.net>

Import NetBSD which and whereis commands.

Change-Id: Ide31b4cc52c64cbd424437f649674a460fb0a754


# a967d739 31-Mar-2014 Claudio Martella <claudio@apache.org>

importing tail

Change-Id: Ieda9690195ccd78f081b383cb530702d45537122


# 71d1d39e 15-Mar-2014 Zachary Storer <zacts.3.14159@gmail.com>

Import NetBSD touch command

Replaces the 'touch' functionality provided by commands/touch.


123456