RSS
Pages: 1 ... 12 13 14 15 16 17 18 19 20 21 22
[>] http://marc.info/?l=openbsd-cvs&m=141106608810249&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-09-18 22:55:05


Module name: src
Changes by: kettenis@cvs.openbsd.org 2014/09/18 12:47:29

Modified files:
sys/scsi : sd.c

Log message:
Some disks, such as the Seagate Cheetah 73LP FC with Sun firmware
(ST373405FSUN72G) respond to a START STOP UNIT command that spins down the
disk with a "Logical Unit Not Ready, Initialization Command Required".
Besides causing some dmesg spam, our sd(4) driver responds to such a response
by spinning the disk back up. Prevent this from happening by respecting
the SCSI_IGNORE_NOT_READY flag and using that flag when spinning down the
disk.

ok miod@

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


Module name: src
Changes by: kettenis@cvs.openbsd.org 2014/09/18 12:54:29

Modified files:
sys/sys : device.h
sys/kern : subr_autoconf.c

Log message:
Introduce config_suspend_all(9) a function that invokes config_suspend(9)
on all relevant device hierarchies in the appropriate order. For now this
means mpath(4) and mainbus(4), doing mpath(4) before mainbus(4) when
suspending or powering down and doing mpath(4) after mainbus(4) when
resuming such that mpath(4) can realy on the underlying hardware being
in a functional state.

Fixes problems with unflushed disk caches on machines where mpath(4) takes
control of some of your disks.

ok dlg@

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


Module name: src
Changes by: kettenis@cvs.openbsd.org 2014/09/18 12:55:23

Modified files:
sys/arch/sparc64/sparc64: machdep.c

Log message:
Use config_suspend_all(9).

ok dlg@

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


Module name: src
Changes by: jmc@cvs.openbsd.org 2014/09/18 13:17:02

Modified files:
share/man/man8 : ssl.8

Log message:
the sendmail section is no longer relevant;

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


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/09/18 14:07:15

Modified files:
share/man/man4/man4.vax: intro.4

Log message:
System III already had intro(4), 4.1BSD merely had a copy of the
System III version, and the rewrite only happened for 4.2BSD.
All info can be verified from <a href="http://minnie.tuhs.org/cgi-bin/utree.pl" rel="nofollow">http://minnie.tuhs.org/cgi-bin/utree.pl</a>.
ok sobrado@ jmc@ miod@

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


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/09/18 14:16:26

Modified files:
share/man/man4/man4.sparc: intro.4

Log message:
fix HISTORY: NetBSD had intro(4/sparc) slightly before OpenBSD, both
with respect to commit and release, see
<a href="http://cvsweb.netbsd.org/bsdweb.cgi/src/share/man/man4/man4.sparc/intro.4" rel="nofollow">http://cvsweb.netbsd.org/bsdweb.cgi/src/share/man/man4/man4.sparc/intro.4</a>
ok sobrado@ jmc@ miod@

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


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/09/18 14:17:30

Modified files:
share/man/man4/man4.aviion: intro.4
share/man/man4/man4.loongson: intro.4
share/man/man4/man4.luna88k: intro.4

Log message:
add missing HISTORY sections;
ok sobrado@ jmc@ miod@

[>] http://marc.info/?l=openbsd-cvs&m=141109520319731&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-09-19 06:56:07


Module name: src
Changes by: dlg@cvs.openbsd.org 2014/09/18 20:52:55

Modified files:
sys/net : bpf.c

Log message:
passing M_NOWAIT to m_tag_get means it can fail, which could hit
the failure path which leaks all the stuff the previous code in
bpf_movein allocates.

since it's only called from bpfwrite, use M_WAIT instead to make
it reliable and just get rid of the bogus failure code.

ok miod@

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


Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/09/19 00:18:45

Modified files:
etc/mtree : special

Log message:
Remove sendmail queue directories.

ok matthieu@

[>] http://marc.info/?l=openbsd-cvs&m=141111208323654&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-09-19 11:55:05


Module name: src
Changes by: rapha@cvs.openbsd.org 2014/09/19 01:34:14

Modified files:
share/man/man4/man4.armv7: Makefile omap.4
Added files:
share/man/man4/man4.armv7: dmtimer.4 edma.4 gptimer.4 intc.4
omdog.4 prcm.4 sitaracm.4

Log message:
Add missing manual pages for armv7 (omap) drivers.
Using feedback from schwarze@.

ok syl@ schwarze@

[>] http://marc.info/?l=openbsd-cvs&m=141111282523813&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-09-19 11:55:06


Module name: src
Changes by: robert@cvs.openbsd.org 2014/09/19 01:46:38

Modified files:
usr.sbin/nginx/src/event: Tag: OPENBSD_5_6 ngx_event_openssl.c

Log message:
fix for the SSL session reuse vulnerability (CVE-2014-3616)
ok jasper@

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


Module name: src
Changes by: robert@cvs.openbsd.org 2014/09/19 01:47:23

Modified files:
usr.sbin/nginx/src/event: Tag: OPENBSD_5_5 ngx_event_openssl.c

Log message:
fix for the SSL session reuse vulnerability (CVE-2014-3616)
ok jasper@

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


Module name: www
Changes by: brett@cvs.openbsd.org 2014/09/19 02:51:04

Modified files:
. : plus.html

Log message:
plus.html 25 aug to 7 sept.

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


Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/09/19 05:16:15

Modified files:
distrib/sets/lists/base: mi
distrib/sets/lists/etc: mi

Log message:
Move /etc/rc.conf from the etc to the base set.
People should not have been hand-editing /etc/rc.conf
(# DO NOT EDIT THIS FILE!!) but in the case you did, you need to merge
your changes into /etc/rc.conf.local or they will be overwritten at next
upgrade.

ok deraadt@

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


Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2014/09/19 05:16:31

Modified files:
faq : current.html

Log message:
Add a note about the rc.conf move.

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


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/09/19 05:40:16

Modified files:
sys/arch/macppc/macppc: lock_machdep.c

Log message:
Use correct printf format when MP_LOCKDEBUG is defined.

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


Module name: src
Changes by: otto@cvs.openbsd.org 2014/09/19 05:43:31

Modified files:
sys/net : bpf_filter.c

Log message:
better boundchecks in validation; from Guy Harris; ok millert@ dlg@

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


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/09/19 06:10:47

Modified files:
share/man/man4/man4.armv7: dmtimer.4 gptimer.4 omdog.4
sitaracm.4

Log message:
zap trailing whitespace (which, strangely, was not in the original
version of these files posted to hackers)

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


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/09/19 06:24:38

Modified files:
share/man/man4/man4.alpha: intro.4
share/man/man4/man4.amd64: intro.4
share/man/man4/man4.armish: intro.4
share/man/man4/man4.armv7: intro.4
share/man/man4/man4.aviion: intro.4
share/man/man4/man4.hppa: intro.4
share/man/man4/man4.i386: intro.4
share/man/man4/man4.landisk: intro.4
share/man/man4/man4.loongson: intro.4
share/man/man4/man4.luna88k: intro.4
share/man/man4/man4.macppc: intro.4
share/man/man4/man4.socppc: intro.4
share/man/man4/man4.sparc: intro.4
share/man/man4/man4.sparc64: intro.4
share/man/man4/man4.vax: intro.4
share/man/man4/man4.zaurus: intro.4

Log message:
Restore the true Copyright notice and license of intro(4) that various
people illegally replaced with their own fabrications. Use the correct
years when the original file was actually written and changed; the
original in part listed wrong years.
Some of the notices regarding later changes can be dropped because
none of the respective text remains.
ok sobrado@ jmc@ miod@

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


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/09/19 06:32:08

Modified files:
regress/lib/libc/strtol: strtoltest.c

Log message:
Fix on 32bit platforms where 0xdeadbeef &gt; LONG_MAX.
To avoid making tests machine dependent, only test values inside 32bit
LONG_{MIN,MAX} and outside 64bit LONG_{MIN,MAX}, but none in between.
While here, cover 32bit edge cases, negative values, and overflows.
ok jsing@

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


Module name: src
Changes by: tedu@cvs.openbsd.org 2014/09/19 08:32:24

Modified files:
lib/libssl/src/ssl: s3_clnt.c s3_srvr.c

Log message:
remove obfuscating parens. man operator is your friend.

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


&gt; CVSROOT: /cvs
&gt; Module name: src
&gt; Changes by: tedu@cvs.openbsd.org 2014/09/19 08:32:24
&gt;
&gt; Modified files:
&gt; lib/libssl/src/ssl: s3_clnt.c s3_srvr.c
&gt;
&gt; Log message:
&gt; remove obfuscating parens. man operator is your friend.

Oh... it's C... I thought that bit was Lisp! ;)
--

"Action without study is fatal. Study without action is futile."
-- Mary Ritter Beard

[>] http://marc.info/?l=openbsd-cvs&m=141114258203658&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-09-19 20:55:05


Module name: src
Changes by: jsing@cvs.openbsd.org 2014/09/19 10:02:35

Modified files:
lib/libssl/src/ssl: ssl_ciph.c

Log message:
Add CHACHA20 as a cipher symmetric encryption alias.

From Ming &lt;gzchenym at 126.com&gt;

[>] http://marc.info/?l=openbsd-cvs&m=141114272803717&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-09-19 20:55:06


Module name: src
Changes by: espie@cvs.openbsd.org 2014/09/19 10:05:13

Modified files:
usr.sbin/pkg_add/OpenBSD: PkgCreate.pm

Log message:
.py files no longer need to be special, as the timestamps are stored in
the plist itself, so there's no longer any worry of the timestamp not
getting updated and python throwing a fit.

[>] http://marc.info/?l=openbsd-cvs&m=141114503604771&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-09-19 20:55:07


Module name: src
Changes by: jsg@cvs.openbsd.org 2014/09/19 10:43:19

Modified files:
sys/arch/armv7/imx: imxccm.c

Log message:
add missing break statements to imxccm_get_fecclk()
tested by matthieu@ on Sabre lite

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


Module name: src
Changes by: jsg@cvs.openbsd.org 2014/09/19 10:45:55

Modified files:
sys/arch/zaurus/dev: zaurus_audio.c

Log message:
add missing break statements giving alaw encoding
a chance of working instead of returning EINVAL.
ok miod@

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


Module name: src
Changes by: millert@cvs.openbsd.org 2014/09/19 10:50:21

Modified files:
sys/sys : errno.h

Log message:
Move EHOSTUNREACH, EOVERFLOW and ECANCELED out from under __BSD_VISIBLE
since modern POSIX specifies them. OK guenther@

[>] http://marc.info/?l=openbsd-cvs&m=141114704505616&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-09-19 21:55:06


Module name: src
Changes by: jmc@cvs.openbsd.org 2014/09/19 11:17:04

Modified files:
share/man/man4/man4.armv7: dmtimer.4 edma.4 gptimer.4 imxesdhc.4
intc.4 omap.4 omdog.4 prcm.4
sitaracm.4

Log message:
Not Everything Is A Headline!
or How I Attempted To Halt The March Of Noun Capitalisation In Nd Lines;

[>] http://marc.info/?l=openbsd-cvs&m=141114807006155&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-09-19 21:55:07


Module name: src
Changes by: kettenis@cvs.openbsd.org 2014/09/19 11:34:06

Modified files:
sys/arch/macppc/macppc: machdep.c
sys/arch/socppc/socppc: machdep.c

Log message:
Use config_suspend_all(9).

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


Module name: src
Changes by: kettenis@cvs.openbsd.org 2014/09/19 12:21:14

Modified files:
sys/arch/hppa/hppa: machdep.c
sys/arch/hppa64/hppa64: machdep.c

Log message:
Use config_suspend_all(9).

[>] http://marc.info/?l=openbsd-cvs&m=141115696110054&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-09-20 00:55:05


Module name: src
Changes by: kettenis@cvs.openbsd.org 2014/09/19 14:02:25

Modified files:
sys/arch/amd64/amd64: acpi_machdep.c machdep.c
sys/arch/i386/i386: acpi_machdep.c apm.c machdep.c
sys/dev/acpi : acpi.c
sys/kern : subr_hibernate.c

Log message:
Use config_suspend_all(9).

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


Module name: src
Changes by: florian@cvs.openbsd.org 2014/09/19 15:28:32

Modified files:
usr.sbin/slowcgi: slowcgi.c

Log message:
Instead of doing the fcntl(2) and ioctl(2) song and dance just tell
socket(2) and accept4(2) that we want non-blocking-close-on-exec
sockets.
OK benno@

[>] http://marc.info/?l=openbsd-cvs&m=141119647519146&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-09-20 11:55:05


&gt; CVSROOT: /cvs
&gt; Module name: src
&gt; Changes by: jmc@cvs.openbsd.org 2014/09/19 11:17:04
&gt;
&gt; Modified files:
&gt; share/man/man4/man4.armv7: dmtimer.4 edma.4 gptimer.4 imxesdhc.4
&gt; intc.4 omap.4 omdog.4 prcm.4
&gt; sitaracm.4
&gt;
&gt; Log message:
&gt; Not Everything Is A Headline!
&gt; or How I Attempted To Halt The March Of Noun Capitalisation In Nd Lines;

It is a german thing I suppose.

[>] http://marc.info/?l=openbsd-cvs&m=141119893319575&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-09-20 11:55:06


Module name: src
Changes by: espie@cvs.openbsd.org 2014/09/20 01:41:14

Modified files:
usr.sbin/pkg_add/OpenBSD: PkgCreate.pm

Log message:
need meta stuff that tells me those are "real files" to not create extra
chunks at the beginning of the package...
Also, be very verbose about everything.

Pages: 1 ... 12 13 14 15 16 17 18 19 20 21 22