ftpd(8): drop some MINIX-specific changesAlso put in a crude way to clean up zombies when ftpd(8) is runningin daemon mode, because we do not yet support SA_NOCLDWAIT.Change-Id: I8a7db1d665c432d
ftpd(8): drop some MINIX-specific changesAlso put in a crude way to clean up zombies when ftpd(8) is runningin daemon mode, because we do not yet support SA_NOCLDWAIT.Change-Id: I8a7db1d665c432d736db833b0022d0340764db1f
show more ...
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
mmap: accept non-PROT_WRITE MAP_SHARED mappingsCurrently we don't accept writable file mmap()s, as there is nosystem in place to guarantee dirty buffers would make it back todisk. But we can actu
mmap: accept non-PROT_WRITE MAP_SHARED mappingsCurrently we don't accept writable file mmap()s, as there is nosystem in place to guarantee dirty buffers would make it back todisk. But we can actually accept MAP_SHARED for PROT_READ mappings,meaning the ranges aren't writable at all (and no private copy ismade as with MAP_PRIVATE), as it turns out a fairly large class ofusage. . fail writable MAP_SHARED mappings at runtime . reduces some minix-specific patches . lets binutils gold build on minix without further patchingChange-Id: If2896c0a555328ac5b324afa706063fc6d86519e
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
<sys/socket.h>, <netinet/{in,tcp,udp,udp_var}.h> . add sa_len to sockaddr, sin_len to sockaddr_in . rename SCM_CREDENTIALS to SCM_CREDS . retire PF_FILE (same as PF_UNIX)Change-Id: Id3ec63fe255
<sys/socket.h>, <netinet/{in,tcp,udp,udp_var}.h> . add sa_len to sockaddr, sin_len to sockaddr_in . rename SCM_CREDENTIALS to SCM_CREDS . retire PF_FILE (same as PF_UNIX)Change-Id: Id3ec63fe2556fc7ceb48de8ad4e80736df3ddfc7
increase -Werror resiliencefor bin/, commands/, libexec/, sbin/, test/, usr.bin/ and usr.sbin/.Change-Id: I8fa12c3cd86865311cef71b7faa7cf4fa785174f
libexec/fptd/ftpcmd.c: Removed as it is generated.Change-Id: Id700ed9c2462e998f9c74482f80ee95b644a1399
import netbsd ftpdChange-Id: Id7a3dbd40a6f37c55bcbb0d1456301f60626298f