[>]
http://marc.info/?l=openbsd-cvs&m=140947030100617&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-31 11:55:10
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/31 01:31:26
Modified files:
usr.sbin/sysmerge: sysmerge.sh
Log message:
When we are not running in pkg mode, /usr/share/sysmerge/examplessum
should always be part of the temproot, so there's not need to check for its
existence.
[>]
http://marc.info/?l=openbsd-cvs&m=140947398401338&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-31 12:55:09
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/31 02:32:41
Modified files:
usr.sbin/sysmerge: sysmerge.sh
Log message:
In pkg mode, warn if the directory we want to copy the @sample file into
does not exist and is not a @sample because we have no knowledge of the
required owner/group/mode so we cannot create it.
[>]
http://marc.info/?l=openbsd-cvs&m=140947781802003&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-31 13:55:10
Module name: src
Changes by: miod@cvs.openbsd.org 2014/08/31 03:36:39
Modified files:
include : Makefile
lib/libc : Makefile.inc
sys/sys : uuid.h
Added files:
include : uuid.h
lib/libc/uuid : Makefile.inc uuid.3 uuid_compare.c
uuid_create.c uuid_create_nil.c uuid_equal.c
uuid_from_string.c uuid_hash.c uuid_is_nil.c
uuid_stream.c uuid_to_string.c
Log message:
Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig via
Markus Mueller.
[>]
http://marc.info/?l=openbsd-cvs&m=140949243005040&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-31 17:55:10
Module name: src
Changes by: tobiasu@cvs.openbsd.org 2014/08/31 07:40:03
Modified files:
gnu/usr.bin/binutils/binutils: addr2line.c ar.c coffdump.c
cxxfilt.c deflex.c dlltool.c
dllwrap.c nlmconv.c nm.c
objcopy.c objdump.c rclex.c
readelf.c size.c srconv.c
strings.c sysdump.c windres.c
gnu/usr.bin/binutils/gas: as.c itbl-lex.c
gnu/usr.bin/binutils/gprof: gprof.c
gnu/usr.bin/binutils/include: libiberty.h
gnu/usr.bin/binutils/ld: ldmain.c
Log message:
Backport @file support from binutils-2.17
@file allows reading command line arguments from a file. Gcc now uses this to
pass very long arguments lists to ld.
ok guenther@ miod@
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140949457905539&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-31 18:55:09
Module name: ports
Changes by: jturner@cvs.openbsd.org 2014/08/31 08:15:56
Modified files:
security/spiped: Makefile distinfo
Removed files:
security/spiped/patches: patch-lib_events_events_network_c
Log message:
Update spiped to 1.4.0.
Includes code cleanup and bug fixes plus a new -g option to drop
connections if another host is using -f.
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140949489505608&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-31 18:55:10
Module name: ports
Changes by: jturner@cvs.openbsd.org 2014/08/31 08:21:12
Modified files:
security/reop : Makefile distinfo
Log message:
Update to reop 2.1.0.
"Newer, better, bolder. v2 is now ready to go I think. The encrypted
message format is possibly more secure in some scenarios. For backwards
compat, a -1 option is available."
[>]
http://marc.info/?l=openbsd-cvs&m=140950397207807&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-31 21:55:08
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2014/08/31 10:52:26
Modified files:
distrib/sets : makeflist makelocatedb maketars
Removed files:
distrib/sets : genlists nocreate
Log message:
Get rid of the 'nocreate' feature, unused for 6 years and stop
building the xetcXX.tgz set
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140950465308048&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-31 21:55:10
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2014/08/31 11:03:33
Modified files:
editors/texmaker: Makefile distinfo
editors/texmaker/patches: patch-latexeditor_h patch-texmaker_cpp
patch-texmaker_pro
editors/texmaker/pkg: PLIST
Added files:
editors/texmaker/patches: patch-texmakerapp_cpp
Log message:
Update to texmaker 4.3.
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140950615408668&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-31 21:55:12
Module name: ports
Changes by: schwarze@cvs.openbsd.org 2014/08/31 11:28:35
Log message:
import textproc/gpresent
The gpresent and piclink groff macros and the presentps PostScript
postprocessor support the creation of PDF presentations. Without
using the PAUSE macro, the macros can also be used to make slides.
ok MAINTAINER pascal@
Status:
Vendor Tag: schwarze
Release Tags: schwarze_20140831
N ports/textproc/gpresent/Makefile
N ports/textproc/gpresent/distinfo
N ports/textproc/gpresent/pkg/PLIST
N ports/textproc/gpresent/pkg/DESCR
N ports/textproc/gpresent/patches/patch-presentps
No conflicts created by this import
[>]
http://marc.info/?l=openbsd-cvs&m=140951661011760&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-09-01 00:55:16
Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/31 14:23:10
Modified files:
lib/librthread : rthread_cancel.c shlib_version
lib/libpthread/man: pthread_testcancel.3
Log message:
accept4() should be a cancellation point.
Update the list in the pthread_testcancel(3) manpage: several were missing.
noted by miod@
[>]
http://marc.info/?l=openbsd-cvs&m=140951935412282&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-09-01 01:55:08
Module name: src
Changes by: tedu@cvs.openbsd.org 2014/08/31 15:08:48
Modified files:
sys/sys : buf.h
sys/kern : vfs_bio.c
Log message:
replace LRU bufcache with something originally modelled after 2Q.
this should provide a degree of scan resistance, and also serves as a
midway point for further development of multi queue algorithms.
i've tried to minimize the risk and degree of regressions.
probably ok beck