Minix 3/src a513517 — bin/cat cat.c
Sync with cat.c from netbsd-8 When cat is invoked with -se, print a '$' on blank lines. Change-Id: I1bdcced967261a231eab93e8d28736f9f52f53fd
Delta | File | |
---|---|---|
+10 | -17 | bin/cat/cat.c |
+10 | -17 | 1 files |
Sync with cat.c from netbsd-8 When cat is invoked with -se, print a '$' on blank lines. Change-Id: I1bdcced967261a231eab93e8d28736f9f52f53fd
Delta | File | |
---|---|---|
+10 | -17 | bin/cat/cat.c |
+10 | -17 | 1 files |
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
Delta | File | |
---|---|---|
+0 | -93,319 | external/bsd/llvm/dist/llvm/test/MC/ELF/many-section.s |
+130 | -65,278 | external/bsd/llvm/dist/llvm/test/MC/ELF/many-sections-2.s |
+65,353 | -0 | sys/external/bsd/compiler_rt/dist/test/builtins/Unit/udivmodti4_test.c |
+29,283 | -17,129 | external/public-domain/sqlite/dist/sqlite3.c |
+22,075 | -21,558 | external/gpl3/gcc/patches/0000-gcc_nbsd.patch |
+38,018 | -0 | sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/floatditf_test.h |
+154,859 | -197,284 | 32,861 files not shown |
+3,056,728 | -1,412,433 | 32,867 files |
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
Delta | File | |
---|---|---|
+0 | -30,513 | dist/nvi/dist/configure |
+19,780 | -93 | etc/services |
+5,064 | -6,137 | external/bsd/flex/dist/configure |
+0 | -7,440 | dist/nvi/dist/aclocal.m4 |
+0 | -6,930 | dist/nvi/dist/ltmain.sh |
+2,943 | -2,499 | external/bsd/flex/dist/ChangeLog |
+27,787 | -53,612 | 5,115 files not shown |
+508,696 | -280,438 | 5,121 files |
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
Delta | File | |
---|---|---|
+26 | -24 | sys/sys/fd_set.h |
+18 | -12 | sys/sys/file.h |
+12 | -12 | include/minix/virtio.h |
+12 | -11 | servers/inet/generic/tcp_send.c |
+3 | -12 | sys/sys/types.h |
+5 | -6 | servers/pm/alarm.c |
+76 | -77 | 22 files not shown |
+130 | -133 | 28 files |
Import NetBSD cat(1)
Delta | File | |
---|---|---|
+316 | -0 | bin/cat/cat.c |
+209 | -0 | bin/cat/cat.1 |
+0 | -137 | commands/cat/cat.c |
+0 | -33 | man/man1/cat.1 |
+6 | -0 | bin/cat/Makefile |
+0 | -5 | commands/cat/Makefile |
+531 | -175 | 4 files not shown |
+535 | -178 | 10 files |