Lionel Sambuc
d5c6c6a51b
Importing usr.bin/tr
...
Change-Id: I4563198f111f2ec3687f6a5084edd05f243c2263
2013-08-25 18:51:36 +02:00
Lionel Sambuc
00785f561f
Importing usr.bin/xargs
...
Change-Id: I6a8ce6a8eee31942abb4db797672da7d00dfa43d
2013-08-25 18:51:36 +02:00
Lionel Sambuc
3dab66925c
Importing usr.bin/unexpand
...
Change-Id: I2bab349ebccc28b14db446689171bce7dede8a9d
2013-08-25 18:51:36 +02:00
Lionel Sambuc
563dd2c8f4
Importing usr.bin/expand
...
Change-Id: I4089d86d4ae1dcade0c82ed30ecd5685802acfd3
2013-08-25 18:51:36 +02:00
Lionel Sambuc
0b8a9e801d
Importing usr.bin/basename
...
Change-Id: I2c71c83bc6a420390c4aed015373f78ebf425903
2013-08-25 18:51:36 +02:00
Lionel Sambuc
211b53e442
Importing usr.bin/dirname
...
Change-Id: I83263576440c2040fb8ccd1e952abd53495fcb70
2013-08-25 18:51:35 +02:00
Lionel Sambuc
891fbc18d7
Importing usr.bin/wc
...
Change-Id: If174bd2bfc3ef38f21d45b5ba0567ac7d99dc608
2013-08-25 18:51:35 +02:00
Ben Gras
3161c603a6
increase -Werror resilience
...
for bin/, commands/, libexec/, sbin/, test/, usr.bin/ and usr.sbin/.
Change-Id: I8fa12c3cd86865311cef71b7faa7cf4fa785174f
2013-08-21 13:53:39 +02:00
Anton Kuijsten
a74251eb16
allow ldd mmap fallback
...
Change-Id: Ia7b8aa88c3f063c804869065719ac0cbf049b7dd
2013-06-12 07:05:11 +00:00
Thomas Cort
3d257f8073
Importing usr.bin/shuffle
2013-06-10 10:51:49 +02:00
Thomas Cort
406cdd95a6
Importing usr.bin/finger
2013-06-02 09:52:40 +02:00
Thomas Cort
92f7a4ab20
Importing usr.bin/bdes
2013-06-02 09:52:35 +02:00
Ben Gras
e92490cf47
ld.elf_so, grep, make: use mmap()
...
. let the dynamic linker use a real file mmap(), reverting
most of the minix-specific changes
. except for a fallback mode for systems or filesystems that
do not support mmap() on files
. make, grep: let them use mmap() too, with fallback
Change-Id: I11c0c9ad439d713917a6f5c2d196558f6c03eabd
2013-05-31 15:42:01 +00:00
Thomas Cort
d8b7bfdfe8
Importing usr.bin/logname
2013-05-31 16:13:41 +02:00
Kees Jongenburger
dca81e0581
toproto:convert special execute bits to chars
...
Convert the special execute bits of the METALOG file mode entries into mkfs.mfs
compatible u and g flags.
2013-04-24 13:22:45 +02:00
Kees Jongenburger
fd7bb1786e
build:add tool to convert from METALOG to proto files.
...
Change-Id: I5c4e15b1a2bac5a4ca3a0530f8d6aa2643ac720a
2013-04-21 21:36:30 +02:00
Thomas Cort
a0a1440a52
remove utimes() workarounds
...
With the addition of utimes(), we can remove the workarounds
and use the original NetBSD code for timestamping files.
Also restore use of -p & -r for install while building
2013-04-12 18:55:40 +00:00
Thomas Cort
04203a83a6
Importing usr.bin/ftp
2013-04-05 19:02:06 +00:00
Ben Gras
2db46bcfa1
top: a few fixes
...
. fixed overflow in ticks compare function, causing
occasionally esp. the kernel to be mis-ordered by cpu
time
. fixed some const string related warnings
. fixed some variable name shadowing warnings
Change-Id: I02c177b1579bce164372f9b03f6b472537cc9e3e
2013-04-05 15:27:09 +00:00
Thomas Cort
1d4c0ebe0f
Importing usr.bin/from
2013-03-23 16:11:11 +01:00
Thomas Cort
66601c7f92
Importing usr.bin/whatis
...
- LSC: fixed missing entry in minix/mi
Change-Id: I5766dd72819e3b15ef24ab49c5ee3a5aa42049c4
2013-03-23 16:10:23 +01:00
Thomas Cort
ab046ee6ea
Importing usr.bin/head
2013-03-23 14:37:39 +01:00
David Höppner
4de64f892a
Importing NetBSD banner
2013-03-22 10:15:11 +01:00
Thomas Cort
a99e83a2dc
Importing usr.bin/cal
2013-03-18 11:27:44 +01:00
Thomas Cort
85468eb5c8
Importing usr.bin/yes
...
Change-Id: Ia76d7ce9c6b2bf7523d2ecbc6470e3e1e7ab5ee5
2013-03-18 11:27:25 +01:00
Thomas Cort
b6d4a4c155
Importing usr.bin/who
2013-03-18 11:23:59 +01:00
Thomas Cort
fe7b9c06f9
Importing usr.bin/getopt
2013-03-11 11:31:55 +01:00
Thomas Cort
7b9673cd55
Importing usr.bin/col
2013-03-05 16:44:54 +01:00
Lionel Sambuc
2c96f0541b
Upgrading printf
...
Change-Id: I78dbbf0d14e4d61f5dfbec53d3938453b3e03ee6
2013-02-01 11:41:47 +01:00
Lionel Sambuc
a8d553408d
Fix file permissions in usr.bin/tput
...
Change-Id: Ieb29d7a91bbd90273e37406f5454e23c3131634a
2013-02-01 11:41:47 +01:00
Antoine Leca
5139afee6b
Import infocmp from NetBSD
...
Convert the content of the terminfo database into human-readable
form, the same as used by the tic(1) command already present.
2013-01-25 20:11:01 +01:00
Antoine Leca
1999c518b6
import tput from NetBSD
...
Posix tool to allow direct use of the terminfo database.
The clear script is adjusted accordingly.
The (MINIX-specific) clr equivalent is now gone.
2013-01-25 20:09:20 +01:00
Antoine Leca
eabd612b15
make: correct a typo of NetBSD source
2013-01-25 18:44:17 +01:00
Antoine Leca
b9cb8440d7
mkdep: restore NetBSD behaviour
...
Since MINIX has a working cc, do not introduce spurious differences
2013-01-25 18:42:58 +01:00
Lionel Sambuc
3e1db26a5a
Termcap update, replacing elvis by nvi.
...
Removing elvis, importing nvi, ctags, updating libedit.
Change-Id: I881eb04d2dc64cf112facd992de1114e1a59107f
2013-01-24 07:44:38 +01:00
Lionel Sambuc
0ac803292e
Fix warnings trivial warnings.
...
Fix warnings about:
. Unused variables
. format mismatch in printf/scanf format string and arguments
. Missing parenthesis around assignment as truth values
. Clang warnings anout unknown GCC pragma
2013-01-14 11:44:31 +01:00
Lionel Sambuc
e8235bc09a
Updating usr.bin/passwd
...
Change-Id: I5512cd44cb9f1684350050d4e3fb5bb4d1c9b6b1
2013-01-14 11:36:27 +01:00
Lionel Sambuc
2bc7c627ac
Updating usr.bin/make
...
Change-Id: I66b137a0368cf99267cd47a9625da8a12d8a1df7
2013-01-14 11:36:27 +01:00
Lionel Sambuc
71c7dcb9ce
Updating usr.bin/m4
...
Change-Id: I6edfb294639490da27f6abd132822b901de0d650
2013-01-14 11:36:26 +01:00
Antoine Leca
715aecd7e8
gzip: fix warning messages with off_t
...
NetBSD assumes off_t is 64-bit, but on MINIX it is still 32-bit.
So cast the calls to use big_off_t, as stat(2) uses.
Only used in warning messages, was not a real production bug.
2013-01-08 15:59:10 +00:00
Ben Gras
e286ccc05b
sort: add -x hex sort feature back
...
. so unstack works again
2012-12-11 11:59:44 +01:00
Lionel Sambuc
8e5df35e84
Importing NetBSD tsort
...
Change-Id: I110de8037b9253f4fe53cbe13dc8fc281aeea2ec
2012-12-07 13:58:07 +01:00
Lionel Sambuc
6e0ed9c90c
Replacing join with NetBSD join
...
Change-Id: I1257736f755eab0ce39124f0d78bfa48426ba820
2012-12-07 13:58:07 +01:00
Lionel Sambuc
c75851fccb
Importing nbperf
...
Change-Id: I87eb5bd3d0596370ade272f22c6df739d0483006
2012-12-07 13:58:07 +01:00
Lionel Sambuc
d71cc7b9f6
Importing lorder
...
Change-Id: I0043c56a40a69ea809c909285c06de0273bada9f
2012-12-07 13:58:07 +01:00
Lionel Sambuc
0fbbaa43e9
Upgrading sort, which is needed by lorder
...
Change-Id: I64ac0509f4360c947a677600db77e7612a7cbebd
2012-12-07 13:58:07 +01:00
Lionel Sambuc
a7ab29bf57
genassym.sh update
...
Change-Id: Ibacd47683f7a668eb1dd717014f904581ecebccb
2012-12-07 13:58:06 +01:00
Lionel Sambuc
4a711bea63
Upgrading bzip2
...
Change-Id: I6968b0f0401f3f42dc55a0f4938a7e12a3a55ae7
2012-11-21 18:32:06 +01:00
Lionel Sambuc
b8a678ef1d
Cross compile on minix support
...
* Remade patch so it works with minix patch tool.
* New MINIX tar support -ox, so revert back to it
In fetch scripts, tar had been replaced by bsdtar as the prebvious
tar did not support the -o flag under minix, which is required to
prevent usage of tar file stored user and group information.
This introduces portability problems. As our new tar tool now
support that flag revert back to improve portability.
2012-11-15 16:07:30 +01:00
Lionel Sambuc
c7c2299cbe
Removing hacky defines from top.c
2012-11-15 16:07:30 +01:00