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


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/08 08:17:53

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

Log message:
Even if the endpoint it reseted before the stack gets informed that a
transfer stalled, report that a stall happen because umass(4) relies
on this behavior...

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


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/08 08:20:05

Modified files:
sys/dev/usb : usb.h usbdi_util.c usbdi_util.h

Log message:
Super Speed hub descriptor definition and routine, required for upcoming
external USB 3.0 hub support.

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


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

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

Log message:
Implement polling.

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


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/08 08:28:02

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

Log message:
Improve the logic to determine the maximum endpoint service interface
time payload. Super speed companion descriptor are still not used but
at least we can properly initialize super speed interrupt pipes.

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


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/08 08:34:12

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

Log message:
Make sure asynchronous commands do not race with synchronous ones.

Since asynchronous commands can be submitted from interrupt context
it was possible to race with a process waiting for the completion of
a previously submitted command. So stop relying on the per-softc
TRB pointer for asynchronous commands and simply get the address of
the command TRB from the event TRB.

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


Module name: www
Changes by: bcallah@cvs.openbsd.org 2014/08/08 08:41:16

Modified files:
. : events.html

Log message:
Move my August 2014 nycbug talk to past events.
No recording this time, sorry.

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


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/08 08:52:53

Modified files:
share/man/man8 : autoinstall.8

Log message:
* consistently use semantic mdoc(7) macros
* add HISTORY and AUTHORS
* some mdoc(7) style fixes
* some wording fixes and avoid stray future tense
feedback and ok rpe@ jmc@, ok jasper@

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


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

Modified files:
usr.bin/mandoc : mdoc.h mdoc_term.c mdoc_validate.c

Log message:
Partial implementation of .Bd -centered.

In groff, .Bd -centered operates in fill mode, which is relatively
hard to implement, while this implementation operates in non-fill
mode so far. As long as you pay attention that your lines do not
overflow, it works. To make sure that rendering is the same for
mandoc and groff, it is recommended to insert .br between lines
for now. This implementation will need improvement later.

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


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

Modified files:
usr.bin/mandoc : mandoc.h mdoc_html.c mdoc_man.c mdoc_term.c
mdoc_validate.c read.c

Log message:
Various improvements related to .Ex and .Rv:
* let .Nm fall back to the empty string, not to UNKNOWN
* never let .Rv copy an argument from .Nm
* avoid spurious \fR after empty .Nm in -Tman
* correct handling of .Ex and .Rv in -Tman
* correct the wording of the output for .Rv without arguments
* use non-breaking spaces in .Ex and .Rv output where required
* split MANDOCERR_NONAME into a warning for .Ex and an error for .Nm

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


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

Modified files:
usr.bin/mandoc : mandoc.h mdoc_validate.c read.c roff.c

Log message:
better name and wording for the last two non-generic errors

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


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

Modified files:
sys/net80211 : ieee80211.c ieee80211_node.c
ieee80211_regdomain.c

Log message:
use nitems() instead of various local constructs

ok stsp@

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


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

Modified files:
usr.bin/mandoc : mandoc.h mdoc_validate.c read.c

Log message:
Remove two useless FATAL errors.
When a file contains neither text nor macros, treat it as an empty document.
When the mdoc(7) document prologue is incomplete, use some default values.

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


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

Modified files:
usr.bin/mandoc : mandoc.h mdoc_macro.c mdoc_term.c
mdoc_validate.c read.c

Log message:
Get rid of the useless FATAL error "child violates parent syntax".
When finding items outside lists, simply skip them and throw an ERROR.
Handle subsections before the first section instead of bailing out.

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


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

Modified files:
usr.bin/mandoc : libman.h libmdoc.h man.c man_macro.c mdoc.c

Log message:
Simplify: replace one global flag by one local variable
and remove three unused global flags. No functional change.

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


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

Modified files:
usr.bin/mandoc : man_macro.c man_validate.c

Log message:
Improve handling of next-line scope broken by end of file.
Detect the condition earlier, report in the error message
which block is broken, and delete the broken block.
Consequently, empty section headers can no longer happen.

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


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

Modified files:
usr.bin/mandoc : mandoc.h mdoc_validate.c read.c

Log message:
Remove the useless FATAL error "argument count wrong, violates syntax".
The last remaining instance was .It in .Bl -column with more than one
excessive .Ta. However, simply downgrading from FATAL to ERROR, it just
works fine, almost the same way as in groff, without any other changes.

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


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

Modified files:
usr.bin/mandoc : mandoc.h mdoc_validate.c read.c

Log message:
In .Bl -column, if some of the column width declarations are given
right after the -column argument and some at the very end of the
argument list, after some other arguments like -compact, concatenate
the column lists.
This gets rid of one of the last useless FATAL errors
and actually shortens the code by a few lines.

This fixes an issue introduced more than five years ago, at first
causing an assert() since bsd.lv mdoc_action.c rev. 1.14 (June 17, 2009),
then later a FATAL error since mdoc_validate rev. 1.130 (Nov. 30, 2010),
and marked as "TODO" ever since.

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


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

Modified files:
usr.bin/mandoc : mandoc.h mdoc_validate.c read.c

Log message:
Split MANDOCERR_IGNARGV into one message for .An and one for .Bl
and report the macro name and argument.

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


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

Modified files:
usr.sbin/httpd : server_http.c

Log message:
Allow to serve emtpy (0 bytes) files.

Found by jasper@
OK florian@

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


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

Modified files:
usr.bin/mandoc : mandoc.h read.c roff.c

Log message:
Dynamically allocate the stack of roff(7) .ie condition values
and thus get rid of the last useless fatal error.

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


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

Modified files:
usr.bin/mandoc : man.c man_validate.c mandoc.h mdoc.c
mdoc_macro.c mdoc_validate.c read.c roff.c

Log message:
mention requests and macros in more messages

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


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

Modified files:
usr.bin/mandoc : libman.h libmdoc.h man_validate.c
mdoc_validate.c

Log message:
demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()

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


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

Modified files:
usr.bin/mandoc : man_html.c mdoc_html.c out.c term.c
term_ascii.c term_ps.c

Log message:
Clarity with respect to floating point handling:
Write double constants as double rather than integer literals.
Remove useless explicit (double) cast done at one place and nowhere else.
No functional change.

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


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

Modified files:
sys/dev/pci : pcidevs

Log message:
add bochs and microsoft emulated vga

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


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

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

Log message:
Fix floating point handling: When converting double to size_t,
properly round to the nearest M (=0.001m), which is the smallest
available unit.

This avoids weirdness like (size_t)(0.6 * 10.0) == 5
by instead calculating (size_t)(0.6 * 10.0 + 0.0005) == 6,
and so it fixes the indentation of the readline(3) manual.

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


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

Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h

Log message:
regen

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


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

Modified files:
usr.bin/mandoc : libman.h man.c man_validate.c

Log message:
Simplify man(7) validation:
Drop pre-handlers, they were almost unused.
Drop the needless complexity of allowing more than one post-handler.

This saves one internal interface function, one static function, one
private struct definition, sixteen static arrays, and 45 lines of code.
No functional change.

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


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

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

Log message:
Simplify by allowing only one pre-handler.
Saves 12 static arrays and 19 lines of code.
No functional change.

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


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

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

Log message:
Simplify by allowing only one post-handler.
Saves 36 static arrays and 10 lines of code
at the expense of only five new trivial static functions.
No functional change.

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


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

Modified files:
usr.bin/mandoc : man_validate.c mandoc.h mandocdb.c mdoc.c
mdoc_html.c mdoc_man.c mdoc_term.c
mdoc_validate.c read.c

Log message:
Bring the handling of defective prologues even closer to groff,
in particular relaxing the distinction between prologue and body
and further improving messages.
* The last .Dd wins and the last .Os wins, even in the body.
* The last .Dt before the first body macro wins.
* Missing title in .Dt defaults to UNTITLED. Warn about it.
* Missing section in .Dt does not default to 1. But warn about it.
* Do not warn multiple times about the same mdoc(7) prologue macro.
* Warn about missing .Os.
* Incomplete .TH defaults to empty strings. Warn about it.

[>] 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@

[>] 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.

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