CVS: cvs.openbsd.org: src

2009-06-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2009/06/04 10:56:20 Modified files: sys/dev/pci: if_vr.c Log message: move redundant bus_dmamap_sync calls outside an if/else block. from Brad; ok chris@

CVS: cvs.openbsd.org: src

2009-06-04 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/06/04 11:02:36 Modified files: sys/dev/acpi : acpivout.c Log message: KNF dammit

CVS: cvs.openbsd.org: xenocara

2009-06-04 Thread Mark Kettenis
CVSROOT:/cvs Module name:xenocara Changes by: kette...@cvs.openbsd.org2009/06/04 11:21:00 Modified files: driver/xf86-video-glint/src: Makefile.am Log message: Since the driver uses the big-endian view of the registers we shouldn't be byteswapping during register

CVS: cvs.openbsd.org: src

2009-06-04 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2009/06/04 11:25:51 Modified files: sys/dev/acpi : acpivout.c Log message: Even more KNF.

CVS: cvs.openbsd.org: xenocara

2009-06-04 Thread Mark Kettenis
CVSROOT:/cvs Module name:xenocara Changes by: kette...@cvs.openbsd.org2009/06/04 11:28:08 Modified files: driver/xf86-video-glint: Makefile.in configure driver/xf86-video-glint/man: Makefile.in driver/xf86-video-glint/src: Makefile.in Log

CVS: cvs.openbsd.org: src

2009-06-04 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/06/04 11:42:23 Modified files: sys/kern : subr_pool.c Log message: the POOL_DEBUG checks needed to be more friendly with DIAGNOSTIC

CVS: cvs.openbsd.org: www

2009-06-04 Thread Damien Bergamini
CVSROOT:/cvs Module name:www Changes by: dam...@cvs.openbsd.org 2009/06/04 11:41:32 Modified files: . : want.html Log message: For a driver I am developing, I need various Atheros 802.11n devices (from AR5416 up to AR9285), preferably in

CVS: cvs.openbsd.org: src

2009-06-04 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2009/06/04 11:51:38 Modified files: usr.sbin/relayd: imsg.c Log message: make the imsg framework endian-safe so that it can also be used for network message passing. ok pyr@

CVS: cvs.openbsd.org: src

2009-06-04 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/06/04 12:01:11 Modified files: distrib/sets/lists/man: mi Log message: sync

CVS: cvs.openbsd.org: src

2009-06-04 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/06/04 12:03:07 Modified files: usr.sbin/ypldap: ber.c usr.sbin/snmpd : ber.c Log message: Make the types of ber_read() decl match the prototype. 'looks good' pyr@

CVS: cvs.openbsd.org: src

2009-06-04 Thread Pierre-Yves Ritschard
CVSROOT:/cvs Module name:src Changes by: p...@cvs.openbsd.org2009/06/04 12:06:58 Modified files: share/man/man5 : resolv.conf.5 Log message: Add a resolv.conf option to specify the order in which getaddrinfo PF_UNSPEC queries are made. While there change the default

CVS: cvs.openbsd.org: src

2009-06-04 Thread Pierre-Yves Ritschard
CVSROOT:/cvs Module name:src Changes by: p...@cvs.openbsd.org2009/06/04 12:06:35 Modified files: include: resolv.h lib/libc/net : res_init.c getaddrinfo.c Log message: Add a resolv.conf option to specify the order in which getaddrinfo PF_UNSPEC

Re: CVS: cvs.openbsd.org: src

2009-06-04 Thread Thordur I. Bjornsson
Marco Peereboom sl...@peereboom.us wrote on Thu 4.Jun'09 at 11:37:15 -0500 Hooray vi mode is now usable! Now the only thing missing is the i-search goo you get when in buttfuckery-mode On Jun 3, 2009, at 23:03, Michael Erdely merd...@cvs.openbsd.org wrote: CVSROOT:/cvs Module name:

CVS: cvs.openbsd.org: src

2009-06-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2009/06/04 12:12:56 Modified files: sys/dev/pci: if_sis.c if_sisreg.h Log message: - Rewrite ioctl handling code and receive filter handling to clean up the code a bit. - Remove unused sc_if_flags

CVS: cvs.openbsd.org: xenocara

2009-06-04 Thread Mark Kettenis
CVSROOT:/cvs Module name:xenocara Changes by: kette...@cvs.openbsd.org2009/06/04 12:18:11 Modified files: driver/xf86-video-glint/src: glint_driver.c Log message: The mmio registers consist of two blocks of 64k. The first 64k provide a little-endian view, the

CVS: cvs.openbsd.org: src

2009-06-04 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2009/06/04 12:34:33 Modified files: usr.sbin/relayd: imsg.c Log message: revert previous commit for now since it won't play well with snmpd. ok pyr@

CVS: cvs.openbsd.org: xenocara

2009-06-04 Thread Mark Kettenis
CVSROOT:/cvs Module name:xenocara Changes by: kette...@cvs.openbsd.org2009/06/04 12:36:30 Modified files: driver : Makefile Log message: Build xf86-video-glint on OpenBSD/sparc64.

CVS: cvs.openbsd.org: src

2009-06-04 Thread Thordur I. Bjornsson
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2009/06/04 12:36:43 Modified files: sys/nfs: nfs_srvcache.c Log message: Plug mbuf leaks in the DRC, when we reuse entries we didn't free the mbufs the entry has (socket name, reply). Found with

CVS: cvs.openbsd.org: src

2009-06-04 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/06/04 12:48:55 Modified files: sys/kern : subr_pool.c Log message: POOL_DEBUG and DIAGNOSTIC should be better friends

CVS: cvs.openbsd.org: src

2009-06-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/04 12:48:24 Modified files: usr.bin/tmux : input.c screen.c tmux.h Log message: Proper support for tab stops (\033H etc), using a bitstring(3). Makes another vttest test happy.

CVS: cvs.openbsd.org: src

2009-06-04 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: blamb...@cvs.openbsd.org2009/06/04 12:55:49 Modified files: sys/nfs: nfs_serv.c Log message: the following: error = foo(); if (!error) bar(); is an alien construct; replace with one from this planet ok thib@

CVS: cvs.openbsd.org: src

2009-06-04 Thread Damien Bergamini
CVSROOT:/cvs Module name:src Changes by: dam...@cvs.openbsd.org 2009/06/04 13:05:44 Modified files: sys/dev/usb: usbdevs.h usbdevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2009-06-04 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/06/04 13:05:09 Modified files: usr.bin/aucat : Makefile Log message: don't trust the compiler to generate warnings we care about, remove -Werror. ok ratchov@

CVS: cvs.openbsd.org: src

2009-06-04 Thread Michael Knudsen
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/06/04 12:59:34 Modified files: usr.bin/netstat: netstat.1 Log message: Add mpls and pflow to the list of supported address families, and sort it. `sure' deraadt, `sure why not' claudio, minor

CVS: cvs.openbsd.org: src

2009-06-04 Thread Damien Bergamini
CVSROOT:/cvs Module name:src Changes by: dam...@cvs.openbsd.org 2009/06/04 13:04:25 Modified files: sys/dev/usb: usbdevs if_run.c Log message: the Sitecom WL-608 is a run(4) (although it is not 80.11n capable). it has an RT2070 MAC/BB which is a (cheap) single-chip

CVS: cvs.openbsd.org: src

2009-06-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2009/06/04 13:01:30 Modified files: usr.bin/top: top.c Log message: with -d1, switch interactive mode off, so the screen isn't restored immediately afterwards on a smart terminal. found by clau...@. I

CVS: cvs.openbsd.org: src

2009-06-04 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2009/06/04 13:07:21 Modified files: sys/net: if.c if.h sys/netinet6 : in6.c sys/sys: sockio.h sbin/ifconfig : ifconfig.c Log message: allow IPvShit to be turned

CVS: cvs.openbsd.org: src

2009-06-04 Thread Will Maier
CVSROOT:/cvs Module name:src Changes by: wcma...@cvs.openbsd.org 2009/06/04 12:59:28 Modified files: usr.sbin/pkg_add/OpenBSD: PackageInfo.pm Log message: Canonicalise package names when comparing them against the package database. This unconfuses pkg_* when passed

CVS: cvs.openbsd.org: src

2009-06-04 Thread Thordur I. Bjornsson
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2009/06/04 13:16:13 Modified files: sys/kern : kern_bufq.c Log message: add $OpenBSD$ tag

CVS: cvs.openbsd.org: src

2009-06-04 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: blamb...@cvs.openbsd.org2009/06/04 13:19:28 Modified files: sys/nfs: nfs_socket.c Log message: typo; init - in it ok thib@

CVS: cvs.openbsd.org: www

2009-06-04 Thread Mark Kettenis
CVSROOT:/cvs Module name:www Changes by: kette...@cvs.openbsd.org2009/06/04 13:15:27 Modified files: . : sparc64.html Log message: Mention new framebuffer support.

CVS: cvs.openbsd.org: src

2009-06-04 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2009/06/04 13:15:26 Modified files: sbin/ifconfig : ifconfig.8 Log message: i care about theo's hydration level. make him stop whining by documenting inet6/-inet6

CVS: cvs.openbsd.org: src

2009-06-04 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2009/06/04 13:30:19 Modified files: sys/dev/usb: if_urtw.c Log message: spacing

Re: CVS: cvs.openbsd.org: src

2009-06-04 Thread Henning Brauer
* Pierre-Yves Ritschard p...@cvs.openbsd.org [2009-06-04 20:11]: CVSROOT: /cvs Module name: src Changes by: p...@cvs.openbsd.org2009/06/04 12:06:35 Modified files: include: resolv.h lib/libc/net : res_init.c getaddrinfo.c Log message: Add a

CVS: cvs.openbsd.org: src

2009-06-04 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2009/06/04 13:45:36 Modified files: sys/dev/usb: if_urtw.c Log message: - update io functions to support index - add index macros

Re: CVS: cvs.openbsd.org: src

2009-06-04 Thread Stuart Henderson
On 2009/06/04 21:43, Henning Brauer wrote: * Pierre-Yves Ritschard p...@cvs.openbsd.org [2009-06-04 20:11]: CVSROOT:/cvs Module name:src Changes by: p...@cvs.openbsd.org2009/06/04 12:06:35 Modified files: include: resolv.h lib/libc/net :

CVS: cvs.openbsd.org: src

2009-06-04 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2009/06/04 13:53:17 Modified files: sys/dev/usb: if_urtw.c if_urtwreg.h Log message: - KNF - nitemize

CVS: cvs.openbsd.org: src

2009-06-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2009/06/04 14:01:02 Modified files: sys/dev/pci: if_sis.c Log message: merge some individual SIS_SETBIT (done for natsemi chips only) into sis_iff_ns() (called only for natsemi). from Brad.

CVS: cvs.openbsd.org: src

2009-06-04 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2009/06/04 14:07:34 Modified files: sys/dev/usb: if_urtw.c if_urtwreg.h Log message: difseifs are 8187 regs

CVS: cvs.openbsd.org: src

2009-06-04 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2009/06/04 14:31:38 Modified files: usr.sbin/relayd: imsg.c imsg.h relayd.h Removed files: usr.sbin/relayd: imsg_types.h Log message: - move message types enum back to relayd.h - use u_int16_t

CVS: cvs.openbsd.org: src

2009-06-04 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2009/06/04 14:39:13 Modified files: lib/libc/stdlib: setenv.c Log message: Don't assume that we can overwrite strings in the environment. Someone may have passed a read-only string to putenv() (I'm looking

Re: CVS: cvs.openbsd.org: src

2009-06-04 Thread Christian Weisgerber
Pierre-Yves Ritschard p...@cvs.openbsd.org wrote: Add a resolv.conf option to specify the order in which getaddrinfo PF_UNSPEC queries are made. While there change the default from inet6 first then inet4 to inet4 first then inet6, this prevents the many people with IPv4 only connectivity from

CVS: cvs.openbsd.org: www

2009-06-04 Thread Janne Johansson
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2009/06/04 14:52:14 Modified files: . : plus.html Log message: Upto 06/04

CVS: cvs.openbsd.org: src

2009-06-04 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2009/06/04 14:51:44 Modified files: sys/dev/usb: if_urtw.c Log message: - make comments understandable by lint - reduce diff a bit

Re: CVS: cvs.openbsd.org: src

2009-06-04 Thread Theo de Raadt
Pierre-Yves Ritschard p...@cvs.openbsd.org wrote: Add a resolv.conf option to specify the order in which getaddrinfo PF_UNSPEC queries are made. While there change the default from inet6 first then inet4 to inet4 first then inet6, this prevents the many people with IPv4 only

CVS: cvs.openbsd.org: src

2009-06-04 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2009/06/04 14:58:34 Modified files: usr.bin/ftp: fetch.c main.c Log message: set anonftp a little later; in autofetcher itself. after we actually know that that login is not provided in url;

CVS: cvs.openbsd.org: src

2009-06-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/06/04 15:02:33 Modified files: lib/libc/yp: ypclnt.3 Log message: fix two obvious typos

CVS: cvs.openbsd.org: src

2009-06-04 Thread Thordur I. Bjornsson
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2009/06/04 15:10:47 Modified files: sys/ufs/ufs: ufs_vnops.c Log message: tiny tiny space nit

Re: CVS: cvs.openbsd.org: src

2009-06-04 Thread Chris Cappuccio
Christian Weisgerber [na...@mips.inka.de] wrote: This does not unbreak any port, it _hides_ the bug. The problem with libsoup is clearly a bug. But the problem with firefox is less clear, do we really expect applications to start multiple queries in parallel?

CVS: cvs.openbsd.org: xenocara

2009-06-04 Thread Mark Kettenis
CVSROOT:/cvs Module name:xenocara Changes by: kette...@cvs.openbsd.org2009/06/04 15:04:57 Modified files: driver/xf86-video-glint/src: glint_driver.c Log message: Disable int10 code if __sparc__. ok matthieu@

CVS: cvs.openbsd.org: src

2009-06-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/04 15:02:21 Modified files: usr.bin/tmux : input.c Log message: Implement the CBT (backward tab) sequence (\033[Z).

CVS: cvs.openbsd.org: src

2009-06-04 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2009/06/04 15:06:52 Modified files: sys/dev/usb: if_urtw.c if_urtwreg.h Log message: - prepare for multiple revisions; urtw_lookup stuff - fix some comments - remove var from a declaration;

CVS: cvs.openbsd.org: src

2009-06-04 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/06/04 15:13:03 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/hp300/hp300: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/luna88k/luna88k: disksubr.c

Re: CVS: cvs.openbsd.org: src

2009-06-04 Thread Landry Breuil
On Thu, Jun 04, 2009 at 02:03:05PM -0700, Chris Cappuccio wrote: Christian Weisgerber [na...@mips.inka.de] wrote: This does not unbreak any port, it _hides_ the bug. The problem with libsoup is clearly a bug. But the problem with firefox is less clear, do we really expect

Re: CVS: cvs.openbsd.org: src

2009-06-04 Thread Theo de Raadt
Christian Weisgerber [na...@mips.inka.de] wrote: This does not unbreak any port, it _hides_ the bug. The problem with libsoup is clearly a bug. But the problem with firefox is less clear, do we really expect applications to start multiple queries in parallel? It is possible to

CVS: cvs.openbsd.org: src

2009-06-04 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/06/04 15:27:14 Modified files: sys/kern : kern_physio.c Log message: obvious shrinkage. ok krw@, m...@.

CVS: cvs.openbsd.org: src

2009-06-04 Thread Simon Bertrang
CVSROOT:/cvs Module name:src Changes by: si...@cvs.openbsd.org 2009/06/04 15:26:23 Modified files: usr.sbin/httpd/src/support: apachectl Log message: add RCFLAGS to config test cases ok henning@

CVS: cvs.openbsd.org: src

2009-06-04 Thread Pierre-Yves Ritschard
CVSROOT:/cvs Module name:src Changes by: p...@cvs.openbsd.org2009/06/04 15:38:29 Modified files: lib/libc/net : getaddrinfo.c res_init.c Log message: simplify the 'family' option parser and make it more evident what we're now doing. ok deraadt@

CVS: cvs.openbsd.org: src

2009-06-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/04 15:43:24 Modified files: usr.bin/tmux : server-msg.c status.c Log message: If the prompt is hidden or a password is sent with -U, zero it before freeing it.

CVS: cvs.openbsd.org: src

2009-06-04 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2009/06/04 15:52:11 Modified files: sys/dev/usb: if_urtw.c if_urtwreg.h Log message: - 8187 uses different anaparam values - use function pointer we've saved; that'll make things easier for

CVS: cvs.openbsd.org: src

2009-06-04 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/06/04 15:53:43 Modified files: usr.sbin/bgpd : rde.h rde_rib.c Log message: Implement rib_find and add a rib id to struct rde_peer.

CVS: cvs.openbsd.org: src

2009-06-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/04 15:56:14 Modified files: usr.bin/tmux : tmux.c Log message: Zero the password given to -U in the client as well.

CVS: cvs.openbsd.org: src

2009-06-04 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/06/04 15:57:56 Modified files: sys/arch/mvme68k/mvme68k: disksubr.c sys/arch/mvme68k/stand/libsa: bugdev.c sys/arch/mvme88k/mvme88k: disksubr.c sys/arch/mvme88k/stand/libsa:

Re: CVS: cvs.openbsd.org: src

2009-06-04 Thread Todd T. Fries
Penned by Theo de Raadt on 20090604 14:54.28, we have: | Pierre-Yves Ritschard p...@cvs.openbsd.org wrote: | | Add a resolv.conf option to specify the order in which getaddrinfo | PF_UNSPEC queries are made. While there change the default from inet6 | first then inet4 to inet4 first

CVS: cvs.openbsd.org: src

2009-06-04 Thread Charles Longeau
CVSROOT:/cvs Module name:src Changes by: c...@cvs.openbsd.org2009/06/04 16:08:52 Modified files: sys/conf : files Log message: fix minor tab alignment ok jj@

CVS: cvs.openbsd.org: src

2009-06-04 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/06/04 16:08:19 Modified files: usr.sbin/bgpd : mrt.c mrt.h parse.y rde.c Log message: Make mrt understand alternate RIB plus remove some other static rib references. There is still a problem with the

CVS: cvs.openbsd.org: src

2009-06-04 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/06/04 16:27:31 Modified files: sys/dev/pci: if_ix.c if_ix.h ixgbe.h Log message: switch to a bnx style dynamic pool backed tx so we don't have to allocate everything up front. Requested by reyk@,

CVS: cvs.openbsd.org: src

2009-06-04 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2009/06/04 16:42:15 Modified files: usr.sbin/relayd: imsg.c imsg.h Log message: change imsg_close() return type to void. It never fails nor does it return any useful value. ok now pyr@

CVS: cvs.openbsd.org: src

2009-06-04 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/06/04 16:38:53 Modified files: usr.sbin/procmap: procmap.c Log message: No longer consider kernel pointers invalid if pointing under the kernel load address (hello, PMAP_DIRECT architectures). Makes

CVS: cvs.openbsd.org: src

2009-06-04 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2009/06/04 16:45:32 Modified files: usr.sbin/rtsold: if.c Log message: turn ipvcrap on on the interface in question. sake bottle pushed by theo, tested by naddy

CVS: cvs.openbsd.org: src

2009-06-04 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2009/06/04 16:56:13 Modified files: sys/arch/amd64/amd64: db_trace.c Log message: Make backtraces through interrupts work.

CVS: cvs.openbsd.org: xenocara

2009-06-04 Thread Mark Kettenis
CVSROOT:/cvs Module name:xenocara Changes by: kette...@cvs.openbsd.org2009/06/04 16:54:25 Modified files: driver/xf86-video-glint/src: glint_driver.c Log message: Don't set the default depth to 8bpp. These days 24/32bpp makes much more sense. ok matthieu@

CVS: cvs.openbsd.org: src

2009-06-04 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/06/04 17:13:21 Modified files: sys/dev: flash.c Log message: remove variable left behind by thib

CVS: cvs.openbsd.org: src

2009-06-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2009/06/04 17:24:17 Modified files: usr.sbin/sysmerge: sysmerge.8 sysmerge.sh Log message: When in auto-mode, automatically install binary files (from the X set). ``please put it in'', pyr@

CVS: cvs.openbsd.org: src

2009-06-04 Thread Kjell Wooding
CVSROOT:/cvs Module name:src Changes by: kj...@cvs.openbsd.org 2009/06/04 17:31:48 Modified files: usr.bin/mg : def.h region.c Log message: Fix problem where line numbers get out of sync on a region-kill (C-w). Noticed and ok matthieu@

CVS: cvs.openbsd.org: src

2009-06-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/04 17:34:32 Modified files: usr.bin/tmux : cmd.c Log message: Print a better message than '(null)' if no command is specified (tmux \;).

CVS: cvs.openbsd.org: src

2009-06-04 Thread Alexander Hall
CVSROOT:/cvs Module name:src Changes by: ha...@cvs.openbsd.org 2009/06/04 17:37:10 Modified files: usr.bin/ftp: fetch.c Log message: silently ignore -a if a username is supplied in the url looks sensible deraadt@, fine by me martynas@ also removed an indeed

CVS: cvs.openbsd.org: src

2009-06-04 Thread Pierre-Yves Ritschard
CVSROOT:/cvs Module name:src Changes by: p...@cvs.openbsd.org2009/06/04 17:33:49 Modified files: usr.sbin/relayd: imsg.c imsg.h relayd.h Log message: move logging functions out of imsg.h, make imsg.c more library ready by not calling log_* or fatal and handle set

CVS: cvs.openbsd.org: src

2009-06-04 Thread Chris Kuethe
CVSROOT:/cvs Module name:src Changes by: ckue...@cvs.openbsd.org 2009/06/04 17:39:46 Modified files: usr.sbin/ntpd : ntp.c ntpd.h Log message: After calling adjfreq to correct the clock's rate, measure and fix the clock offset. This avoids future frequency adjustments

CVS: cvs.openbsd.org: src

2009-06-04 Thread Kjell Wooding
CVSROOT:/cvs Module name:src Changes by: kj...@cvs.openbsd.org 2009/06/04 17:39:37 Modified files: usr.bin/mg : buffer.c def.h dired.c echo.c file.c grep.c help.c theo.c undo.c window.c Log message: Add the notion of an ephemeral popup, so

CVS: cvs.openbsd.org: src

2009-06-04 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2009/06/04 17:42:02 Modified files: sys/dev/usb: if_urtw.c if_urtwreg.h Log message: - factor out rf into its own structure - clean up the softc a bit - remove unused SET_CHANNEL - init set sens

CVS: cvs.openbsd.org: src

2009-06-04 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2009/06/04 17:48:00 Modified files: sys/arch/i386/i386: acpi_machdep.c Log message: Change i386 ACPI sleep to KASSERT if the pmap can't be activated properly. Now i386 and amd64 implementations match. ok

CVS: cvs.openbsd.org: src

2009-06-04 Thread Kjell Wooding
CVSROOT:/cvs Module name:src Changes by: kj...@cvs.openbsd.org 2009/06/04 17:56:50 Modified files: usr.bin/mg : buffer.c mg.1 Log message: If a buffer is created with a name that starts and ends with an askerisk (e.g. *scratch*, *Completions*, *grep*) it is

CVS: cvs.openbsd.org: src

2009-06-04 Thread Pierre-Yves Ritschard
CVSROOT:/cvs Module name:src Changes by: p...@cvs.openbsd.org2009/06/04 18:04:01 Modified files: usr.sbin/relayd: check_script.c control.c hce.c imsg.c imsg.h pfe.c relay.c relay_udp.c relayd.c relayd.h snmp.c Log

CVS: cvs.openbsd.org: src

2009-06-04 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/06/04 18:05:22 Modified files: sys/kern : uipc_mbuf.c uipc_socket.c sys/net: if.c if.h if_ethersubr.c if_fddisubr.c pf.c route.c route.h rtsock.c

CVS: cvs.openbsd.org: src

2009-06-04 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/06/04 18:06:52 Modified files: sbin/ifconfig : ifconfig.c Log message: Make it possible to bind an interface to a rdomain. Manpage will follow soon.

CVS: cvs.openbsd.org: src

2009-06-04 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/06/04 18:07:47 Modified files: sbin/ping : ping.8 ping.c Log message: Allow ping to use an alternate routing domain by using the -V flag.

CVS: cvs.openbsd.org: src

2009-06-04 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/06/04 18:10:01 Modified files: usr.sbin/traceroute: traceroute.8 traceroute.c Log message: Use -V to specify an alternate routing domain.

CVS: cvs.openbsd.org: src

2009-06-04 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/06/04 18:11:26 Modified files: sbin/ping : ping.8 ping.c Log message: Fix usage.

CVS: cvs.openbsd.org: src

2009-06-04 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/06/04 18:13:35 Modified files: usr.sbin/arp : arp.8 arp.c Log message: One more tool that knows about other domains via -V

CVS: cvs.openbsd.org: src

2009-06-04 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/06/04 18:18:10 Modified files: usr.bin/nc : nc.1 netcat.c Log message: The networking swissarmy knife needs to work on alternate domains as well. Again -V can be used to specify the domain.

CVS: cvs.openbsd.org: src

2009-06-04 Thread Pierre-Yves Ritschard
CVSROOT:/cvs Module name:src Changes by: p...@cvs.openbsd.org2009/06/04 18:20:50 Modified files: usr.sbin/relayd: control.c hce.c pfe.c relay.c relayd.c Log message: some KNF cleanup following the last sed.

CVS: cvs.openbsd.org: src

2009-06-04 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/06/04 18:20:46 Modified files: usr.bin/telnet : commands.c externs.h main.c telnet.1 Log message: Last but not least. Telnet -V rdomain to connect to systems in other routing domains.

CVS: cvs.openbsd.org: src

2009-06-04 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2009/06/04 18:30:05 Modified files: sys/sys: proc.h Log message: The names for p_flags bits had fallen out of date

CVS: cvs.openbsd.org: src

2009-06-04 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/06/04 18:43:09 Modified files: share/man/man4 : route.4 Log message: Document SO_RDOMAIN

CVS: cvs.openbsd.org: src

2009-06-04 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/06/04 18:41:14 Modified files: sys/arch/macppc/macppc: disksubr.c sys/arch/socppc/socppc: disksubr.c sys/kern : subr_disk.c Log message: Clamp the ending bound to the size of

CVS: cvs.openbsd.org: src

2009-06-04 Thread Pierre-Yves Ritschard
CVSROOT:/cvs Module name:src Changes by: p...@cvs.openbsd.org2009/06/04 18:53:33 Modified files: usr.sbin/ospfd : packet.c Log message: don't mess with buffer internals, ok claudio@

CVS: cvs.openbsd.org: src

2009-06-04 Thread Pierre-Yves Ritschard
CVSROOT:/cvs Module name:src Changes by: p...@cvs.openbsd.org2009/06/04 19:19:09 Modified files: usr.sbin/ospfd : buffer.c imsg.c ospfd.h Log message: treat buf-wpos as the size to send out on the wire, not buf-size, this plays better with dynamic buffers which are

CVS: cvs.openbsd.org: src

2009-06-04 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2009/06/04 19:21:54 Modified files: sys/dev/usb: if_urtwreg.h Log message: this one too

CVS: cvs.openbsd.org: src

2009-06-04 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2009/06/04 19:21:02 Modified files: sys/dev/usb: if_urtw.c Log message: reduce diff i will send in a minute

  1   2   >