CVS: cvs.openbsd.org: src

2014-08-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/08/08 06:40:26 Modified files: libexec/tradcpp: files.c main.c output.c Log message: Add support for using - as shorthand for stdin/stdout in tradcpp. When looking into switching the /usr/bin/cpp

CVS: cvs.openbsd.org: src

2014-08-08 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/08/08 08:16:43 Modified files: sys/dev/usb: umass_scsi.c Log message: Fix debug printfs.

CVS: cvs.openbsd.org: src

2014-08-08 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/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)

CVS: cvs.openbsd.org: src

2014-08-08 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/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.

CVS: cvs.openbsd.org: src

2014-08-08 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/08/08 08:22:45 Modified files: sys/dev/usb: xhci.c Log message: Implement polling.

CVS: cvs.openbsd.org: src

2014-08-08 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: www

2014-08-08 Thread Brian Callahan
CVSROOT:/cvs Module name:www Changes by: bcal...@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.

CVS: cvs.openbsd.org: src

2014-08-08 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@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@

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2014/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@

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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(),

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/08/08 10:02:03 Modified files: sys/dev/pci: pcidevs Log message: add bochs and microsoft emulated vga

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/08/08 10:03:08 Modified files: sys/dev/pci: pcidevs.h pcidevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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.

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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@

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2014/08/08 10:38:25 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Tweak verbiage.

CVS: cvs.openbsd.org: src

2014-08-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@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.

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/08/08 14:49:38 Modified files: share/man/man9 : bufq_init.9 Log message: zap trailing whitespace;

CVS: cvs.openbsd.org: src

2014-08-08 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/08/08 14:50:28 Modified files: libexec/tradcpp: tradcpp.1 Log message: some basic fixes;

CVS: cvs.openbsd.org: src

2014-08-08 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/08/08 14:51:43 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates;

CVS: cvs.openbsd.org: src

2014-08-08 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/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

CVS: cvs.openbsd.org: src

2014-08-08 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/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)