[>]
http://marc.info/?l=openbsd-cvs&m=140804544618704&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 23:55:09
Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/14 13:43:45
Modified files:
gnu/usr.bin/binutils/bfd: elfxx-mips.c
Log message:
Backport from binutils-2.17:
2005-08-17 Alan Modra <amodra@bigpond.net.au>
* elfxx-mips.c (_bfd_mips_elf_hide_symbol): Cope with being called
without any got section.
ok miod@
[>]
http://marc.info/?l=openbsd-cvs&m=140805556222684&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 02:55:07
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/14 16:32:28
Modified files:
usr.bin/mandoc : term_ascii.c
Log message:
Some compilers apparently worry that abort() might return
and then throw a "may be used uninitialized" warning, so
sprinkle some /* NOTREACHED */. No functional change.
Noticed by Thomas Klausner <wiz at NetBSD dot org>.
[>]
http://marc.info/?l=openbsd-cvs&m=140807472127581&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 07:55:07
Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/14 21:51:40
Modified files:
lib/libc/db/hash: hash.c
lib/libkvm : kvm.c
lib/libsndio : mio_rmidi.c sio_sun.c
lib/libutil : passwd.c
usr.bin/mail : names.c
usr.bin/usbhidaction: usbhidaction.c
usr.sbin/apmd : apmd.c
usr.sbin/cron : misc.c
Log message:
Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)
on it, simplifying error checking, reducing system calls, and improving
thread-safety for libraries.
ok miod@
[>]
http://marc.info/?l=openbsd-cvs&m=140807609727971&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 08:55:06
Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/14 22:14:36
Modified files:
lib/libc/stdlib: Makefile.inc insque.c remque.c
Removed files:
lib/libc/arch/vax/stdlib: insque.S remque.S
Log message:
XPG requires insque() and remque() to work with linear lists and not just
circular lists. Amazingly, they managed to extend the requirements to no
longer match the behavior of the VAX instructions they were modeled after,
so the trivial VAX ASM versions have to go. Nice job breaking it, X/Open!
Based on a diff from enh (at) google.com
ok miod@
[>]
http://marc.info/?l=openbsd-cvs&m=140808273129987&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 10:55:07
Module name: src
Changes by: jmc@cvs.openbsd.org 2014/08/15 00:05:18
Modified files:
usr.bin/calendar/calendars: calendar.holiday
Log message:
admission of hawaii happened in 1959, not 1984;
from the freebsd bugs database, bug 192651:
Reported: 2014-08-14 13:17 UTC by Richard
[>]
http://marc.info/?l=openbsd-cvs&m=140809598501003&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 13:55:08
Module name: src
Changes by: rpe@cvs.openbsd.org 2014/08/15 03:45:54
Modified files:
distrib/alpha/common: install.md
distrib/amd64/common: install.md
distrib/aviion/ramdisk: install.md
distrib/hppa : install.md
distrib/i386/common: install.md
distrib/loongson/ramdisk: install.md
distrib/luna88k/ramdisk: install.md
distrib/macppc/ramdisk: install.md
distrib/sparc64/common: install.md
Log message:
Align install.md files with installer style.
- { foo ; bar ; } -> { foo; bar; }
- if foo ; then -> if foo; then
OK halex@
[>]
http://marc.info/?l=openbsd-cvs&m=140811162706525&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 18:55:10
Module name: src
Changes by: mikeb@cvs.openbsd.org 2014/08/15 08:06:48
Modified files:
sys/arch/alpha/conf: GENERIC
sys/arch/amd64/conf: GENERIC
sys/arch/i386/conf: GENERIC
sys/arch/macppc/conf: GENERIC
sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32
sys/arch/sparc64/conf: GENERIC
Log message:
lofn(4) and nofn(4) are going away
[>]
http://marc.info/?l=openbsd-cvs&m=140811195706652&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 18:55:12
Module name: src
Changes by: mikeb@cvs.openbsd.org 2014/08/15 08:12:07
Removed files:
sys/dev/pci : nofn.c nofnreg.h nofnvar.h lofn.c lofnreg.h
lofnvar.h
Log message:
With deprecation of crypto(4) interface lofn(4) and nofn(4) become
obsolete. No objections from the usual suspects.
[>]
http://marc.info/?l=openbsd-cvs&m=140811340407201&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 18:55:15
Module name: src
Changes by: mikeb@cvs.openbsd.org 2014/08/15 08:36:20
Modified files:
regress/sys/crypto/aes: Makefile aestest.c
Log message:
Convert AES regress test from /dev/crypto to using kernel source code
directly. This test case uses ECB vectors, therefore no chaining is
required.
[>]
http://marc.info/?l=openbsd-cvs&m=140811357207289&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 18:55:16
Module name: src
Changes by: mikeb@cvs.openbsd.org 2014/08/15 08:39:04
Modified files:
regress/sys/crypto/aesctr: Makefile aesctr.c
Log message:
Convert AES-CTR regress test from /dev/crypto to using kernel source
code directly. This test is converted the same way jsing@ has recently
converted an XTS test by pulling in xform.c code.
[>]
http://marc.info/?l=openbsd-cvs&m=140812136710630&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 20:55:08
Module name: src
Changes by: millert@cvs.openbsd.org 2014/08/15 10:48:58
Modified files:
share/zoneinfo : Makefile
share/zoneinfo/datfiles: africa antarctica asia australasia
backward etcetera europe factory
iso3166.tab northamerica pacificnew
southamerica systemv yearistype.sh
zone.tab
Added files:
share/zoneinfo/datfiles: zone1970.tab
Log message:
Update to tzdata2014f from <a href="
ftp://ftp.iana.org" rel="nofollow">ftp.iana.org</a>.
[>]
http://marc.info/?l=openbsd-cvs&m=140817499227381&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-16 11:55:07
Module name: src
Changes by: deraadt@cvs.openbsd.org 2014/08/16 01:42:39
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7
md.aviion md.hppa md.hppa64 md.i386
md.landisk md.loongson md.luna88k
md.macppc md.octeon md.sgi md.socppc
md.sparc md.sparc64 md.vax md.zaurus mi
distrib/sets/lists/comp: mi
distrib/sets/lists/etc: mi
distrib/sets/lists/man: mi
Log message:
sync
[>]
http://marc.info/?l=openbsd-cvs&m=140817539127470&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-16 11:55:08
Module name: src
Changes by: deraadt@cvs.openbsd.org 2014/08/16 01:49:27
Modified files:
usr.bin/ftp : cmds.c ftp.c small.c util.c
Log message:
I found a number of interactive events which can cause signals, and go
down paths not previously marked as signal handled unsafe. Try to clean
up a few of them especially regarding errno, mark others as unsafe, and
repair a few by avoiding stdio. Glanced at by misc people in Slovenia,
but considered too risky before release..
[>]
http://marc.info/?l=openbsd-cvs&m=140820973205018&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-16 21:55:08
Module name: src
Changes by: bcook@cvs.openbsd.org 2014/08/16 11:21:56
Modified files:
lib/libcrypto/crypto: getentropy_linux.c
Log message:
getrandom(2) support for getentropy_linux
This enables support for the new getrandom(2) syscall in Linux 3.17.
If the call exists and fails, return a failure in getentropy(2) emulation as
well. This adds a EINTR check in case the urandom pool is not initialized.
Tested on Fedora Rawhide with 3.17rc0 and Ubuntu 14.04
ok deraadt@
[>]
http://marc.info/?l=openbsd-cvs&m=140821845807612&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-16 23:55:07
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/16 13:47:17
Modified files:
usr.bin/mandoc : mdoc_macro.c
regress/usr.bin/mandoc/mdoc/Bl: bareIt.in bareIt.out_ascii
bareIt.out_lint
Log message:
If a stray .It follows .El, we are no longer in the list,
even though the list is still the last processed macro.
This fixes a regression introduced in mdoc_macro.c rev. 1.95:
Ulrich Spoerlein <uqs at FreeBSD> reports that various of their
kernel manuals trigger assertions.
[>]
http://marc.info/?l=openbsd-cvs&m=140825976517883&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-17 11:55:07
Module name: src
Changes by: jmc@cvs.openbsd.org 2014/08/17 01:15:41
Modified files:
bin/ksh : ksh.1 sh.1
Log message:
update the built-ins list:
- "times" is both promoted to posix and special (ooh!)
- "pwd" is promoted to posix, but not special (aah!)
while here, jiggle the text somewhat to clarify that "non-POSIX"
actually meant when posix mode is off, not mandated by posix
joint work with guenther
[>]
http://marc.info/?l=openbsd-cvs&m=140826900520138&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-17 13:55:08
Module name: src
Changes by: dlg@cvs.openbsd.org 2014/08/17 03:48:55
Modified files:
sys/kern : subr_extent.c
Log message:
i broke the userland shim used for the extent regress test when i
made it so struct pool was only visible to _KERNEL. tedu broke it
too when he added the size argument to the kernel free
functions.
this fixes both issues. the main change is to provide a local version of
struct pool with just the bit (pr_size) needed for extent to run.
if extents take advantage of more malloc/pool features (eg, {M,PR}_ZERO
then this will need to be updated again.
found by and based on a diff from Theo Buehler
ok mpi@
[>]
http://marc.info/?l=openbsd-cvs&m=140827391621626&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-17 15:55:08
Module name: src
Changes by: miod@cvs.openbsd.org 2014/08/17 05:11:34
Modified files:
sys/arch/mips64/mips64: trap.c
Log message:
On kernels compiled with R10000 support, ignore (by simply returning)
`bus error upon instruction fetch' exceptions where the faulting address is
in the kernel, and at the very beginning of an I$ cache line.
(I've experienced these on an R16000 Fuel since several months already)
[>]
http://marc.info/?l=openbsd-cvs&m=140827865822811&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-17 16:55:07
Module name: src
Changes by: doug@cvs.openbsd.org 2014/08/17 06:30:29
Modified files:
regress/libexec/ld.so/initfirst/test2/libaa: Makefile
regress/libexec/ld.so/initfirst/test2/libab: Makefile
regress/libexec/ld.so/initfirst/test2/libac: Makefile
regress/libexec/ld.so/initfirst/test2/libad: Makefile
regress/libexec/ld.so/initfirst/test2/libae: Makefile
regress/libexec/ld.so/randomdata/libaa: Makefile
Log message:
Fix regression tests for ld.so
It now runs correctly with 'make depend regress'
[>]
http://marc.info/?l=openbsd-cvs&m=140829972330137&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-17 22:55:08
> CVSROOT: /cvs
> Module name: src
> Changes by: ajacoutot@cvs.openbsd.org 2014/08/17 08:43:34
>
> Modified files:
> etc : rc
>
> Log message:
> Execute /etc/netstart using sh(1) instead of sourcing it.
> Committing early to make sure we have time to fix any side-effect.
>
> ok deraadt@
One change this brings is that the 'trap : 2' from /etc/rc is no longer
propagated into the rc script, so pressing ^C while in will abort the
entire netstart script instead of the currently running part of it.
That said, I don't know if it was ever intentional, and I'm not sure we
want it back.
/Alexander
[>]
http://marc.info/?l=openbsd-cvs&m=140830013630294&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-17 22:55:09
> On 08/17/14 16:43, Antoine Jacoutot wrote:
> >CVSROOT: /cvs
> >Module name: src
> >Changes by: ajacoutot@cvs.openbsd.org 2014/08/17 08:43:34
> >
> >Modified files:
> > etc : rc
> >
> >Log message:
> >Execute /etc/netstart using sh(1) instead of sourcing it.
> >Committing early to make sure we have time to fix any side-effect.
> >
> >ok deraadt@
>
> One change this brings is that the 'trap : 2' from /etc/rc is no longer
> propagated into the rc script, so pressing ^C while in will abort the entire
> netstart script instead of the currently running part of it.
>
> That said, I don't know if it was ever intentional, and I'm not sure we want
> it back.
Not sure either. But it's exactly to get that kind of feedback that it got committed :-)
--
Antoine
[>]
http://marc.info/?l=openbsd-cvs&m=140830075330498&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-17 22:55:10
> On Sun, Aug 17, 2014 at 08:21:26PM +0200, Alexander Hall wrote:
>> On 08/17/14 16:43, Antoine Jacoutot wrote:
>>> CVSROOT: /cvs
>>> Module name: src
>>> Changes by: ajacoutot@cvs.openbsd.org 2014/08/17 08:43:34
>>>
>>> Modified files:
>>> etc : rc
>>>
>>> Log message:
>>> Execute /etc/netstart using sh(1) instead of sourcing it.
>>> Committing early to make sure we have time to fix any side-effect.
>>>
>>> ok deraadt@
>>
>> One change this brings is that the 'trap : 2' from /etc/rc is no longer
>> propagated into the rc script, so pressing ^C while in will abort the entire
Er, that should of course be "propagated into the *netstart* script"
>> netstart script instead of the currently running part of it.
>>
>> That said, I don't know if it was ever intentional, and I'm not sure we want
>> it back.
>
> Not sure either. But it's exactly to get that kind of feedback that it got committed :-)
[>]
http://marc.info/?l=openbsd-cvs&m=140830096030589&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-17 22:55:11
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/17 12:42:07
Modified files:
usr.bin/mandoc : mdoc_term.c
regress/usr.bin/mandoc/mdoc/Bl: break.in break.out_ascii
break.out_lint
regress/usr.bin/mandoc/mdoc/Nm: Makefile
Added files:
regress/usr.bin/mandoc/mdoc/Nm: break.in break.out_ascii
break.out_lint
Log message:
Segfault fixes from kristaps@.
Note that .It and .Nm blocks without bodies cannot be generated by
valid mdoc(7) syntax but are a adequate representations of invalid
mdoc(7) constructs like Bl -hang It Bo Sh and Sh SYNOPSIS Nm Bo Sh.