CVS: cvs.openbsd.org: src

2021-07-29 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2021/07/29 12:23:41 Modified files: gnu/llvm/lld/ELF: InputSection.cpp Log message: Allow relocation R_386_GOTOFF to be used from .debug_info sections. Newer GCC versions will sometimes emit it, and we have

CVS: cvs.openbsd.org: src

2014-05-21 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2014/05/21 12:38:42 Modified files: usr.sbin/lpr/common_source: displayq.c Log message: stat(2) on the spool file needs privileges. Fixes file size reported by lpq -l. ok millert@

CVS: cvs.openbsd.org: src

2014-07-24 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2014/07/24 03:15:14 Modified files: gnu/gcc/gcc: toplev.c Log message: Revert ssp-strong on arm. This has been exposing one or more bugs in GCC that kill large portions of the ports tree. Most notably,

CVS: cvs.openbsd.org: www

2014-08-03 Thread Pascal Stumpf
CVSROOT:/cvs Module name:www Changes by: pas...@cvs.openbsd.org 2014/08/03 08:43:58 Modified files: . : 56.html Log message: Update version numbers, create LibreSSL section, talk about ssp-strong, PIE for powerpc and other security improvements.

CVS: cvs.openbsd.org: www

2014-10-02 Thread Pascal Stumpf
CVSROOT:/cvs Module name:www Changes by: pas...@cvs.openbsd.org 2014/10/02 15:02:33 Modified files: . : 56.html Log message: fix spelling error

CVS: cvs.openbsd.org: src

2014-11-20 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2014/11/20 02:43:17 Modified files: share/mk : sys.mk Log message: Add .cpp.o suffix rules. Survived a full src + X + ports build. ok miod@ some time ago

CVS: cvs.openbsd.org: src

2014-12-16 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2014/12/16 13:53:12 Modified files: libexec/ld.so : Makefile Log message: Install a copy of ld.so into /sbin. Soon to be used in order to make "static" PIE possible. ok deraadt@ tedu@

CVS: cvs.openbsd.org: src

2014-12-23 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2014/12/23 12:32:16 Modified files: usr.bin/bgplg/bgpctl: Makefile usr.bin/bgplg/bgplg: Makefile usr.bin/bgplg/ping: Makefile usr.bin/bgplg/ping6: Makefile usr.bin/bgplg/tra

CVS: cvs.openbsd.org: src

2014-12-25 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2014/12/25 11:58:34 Modified files: share/mk : bsd.own.mk Log message: Delete misleading and dangerous comment about customising STATIC. Nowadays, it's not a user-settable knob. general agreement fro

CVS: cvs.openbsd.org: www

2015-01-17 Thread Pascal Stumpf
CVSROOT:/cvs Module name:www Changes by: pas...@cvs.openbsd.org 2015/01/17 13:35:50 Modified files: . : want.html Log message: Got a machine, got hard drives, need a caddy.

CVS: cvs.openbsd.org: www

2015-03-15 Thread Pascal Stumpf
CVSROOT:/cvs Module name:www Changes by: pas...@cvs.openbsd.org 2015/03/15 01:31:17 Modified files: papers : index.html Added files: papers : asiabsdcon2015-pie-paper.pdf asiabsdcon2015-pie-slides.pdf Log message: add my

CVS: cvs.openbsd.org: www

2015-03-15 Thread Pascal Stumpf
CVSROOT:/cvs Module name:www Changes by: pas...@cvs.openbsd.org 2015/03/15 01:34:56 Modified files: . : events.html Log message: link my slides here too

CVS: cvs.openbsd.org: src

2015-03-18 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2015/03/18 12:04:12 Modified files: usr.bin/mandoc : Makefile Log message: Convert -static -> ${STATIC} to make man.cgi static PIE. no concerns from schwarze@

CVS: cvs.openbsd.org: src

2015-03-18 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2015/03/18 13:55:52 Modified files: sbin/init : Makefile Log message: Make init(8) static PIE. ok deraadt@

CVS: cvs.openbsd.org: src

2023-07-07 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2023/07/07 11:23:03 Modified files: gnu/usr.bin/binutils-2.17/bfd: elflink.c Log message: Missing bit to make ld.bfd actually emit PT_OPENBSD_NOBTCFI. ok deraadt@

CVS: cvs.openbsd.org: src

2013-01-31 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2013/01/31 01:43:51 Modified files: share/man/man5 : port-modules.5 Log message: gcc3 is no more; ok brad@

CVS: cvs.openbsd.org: src

2013-02-07 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2013/02/07 10:58:31 Modified files: share/man/man5 : port-modules.5 Log message: Default gcc version for gcc4 MODULE is now 4.6. ok brad@ tobiasu@ espie@

CVS: cvs.openbsd.org: www

2013-07-28 Thread Pascal Stumpf
CVSROOT:/cvs Module name:www Changes by: pas...@cvs.openbsd.org 2013/07/28 02:57:41 Modified files: . : 54.html Log message: add some more

CVS: cvs.openbsd.org: src

2013-11-30 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2013/11/30 15:15:23 Modified files: share/man/man3 : intro.3 Log message: add libfuse; ok jmc@

CVS: cvs.openbsd.org: src

2013-12-15 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2013/12/15 11:17:26 Modified files: usr.bin/ssh: ssh-add.c Log message: Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page. ok markus@

CVS: cvs.openbsd.org: src

2014-03-23 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2014/03/23 11:29:06 Modified files: share/mk : bsd.own.mk share/man/man1 : gcc-local.1 Log message: Finally give powerpc PIE. Remaining bugs on socppc fixed by kettenis@. "I think you should

CVS: cvs.openbsd.org: www

2014-03-23 Thread Pascal Stumpf
CVSROOT:/cvs Module name:www Changes by: pas...@cvs.openbsd.org 2014/03/23 11:31:43 Modified files: faq: current.html Log message: Update instructions for the PIE switch on powerpc.

CVS: cvs.openbsd.org: lang

2011-11-14 Thread Pascal Stumpf
CVSROOT:/cvs Module name:lang Changes by: pas...@cvs.openbsd.org 2011/11/14 06:00:01 Log message: now import for real, sorry ... Status: Vendor Tag: pascal Release Tags: pascal_2014 N lang/gcc/4.6/gcc4.port.mk cvs: ERROR: cannot wri

CVS: cvs.openbsd.org: src

2011-11-27 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2011/11/27 14:46:44 Modified files: lib/libedit: eln.c parse.c Log message: Don't segfault when trying to bind to an invalid command. While here, kill a C++-style comment. ok nicm@

CVS: cvs.openbsd.org: src

2011-12-04 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2011/12/04 11:18:56 Modified files: games/fortune/datfiles: fortunes Log message: Fix grammar and spelling in a Latin fortune. ok jmc@

CVS: cvs.openbsd.org: src

2011-12-15 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2011/12/15 16:24:50 Modified files: gnu/gcc/libstdc++-v3/config/os/bsd/openbsd: os_defines.h Log message: Remove the XXX_CHECK defines. This allows clang++ to include cstdio without barfing about conflictin

CVS: cvs.openbsd.org: src

2011-12-15 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2011/12/15 16:31:37 Modified files: gnu/gcc/libstdc++-v3/include/c_std: std_cstdio.h std_cstdlib.h std_cwchar.h Log message: Convert restrict -> __restrict. "res

CVS: cvs.openbsd.org: src

2012-01-02 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/01/02 16:19:45 Modified files: usr.bin/find : extern.h find.1 find.c find.h function.c Log message: Add support for "find ... -exec foo {} \+". >From the manpage: If terminated by a plus sign (``+''

Re: CVS: cvs.openbsd.org: src

2012-01-05 Thread Pascal Stumpf
On Thu, 5 Jan 2012 10:24:38 +, Stuart Henderson wrote: > On 2012/01/02 16:19, Pascal Stumpf wrote: > > CVSROOT:/cvs > > Module name:src > > Changes by: pas...@cvs.openbsd.org 2012/01/02 16:19:45 > > > > Modified files: > > usr.bin

CVS: cvs.openbsd.org: src

2012-03-06 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/03/06 02:51:48 Modified files: gnu/gcc/gcc: builtins.c gnu/gcc/gcc/config: openbsd.h Log message: Define NO_UNSAFE_BUILTINS, overlooked when local changes got merged to gcc4. Found by Brad.

CVS: cvs.openbsd.org: src

2012-04-02 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/04/02 07:38:39 Modified files: gnu/gcc/gcc: common.opt Log message: In r1.2, instead of making -fno-ident the default, its semantics have been totally fucked up, effectively leading to inverted beha

CVS: cvs.openbsd.org: src

2012-04-19 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/04/19 08:26:47 Modified files: share/man/man5 : port-modules.5 Log message: document gcc4 module change. ok jmc@

CVS: cvs.openbsd.org: xenocara

2012-04-30 Thread Pascal Stumpf
CVSROOT:/cvs Module name:xenocara Changes by: pas...@cvs.openbsd.org 2012/04/30 14:58:39 Modified files: dist/Mesa/include/GL: glu.h Log message: Fix a prototype in order to be able to use this header with -Werror=strict-prototypes enabled. ok matthieu@

CVS: cvs.openbsd.org: xenocara

2012-05-07 Thread Pascal Stumpf
CVSROOT:/cvs Module name:xenocara Changes by: pas...@cvs.openbsd.org 2012/05/07 15:25:29 Modified files: app/cwm: cwm.1 Log message: kill useless .Pp ok jmc@

CVS: cvs.openbsd.org: src

2012-05-17 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/05/17 10:06:03 Modified files: libexec/security: security Log message: Also check permissions of .ssh/id_ecdsa. ok schwarze@

CVS: cvs.openbsd.org: src

2012-05-30 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/05/30 05:58:33 Modified files: gnu/gcc/gcc/config/i386: pmm_malloc.h Log message: Avoid errors with g++ -pedantic by removing throw() from the redeclaration of posix_memalign(). ok matthew@ guenther@

CVS: cvs.openbsd.org: src

2012-06-04 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/06/04 12:42:13 Modified files: share/man/man5 : bsd.port.arch.mk.5 bsd.port.mk.5 Log message: Document BE_ARCHS and LE_ARCHS. ok espie@

CVS: cvs.openbsd.org: src

2012-08-04 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/04 08:49:54 Modified files: libexec/ftpd : ftpd.8 Log message: MDTM and SIZE have been in RFC 3659 for over five years. Also, mention both RFCs in "SEE ALSO". ok jmc@

CVS: cvs.openbsd.org: src

2012-08-21 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/21 02:07:52 src/distrib/special/sed Update of /cvs/src/distrib/special/sed In directory cvs.openbsd.org:/tmp/cvs-serv7207/sed Log Message: Directory /cvs/src/distrib/special/sed added to the repository

CVS: cvs.openbsd.org: src

2012-08-21 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/21 02:12:47 Modified files: distrib/special: Makefile Makefile.inc Added files: distrib/special/sed: Makefile Log message: Build sed in distrib/ just like everything else. Simplifies PIE wo

CVS: cvs.openbsd.org: src

2012-08-21 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/21 08:46:20 Modified files: sys/arch/alpha/stand/boot: Makefile sys/arch/alpha/stand/bootxx: Makefile sys/arch/alpha/stand/netboot: Makefile sys/arch/amd64/stand: Makefile.in

CVS: cvs.openbsd.org: src

2012-08-21 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/21 09:30:09 Modified files: lib/libc/sys : Makefile.inc Log message: Kill an old mips workaround; we don't support mips, just mips64. ok deraadt@ kettenis@

CVS: cvs.openbsd.org: src

2012-08-21 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/21 15:12:05 Modified files: lib/libssl/src/crypto/perlasm: x86gas.pl Log message: When deciding whether we're PIC in a (generated) asm file, check for both PIC and __PIC__ defines. Makes things easi

CVS: cvs.openbsd.org: src

2012-08-22 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/22 10:58:26 Modified files: sys/arch/alpha/conf: Makefile.alpha sys/arch/amd64/conf: Makefile.amd64 sys/arch/armish/conf: Makefile.armish sys/arch/aviion/conf: Makefile.aviio

CVS: cvs.openbsd.org: src

2012-08-22 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/22 11:12:47 Modified files: usr.sbin/crunchgen: crunchgen.c Log message: Build crunched binaries with -fno-pie. ok deraadt@

CVS: cvs.openbsd.org: src

2012-08-22 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/22 11:19:35 Modified files: share/mk : bsd.lib.mk lib/libc/sys : Makefile.inc lib/csu/arm: md_init.h lib/csu/hppa : md_init.h lib/libc/arch/amd64: SYS.

CVS: cvs.openbsd.org: src

2012-08-22 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/22 13:41:56 Modified files: share/man/man5 : mk.conf.5 share/mk : bsd.README bsd.own.mk bsd.prog.mk Log message: share/mk bits for PIE, currently disabled. ok matthew@ deraadt@ ketten

CVS: cvs.openbsd.org: src

2012-08-22 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/22 15:30:42 Modified files: usr.sbin/afs : Makefile.inc Log message: libarla has some non-PIC assembler; therefore, afs cannot use PIE. ok deraadt@

CVS: cvs.openbsd.org: src

2012-08-22 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/22 16:54:44 Modified files: lib/libc/gmon : Makefile.inc Log message: We cannot just copy mcount.o to mcount.po, since the former may be PIE and profiling does not work well along with PIE. ok dera

CVS: cvs.openbsd.org: src

2012-08-23 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/23 11:06:36 Modified files: sys/arch/loongson/stand: Makefile.inc Log message: missed NOPIE_FLAGS, noticed by Brian Callahan ok deraadt@

CVS: cvs.openbsd.org: src

2012-08-28 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/28 03:09:56 Modified files: lib/libevent : event.c event.h shlib_version Log message: Expose _EVENT_VERSION in event.h. This is expected by net/tor, which will spew out scary warnings if it's not

CVS: cvs.openbsd.org: src

2012-08-28 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/28 08:26:47 Modified files: share/mk : bsd.own.mk bsd.prog.mk Log message: LDFLAGS will be -nopie for the NOPIE case, change GCC_PIE_DEFAULT -> PIE_DEFAULT since it will affect binutils too. o

CVS: cvs.openbsd.org: src

2012-08-28 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/28 10:45:03 Modified files: share/mk : bsd.own.mk bsd.prog.mk Log message: We can't add -nopie to LDFLAGS yet, since cc doesn't understand it. Use NOPIE_LDFLAGS instead. Noticed by matthew@ a

CVS: cvs.openbsd.org: src

2012-08-28 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/28 12:43:42 Modified files: gnu/usr.bin/binutils/bfd: peXXigen.c Log message: Work around -Wbounded warning by using sizeof(x_fname), not FILNMLEN. The latter gets defined incorrectly (too small) be

CVS: cvs.openbsd.org: src

2012-08-28 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/28 12:59:28 Modified files: gnu/gcc/gcc: common.opt defaults.h gcc.c opts.c gnu/usr.bin/binutils: Makefile.bsd-wrapper gnu/usr.bin/binutils/ld: ldmain.c lexsup.c gnu/usr.

CVS: cvs.openbsd.org: src

2012-08-28 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/28 15:03:32 Modified files: sys/arch/alpha/conf: Makefile.alpha sys/arch/amd64/conf: Makefile.amd64 sys/arch/armish/conf: Makefile.armish sys/arch/beagle/conf: Makefile.beagl

CVS: cvs.openbsd.org: src

2012-08-29 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/29 11:45:00 Modified files: sys/arch/amd64/stand: Makefile.inc sys/arch/amd64/stand/biosboot: Makefile sys/arch/amd64/stand/boot: Makefile sys/arch/amd64/stand/cdboot: Makefi

CVS: cvs.openbsd.org: src

2012-08-29 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/29 16:23:08 Modified files: sys/arch/i386/stand: Makefile.inc sys/arch/i386/stand/biosboot: Makefile sys/arch/i386/stand/boot: Makefile sys/arch/i386/stand/cdboot: Makefile

CVS: cvs.openbsd.org: src

2012-08-30 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/30 12:31:37 Modified files: gnu/gcc/gcc/config/sparc: openbsd64.h Log message: On sparc64, we still need to pass -K PIC to the assembler when compiling PIE. Found out the hard way by deraadt@. ok ke

CVS: cvs.openbsd.org: src

2012-08-30 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/30 13:29:14 Modified files: sys/arch/sparc64/stand/bootblk: Makefile sys/arch/sparc64/stand/libsa: Makefile sys/arch/sparc64/stand/libz: Makefile sys/arch/sparc64/stand/ofwbo

CVS: cvs.openbsd.org: src

2012-08-31 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/31 02:14:08 Modified files: sys/arch/sgi/stand: Makefile.inc sys/arch/sgi/stand/boot: Makefile sys/arch/sgi/stand/libsa: Makefile sys/arch/sgi/stand/libz: Makefile Log mess

CVS: cvs.openbsd.org: src

2012-08-31 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/31 02:22:15 Modified files: share/man/man3 : intro.3 Log message: Adapt this manpage to the removal of _pic.a libraries, restructure a bit and correct errors: - turn the paragraph that previously ta

CVS: cvs.openbsd.org: src

2012-08-31 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/31 07:00:47 Modified files: share/man/man3 : intro.3 Log message: tweak tweak, ok jmc@

CVS: cvs.openbsd.org: src

2012-08-31 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/31 10:13:59 Modified files: sys/arch/loongson/stand: Makefile.inc sys/arch/loongson/stand/boot: Makefile sys/arch/loongson/stand/libsa: Makefile Log message: Kill NOPIE and NOPIE_FL

CVS: cvs.openbsd.org: src

2012-08-31 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/31 10:13:20 Modified files: sys/arch/hppa/stand: Makefile.inc sys/arch/hppa/stand/boot: Makefile sys/arch/hppa/stand/cdboot: Makefile sys/arch/hppa/stand/libsa: Makefile

CVS: cvs.openbsd.org: src

2012-08-31 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/31 10:58:22 Modified files: gnu/gcc/gcc/config/sparc: openbsd.h Log message: Apply to sparc the same change as to sparc64: Pass -K PIC to the assembler when we're default PIE. allows Theo to build P

CVS: cvs.openbsd.org: www

2012-08-31 Thread Pascal Stumpf
CVSROOT:/cvs Module name:www Changes by: pas...@cvs.openbsd.org 2012/08/31 11:21:52 Modified files: faq: current.html Log message: Document upgrade process for PIE. Comments from aja@, nick@ and deraadt@. ok deraadt@ and sthen@ on a previous version

CVS: cvs.openbsd.org: src

2012-08-31 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/31 11:16:21 Modified files: share/mk : bsd.own.mk Log message: Enable PIE on amd64, mips64(el) and sparc64. Most work done by kurt@ some years ago; also, most work committed over the last week

CVS: cvs.openbsd.org: src

2012-08-31 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/08/31 13:01:31 Modified files: share/man/man1 : gcc-local.1 Log message: Document PIE-by-default behaviour. With a tweak from matthew@. ok deraadt@ jmc@ matthew@

CVS: cvs.openbsd.org: src

2012-09-01 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/09/01 07:20:57 Modified files: share/man/man5 : mk.conf.5 Log message: NOPIC only affects shared libraries now. ok jmc@

CVS: cvs.openbsd.org: src

2012-09-01 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/09/01 09:10:06 Modified files: sys/arch/alpha/stand/boot: Makefile sys/arch/alpha/stand/bootxx: Makefile sys/arch/alpha/stand/netboot: Makefile Log message: Fix alpha bootblocks: Compi

CVS: cvs.openbsd.org: src

2012-09-01 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/09/01 10:40:53 Modified files: share/man/man3 : intro.3 Log message: Kill the FILES section. No need to maintain a second list of libraries on the same page (which was even out of sync). Also, add an

CVS: cvs.openbsd.org: src

2012-09-02 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/09/02 11:22:53 Modified files: sys/arch/socppc/stand/boot: Makefile sys/arch/socppc/stand/mkboot: Makefile Log message: convert to plain -fno-pie/-nopie. Looks good to deraadt@.

CVS: cvs.openbsd.org: src

2012-09-02 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/09/02 17:23:51 Modified files: sys/arch/sparc/stand/binstall: Makefile sys/arch/sparc/stand/boot: Makefile sys/arch/sparc/stand/bootxx: Makefile sys/arch/sparc/stand/libsa: Make

CVS: cvs.openbsd.org: src

2012-09-25 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/09/25 03:01:03 Modified files: sys/arch/amd64/stand/biosboot: Makefile sys/arch/amd64/stand/boot: Makefile sys/arch/amd64/stand/cdboot: Makefile sys/arch/amd64/stand/cdbr: Makef

CVS: cvs.openbsd.org: src

2012-11-06 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2012/11/06 13:07:23 Modified files: usr.sbin/nginx/conf: nginx.conf Log message: Advertising SSLv2 in the example config doesn't make much sense now that it's disabled. ok robert@

CVS: cvs.openbsd.org: src

2015-04-02 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2015/04/02 05:54:27 Modified files: gnu/gcc/gcc/config/alpha: openbsd.h gnu/gcc/gcc/config/i386: openbsd64.h openbsdelf.h gnu/gcc/gcc/config/mips: openbsd.h gnu/gcc/gcc/config/pa: op

CVS: cvs.openbsd.org: src

2015-10-20 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2015/10/20 05:15:07 Modified files: gnu/lib/libiberty/src: xmalloc.c Log message: On xmalloc failure, stop trying to determine the total amount of allocated memory up to this point by using sbrk(2). This is

CVS: cvs.openbsd.org: src

2015-10-22 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2015/10/22 08:53:00 Modified files: gnu/usr.bin/binutils-2.17/binutils: addr2line.c objdump.c readelf.c strings.c Log message: Add pledge(2) to some binutils that

CVS: cvs.openbsd.org: src

2015-11-16 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2015/11/16 10:43:17 Modified files: usr.bin/gprof : gprof.c gprof.h Log message: pledge for gprof: "stdio rpath wpath cpath" in the beginning, then drop wpath and cpath if we don't need to write a gmon.sum

CVS: cvs.openbsd.org: src

2015-11-16 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2015/11/16 10:41:45 Modified files: sys/kern : kern_pledge.c Log message: brk/sbrk's use case is way too narrow to be a default stdio pledge. Since this only affects base gcc and the ports most in nee

CVS: cvs.openbsd.org: src

2015-11-16 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2015/11/16 10:49:35 Modified files: usr.bin/calendar: calendar.c Log message: pledge calendar: * "stdio rpath proc exec" in normal mode (execs cpp) * "stdio rpath tmppath fattr id proc exec" in -a mode, whi

CVS: cvs.openbsd.org: src

2016-08-06 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/08/06 01:08:59 Modified files: sbin/iked : parse.y Log message: Unbreak PSK authentication, broken by previous. ok reyk@ florian@

CVS: cvs.openbsd.org: src

2016-09-05 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/09/05 04:48:43 src/gnu/usr.bin/clang Update of /cvs/src/gnu/usr.bin/clang In directory cvs.openbsd.org:/tmp/cvs-serv89767/clang Log Message: Directory /cvs/src/gnu/usr.bin/clang added to the repository

CVS: cvs.openbsd.org: src

2016-09-05 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/09/05 04:49:05 src/gnu/usr.bin/clang/libLLVMBitWriter Update of /cvs/src/gnu/usr.bin/clang/libLLVMBitWriter In directory cvs.openbsd.org:/tmp/cvs-serv51085/libLLVMBitWriter Log Message: Directory /cvs/src/gnu/u

CVS: cvs.openbsd.org: src

2016-09-05 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/09/05 04:49:05 src/gnu/usr.bin/clang/libLLVMInstrumentation Update of /cvs/src/gnu/usr.bin/clang/libLLVMInstrumentation In directory cvs.openbsd.org:/tmp/cvs-serv51085/libLLVMInstrumentation Log Message: Direct

CVS: cvs.openbsd.org: src

2016-09-05 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/09/05 04:49:05 src/gnu/usr.bin/clang/libLLVMBitReader Update of /cvs/src/gnu/usr.bin/clang/libLLVMBitReader In directory cvs.openbsd.org:/tmp/cvs-serv51085/libLLVMBitReader Log Message: Directory /cvs/src/gnu/u

CVS: cvs.openbsd.org: src

2016-09-05 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/09/05 04:49:05 src/gnu/usr.bin/clang/libLLVMAnalysis Update of /cvs/src/gnu/usr.bin/clang/libLLVMAnalysis In directory cvs.openbsd.org:/tmp/cvs-serv51085/libLLVMAnalysis Log Message: Directory /cvs/src/gnu/usr.

CVS: cvs.openbsd.org: src

2016-09-05 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/09/05 04:49:05 src/gnu/usr.bin/clang/libLLVMCodeGen Update of /cvs/src/gnu/usr.bin/clang/libLLVMCodeGen In directory cvs.openbsd.org:/tmp/cvs-serv51085/libLLVMCodeGen Log Message: Directory /cvs/src/gnu/usr.bin

CVS: cvs.openbsd.org: src

2016-09-05 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/09/05 04:49:05 src/gnu/usr.bin/clang/libLLVMAsmPrinter Update of /cvs/src/gnu/usr.bin/clang/libLLVMAsmPrinter In directory cvs.openbsd.org:/tmp/cvs-serv51085/libLLVMAsmPrinter Log Message: Directory /cvs/src/gn

CVS: cvs.openbsd.org: src

2016-09-05 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/09/05 04:49:05 src/gnu/usr.bin/clang/libLLVMAsmParser Update of /cvs/src/gnu/usr.bin/clang/libLLVMAsmParser In directory cvs.openbsd.org:/tmp/cvs-serv51085/libLLVMAsmParser Log Message: Directory /cvs/src/gnu/u

CVS: cvs.openbsd.org: src

2016-09-05 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/09/05 04:49:05 src/gnu/usr.bin/clang/libLLVMIRReader Update of /cvs/src/gnu/usr.bin/clang/libLLVMIRReader In directory cvs.openbsd.org:/tmp/cvs-serv51085/libLLVMIRReader Log Message: Directory /cvs/src/gnu/usr.

CVS: cvs.openbsd.org: src

2016-09-05 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/09/05 04:49:05 src/gnu/usr.bin/clang/libLLVMCore Update of /cvs/src/gnu/usr.bin/clang/libLLVMCore In directory cvs.openbsd.org:/tmp/cvs-serv51085/libLLVMCore Log Message: Directory /cvs/src/gnu/usr.bin/clang/li

CVS: cvs.openbsd.org: src

2016-09-05 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/09/05 04:49:05 src/gnu/usr.bin/clang/libLLVMInstCombine Update of /cvs/src/gnu/usr.bin/clang/libLLVMInstCombine In directory cvs.openbsd.org:/tmp/cvs-serv51085/libLLVMInstCombine Log Message: Directory /cvs/src

CVS: cvs.openbsd.org: src

2016-09-05 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/09/05 04:49:05 src/gnu/usr.bin/clang/libLLVMMCParser Update of /cvs/src/gnu/usr.bin/clang/libLLVMMCParser In directory cvs.openbsd.org:/tmp/cvs-serv51085/libLLVMMCParser Log Message: Directory /cvs/src/gnu/usr.

CVS: cvs.openbsd.org: src

2016-09-05 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/09/05 04:49:05 src/gnu/usr.bin/clang/libLLVMLinker Update of /cvs/src/gnu/usr.bin/clang/libLLVMLinker In directory cvs.openbsd.org:/tmp/cvs-serv51085/libLLVMLinker Log Message: Directory /cvs/src/gnu/usr.bin/cl

CVS: cvs.openbsd.org: src

2016-09-05 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/09/05 04:49:05 src/gnu/usr.bin/clang/libLLVMMC Update of /cvs/src/gnu/usr.bin/clang/libLLVMMC In directory cvs.openbsd.org:/tmp/cvs-serv51085/libLLVMMC Log Message: Directory /cvs/src/gnu/usr.bin/clang/libLLVMM

CVS: cvs.openbsd.org: src

2016-09-05 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/09/05 04:49:05 src/gnu/usr.bin/clang/libLLVMMCDisassembler Update of /cvs/src/gnu/usr.bin/clang/libLLVMMCDisassembler In directory cvs.openbsd.org:/tmp/cvs-serv51085/libLLVMMCDisassembler Log Message: Directory

CVS: cvs.openbsd.org: src

2016-09-05 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/09/05 04:49:06 src/gnu/usr.bin/clang/libLLVMSelectionDAG Update of /cvs/src/gnu/usr.bin/clang/libLLVMSelectionDAG In directory cvs.openbsd.org:/tmp/cvs-serv51085/libLLVMSelectionDAG Log Message: Directory /cvs/

CVS: cvs.openbsd.org: src

2016-09-05 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2016/09/05 04:49:06 src/gnu/usr.bin/clang/libLLVMObject Update of /cvs/src/gnu/usr.bin/clang/libLLVMObject In directory cvs.openbsd.org:/tmp/cvs-serv51085/libLLVMObject Log Message: Directory /cvs/src/gnu/usr.bin/cl

  1   2   >