CVS: cvs.openbsd.org: src

2013-03-21 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/03/21 00:04:06

Modified files:
sbin/wsconsctl : keyboard.c 

Log message:
Correctly issue WSKBDIO_GETDEFAULTKEYREPEAT instead of WSKBDIO_GETKEYREPEAT
ioctl when getting the default repeat settings; bug report by ``Creamy'' on
tech@



CVS: cvs.openbsd.org: src

2013-03-21 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/03/21 02:27:32

Modified files:
sys/dev/pci/drm/i915: i915_drv.h i915_irq.c intel_opregion.c 

Log message:
Enable the opregion code but keep the parts that try to talk to acpi
disabled for now.  Makes the brightness keys on my x230 work.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org   2013/03/21 02:30:30

Modified files:
share/man/man5 : bsd.port.mk.5 port-modules.5 

Log message:
Adapt after default USE_LIBTOOL moved from No to Yes.

ok jasper@ landry@ espie@ sthen@



CVS: cvs.openbsd.org: src

2013-03-21 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org  2013/03/21 03:24:55

Modified files:
sys/arch/octeon/include: octeonvar.h 

Log message:
- remove an unused variable (octeon_configuration)
- add some flags which will be used to determine the device capabilities which
are advertised by uboot.

ok bcallah@ chris@



CVS: cvs.openbsd.org: src

2013-03-21 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org  2013/03/21 03:25:48

Modified files:
sys/arch/octeon/dev: octeon_pcibus.c 

Log message:
use boot_info-config_flags to determine if we're running on a host that has
PCI capabilities, instead of blindly trying to attach pci/pcibus.

this fixes a hang on the EdgeRouter Lite (which lacks PCI) and causes no
regressions on the CAM-0100 (which does have PCI, tested by bcallah@)

ok bcallah@ chris@



CVS: cvs.openbsd.org: src

2013-03-21 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org  2013/03/21 03:26:31

Modified files:
sys/arch/octeon/dev: if_cnmac.c 

Log message:
fix detection of the MAC address by reading it from the correct address,
instead of from a random location which resulted in 00:01:02:etc addresses.

confirmed to match up with the MAC addresses linux detects on the ERL;
no phy (atphy(4)) attaches still.

ok bcallah@ chris@ yasuoka@



CVS: cvs.openbsd.org: src

2013-03-21 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org  2013/03/21 03:29:12

Modified files:
sys/arch/octeon/dev: if_cnmac.c 

Log message:
- remove two now-unused macros.

ok yasuoka@



CVS: cvs.openbsd.org: src

2013-03-21 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2013/03/21 03:37:37

Modified files:
libexec/security: security 

Log message:
Correct the last change to untaint $fmt; it caused the final parameter of
the format string to be dropped, causing the year to be printed instead of
the filename, as reported by ajacoutot. ok espie@



CVS: cvs.openbsd.org: www

2013-03-21 Thread David Gwynne
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2013/03/21 04:06:09

Modified files:
.  : errata52.html 

Log message:
tftpd errata.

ok (and hand holding) from sthen@



CVS: cvs.openbsd.org: www

2013-03-21 Thread Landry Breuil
CVSROOT:/cvs
Module name:www
Changes by: lan...@cvs.openbsd.org  2013/03/21 04:24:07

Modified files:
build  : mirrors.dat 

Log message:
Resurrect ftp.irisa.fr, syncing every night from ftp.eu.



CVS: cvs.openbsd.org: www

2013-03-21 Thread Landry Breuil
CVSROOT:/cvs
Module name:www
Changes by: lan...@cvs.openbsd.org  2013/03/21 04:24:30

Modified files:
.  : ftp.html 
openbgpd   : ftp.html 
openntpd   : ftp.html portable.html 
openssh: ftp.html portable.html 

Log message:
sync



CVS: cvs.openbsd.org: src

2013-03-21 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/03/21 04:53:13

Modified files:
share/man/man5 : ruby-module.5 

Log message:
tweak previous;



CVS: cvs.openbsd.org: src

2013-03-21 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2013/03/21 06:41:12

Modified files:
sbin/dhclient  : clparse.c 

Log message:
Free lease with free_client_lease() rather than free().



CVS: cvs.openbsd.org: www

2013-03-21 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:www
Changes by: ajacou...@cvs.openbsd.org   2013/03/21 08:10:58

Modified files:
de : 53.html anoncvs.html cvsync.html donations.html 
 events.html index.html orders.html 
papers/de  : index.html 

Log message:
Sync with Steelix CVS



CVS: cvs.openbsd.org: src

2013-03-21 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2013/03/21 09:40:26

Modified files:
distrib/sets/lists/comp: md.sparc64 
distrib/sets/lists/man: md.sparc64 

Log message:
sync



CVS: cvs.openbsd.org: src

2013-03-21 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2013/03/21 09:50:28

Modified files:
sys/arch/amd64/amd64: machdep.c 
sys/arch/amd64/conf: Makefile.amd64 kern.ldscript 
sys/arch/amd64/include: param.h pmap.h 

Log message:
move kernel after 16MB. needed for additional growth that might come in a
little while...
diff from martynas who is not around now



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:08:25

Modified files:
usr.bin/tmux   : cmd-choose-buffer.c cmd-choose-client.c 
 cmd-choose-list.c cmd-choose-tree.c 
 cmd-find-window.c tmux.h window-choose.c 

Log message:
Miscellaneous tidying of choose API, including:

- rename client and session to start_client and start_session in
window_choose_data struct. also add TREE_OTHER define and reorder
the struct
- rename window_choose_ctx to window_choose_data_run
- don't pass a cmd_ctx into window_choose_create (will let it use a
different client later). instead take type, session, client
- add window_choose_data_free and use it to dispose of wcd rather than
each cmd-*.c doing it individually
- change so ref counting is done by wcd_add and wcd_free rather than
callers
- also add a ref to tree_session
- all the callbacks except choose-client and find-window are the same so
remove them and add window_choose_default_callback
- reorder/rename some other bits and pieces for tidyness



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:09:17

Modified files:
usr.bin/tmux   : cmd-choose-buffer.c cmd-choose-client.c 
 cmd-choose-list.c cmd-choose-tree.c 
 cmd-find-window.c tmux.h window-choose.c 

Log message:
Remove free callback for window_choose_data objects.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:09:59

Modified files:
usr.bin/tmux   : cmd-choose-buffer.c cmd-choose-client.c 
 cmd-choose-list.c cmd-choose-tree.c 
 cmd-find-window.c tmux.1 tmux.h window-choose.c 

Log message:
Allow choose commands to be used outside tmux, so long as at least one
client is attached.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:12:11

Modified files:
usr.bin/tmux   : grid.c screen.c tmux.h 

Log message:
Rework reflow code so it does not do so much allocation which should be
faster with large histories.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:12:50

Modified files:
usr.bin/tmux   : cmd-list-commands.c 

Log message:
Show alias in lscm output.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:13:24

Modified files:
usr.bin/tmux   : format.c status.c 

Log message:
Allow formats in status options.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:14:09

Modified files:
usr.bin/tmux   : format.c server-client.c status.c tmux.1 

Log message:
Add a format client_prefix which is 1 if prefix key has been
pressed, used for example #{?client_prefix,X,Y}. Also a few extra
server_client_status needed.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:14:50

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

Log message:
Remove stray change accidentally committed.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:15:52

Modified files:
usr.bin/tmux   : cmd-set-option.c cmd-show-options.c 
 options-table.c tmux.1 tmux.h 

Log message:
Add -v to set and setw to show only option value.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:17:01

Modified files:
usr.bin/tmux   : cmd-set-option.c cmd-show-options.c tmux.1 

Log message:
Add user options, prefixed with @. May be set to any arbitrary string.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:17:35

Modified files:
usr.bin/tmux   : cmd-choose-tree.c tmux.1 

Log message:
Fix choose-tree usage.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:19:25

Modified files:
usr.bin/tmux   : cmd-choose-tree.c cmd.c tmux.h window-choose.c 

Log message:
Fix constness of cmd_template_replace, window_choose_add_item and
window_choose_add_window.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:20:26

Modified files:
usr.bin/tmux   : window-choose.c 

Log message:
No more need for freefn.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:23:07

Modified files:
usr.bin/tmux   : cmd-choose-tree.c 

Log message:
Run session command before window in choose-tree.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:24:03

Modified files:
usr.bin/tmux   : status.c 

Log message:
Do not leak formats in status_replace.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:25:08

Modified files:
usr.bin/tmux   : status.c 

Log message:
Aargh. Spaces - tabs.



CVS: cvs.openbsd.org: www

2013-03-21 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:www
Changes by: ajacou...@cvs.openbsd.org   2013/03/21 10:39:19

Modified files:
porting: libraries.html porttest.html 

Log message:
Tweaks after USE_LIBTOOL moved to Yes by default.



CVS: cvs.openbsd.org: www

2013-03-21 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:www
Changes by: ajacou...@cvs.openbsd.org   2013/03/21 10:43:56

Modified files:
porting: checklist.html porttest.html 

Log message:
regress - test



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:49:37

Modified files:
usr.bin/tmux   : cmd-refresh-client.c 

Log message:
Add -c to refresh-client to set client size in control mode, based on
code from George Nachman.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:50:22

Modified files:
usr.bin/tmux   : tmux.h tty-keys.c tty.c 

Log message:
Tidy by splitting default key tables into two.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:51:11

Modified files:
usr.bin/tmux   : tty-keys.c 

Log message:
Fix function parameter to tty_keys_free.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:52:02

Modified files:
usr.bin/tmux   : tty-keys.c 

Log message:
Fix a comment for new key table names.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:53:12

Modified files:
usr.bin/tmux   : cmd-choose-tree.c 

Log message:
Make choose-tree actually work again.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 10:54:37

Modified files:
usr.bin/tmux   : cfg.c mode-key.c 

Log message:
Fix a couple of memory leaks, from Romain Francoise.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/03/21 11:42:36

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

Log message:
tweak previous; ok nicm



CVS: cvs.openbsd.org: src

2013-03-21 Thread Bryan Steele
CVSROOT:/cvs
Module name:src
Changes by: bry...@cvs.openbsd.org  2013/03/21 12:20:00

Modified files:
sys/dev/isa: it.c itvar.h 

Log message:
Attach on ITE 8728.

it0 at isa0 port 0x2e/2: IT8728F rev 1, EC port 0x228

ok deraadt@



CVS: cvs.openbsd.org: src

2013-03-21 Thread Bryan Steele
CVSROOT:/cvs
Module name:src
Changes by: bry...@cvs.openbsd.org  2013/03/21 12:29:47

Modified files:
share/man/man4 : it.4 

Log message:
Missed the man page bits for the IT8728.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2013/03/21 12:37:07

Modified files:
sbin/fdisk : cmd.c mbr.h 

Log message:
I don't feel great about adding an include for sys/param.h, but I feel
great for removing an include of machine/param.h
This needs further cleanup if someone has time.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Kurt Miller
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2013/03/21 12:39:18

Modified files:
sys/arch/amd64/amd64: identcpu.c 

Log message:
Detect on-die temp sensor for Atom E6xx on amd64. Adapted from
diff submitted by Matt Dainty. okay jsg@



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 12:43:34

Modified files:
usr.bin/tmux   : cmd-capture-pane.c tmux.1 

Log message:
Support capture-pane -p to send to stdout.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 12:44:47

Modified files:
usr.bin/tmux   : tmux.h tty-keys.c tty.c 

Log message:
Include the \033 in the key tree and adjust key matching for this change.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 12:45:38

Modified files:
usr.bin/tmux   : tty-keys.c 

Log message:
Don't set key KEYC_NONE on xterm_keys_find match()

When calling xterm_keys_find(); if we get a complete match, don't set
the key to unknown before calling the action to complete the binding;
otherwise non-prefixed bindings will not work.

From Thomas Adam



CVS: cvs.openbsd.org: src

2013-03-21 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2013/03/21 12:45:58

Modified files:
sbin/fdisk : cmd.c disk.c fdisk.c mbr.c misc.c misc.h part.c 
 user.c 

Log message:
more substantial include cleanup



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 12:46:12

Modified files:
usr.bin/tmux   : resize.c 

Log message:
Do not include status line in size calculations in control mode.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 12:47:01

Modified files:
usr.bin/tmux   : server-client.c server-fn.c server-window.c 

Log message:
Add various checks to turn off bits that can't work in control mode
(such as lock).



CVS: cvs.openbsd.org: src

2013-03-21 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2013/03/21 12:47:56

Modified files:
usr.bin/tmux   : input.c screen-write.c tmux.h 

Log message:
Instead of loads of little screen_write_*_on and off functions which
just change mode flags, just have screen_write_mode_set and
screen_write_mode_clear.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2013/03/21 13:39:31

Modified files:
sys/dev/pci/drm: drmP.h 

Log message:
Do not include machine/param.h since sys/param.h already did so.
ok kettenis



CVS: cvs.openbsd.org: src

2013-03-21 Thread Kurt Miller
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2013/03/21 13:43:14

Modified files:
sys/arch/amd64/amd64: identcpu.c 

Log message:
style(9)



CVS: cvs.openbsd.org: src

2013-03-21 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2013/03/21 13:53:32

Modified files:
usr.bin/strip  : strip.c 

Log message:
In a comment, talk about PAGE_SIZE instead of NBPG



CVS: cvs.openbsd.org: src

2013-03-21 Thread Robert Nagy
CVSROOT:/cvs
Module name:src
Changes by: rob...@cvs.openbsd.org  2013/03/21 14:16:48

Modified files:
usr.sbin/nginx/src/core: ngx_log.c 

Log message:
re-add a build fix for vax that was overwritten by the update



CVS: cvs.openbsd.org: src

2013-03-21 Thread Robert Nagy
CVSROOT:/cvs
Module name:src
Changes by: rob...@cvs.openbsd.org  2013/03/21 15:04:53

Modified files:
etc: changelist 

Log message:
keep track of nginx.conf and nginx's mime.types file

from Ryan Kavanagh r...@debian.org



CVS: cvs.openbsd.org: xenocara

2013-03-21 Thread Todd Fries
CVSROOT:/cvs
Module name:xenocara
Changes by: t...@cvs.openbsd.org2013/03/21 15:26:08

Modified files:
xserver/hw/xfree86/modes: xf86RandR12.c 

Log message:
backport (whitespace changes only) a fix for panning that also effected scale
to permit:
xrandr --output LVDS1 --mode 1280x800 --panning 1380x1024 --scale 1.8x1.8
to behave properly.
based on upstream commit 1bf81af4a6be1113bcc3b940ab264d5c9e0f0c5d that is in
the 1.14 xserver that is not ready for OpenBSD yet
ok matthieu@



CVS: cvs.openbsd.org: xenocara

2013-03-21 Thread Todd Fries
CVSROOT:/cvs
Module name:xenocara
Changes by: t...@cvs.openbsd.org2013/03/21 15:30:38

Modified files:
distrib/sets/lists/xserv: md.amd64 md.i386 

Log message:
sync



CVS: cvs.openbsd.org: src

2013-03-21 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2013/03/21 15:49:08

Modified files:
sys/dev/pci/drm/i915: i915_gem.c 

Log message:
Zap a few useless comments.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2013/03/21 15:51:01

Modified files:
sys/arch/alpha/stand: loadfile_subr.c 
sys/arch/amd64/stand/libsa: memprobe.c 
sys/arch/hp300/stand/uboot: srt0.S 
sys/arch/i386/stand/boot: crt0.c 
sys/arch/i386/stand/libsa: apmprobe.c memprobe.c 
sys/arch/macppc/stand: alloc.c main.c 
sys/arch/sparc/stand/common: mmu.c promdev.c 
sys/arch/sparc64/stand/ofwboot: alloc.c boot.c elf64_exec.c 

Log message:
NBPG - PAGE_SIZE, PGSHIFT - PAGE_SHIFT, PGOFSET - PAGE_MASK



CVS: cvs.openbsd.org: src

2013-03-21 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2013/03/21 15:55:09

Modified files:
sys/arch/vax/vax: autoconf.c 

Log message:
Already have sys/param.h, don't need machine/param.h



CVS: cvs.openbsd.org: src

2013-03-21 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2013/03/21 15:57:15

Modified files:
sys/arch/macppc/stand: ofdev.c 

Log message:
Use MAXBSIZE for block io limit (same value, but MAXPHYS is strictly a
kernel concept)
ok miod



CVS: cvs.openbsd.org: src

2013-03-21 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2013/03/21 15:59:32

Modified files:
lib/librthread : rthread_stack.c 
lib/libc/gen   : getpwent.c 

Log message:
Do not need machine/param.h



CVS: cvs.openbsd.org: src

2013-03-21 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2013/03/21 15:59:55

Modified files:
regress/sys/uvm/mmap_hint: mmap_hint.c 

Log message:
sys/param.h, not machine/param.h



CVS: cvs.openbsd.org: src

2013-03-21 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2013/03/21 16:04:47

Modified files:
share/man/man4 : options.4 

Log message:
NKMEMPAGES_MIN went away a long time ago.  wording help from jmc.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/03/21 16:31:44

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

Log message:
Don't set TEXT_PLT if PLT_BEFORE_GOT.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/03/21 16:32:30

Modified files:
gnu/usr.bin/binutils-2.17/ld/emulparams: hppa64obsd.sh 
 hppaobsd.sh 

Log message:
Define PLT_BEFORE_GOT.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/03/21 16:53:09

Modified files:
gnu/usr.bin/binutils-2.17/gas/config: tc-hppa.h 

Log message:
Define LABELS_WITHOUT_COLONS under OpenBSD again.



CVS: cvs.openbsd.org: src

2013-03-21 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/03/21 17:06:46

Modified files:
share/man/man4 : options.4 

Log message:
oops, missed this in previous;



CVS: cvs.openbsd.org: www

2013-03-21 Thread Damien Miller
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2013/03/21 18:02:52

Modified files:
openssh: ftp.html index.html openbsd.html 
Added files:
openssh/txt: release-6.2 

Log message:
release OpenSSH 6.2



CVS: cvs.openbsd.org: www

2013-03-21 Thread Damien Miller
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2013/03/21 18:04:46

Modified files:
openssh/txt: release-6.2 

Log message:
fill in SHA1 sums



CVS: cvs.openbsd.org: www

2013-03-21 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2013/03/21 18:10:07

Modified files:
build  : Makefile 
build/mirrors  : openssh-ftp.html.head 

Log message:
OpenSSH 6.2



CVS: cvs.openbsd.org: src

2013-03-21 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/03/21 19:00:39

Modified files:
sys/dev/pci/drm/i915: intel_pm.c 

Log message:
enable mchdev locking



CVS: cvs.openbsd.org: www

2013-03-21 Thread Damien Miller
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2013/03/21 19:03:37

Modified files:
openssh: report.html 

Log message:
update bugzilla link



CVS: cvs.openbsd.org: src

2013-03-21 Thread Ted Unangst
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2013/03/21 19:41:12

Modified files:
sys/netinet6   : frag6.c icmp6.c in6.c in6_var.h 
sys/netinet: if_ether.c if_ether.h in.c in_var.h ip_carp.c 
 ip_input.c 

Log message:
simple replacement of LIST_END with NULL. ok mpi



CVS: cvs.openbsd.org: src

2013-03-21 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/03/21 23:19:21

Modified files:
sys/dev/pci/drm: drm.h i915_drm.h 

Log message:
add some definitions required for recent versions of libdrm