[>]
http://marc.info/?l=openbsd-ports-cvs&m=140931373126666&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-29 16:55:13
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2014/08/29 06:01:41
Modified files:
geo/qlandkartegt: Makefile distinfo
geo/qlandkartegt/pkg: PLIST
Added files:
geo/qlandkartegt/patches: patch-CMakeLists_txt
patch-src_CDeviceGarminBulk_cpp
patch-src_CMakeLists_txt
patch-src_CMouseMoveMap_cpp
patch-src_CWptDB_cpp
Log message:
Update qlgt to 1.7.7
test, feedback and OK kirby@
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140932253430546&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-29 18:55:09
Module name: ports
Changes by: brad@cvs.openbsd.org 2014/08/29 08:28:32
Modified files:
devel/llvm : Makefile
devel/llvm/patches: patch-tools_clang_lib_Driver_Tools_cpp
Added files:
devel/llvm/patches:
patch-lib_Target_PowerPC_MCTargetDesc_PPCMCAsmInfo_cpp
patch-lib_Target_Sparc_MCTargetDesc_SparcMCAsmInfo_cpp
Removed files:
devel/llvm/patches: patch-tools_clang_lib_Basic_Targets_cpp
Log message:
- Remove a local PowerPC patch we don't need.
- A fix for the SPARC float handling. Adding the missing & to the field allows
the backend feature flag to be passed back which it was not without it.
- Add some patches to enable the integrated assembler on PowerPC / SPARC.
I left these out before as I thought because Clang was not obeying this
setting and had its own similar bits they were not necessary but turns
out the backend has some code that does obey this setting.
ok sthen@
[>]
http://marc.info/?l=openbsd-cvs&m=140933556003736&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-29 22:55:09
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/29 12:05:39
Modified files:
distrib/sets/lists/base: mi
distrib/sets/lists/etc: mi
etc : Makefile
Added files:
etc/examples : dhclient.conf
Removed files:
etc : dhclient.conf
Log message:
Move dhclient.conf(5) to examples.
no objections from todd@ millert@ rpe@
[>]
http://marc.info/?l=openbsd-cvs&m=140933608503978&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-29 22:55:11
> CVSROOT: /cvs
> Module name: src
> Changes by: ajacoutot@cvs.openbsd.org 2014/08/29 12:05:39
>
> Modified files:
> distrib/sets/lists/base: mi
> distrib/sets/lists/etc: mi
> etc : Makefile
> Added files:
> etc/examples : dhclient.conf
> Removed files:
> etc : dhclient.conf
>
> Log message:
> Move dhclient.conf(5) to examples.
>
> no objections from todd@ millert@ rpe@
Oops sorry, that was not rpe@ but krw@ !!!
I was chating with rpe@ at the same time... brain fart
--
Antoine
[>]
http://marc.info/?l=openbsd-cvs&m=140934370107108&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-30 00:55:09
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/29 14:21:13
Modified files:
usr.sbin/rcctl : rcctl.sh
Log message:
Simplify append_to_pkg_scripts(), in particular avoid the expensive
svc_is_enabled() and look at ${pkg_scripts} only, flags are not
relevant to this function.
"please commit" ajacoutot@
[>]
http://marc.info/?l=openbsd-cvs&m=140934629308054&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-30 01:55:09
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/29 15:04:37
Modified files:
usr.sbin/rcctl : rcctl.sh
Log message:
Additional input validation:
Error out on "rcctl enable daemon flags NO".
Without this check, this "enable" command effectively disabled the daemon.
"commit" ajacoutot@
[>]
http://marc.info/?l=openbsd-cvs&m=140934732508443&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-30 01:55:10
Module name: src
Changes by: miod@cvs.openbsd.org 2014/08/29 15:21:39
Modified files:
sys/arch/hppa/hppa: autoconf.c
sys/arch/hppa64/hppa64: autoconf.c
Log message:
Use the load average from averunnable.ldavg[] instead of bogus cp_time[]
arithmetic to display the load average in leds 5-8 of 8 led systems.
[>]
http://marc.info/?l=openbsd-cvs&m=140934942309140&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-30 02:55:07
Module name: src
Changes by: bluhm@cvs.openbsd.org 2014/08/29 15:55:55
Modified files:
regress/usr.sbin/syslogd: Makefile Syslogd.pm README
Log message:
Prepare for testing libevent in syslogd. Pass the EVENT_NO...
environment variables over sudo into syslogd. Run the tests with
the select(2) and poll(2) and kqueue(2) backend. Call "make libevent"
for these tests.
[>]
http://marc.info/?l=openbsd-cvs&m=140934947009152&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-30 02:55:08
Module name: src
Changes by: bluhm@cvs.openbsd.org 2014/08/29 15:57:17
Modified files:
regress/usr.sbin/syslogd: args-maxhostlen.pl
args-maxloghostlen.pl
args-maxportlen.pl
args-proto-invalid.pl
args-proto-udp.pl
args-proto-udp4-host6.pl
args-proto-udp4-only6.pl
args-proto-udp4.pl
args-proto-udp6-host4.pl
args-proto-udp6-only4.pl
args-proto-udp6.pl args-server-udp4.pl
args-server-udp6.pl funcs.pl
Log message:
Make the syslogd regression tests more reliable. Other processes
on the system may create log entries during the test run that show
up in the log file. Ignore those additional lines.
[>]
http://marc.info/?l=openbsd-cvs&m=140939124617250&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-30 13:55:10
Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/30 03:33:11
Modified files:
sys/dev/usb : ehci.c ehcivar.h
Log message:
Rewrite how queue heads are inserted and removed from the asynchronous
list. Use a queue head per xfer and no longer per pipe. Since queue
heads are now setup when a transfer is submited we do not need to open
the control pipe more than once. This also simplify transfer abortion.
Tested by many, thanks!
[>]
http://marc.info/?l=openbsd-cvs&m=140939176117352&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-30 13:55:12
Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/30 03:42:20
Modified files:
sys/arch/macppc/dev: macintr.c openpic.c
Log message:
Don't panic when an illegal IRQ is passed to intr_{dis,}establish().
At least the device-tree for the second bge(4) on my PowerMac is not
parsed correctly but we can live with that until the bug is fixed.
[>]
http://marc.info/?l=openbsd-cvs&m=140939529318142&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-30 14:55:09
Module name: src
Changes by: miod@cvs.openbsd.org 2014/08/30 04:41:10
Modified files:
sys/arch/amd64/amd64: disksubr.c
sys/arch/i386/i386: disksubr.c
Log message:
Make sure we check for GPT in writedisklabel() if kernel is compiled with GPT
support, for it would risk being overwritten otherwise.
From Markus Mueller
[>]
http://marc.info/?l=openbsd-cvs&m=140939546918159&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-30 14:55:10
Module name: src
Changes by: miod@cvs.openbsd.org 2014/08/30 04:44:02
Modified files:
sys/kern : subr_disk.c
sys/sys : disklabel.h
Log message:
Recognize EFI protective and system partitions. Do not put disklabel entries
for the protective ones when creating a fake label, but do, for the system
ones, so that we may eventually copy boot code to them.
From Markus Mueller
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140940178719239&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-30 16:55:07
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/30 06:29:08
Log message:
Import appstream-glib-0.2.5.
This library provides GObjects and helper methods to make it easy to
read and write AppStream metadata. It also provides a simple DOM
implementation that makes it easy to edit nodes and convert to and from
the standardized XML representation.
<...>
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20140830
N ports/devel/appstream-glib/distinfo
N ports/devel/appstream-glib/Makefile
N ports/devel/appstream-glib/pkg/DESCR
N ports/devel/appstream-glib/pkg/PLIST
No conflicts created by this import
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140940206119331&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-30 16:55:11
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/30 06:33:56
Modified files:
textproc/link-grammar: Makefile distinfo
textproc/link-grammar/patches: patch-configure
textproc/link-grammar/pkg: PLIST-main
Added files:
textproc/link-grammar/patches: patch-link-grammar_structures_h
Log message:
Update to link-grammar-5.1.0.