RSS
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 ... 37
[>] http://marc.info/?l=openbsd-cvs&m=140751513719520&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-08 20:55:26


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/08 10:25:15

Modified files:
usr.bin/mandoc : mandoc.1

Log message:
Remove redundant verbiage in the style of "a file is a file,
a line is a line, a column is a column"; suggested by jmc@

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


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/08 10:32:17

Modified files:
share/man/man7 : mdoc.7

Log message:
some corrections and improvements with respect to prologue macros;
found while working on mandoc(1) messages

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


Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/08 10:33:27

Modified files:
sys/dev/pci/drm/radeon: atombios_crtc.c

Log message:
drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmi

From Alex Deucher
85cdd5e933c0f9fe3262067e707eed565db46378 in ubuntu 3.8
7d5ab3009a8ca777174f6f469277b3922d56fd4b in mainline linux

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


Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/08 10:35:56

Modified files:
sys/dev/pci/drm/radeon: atombios_encoders.c

Log message:
drm/radeon/atom: fix dithering on certain panels

From Alex Deucher
9102ef0d290f01247918f5a519d8fa4a96eaf370 in ubuntu 3.8
642528355c694f5ed68f6bff9ff520326a249f99 in mainline linux

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


Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/08 10:38:25

Modified files:
usr.sbin/sysmerge: sysmerge.sh

Log message:
Tweak verbiage.

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


Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/08 10:38:23

Modified files:
sys/dev/pci/drm/radeon: atombios_dp.c

Log message:
drm/radeon/dp: fix lane/clock setup for dp 1.2 capable devices

From Alex Deucher
c9a1adc31f78a30f33c591b61171f02d13a5b1a7 in ubuntu 3.8
3b6d9fd23e015b5397c438fd3cd74147d2c805b6 in mainline linux

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


Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/08 10:41:16

Modified files:
sys/dev/pci/drm/radeon: radeon_connectors.c

Log message:
drm/radeon: fix typo in radeon_connector_is_dp12_capable()

From Alex Deucher
94dfc49785ea1acc1dd2c086ffd8d61ea3a5ee8f in ubuntu 3.8
af5d36539dfe043f1cf0f8b7334d6bb12cd14e75 in mainline linux

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


Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/08 11:04:55

Modified files:
usr.sbin/sysmerge: sysmerge.8

Log message:
Drop some useless verbiage.
sysctl.conf is an example now.

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


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/08 11:17:42

Modified files:
usr.bin/mandoc : cgi.c

Log message:
mansearch.h uses uint64_t, so it needs stdint.h; found on Linux

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


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/08 11:36:21

Modified files:
usr.bin/mandoc : mandocdb.c mansearch.c

Log message:
Absurdly, the return value of sqlite3_column_text()
is "const unsigned char *", which causes warnings with GCC on Linux.
Explicitly cast to "const char *" to avoid this.
Issue noticed by kristaps@.

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/08 12:26:50

Modified files:
usr.sbin/relayd: relay_udp.c

Log message:
No events were added for DNS UDP so it stopped working after the first
request. Additionally, the DNS code tried to use an invalid timeout.

Fix from mm@freebsd.org
Reported by Johan Schuijt

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/08 12:29:42

Modified files:
usr.sbin/httpd : http.h httpd.h server_fcgi.c server_file.c
server_http.c

Log message:
When opening directories, re-match the location after the index file
has been appended. This allows to use a fastcgi target as the default
index, for example index.php.

OK florian@

[>] LibreSSL 2.0.5 released **
obsd.info.14
undeadly.org(obsdave,1) — All
2014-08-08 23:55:06


http://undeadly.org/cgi?action=article&sid=20140808195101

Contributed by [phessler](http://www.openbsdfoundation.org/donations.html) on Fri Aug 8 19:51:00 2014 (GMT)
from the only-a-few-empty-stomachs dept.

Brent Cook (bcook@) has [announced](http://marc.info/?l=openbsd-tech&m=140752295222929&w=2) the release of [LibreSSL](http://www.libressl.org) 2.0.5:

> We have released LibreSSL 2.0.5, which should be arriving in the LibreSSL directory of an OpenBSD mirror near you.
>
> This version forward-ports security fixes from OpenSSL 1.0.1i, including fixes for the following CVEs:
>
> CVE-2014-3506
CVE-2014-3507
CVE-2014-3508 (partially vulnerable)
CVE-2014-3509
CVE-2014-3510
CVE-2014-3511

>
> LibreSSL 2.0.4 was not found vulnerable to the following CVEs:
>
> CVE-2014-5139
CVE-2014-3512
CVE-2014-3505

>
> We welcome feedback and support from the community as we continue to work on LibreSSL.
>
> Thank you,
>
> Brent

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


Module name: src
Changes by: jmc@cvs.openbsd.org 2014/08/08 14:50:28

Modified files:
libexec/tradcpp: tradcpp.1

Log message:
some basic fixes;

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


Module name: src
Changes by: jmc@cvs.openbsd.org 2014/08/08 14:49:38

Modified files:
share/man/man9 : bufq_init.9

Log message:
zap trailing whitespace;

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


Module name: src
Changes by: jmc@cvs.openbsd.org 2014/08/08 14:51:43

Modified files:
usr.bin/units : units.lib

Log message:
update currency exchange rates;

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


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/08 21:29:35

Modified files:
lib/librthread : rthread_attr.c rthread_np.c

Log message:
Only need <stdint.h> and not <inttypes.h> here

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


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/08 22:35:17

Modified files:
gnu/usr.bin/binutils-2.17/binutils: readelf.c
gnu/usr.bin/binutils/binutils: readelf.c

Log message:
Match format width of symbol visibility to the column header
This corrects the alignment of the columns of hidden symbols

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


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/08 22:49:47

Modified files:
gnu/usr.bin/binutils-2.17/ld/scripttempl: elf.sc
gnu/usr.bin/binutils/ld/scripttempl: elf.sc

Log message:
We don't use the __openbsd_randomdata_{start,end} symbols, but rather
get that info via the PT_OPENBSD_RANDOM segment info, so kill the symbols
While here, delete the commented out lines for __DYNAMIC as the question
they ask is answered 'no'

ok matthew@ back in May

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


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/08 22:59:02

Modified files:
gnu/usr.bin/binutils/gas/config: tc-i386.c

Log message:
Backport from binutils-2.17 the correct i386/amd64 register->int assignments
for CFI. This changes the unwind information generated on amd64.

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


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/08 23:52:43

Modified files:
gnu/usr.bin/binutils/bfd: elflink.c

Log message:
Backport from 2.17: mark the _GLOBAL_OFFSET_TABLE_, _DYNAMIC, and
_PROCEDURE_LINKAGE_TABLE_ symbols as (at least) hidden.

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


Module name: src
Changes by: nicm@cvs.openbsd.org 2014/08/09 01:33:37

Modified files:
usr.bin/tmux : format.c input.c server-client.c tmux.h tty.c

Log message:
Remove support for the continuous reporting "any" mouse mode which never
really worked properly and is rarely used.

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/09 01:35:45

Modified files:
usr.sbin/httpd : parse.y

Log message:
Allow to inclue the types section anywhere in the configuration file.

Found by chris@
OK doug@

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


Module name: src
Changes by: jmc@cvs.openbsd.org 2014/08/09 02:49:48

Modified files:
usr.sbin/httpd : httpd.8

Log message:
basic cleanup;

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


Module name: ports
Changes by: espie@cvs.openbsd.org 2014/08/09 02:11:09

Modified files:
net/cvsync : Makefile

Log message:
specify install command without a path, so that we can override it

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


Module name: src
Changes by: jmc@cvs.openbsd.org 2014/08/09 02:54:03

Modified files:
usr.sbin/httpd : httpd.conf.5

Log message:
sort "prefork", and remove a useless macro;

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


Module name: src
Changes by: jmc@cvs.openbsd.org 2014/08/09 03:07:14

Modified files:
usr.sbin/httpd : httpd.conf.5

Log message:
some minor tweaks;

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


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/09 03:45:14

Modified files:
sys/dev/usb : uhub.c usb.c usb_subr.c usbdivar.h

Log message:
Do not store the whole USB hub descriptor in the "struct usbd_hub"
to help integrating super speed hubs that use a different descriptor.

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


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/09 03:48:32

Modified files:
sys/dev/usb : uhub.c

Log message:
Handle super speed hub descriptors.

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


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/09 03:58:11

Modified files:
sys/dev/usb : uhub.c

Log message:
Correctly recognize Super Speed devices, this is part of the work to
be able to use USB 3.0 devices behind an external hub.

This is a bit tricky because the SS status use a different power bit
that maps to the Low speed one. So no longer accept devices without
power bit and fallback to the parent hub's speed in case the status
does not report any particular speed.

Note that xhci(4) root hubs still set the traditionnal UPS_PORT_POWER
bit with the correct device speed.

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


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/09 04:32:36

Modified files:
sys/dev/usb : xhci.c

Log message:
Add support for non-root hubs now that uhub(4) can deal with them. For
the moment only Super and High Speed devices are properly recognized.

Some TT love is required for Full and Low speed devices.

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


Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/09 06:34:05

Modified files:
usr.sbin/sysmerge: sysmerge.sh sysmerge.8

Log message:
sysctl.conf is an example.
Tweak error output.
Mention that `-S' has no effect when sets aren't used.

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


Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/09 06:45:03

Modified files:
usr.sbin/sysmerge: sysmerge.8 sysmerge.sh

Log message:
Initial support for handling configuration files from packages
(aka @sample) -- `sysmerge -p`
Worked done at g2k14.
Committing early so we have plenty of time for testing.

with help from espie@
thanks to landry@ for feedback on initial testing

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


Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/09 06:46:51

Modified files:
usr.sbin/sysmerge: sysmerge.sh

Log message:
Extend comment.

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


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/09 08:24:49

Modified files:
usr.bin/mandoc : mansearch.c

Log message:
mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags;
found by kristaps@ on Mac OS X

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


Module name: src
Changes by: jmc@cvs.openbsd.org 2014/08/09 10:39:25

Modified files:
usr.sbin/sysmerge: sysmerge.8

Log message:
less chatty; ok ajacoutot

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


Module name: src
Changes by: tedu@cvs.openbsd.org 2014/08/09 10:54:58

Modified files:
lib/libssl/src/crypto/asn1: Tag: OPENBSD_5_5 a_object.c
lib/libssl/src/crypto/ec: Tag: OPENBSD_5_5 ec_lib.c ecp_smpl.c
lib/libssl/src/ssl: Tag: OPENBSD_5_5 d1_both.c d1_clnt.c
d1_srvr.c s23_lib.c s23_srvr.c s3_clnt.c
s3_enc.c s3_pkt.c s3_srvr.c ssl_lib.c
t1_lib.c

Log message:
backport relevant security fixes from openssl 1.0.1i
tested by bcook jsg

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


Module name: src
Changes by: tedu@cvs.openbsd.org 2014/08/09 10:55:55

Modified files:
lib/libssl/src/crypto/asn1: Tag: OPENBSD_5_4 a_object.c
lib/libssl/src/crypto/ec: Tag: OPENBSD_5_4 ec_lib.c ecp_smpl.c
lib/libssl/src/ssl: Tag: OPENBSD_5_4 d1_both.c d1_clnt.c
d1_srvr.c s23_lib.c s23_srvr.c s3_clnt.c
s3_enc.c s3_pkt.c s3_srvr.c ssl_lib.c
t1_lib.c

Log message:
backport relevant security fixes from openssl 1.0.1i
tested by bcook jsg

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


Module name: ports
Changes by: espie@cvs.openbsd.org 2014/08/09 10:59:15

Modified files:
games/komi/patches: patch-Makefile

Log message:
makefile patch lost +x right on directory, bad when non-root

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


Module name: ports
Changes by: jca@cvs.openbsd.org 2014/08/09 13:29:23

Modified files:
infrastructure/templates: network.conf.template

Log message:
The FreeBSD ports-distfiles and local-distfiles infrastructures have
changed. "go for it" naddy@

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


Module name: ports
Changes by: jca@cvs.openbsd.org 2014/08/09 13:31:22

Modified files:
devel/bouml : Makefile
devel/libinotify: Makefile

Log message:
Use ${_MASTER_SITE_FREEBSD} instead of hardcoding (outdated) locations.

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


Module name: ports
Changes by: jca@cvs.openbsd.org 2014/08/09 13:39:34

Modified files:
devel/bouml : Makefile

Log message:
New homepage. From Stefan Wollny.

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


Module name: ports
Changes by: naddy@cvs.openbsd.org 2014/08/09 13:44:40

Modified files:
shells/bash : Makefile distinfo

Log message:
update to 4.3 patchlevel 22

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


Module name: ports
Changes by: naddy@cvs.openbsd.org 2014/08/09 13:46:19

Modified files:
archivers/gtar : Makefile distinfo
archivers/gtar/patches: patch-configure
archivers/gtar/pkg: DESCR PLIST

Log message:
Update to 1.28. Noteworthy changes in this release:
* New checkpoint action: totals
* Extended checkpoint format specification.
* New option --one-top-level
* New option --sort
* New exclusion options
* Manpages

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


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 14:08:44

Modified files:
gnu/usr.bin/binutils-2.17/binutils: dwarf.c
gnu/usr.bin/binutils/binutils: readelf.c

Log message:
Fix readelf --debug-dump=frames-interp output: once a register is given
a column, it needs to included in all rows, even after the register is
restored.

ok jsg@

[>] http://marc.info/?l=openbsd-cvs&m=140762110615695&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 01:55:06


Module name: src
Changes by: halex@cvs.openbsd.org 2014/08/09 15:51:29

Modified files:
distrib/miniroot: install.sh install.sub

Log message:
After a cleanup by deraadt I noticed the four-space-indent had started
infesting the scripts. As we generally use a single tab for line
continuation indent in the scripts, let's reclaim 30 precious bytes!

ok rpe@ krw@

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


Module name: ports
Changes by: espie@cvs.openbsd.org 2014/08/09 15:33:22

Modified files:
books/JVMS : Makefile

Log message:
only chmod files, fixes rights on directories

[>] http://marc.info/?l=openbsd-ports-cvs&m=140762007415421&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-10 01:55:10


Module name: ports
Changes by: espie@cvs.openbsd.org 2014/08/09 15:34:12

Modified files:
infrastructure/lib/DPB: Signature.pm

Log message:
fix .a printed names and such.

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


Module name: ports
Changes by: espie@cvs.openbsd.org 2014/08/09 15:35:09

Modified files:
textproc/html : Makefile

Log message:
unhardcode chown

[>] http://marc.info/?l=openbsd-cvs&m=140762355216456&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 02:55:07


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 16:32:08

Modified files:
gnu/usr.bin/binutils/bfd: bfd-in.h

Log message:
bfd-in2.h is generated from this; merge back a change that was made there

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 ... 37