Minix 3/src a513517bin/cat cat.c

Sync with cat.c from netbsd-8

When cat is invoked with -se, print a '$' on blank lines.

Change-Id: I1bdcced967261a231eab93e8d28736f9f52f53fd
DeltaFile
+10-17bin/cat/cat.c
+10-171 files

Minix 3/src 0a6a1f1external/bsd/llvm/dist/llvm/test/MC/ELF many-section.s many-sections-2.s, external/gpl3/gcc/patches 0000-gcc_nbsd.patch

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
DeltaFile
+0-93,319external/bsd/llvm/dist/llvm/test/MC/ELF/many-section.s
+130-65,278external/bsd/llvm/dist/llvm/test/MC/ELF/many-sections-2.s
+65,353-0sys/external/bsd/compiler_rt/dist/test/builtins/Unit/udivmodti4_test.c
+29,283-17,129external/public-domain/sqlite/dist/sqlite3.c
+22,075-21,558external/gpl3/gcc/patches/0000-gcc_nbsd.patch
+38,018-0sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/floatditf_test.h
+154,859-197,28432,861 files not shown
+3,056,728-1,412,43332,867 files

Minix 3/src 84d9c62dist/nvi/dist configure aclocal.m4, etc services

Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)

 - Fix for possible unset uid/gid in toproto
 - Fix for default mtree style
 - Update libelf
 - Importing libexecinfo
 - Resynchronize GCC, mpc, gmp, mpfr
 - build.sh: Replace params with show-params.
     This has been done as the make target has been renamed in the same
     way, while a new target named params has been added. This new
     target generates a file containing all the parameters, instead of
     printing it on the console.
 - Update test48 with new etc/services (Fix by Ben Gras <ben at minix3.org)
     get getservbyport() out of the inner loop

Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
DeltaFile
+0-30,513dist/nvi/dist/configure
+19,780-93etc/services
+5,064-6,137external/bsd/flex/dist/configure
+0-7,440dist/nvi/dist/aclocal.m4
+0-6,930dist/nvi/dist/ltmain.sh
+2,943-2,499external/bsd/flex/dist/ChangeLog
+27,787-53,6125,115 files not shown
+508,696-280,4385,121 files

Minix 3/src 7443781include/minix virtio.h, servers/inet/generic tcp_send.c

Alignement on netbsd types, part 1

The following types are modified (old -> new):
 * _BSD_USECONDS_T_ int       -> unsigned int
 * __socklen_t      __int32_t -> __uint32_t
 * blksize_t        uint32_t  -> int32_t
 * rlim_t           uint32_t  -> uint64_t
On ARM:
 * _BSD_CLOCK_T_    int       -> unsigned int
On Intel:
 * _BSD_CLOCK_T_    int       -> unsigned long

bin/cat is also updated in order to fix warnings.

_BSD_TIMER_T_ has still to be aligned.

Change-Id: I2b4fda024125a19901120546c4e22e443ba5e9d7
DeltaFile
+26-24sys/sys/fd_set.h
+18-12sys/sys/file.h
+12-12include/minix/virtio.h
+12-11servers/inet/generic/tcp_send.c
+3-12sys/sys/types.h
+5-6servers/pm/alarm.c
+76-7722 files not shown
+130-13328 files

Minix 3/src 24f1e18bin/cat cat.c cat.1, commands/cat cat.c Makefile

Import NetBSD cat(1)
DeltaFile
+316-0bin/cat/cat.c
+209-0bin/cat/cat.1
+0-137commands/cat/cat.c
+0-33man/man1/cat.1
+6-0bin/cat/Makefile
+0-5commands/cat/Makefile
+531-1754 files not shown
+535-17810 files