[>]
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=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=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=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=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 > 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=141113908601715&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-09-19 19:55:05
> CVSROOT: /cvs
> 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.
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=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=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=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
> CVSROOT: /cvs
> 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;
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.