Fix ARM NDEBUG BuildsChange-Id: I1250744d54b75d6380393afe848a6eb8c5dc894d
NetBSD re-synchronization of the source treeThis brings our tree to NetBSD 7.0, as found on -current on the10-10-2015.This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/z
NetBSD re-synchronization of the source treeThis brings our tree to NetBSD 7.0, as found on -current on the10-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 libmincChange-Id: I149836ac18e9326be9353958bab9b266efb056f0
show more ...
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, gm
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@minix3.org) get getservbyport() out of the inner loopChange-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
Upgrading bzip2Change-Id: I6968b0f0401f3f42dc55a0f4938a7e12a3a55ae7
Upgrading build system to new NetBSD revisionThe tested targets are the followgin ones: * tools * distribution * sets * releaseThe remaining NetBSD targets have not been disabled nor tested*
Upgrading build system to new NetBSD revisionThe tested targets are the followgin ones: * tools * distribution * sets * releaseThe remaining NetBSD targets have not been disabled nor tested*at all*. Try them at your own risk, they may reboot the earth.For all compliant Makefiles, objects and generated files are put inMAKEOBJDIR, which means you can now keep objects between two branchswitching. Same for DESTDIR, please refer to build.sh options.Regarding new or modifications of Makefiles a few things: * Read share/mk/bsd.README * If you add a subdirectory, add a Makefile in it, and have it called by the parent through the SUBDIR variable. * Do not add arbitrary inclusion which crosses to another branch of the hierarchy; If you can't do without it, put a comment on why. If possible, do not use inclusion at all. * Use as much as possible the infrastructure, it is here to make life easier, do not fight it.Sets and package are now used to track files.We have one set called "minix", composed of one package called "minix-sys"
set major version of shlibs to 0WARNING: this will break existing dynamically linked binaries if theyexist. If you have any: . re-build world statically first if necessary . remove libraries fro
set major version of shlibs to 0WARNING: this will break existing dynamically linked binaries if theyexist. If you have any: . re-build world statically first if necessary . remove libraries from /lib and /usr/lib . then build worldThis change: . avoids possible future dismay when interfacing other systems' binaries; done until they are abi-compatibleThanks to Antoine Leca for pointing this out.
import NetBSD bzip2 and libbz2
Reduce compiler/libraries/headers cases to only two 1. ack, a.out, minix headers (moved to /usr/include.ack), minix libc 2. gcc/clang, elf, netbsd headers (moved to /usr/include), netbsd l
Reduce compiler/libraries/headers cases to only two 1. ack, a.out, minix headers (moved to /usr/include.ack), minix libc 2. gcc/clang, elf, netbsd headers (moved to /usr/include), netbsd libc (moved to /usr/lib)So this obsoletes the /usr/netbsd hierarchy.No special invocation for netbsd libc necessary - it's always usedfor gcc/clang.
Build NetBSD libc library in world in ELF mode.3 sets of libraries are built now: . ack: all libraries that ack can compile (/usr/lib/i386/) . clang+elf: all libraries with minix headers (/usr/
Build NetBSD libc library in world in ELF mode.3 sets of libraries are built now: . ack: all libraries that ack can compile (/usr/lib/i386/) . clang+elf: all libraries with minix headers (/usr/lib/) . clang+elf: all libraries with netbsd headers (/usr/netbsd/)Once everything can be compiled with netbsd libraries and headers, the/usr/netbsd hierarchy will be obsolete and its libraries compiled withnetbsd headers will be installed in /usr/lib, and its headersin /usr/include. (i.e. minix libc and current minix headers setwill be gone.)To use the NetBSD libc system (libraries + headers) beforeit is the default libc, see: http://wiki.minix3.org/en/DevelopersGuide/UsingNetBSDCodeThis wiki page also documents the maintenance of the patchfiles of minix-specific changes to imported NetBSD code.Changes in this commit: . libsys: Add NBSD compilation and create a safe NBSD-based libc. . Port rest of libraries (except libddekit) to new header system. . Enable compilation of libddekit with new headers. . Enable kernel compilation with new headers. . Enable drivers compilation with new headers. . Port legacy commands to new headers and libc. . Port servers to new headers. . Add <sys/sigcontext.h> in compat library. . Remove dependency file in tree. . Enable compilation of common/lib/libc/atomic in libsys . Do not generate RCSID strings in libc. . Temporarily disable zoneinfo as they are incompatible with NetBSD format . obj-nbsd for .gitignore . Procfs: use only integer arithmetic. (Antoine Leca) . Increase ramdisk size to create NBSD-based images. . Remove INCSYMLINKS handling hack. . Add nbsd_include/sys/exec_elf.h . Enable ELF compilation with NBSD libc. . Add 'make nbsdsrc' in tools to download reference NetBSD sources. . Automate minix-port.patch creation. . Avoid using fstavfs() as it is *extremely* slow and unneeded. . Set err() as PRIVATE to avoid name clash with libc. . [NBSD] servers/vm: remove compilation warnings. . u32 is not a long in NBSD headers. . UPDATING info on netbsd hierarchy . commands fixes for netbsd libc
Rename mkfiles from minix.*.mk to bsd.*.mkMakes things easier for pkgsrc
Makefile updates:Turn on optimizationRemove some redundancy in FLAGS
Convert boot/ and commands/ over to bsdmake