CVS: cvs.openbsd.org: src

2015-12-31 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/12/31 17:47:51 Modified files: distrib/sgi/ramdisk: install.md Log message: - enable activation of MP kernel for IP27 - use IPARCH instead of sysctl again - use for-loop to copy kernels feedback, teste

CVS: cvs.openbsd.org: src

2015-12-31 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/12/31 16:38:17 Modified files: bin/chmod : chflags.1 chgrp.1 chmod.1 chmod.c chown.8 Log message: Document the -h option for chmod and chflags, rewording the chgrp(1) and chown(8) manpages

Re: CVS: cvs.openbsd.org: src

2015-12-31 Thread Philip Guenther
On Thu, Dec 31, 2015 at 3:38 PM, Philip Guenther wrote: > CVSROOT:/cvs > Module name:src > Changes by: guent...@cvs.openbsd.org2015/12/31 16:38:17 > > Modified files: > bin/chmod : chflags.1 chgrp.1 chmod.1 chmod.c chown.8 > > Log message: > Document the -h opt

CVS: cvs.openbsd.org: src

2015-12-31 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/12/31 16:22:39 Modified files: usr.bin/yacc : skeleton.c Log message: Declare yyparse() so the generated code is safe with -Werror-implicit-function-declaration ok millert@

CVS: cvs.openbsd.org: src

2015-12-31 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/12/31 13:47:59 Modified files: sys/dev/pci: pcidevs.h pcidevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2015-12-31 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/12/31 13:39:38 Modified files: sys/dev/pci: pcidevs Log message: Add some XEON-D devices.

CVS: cvs.openbsd.org: src

2015-12-31 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/12/31 12:20:51 Modified files: usr.sbin/eeprom: getdate.y Log message: Provide a prototype for yyparse(). Unbreaks the tree. ok millert@

CVS: cvs.openbsd.org: src

2015-12-31 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/12/31 12:07:37 Modified files: sys/dev/pci: if_ix.c if_ix.h Log message: Make ixgbe_start() mpsafe. This means the driver will no longer grab the kernel lock in the rx and tx path anymore.

CVS: cvs.openbsd.org: src

2015-12-31 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/31 11:55:33 Modified files: sys/kern : exec_script.c Log message: NULL-terminate a pointer array to prevent an invalid free, and simplify the associated pointer incrementing logic. Reported by

CVS: cvs.openbsd.org: src

2015-12-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/12/31 11:34:47 Modified files: usr.bin/tmux : cmd-select-pane.c Log message: Remove an extra unzoom call which was probably a merge error.

CVS: cvs.openbsd.org: src

2015-12-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/12/31 11:14:13 Modified files: usr.bin/tmux : window.c Log message: Use saved pipe buffer offset when writing to pipe, from Nicolas Viennot.

CVS: cvs.openbsd.org: src

2015-12-31 Thread Ricardo Mestre
CVSROOT:/cvs Module name:src Changes by: mes...@cvs.openbsd.org 2015/12/31 11:10:20 Modified files: games/cribbage : cards.c crib.c cribbage.h deck.h extern.c instr.c io.c score.c support.c Log message: Include only needed header files per each

CVS: cvs.openbsd.org: src

2015-12-31 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/12/31 11:00:41 Modified files: usr.bin/tsort : tsort.c Log message: Remove use of sysexits.h; OK espie@

CVS: cvs.openbsd.org: src

2015-12-31 Thread Ricardo Mestre
CVSROOT:/cvs Module name:src Changes by: mes...@cvs.openbsd.org 2015/12/31 10:51:19 Modified files: games/battlestar: battlestar.c com1.c com2.c com3.c com4.c com5.c com6.c com7.c cypher.c extern.h fly.c getcom.c init.c

CVS: cvs.openbsd.org: src

2015-12-31 Thread Ricardo Mestre
CVSROOT:/cvs Module name:src Changes by: mes...@cvs.openbsd.org 2015/12/31 09:54:42 Removed files: games/atc : include.h Log message: Remove unused file Alerted by tb@

CVS: cvs.openbsd.org: src

2015-12-31 Thread Ricardo Mestre
CVSROOT:/cvs Module name:src Changes by: mes...@cvs.openbsd.org 2015/12/31 09:50:29 Modified files: games/atc : extern.c extern.h grammar.y graphics.c include.h input.c list.c log.c main.c struct.h update.c Log mes

CVS: cvs.openbsd.org: src

2015-12-31 Thread Ricardo Mestre
CVSROOT:/cvs Module name:src Changes by: mes...@cvs.openbsd.org 2015/12/31 09:44:22 Modified files: games/sail : dr_1.c dr_2.c dr_3.c dr_main.c driver.h extern.h lo_main.c misc.c pl_1.c pl_2.c pl_3.c pl_4.c pl_5.c pl_

CVS: cvs.openbsd.org: src

2015-12-31 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/12/31 09:22:27 Modified files: usr.sbin/radiusd: radiusd.c usr.sbin/radiusctl: radiusctl.c Log message: Do not mix EX_* from sysexits.h and EXIT_* from stdlib.h, just use EXIT_*.

CVS: cvs.openbsd.org: src

2015-12-31 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/12/31 09:16:54 Modified files: usr.bin/xinstall: xinstall.c Log message: Remove use of sysexits.h.

CVS: cvs.openbsd.org: src

2015-12-31 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/12/31 09:13:01 Modified files: usr.bin/split : split.c Log message: Remove use of sysexits.h.

CVS: cvs.openbsd.org: src

2015-12-31 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/12/31 09:09:31 Modified files: usr.bin/sort : sort.h bwstring.h Log message: No need for sysexits.h here.

CVS: cvs.openbsd.org: src

2015-12-31 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/12/31 09:10:31 Modified files: usr.bin/fmt: fmt.c Log message: Remove use of sysexits.h.

CVS: cvs.openbsd.org: src

2015-12-31 Thread Ricardo Mestre
CVSROOT:/cvs Module name:src Changes by: mes...@cvs.openbsd.org 2015/12/31 08:20:36 Modified files: games/hangman : endgame.c extern.c getguess.c getword.c hangman.h ksyms.c main.c playgame.c prdata.c prman.c prword.c se

CVS: cvs.openbsd.org: src

2015-12-31 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/12/31 07:24:37 Modified files: share/man/man4 : pci.4 Log message: Xr pchtemp(4). Prodded by jmc@

CVS: cvs.openbsd.org: src

2015-12-31 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/12/31 07:20:25 Modified files: sys/dev/pci: if_em.c Log message: 82544 on pcix busses needs a workaround that effectively doubles the possible number of slots a packet can use on the tx ring. to ma

CVS: cvs.openbsd.org: src

2015-12-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/12/31 07:18:34 Modified files: sys/net: if_trunk.c Log message: Move tr_port_destroy down; fixes 'lacp_compose_key protection fault trap' when removing a port from a lacp trunk. Part of a larger

CVS: cvs.openbsd.org: src

2015-12-31 Thread Mark Lumsden
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2015/12/31 07:01:26 Modified files: usr.bin/ctags : ctags.1 Log message: add mg to SEE ALSO. ok jmc@

CVS: cvs.openbsd.org: src

2015-12-31 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/12/31 06:17:31 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : pchtemp.4 Log message: Manual page for pchtemp(4).

CVS: cvs.openbsd.org: src

2015-12-31 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/12/31 06:06:49 Modified files: sys/dev/pci: files.pci sys/arch/amd64/conf: GENERIC Added files: sys/dev/pci: pchtemp.c Log message: Add pchtemp(4) a driver for the ther

CVS: cvs.openbsd.org: src

2015-12-31 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/12/31 06:01:00 Modified files: sys/dev/pci/drm: drm_drv.c drm_linux.c drm_linux.h sys/dev/pci/drm/i915: intel_display.c intel_pm.c Log message: Provide a minimal implementation of the L

CVS: cvs.openbsd.org: src

2015-12-31 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/12/31 05:36:04 Modified files: sys/dev/pci/drm/i915: i915_drv.c Log message: Unconditionally set the "switchcookie". Fixes synchronous VT switching. Matches what radeondrm(4) already did.

CVS: cvs.openbsd.org: src

2015-12-31 Thread Sunil Nimmagadda
CVSROOT:/cvs Module name:src Changes by: su...@cvs.openbsd.org 2015/12/31 05:06:48 Modified files: usr.bin/mg : tags.c Log message: Return FALSE on parse errors. Found by and Ok lum@.

CVS: cvs.openbsd.org: xenocara

2015-12-31 Thread David Coppa
CVSROOT:/cvs Module name:xenocara Changes by: dco...@cvs.openbsd.org 2015/12/31 04:08:17 xenocara/lib/freetype/docs/css Update of /cvs/xenocara/lib/freetype/docs/css In directory cvs.openbsd.org:/tmp/cvs-serv23738/css Log Message: Directory /cvs/xenocara/lib/freetype/docs/css ad

CVS: cvs.openbsd.org: xenocara

2015-12-31 Thread David Coppa
CVSROOT:/cvs Module name:xenocara Changes by: dco...@cvs.openbsd.org 2015/12/31 04:08:31 xenocara/lib/freetype/docs/javascript Update of /cvs/xenocara/lib/freetype/docs/javascript In directory cvs.openbsd.org:/tmp/cvs-serv24804/javascript Log Message: Directory /cvs/xenocara/lib

CVS: cvs.openbsd.org: xenocara

2015-12-31 Thread David Coppa
CVSROOT:/cvs Module name:xenocara Changes by: dco...@cvs.openbsd.org 2015/12/31 04:08:24 xenocara/lib/freetype/docs/image Update of /cvs/xenocara/lib/freetype/docs/image In directory cvs.openbsd.org:/tmp/cvs-serv10690/image Log Message: Directory /cvs/xenocara/lib/freetype/docs/