CVS: cvs.openbsd.org: src

2009-08-10 Thread Thordur I. Bjornsson
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2009/08/10 03:38:44 Modified files: sys/nfs: nfs.h nfs_serv.c nfs_socket.c nfs_subs.c nfs_syscalls.c nfs_var.h Log message: Remove the v2 writegather code. It did help alot

CVS: cvs.openbsd.org: www

2009-08-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2009/08/10 03:41:25 Modified files: . : plus.html plus20.html plus21.html plus22.html plus23.html plus24.html plus25.html plus26.html

CVS: cvs.openbsd.org: src

2009-08-10 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: blamb...@cvs.openbsd.org2009/08/10 03:44:44 Modified files: sys/nfs: nfs_serv.c Log message: Another error = operation(); memory = malloc(); if (error) free(memory); gets relegated to the dustbin of history ok

CVS: cvs.openbsd.org: src

2009-08-10 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/08/10 04:13:44 Modified files: sys/netinet: tcp_input.c tcp_subr.c tcp_var.h Log message: sockets created via a listening socket lose the rdomain and fail to work therefore. Inherit the rdomain

CVS: cvs.openbsd.org: src

2009-08-10 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2009/08/10 04:51:17 Modified files: sys/scsi : scsiconf.c Log message: pull the printing out of scsibusprint so it can be used against scsi_link structures by things other than autoconf.

CVS: cvs.openbsd.org: src

2009-08-10 Thread Thordur I. Bjornsson
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2009/08/10 04:59:12 Modified files: sys/nfs: nfs.h nfs_node.c nfs_subs.c nfs_var.h nfs_vfsops.c nfsmount.h nfsnode.h Log message: Use an RB tree instead of a hashtable for

CVS: cvs.openbsd.org: src

2009-08-10 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2009/08/10 05:02:38 Modified files: sys/scsi : scsiconf.c Log message: if mpath steals a link, print out where the link was stolen so dmesg still shows the physical topology of your system.

CVS: cvs.openbsd.org: src

2009-08-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/08/10 05:22:10 Modified files: sys/kern : kern_xxx.c sys/net: if.c if.h Log message: At sys_reboot time, bring all the interfaces down so that their xxstop functions are called,

CVS: cvs.openbsd.org: src

2009-08-10 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2009/08/10 05:48:02 Modified files: sys/netinet: ip_input.c Log message: this is basically a fixed version of r1.165, avoid m_copym of each and every forwarded packet in case ip_output returns an error

CVS: cvs.openbsd.org: src

2009-08-10 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2009/08/10 07:20:08 Modified files: sys/netinet: ip_input.c Log message: fix previous: -m_copydata istead of straight bcopy. noticed by damien -handle the pretty much impossible case that the packet

CVS: cvs.openbsd.org: www

2009-08-10 Thread Janne Johansson
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2009/08/10 07:52:26 Modified files: . : plus.html Log message: Upto 07/20

CVS: cvs.openbsd.org: src

2009-08-10 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/08/10 08:40:27 Modified files: sys/arch/amd64/conf: files.amd64 sys/arch/amd64/amd64: conf.c etc/etc.amd64 : MAKEDEV.md Log message: gpio for amd64. ok deraadt@

CVS: cvs.openbsd.org: src

2009-08-10 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/08/10 08:48:27 Modified files: usr.sbin/gpioctl: Makefile Log message: build on amd64 also ok deraadt@

CVS: cvs.openbsd.org: src

2009-08-10 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/08/10 08:55:11 Modified files: sys/miscfs/procfs: procfs_subr.c Log message: lockmgr - rwlock same diff as before, with the uninitalized variable fixed. ok toby@

CVS: cvs.openbsd.org: src

2009-08-10 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2009/08/10 09:26:34 Modified files: sys/netinet: ip_input.c Log message: we need to null mcopy, gotos bite. theo and i both missed them, theo ok

CVS: cvs.openbsd.org: src

2009-08-10 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2009/08/10 09:29:34 Modified files: sys/netinet: ip_input.c Log message: 7 years of #if 1 reasonable #else bullshit required by some committee #endif are enough. theo ok

CVS: cvs.openbsd.org: src

2009-08-10 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/08/10 10:40:50 Modified files: sys/arch/i386/i386: apicvec.s machdep.c vector.s Log message: right now, we only increment ci_idepth in struct cpuinfo when MULTIPROCESSOR is defined. This makes

CVS: cvs.openbsd.org: src

2009-08-10 Thread Thordur I. Bjornsson
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2009/08/10 10:49:39 Modified files: sys/sys: socketvar.h sys/kern : uipc_socket.c uipc_socket2.c uipc_syscalls.c Log message: Don't use char arrays for sleep wchans and reuse them.

CVS: cvs.openbsd.org: src

2009-08-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/08/10 11:04:39 Modified files: sys/arch/amd64/amd64: lapic.c sys/arch/i386/i386: lapic.c Log message: use splhigh instead of splclock to block in the i386_ipi fixes stability problems on some

CVS: cvs.openbsd.org: src

2009-08-10 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/08/10 11:14:55 Modified files: usr.bin/tmux : tmux.1 Log message: some minor tweaks; ok nicm

CVS: cvs.openbsd.org: www

2009-08-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2009/08/10 11:16:23 Modified files: . : 46.html Log message: more stuff

CVS: cvs.openbsd.org: src

2009-08-10 Thread Damien Bergamini
CVSROOT:/cvs Module name:src Changes by: dam...@cvs.openbsd.org 2009/08/10 11:21:15 Modified files: sys/dev/pci: if_iwn.c if_wpi.c Log message: i prefer (m == NULL) over (!m) change two error messages while i'm here.

CVS: cvs.openbsd.org: src

2009-08-10 Thread Damien Bergamini
CVSROOT:/cvs Module name:src Changes by: dam...@cvs.openbsd.org 2009/08/10 11:23:55 Modified files: sys/dev/usb: if_otus.c Log message: undef OTUS_DEBUG. can't believe this made it into 4.6 :-(

CVS: cvs.openbsd.org: src

2009-08-10 Thread Damien Bergamini
CVSROOT:/cvs Module name:src Changes by: dam...@cvs.openbsd.org 2009/08/10 11:27:03 Modified files: sys/dev/usb: if_run.c Log message: missing argument to DPRINTF. no binary change (RUN_DEBUG only).

CVS: cvs.openbsd.org: src

2009-08-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/08/10 11:29:19 Modified files: sys/dev/pci: if_xge.c Log message: xge_shutdown is not needed now that interface is stopped, since xge_shutdown was just calling stop again ok dlg

CVS: cvs.openbsd.org: src

2009-08-10 Thread Damien Bergamini
CVSROOT:/cvs Module name:src Changes by: dam...@cvs.openbsd.org 2009/08/10 11:47:24 Modified files: sys/dev/ic : rt2560.c rt2560var.h rt2661.c rt2661var.h rt2860.c rt2860var.h Log message: three more shutdown hooks bite the dust.

CVS: cvs.openbsd.org: src

2009-08-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/08/10 11:59:59 Modified files: usr.bin/tmux : grid.c Log message: Use the right source and destination lines in grid_duplicate_lines.

CVS: cvs.openbsd.org: src

2009-08-10 Thread Damien Bergamini
CVSROOT:/cvs Module name:src Changes by: dam...@cvs.openbsd.org 2009/08/10 12:04:56 Modified files: sys/dev/usb: if_rumreg.h Log message: clear the beacons owner/valid bits to avoid garbage. slightly modified version of a diff from Piotr Durlej. similar to what the

CVS: cvs.openbsd.org: src

2009-08-10 Thread Damien Bergamini
CVSROOT:/cvs Module name:src Changes by: dam...@cvs.openbsd.org 2009/08/10 12:13:17 Modified files: sys/dev/ic : rt2661reg.h Log message: clear the beacons owner/valid bits to avoid garbage. slightly modified version of a diff from Piotr Durlej. similar to what the

CVS: cvs.openbsd.org: src

2009-08-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/08/10 13:42:03 Modified files: usr.bin/tmux : screen-redraw.c server.c Log message: Reset the attributes after drawing all or part of the screen, and reset the region before poll(2). This reduces

CVS: cvs.openbsd.org: src

2009-08-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/08/10 14:29:54 Modified files: sys/dev/pci: if_ath_pci.c if_re_pci.c sys/dev/ic : aic6915.c aic6915.h am7990.c am7990var.h an.c anvar.h ath.c athvar.h atw.c

CVS: cvs.openbsd.org: src

2009-08-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/08/10 14:02:19 Modified files: sys/dev/usb: if_aue.c if_auereg.h if_upgt.c if_upgtvar.h Log message: USB network devices do not DMA in a way that requires a shutdown function

CVS: cvs.openbsd.org: src

2009-08-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/08/10 14:51:29 Modified files: usr.bin/tmux : tmux.c Log message: No arguments are the same as new-session and this requires the environment to be sent, so set that flag too when argc == 0.

CVS: cvs.openbsd.org: src

2009-08-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/08/10 15:29:37 Modified files: sys/dev/cardbus: if_re_cardbus.c Log message: More cases of shutdown hooks not needed after card is already stopped. In these cases the xxstop function is a bit more

CVS: cvs.openbsd.org: src

2009-08-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/08/10 16:11:56 Modified files: sys/dev/pcmcia : if_ray.c Log message: The start function did enough so the shutdown hook is not needed

CVS: cvs.openbsd.org: src

2009-08-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/08/10 16:10:07 Modified files: sys/dev/ic : rtwvar.h Log message: hook no longer needed

CVS: cvs.openbsd.org: src

2009-08-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/08/10 16:08:04 Modified files: sys/dev/ic : lemac.c lemacvar.h sys/dev/isa: if_lc_isa.c Log message: This does not need a shutdown function either (though the equilevant to stop is not

CVS: cvs.openbsd.org: src

2009-08-10 Thread Kevin Steves
CVSROOT:/cvs Module name:src Changes by: stev...@cvs.openbsd.org 2009/08/10 17:29:43 Modified files: share/man/man4 : umsm.4 Log message: move Sierra Wireless AirCard 881 CardBus to known to work as I use one.

CVS: cvs.openbsd.org: src

2009-08-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2009/08/10 17:57:40 Modified files: sys/arch/sgi/dev: if_mec.c Log message: The shutdown hook is no longer required now that we shutdown all interfaces when rebooting. ok deraadt@ jasper@