[>]
http://marc.info/?l=openbsd-cvs&m=140923584501517&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-28 18:55:13
Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/28 08:23:52
Modified files:
usr.bin/openssl: asn1pars.c ca.c crl.c crl2p7.c dh.c dhparam.c
dsa.c dsaparam.c ec.c ecparam.c genpkey.c
genrsa.c nseq.c pkcs12.c pkcs7.c pkcs8.c pkey.c
pkeyparam.c pkeyutl.c req.c rsa.c rsautl.c
sess_id.c spkac.c ts.c verify.c x509.c
Log message:
openssl_setup() calls SSL_load_error_strings(), which happens to call
ERR_load_crypto_strings() - as such, we do not need to call the same
function from most of the applications.
[>]
http://marc.info/?l=openbsd-cvs&m=140923596801608&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-28 18:55:15
Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/28 08:25:48
Modified files:
usr.bin/openssl: genpkey.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c
rsautl.c
Log message:
OpenSSL_add_all_algorithms() is called from openssl_startup() - it does not
need to also be called from some of the applications.
[>]
http://marc.info/?l=openbsd-cvs&m=140924573006310&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-28 21:55:08
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2014/08/28 11:08:33
Modified files:
. : Makefile
distrib/sets : Makefile
distrib/sets/lists/xbase: mi
distrib/sets/lists/xetc: mi
Added files:
distrib/sets : makexetc
Log message:
Move xetc set to xbase like etc in base. ok and a tweak by ajacoutot@
There are still some issues, they will be fixed in tree.
[>]
http://marc.info/?l=openbsd-cvs&m=140924732007083&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-28 21:55:12
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2014/08/28 11:34:57
Modified files:
app/xinit : Makefile.in aclocal.m4 configure
app/xinit/launchd: Makefile.in
app/xinit/launchd/privileged_startx: Makefile.in
app/xinit/launchd/user_startx: Makefile.in
app/xinit/man : Makefile.in
Log message:
regen
[>]
http://marc.info/?l=openbsd-cvs&m=140924782007306&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-28 21:55:13
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/28 11:43:21
Modified files:
usr.sbin/sysmerge: sysmerge.8 sysmerge.sh
Log message:
Major sysmerge cleanup now that both etc and xetc sets are part of base.
Expect more changes/cleanup/... in the near future.
-S (signature) option is gone since we are not fetching sets anymore
-s and -x are gone as well for obvious reasons
Left is:
usage: sysmerge [-bdp]
I would appreciate feedback, *lots* of things have changed and there may be
side effects I missed. Consider sysmerge as WIP for the time being.
[>]
http://marc.info/?l=openbsd-cvs&m=140930304723146&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-29 13:55:11
Module name: src
Changes by: blambert@cvs.openbsd.org 2014/08/29 03:03:36
Modified files:
usr.sbin/relayd: parse.y relay.c relayd.conf.5 relayd.h
Log message:
Implement consistent host hashing for relayd, based on
work done by andre@
Re-add a randomized hash seed (which had apparently
gotten inadvertently removed in the past).
Allows for multiple relayd instances to be configured
to forward traffic to the same host, falling back to
the random seed when not explicitly configured to do so.
ok reyk@
[>]
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-cvs&m=140940676320566&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-30 17:55:07
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/30 07:52:22
Modified files:
distrib/sets/lists/base: mi
distrib/sets/lists/etc: mi
Log message:
/etc/amd/master.sample is effectively an example file, so move it to base
but keep the current location until we know how to handle subdirs under
/etc/examples.
ok rpe@
[>]
http://marc.info/?l=openbsd-cvs&m=140941167821835&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-30 19:55:09
Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/30 09:14:03
Modified files:
usr.bin/openssl: apps.c apps.h
Log message:
Move the callback function pointer outside the opt union so that the option
values are useable by the function. Also provide an option type that calls
a function without consuming/passing an argument.