CVS: cvs.openbsd.org: src

2010-01-08 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2010/01/08 23:35:11 Modified files: sys/dev/ic : ciss.c Log message: Avoid mulitple calls to scsi_done() on the same xs by having ciss_cmd() call scsi_done() in the one case where ciss_done() was not cal

CVS: cvs.openbsd.org: src

2010-01-08 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2010/01/08 23:19:01 Modified files: sys/dev/pci: if_bge.c if_bgereg.h Log message: Add support for the Broadcom BCM57765 ASIC and newer Broadcom BCM577xx chipsets. From Brad.

CVS: cvs.openbsd.org: src

2010-01-08 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2010/01/08 22:44:41 Modified files: sys/dev/pci: if_ix.c Log message: replace an #ifdef IX_CSUM_OFFLOAD with an IFCAP_CSUM_IPv4 capability check, this allows to enable/disable checksum offloading at one

CVS: cvs.openbsd.org: src

2010-01-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/01/08 22:33:08 Modified files: sys/dev/usb: if_axe.c Log message: Explicitly turn on mii/gmii/rgmii for the 178/gigabit devices from FreeBSD and confirmed with the datasheet.

CVS: cvs.openbsd.org: src

2010-01-08 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2010/01/08 22:30:19 Modified files: sys/dev/pci: if_ix.c Log message: Fix the IP ckecksum offloading logic that disables and breakes offloading if the packet is neither TCP nor UDP because of an erroneou

CVS: cvs.openbsd.org: src

2010-01-08 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2010/01/08 22:17:00 Modified files: usr.bin/ssh: roaming_client.c Log message: Remove a PRIu64 format string that snuck in with roaming. ok djm@

CVS: cvs.openbsd.org: src

2010-01-08 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/01/08 22:04:24 Modified files: usr.bin/ssh: clientloop.c mux.c sshpty.h sshtty.c Log message: quell tc[gs]etattr warnings when forcing a tty (ssh -tt), since we usually don't actually have a tty to

CVS: cvs.openbsd.org: src

2010-01-08 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/01/08 20:36:00 Modified files: usr.bin/ssh: sftp-server.8 Log message: bad place to forget a comma...

CVS: cvs.openbsd.org: src

2010-01-08 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2010/01/08 19:44:17 Modified files: sys/kern : kern_sched.c kern_xxx.c sys/sys: sched.h Log message: Add code to stop scheduling processes on CPUs, effectively halting that CPU

CVS: cvs.openbsd.org: src

2010-01-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2010/01/08 19:40:18 Modified files: sys/dev/pci: if_msk.c Log message: Remove typo and magic numbers from #if 0'd block, from Brad.

CVS: cvs.openbsd.org: src

2010-01-08 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2010/01/08 19:37:32 Modified files: usr.bin/bgplg : bgplg.c Log message: Plug fd leak in lg_incl(). Fix by Igor Zinovik, OK beck@

CVS: cvs.openbsd.org: src

2010-01-08 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/01/08 17:57:10 Modified files: usr.bin/ssh: PROTOCOL Log message: tweak language

CVS: cvs.openbsd.org: src

2010-01-08 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/01/08 17:20:26 Modified files: usr.bin/ssh: sftp-server.8 sftp-server.c Log message: add a 'read-only' mode to sftp-server(8) that disables open in write mode and all other fs-modifying protocol met

CVS: cvs.openbsd.org: src

2010-01-08 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2010/01/08 14:50:49 Modified files: usr.bin/ssh: sftp.c Log message: Fix two warnings: possibly used unitialized and use a nul byte instead of NULL pointer. ok djm@

CVS: cvs.openbsd.org: src

2010-01-08 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2010/01/08 12:21:19 Modified files: sys/net: if.c Log message: During "ifconfig $if -inet6" remove v6 addresses even if the interface is marked down, and wrap interface detach/attach in splnet(). ok

CVS: cvs.openbsd.org: src

2010-01-08 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2010/01/08 12:18:21 Modified files: sys/kern : vfs_vnops.c Log message: As advertised in the man page, make open(2) return ELOOP (instead of EMLINK) if the O_NOFOLLOW flag is set and the target is a sy

CVS: cvs.openbsd.org: src

2010-01-08 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2010/01/08 11:01:54 Modified files: usr.sbin/pkg_add/pod: OpenBSD::Intro.pod Log message: reflect recent changes

CVS: cvs.openbsd.org: src

2010-01-08 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2010/01/08 10:44:27 Modified files: usr.bin/tmux : layout-string.c Log message: $OpenBSD$ not $Id$

CVS: cvs.openbsd.org: src

2010-01-08 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2010/01/08 10:06:00 Modified files: usr.sbin/pkg_add: pkg_info pkg_info.1 Log message: remove very old -ikr

CVS: cvs.openbsd.org: src

2010-01-08 Thread Michele Marchetto
CVSROOT:/cvs Module name:src Changes by: mich...@cvs.openbsd.org 2010/01/08 09:45:51 Modified files: usr.sbin/ldpd : lde_lib.c Log message: Implement section A.1.6 of RFC 5036: "Recognize new FEC". When a new prefix is learnt, redistribute the local label associated wit

CVS: cvs.openbsd.org: src

2010-01-08 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2010/01/08 09:42:56 Modified files: usr.sbin/pkg_add: TODO usr.sbin/pkg_add/OpenBSD: CollisionReport.pm Vstat.pm Log message: stat objects with more than value (store symlinks eventually)

CVS: cvs.openbsd.org: src

2010-01-08 Thread Alexander Hall
CVSROOT:/cvs Module name:src Changes by: ha...@cvs.openbsd.org 2010/01/08 09:38:22 Modified files: sbin/bioctl: bioctl.c Log message: "Too less" => "Too few" ok marco@

CVS: cvs.openbsd.org: src

2010-01-08 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2010/01/08 08:12:48 Modified files: etc: ospf6d.conf Log message: Remove "password" macro from ospf6d example config file. OSPFv3 does not feature built-in authentication (it relies on IPsec, see

CVS: cvs.openbsd.org: src

2010-01-08 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2010/01/08 06:29:08 Modified files: usr.sbin/pwd_mkdb: pwd_mkdb.c Log message: Don't leak the fds we open in cp() to copy one file from another. from Igor Zinovik; thanks! ok millert@

CVS: cvs.openbsd.org: src

2010-01-08 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2010/01/08 06:27:59 Modified files: usr.bin/patch : util.c Log message: Don't leak memory after strdup() in makedirs(). >From Igor Zinovik; thanks! ok stsp@, millert@

CVS: cvs.openbsd.org: src

2010-01-08 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2010/01/08 06:30:21 Modified files: lib/libc/hash : helper.c Log message: plug a file descriptor leak in HASHFileChunk(). >From Igor Zinovik; thanks! ok millert@

CVS: cvs.openbsd.org: src

2010-01-08 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2010/01/08 02:14:15 Modified files: usr.bin/tmux : server-client.c Log message: mouse-select-pane has to redraw the borders now too.