RSS
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
[>] http://marc.info/?l=openbsd-cvs&m=140804333417888&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 23:55:08


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/14 13:08:21

Modified files:
usr.sbin/bgpctl: bgpctl.8

Log message:
remove two duplicate command entries;
reported by Denis Fondras <openbsd at ledeuns dot net>

[>] 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=140804682319330&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 00:55:17


Module name: src
Changes by: jmc@cvs.openbsd.org 2014/08/14 14:06:41

Modified files:
share/man/man7 : roff.7

Log message:
double word fix-o;

[>] http://marc.info/?l=openbsd-cvs&m=140804817419925&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 00:55:18


Module name: src
Changes by: millert@cvs.openbsd.org 2014/08/14 14:29:08

Modified files:
sys/dev/usb : usbdevs

Log message:
Add USB hubs found on Intel Z97 chipset boards (one attached to
each EHCI root hub). OK deraadt@ jsg@

[>] http://marc.info/?l=openbsd-cvs&m=140804819519933&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 00:55:19


Module name: src
Changes by: millert@cvs.openbsd.org 2014/08/14 14:29:31

Modified files:
sys/dev/usb : usbdevs.h usbdevs_data.h

Log message:
regen

[>] http://marc.info/?l=openbsd-cvs&m=140804976720432&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 01:55:09


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/14 14:55:41

Modified files:
share/man/man7 : mdoc.7

Log message:
Clarify that .Em and .Sy are physical, not semantic markup,
explain appropriate usage, and provide some examples.
ok jmc@

[>] 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=140806963726542&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 06:55:06


Module name: src
Changes by: yasuoka@cvs.openbsd.org 2014/08/14 20:27:03

Modified files:
sys/dev/ic : mfi.c mfireg.h mfivar.h

Log message:
Create a function which loads sgd in the mfi_iop_ops struct so that skinny
adapters can use "IEEE sgl".

tested dlg yasuoka
ok dlg jsg

[>] 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=140808509430467&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 10:55:08


Module name: src
Changes by: jmc@cvs.openbsd.org 2014/08/15 00:44:30

Modified files:
share/man/man7 : hier.7

Log message:
shorten share/doc/{html,mg} to share/doc, since nothing currently
gets installed in html (i think!);

[>] http://marc.info/?l=openbsd-cvs&m=140808565230572&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 11:55:07


Module name: www
Changes by: deraadt@cvs.openbsd.org 2014/08/15 00:53:42

Modified files:
. : donations.html index.html

Log message:
Some people asked specifically for paypal direct to me & project, so
here we go.

[>] 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=140809874602259&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 14:55:09


Module name: www
Changes by: matthieu@cvs.openbsd.org 2014/08/15 04:31:57

Modified files:
faq : current.html

Log message:
Explicit list of X resource files to delete.

There may be files installed by packages there that should not be removed.

[>] 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=140811168706567&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 18:55:11


Module name: src
Changes by: mikeb@cvs.openbsd.org 2014/08/15 08:07:39

Modified files:
sys/dev/pci : files.pci

Log message:
unlink lofn(4) and nofn(4)

[>] 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=140811218906766&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 18:55:13


Module name: src
Changes by: mikeb@cvs.openbsd.org 2014/08/15 08:16:01

Modified files:
share/man/man4 : Makefile crypto.4 pci.4
Removed files:
share/man/man4 : lofn.4 nofn.4

Log message:
lofn(4) and nofn(4) are gone

[>] 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=140811564508219&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 19:55:09


Module name: src
Changes by: mikeb@cvs.openbsd.org 2014/08/15 09:13:38

Modified files:
regress/sys/crypto/enc: Makefile des3.c

Log message:
Convert 3DES regress test from /dev/crypto to using kernel source code
directly with a simplified CBC implementation.

[>] http://marc.info/?l=openbsd-cvs&m=140811708708888&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 19:55:10


Module name: src
Changes by: mikeb@cvs.openbsd.org 2014/08/15 09:37:51

Modified files:
sys/dev/pci : ubsec.c ubsecvar.h

Log message:
Remove support for public key operations

[>] http://marc.info/?l=openbsd-cvs&m=140811742109004&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 19:55:12


Module name: src
Changes by: mikeb@cvs.openbsd.org 2014/08/15 09:43:27

Modified files:
sys/dev/pci : safe.c safevar.h

Log message:
Remove support for public key operations

[>] http://marc.info/?l=openbsd-cvs&m=140811761509103&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 19:55:13


Module name: src
Changes by: mikeb@cvs.openbsd.org 2014/08/15 09:46:24

Modified files:
share/man/man4 : ubsec.4 safe.4

Log message:
Public key operations are no longer supported

[>] 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=140812176110911&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-15 21:55:08


Module name: src
Changes by: tedu@cvs.openbsd.org 2014/08/15 10:55:32

Modified files:
lib/libressl : ressl.c ressl.h

Log message:
use void * instead of char *. ok jsing

[>] 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=140820713304127&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-16 20:55:09


Module name: src
Changes by: tedu@cvs.openbsd.org 2014/08/16 10:38:38

Modified files:
bin/ps : print.c

Log message:
reduce cutoff for "hours only" start times to reduce window of ambiguity.
ok deraadt

[>] 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=140821023005207&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-16 21:55:09


Module name: src
Changes by: bcook@cvs.openbsd.org 2014/08/16 11:30:12

Modified files:
regress/lib/libcrypto/gcm128: gcm128test.c

Log message:
use C rather than C++ array initialization syntax

this causes errors with stricter C compilers

[>] http://marc.info/?l=openbsd-cvs&m=140821044605259&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-16 21:55:10


Module name: src
Changes by: tobias@cvs.openbsd.org 2014/08/16 11:33:40

Modified files:
lib/libc/sys : pipe.2

Log message:
Fixed typo in "distinct".

ok jmc@

[>] http://marc.info/?l=openbsd-cvs&m=140821459006532&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-16 22:55:09


Module name: src
Changes by: bcook@cvs.openbsd.org 2014/08/16 12:42:42

Modified files:
lib/libcrypto/crypto: getentropy_linux.c

Log message:
only build the getrandom path if SYS_getrandom is defined.

like the sysctl path

[>] http://marc.info/?l=openbsd-cvs&m=140821488806599&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-16 22:55:10


Module name: src
Changes by: bcook@cvs.openbsd.org 2014/08/16 12:47:40

Modified files:
regress/lib/libcrypto/engine: enginetest.c

Log message:
replace sprintf/strdup with asprintf in engine test

[>] 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 &lt;uqs at FreeBSD&gt; reports that various of their
kernel manuals trigger assertions.

[>] http://marc.info/?l=openbsd-cvs&m=140822337409059&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-17 01:55:06


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/16 15:09:36

Modified files:
lib/libc/gen : exec.3

Log message:
Cover execvpe() in the description of what the envp arg means.

from Justus Baumgartner (meddev50 (at) gmail.com)
ok jmc@

[>] http://marc.info/?l=openbsd-cvs&m=140822518009644&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-17 01:55:08


Module name: src
Changes by: deraadt@cvs.openbsd.org 2014/08/16 15:39:16

Modified files:
sbin/sysctl : sysctl.c

Log message:
repair operation of kern.arandom, which will only allow a buffer of
512 bytes. As a result, it stopped working...
ok miod

[>] 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=140826606219384&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-17 13:55:07


Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/17 03:00:44

Modified files:
usr.bin/calendar/calendars: calendar.openbsd

Log message:
sync with hackathons.html

[>] 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=140828649325147&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-17 18:55:07


Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/17 08:41:03

Modified files:
etc/rc.d : rc.subr

Log message:
When running interactively, display the output of the "check" action
(ok or failed) like we do with all other actions.

ok jung@ rpe@

[>] http://marc.info/?l=openbsd-cvs&m=140828663325203&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-17 18:55:08


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@

[>] http://marc.info/?l=openbsd-cvs&m=140829972330137&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-17 22:55:08


&gt; CVSROOT: /cvs
&gt; Module name: src
&gt; Changes by: ajacoutot@cvs.openbsd.org 2014/08/17 08:43:34
&gt;
&gt; Modified files:
&gt; etc : rc
&gt;
&gt; Log message:
&gt; Execute /etc/netstart using sh(1) instead of sourcing it.
&gt; Committing early to make sure we have time to fix any side-effect.
&gt;
&gt; 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


&gt; On 08/17/14 16:43, Antoine Jacoutot wrote:
&gt; &gt;CVSROOT: /cvs
&gt; &gt;Module name: src
&gt; &gt;Changes by: ajacoutot@cvs.openbsd.org 2014/08/17 08:43:34
&gt; &gt;
&gt; &gt;Modified files:
&gt; &gt; etc : rc
&gt; &gt;
&gt; &gt;Log message:
&gt; &gt;Execute /etc/netstart using sh(1) instead of sourcing it.
&gt; &gt;Committing early to make sure we have time to fix any side-effect.
&gt; &gt;
&gt; &gt;ok deraadt@
&gt;
&gt; One change this brings is that the 'trap : 2' from /etc/rc is no longer
&gt; propagated into the rc script, so pressing ^C while in will abort the entire
&gt; netstart script instead of the currently running part of it.
&gt;
&gt; That said, I don't know if it was ever intentional, and I'm not sure we want
&gt; 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


&gt; On Sun, Aug 17, 2014 at 08:21:26PM +0200, Alexander Hall wrote:
&gt;&gt; On 08/17/14 16:43, Antoine Jacoutot wrote:
&gt;&gt;&gt; CVSROOT: /cvs
&gt;&gt;&gt; Module name: src
&gt;&gt;&gt; Changes by: ajacoutot@cvs.openbsd.org 2014/08/17 08:43:34
&gt;&gt;&gt;
&gt;&gt;&gt; Modified files:
&gt;&gt;&gt; etc : rc
&gt;&gt;&gt;
&gt;&gt;&gt; Log message:
&gt;&gt;&gt; Execute /etc/netstart using sh(1) instead of sourcing it.
&gt;&gt;&gt; Committing early to make sure we have time to fix any side-effect.
&gt;&gt;&gt;
&gt;&gt;&gt; ok deraadt@
&gt;&gt;
&gt;&gt; One change this brings is that the 'trap : 2' from /etc/rc is no longer
&gt;&gt; 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"

&gt;&gt; netstart script instead of the currently running part of it.
&gt;&gt;
&gt;&gt; That said, I don't know if it was ever intentional, and I'm not sure we want
&gt;&gt; it back.
&gt;
&gt; 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.

[>] http://marc.info/?l=openbsd-cvs&m=140830121130651&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-17 22:55:13


Module name: src
Changes by: jmc@cvs.openbsd.org 2014/08/17 12:46:29

Modified files:
usr.sbin/httpd : httpd.conf.5

Log message:
don;t mark up {};

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22