svn commit: r203106 - head/sys/ia64/pci

2010-01-27 Thread Marcel Moolenaar
Author: marcel Date: Thu Jan 28 04:50:09 2010 New Revision: 203106 URL: http://svn.freebsd.org/changeset/base/203106 Log: In pci_cfgregread() and pci_cfgregwrite(), validate the arguments and check that the alignment matches the width of the read or write. Modified: head/sys/ia64/pci/pci_cf

svn commit: r203105 - in stable/8: sbin/umount usr.sbin/rpc.umntall

2010-01-27 Thread Xin LI
Author: delphij Date: Thu Jan 28 02:33:20 2010 New Revision: 203105 URL: http://svn.freebsd.org/changeset/base/203105 Log: MFC r200135: Make umount(8) WARNS=6 clean: - Cast delimiter width to integer [1] - Solve name conflicts against system header - Constify parameters to avoid qu

svn commit: r203102 - head/share/man/man8

2010-01-27 Thread Ed Maste
Author: emaste Date: Thu Jan 28 01:47:31 2010 New Revision: 203102 URL: http://svn.freebsd.org/changeset/base/203102 Log: Clean up rc.subr man page after removing leftover NetBSD compat. Also switch to 2-clause license per NetBSD rc.subr.8 r1.19. Submitted by: Alex Kozlov Modified: he

Re: svn commit: r202889 - head/sys/kern

2010-01-27 Thread Marius Strobl
On Tue, Jan 26, 2010 at 08:10:25AM +0100, Attilio Rao wrote: > 2010/1/26 Rob Farmer : > > On Sat, Jan 23, 2010 at 7:54 AM, Attilio Rao wrote: > >> Author: attilio > >> Date: Sat Jan 23 15:54:21 2010 > >> New Revision: 202889 > >> URL: http://svn.freebsd.org/changeset/base/202889 > >> > >> Log: > >

svn commit: r203098 - head/usr.bin/make

2010-01-27 Thread Ruslan Ermilov
Author: ru Date: Wed Jan 27 21:06:53 2010 New Revision: 203098 URL: http://svn.freebsd.org/changeset/base/203098 Log: Eliminated nits from last commit. OK'ed by: rodrigc Modified: head/usr.bin/make/make.1 Modified: head/usr.bin/make/make.1 ===

svn commit: r203097 - head/lib/librpcsec_gss

2010-01-27 Thread Jens Schweikhardt
Author: schweikh Date: Wed Jan 27 21:01:21 2010 New Revision: 203097 URL: http://svn.freebsd.org/changeset/base/203097 Log: Correct a bunch of typos. Modified: head/lib/librpcsec_gss/rpc_gss_get_versions.3 head/lib/librpcsec_gss/rpc_gss_max_data_length.3 head/lib/librpcsec_gss/rpc_gss_sec

svn commit: r203096 - head/sbin/init

2010-01-27 Thread Ed Schouten
Author: ed Date: Wed Jan 27 20:32:58 2010 New Revision: 203096 URL: http://svn.freebsd.org/changeset/base/203096 Log: Remove stale inclusion of . This tool doesn't require libulog anymore. Modified: head/sbin/init/init.c Modified: head/sbin/init/init.c ==

svn commit: r203095 - stable/7/usr.sbin/pkg_install/add

2010-01-27 Thread Ken Smith
Author: kensmith Date: Wed Jan 27 20:30:50 2010 New Revision: 203095 URL: http://svn.freebsd.org/changeset/base/203095 Log: Add packages-7.3-release directory. Approved by: re (implicit) Modified: stable/7/usr.sbin/pkg_install/add/main.c Modified: stable/7/usr.sbin/pkg_install/add/main

svn commit: r203094 - head/sys/sparc64/pci

2010-01-27 Thread Marius Strobl
Author: marius Date: Wed Jan 27 20:30:14 2010 New Revision: 203094 URL: http://svn.freebsd.org/changeset/base/203094 Log: - Zero the MSI/MSI-X queue argument, otherwise mtx_init(9) can panic indicating an already initialized lock. - Check for an empty MSI/MSI-X queue entry before asserting

svn commit: r203093 - stable/7/release

2010-01-27 Thread Ken Smith
Author: kensmith Date: Wed Jan 27 20:25:46 2010 New Revision: 203093 URL: http://svn.freebsd.org/changeset/base/203093 Log: Update version to 7.3. Approved by: re (implicit) Modified: stable/7/release/Makefile Modified: stable/7/release/Makefile

svn commit: r203092 - stable/7/gnu/usr.bin/groff/tmac

2010-01-27 Thread Ken Smith
Author: kensmith Date: Wed Jan 27 20:24:28 2010 New Revision: 203092 URL: http://svn.freebsd.org/changeset/base/203092 Log: Update what version of FreeBSD man(1) says this is. Approved by: re (implicit) Modified: stable/7/gnu/usr.bin/groff/tmac/mdoc.local Modified: stable/7/gnu/usr.bin

svn commit: r203090 - head/sys/dev/e1000

2010-01-27 Thread Jack F Vogel
Author: jfv Date: Wed Jan 27 20:12:04 2010 New Revision: 203090 URL: http://svn.freebsd.org/changeset/base/203090 Log: Add a link tasklet so updates can be sleepable. Modified: head/sys/dev/e1000/if_igb.c head/sys/dev/e1000/if_igb.h Modified: head/sys/dev/e1000/if_igb.c ===

svn commit: r203089 - stable/7/sys/fs/pseudofs

2010-01-27 Thread Konstantin Belousov
Author: kib Date: Wed Jan 27 20:09:20 2010 New Revision: 203089 URL: http://svn.freebsd.org/changeset/base/203089 Log: MFC r196921: Do not decrement pfs_vncache_entries for the vnode that was not in the list. Reminded by: des Approved by: re (kensmith) Modified: stable/7/sys/fs/p

svn commit: r203087 - head/sys/dev/usb/wlan

2010-01-27 Thread Weongyo Jeong
Author: weongyo Date: Wed Jan 27 19:43:14 2010 New Revision: 203087 URL: http://svn.freebsd.org/changeset/base/203087 Log: adds sysctl knobs to show rate statistics that it could be useful to debug slow TX speed. Modified: head/sys/dev/usb/wlan/if_urtw.c head/sys/dev/usb/wlan/if_urtwvar.h

svn commit: r203086 - head/sys/fs/nwfs

2010-01-27 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jan 27 19:30:44 2010 New Revision: 203086 URL: http://svn.freebsd.org/changeset/base/203086 Log: Don't touch v_interlock; use VI_* macros instead. Modified: head/sys/fs/nwfs/nwfs_node.c head/sys/fs/nwfs/nwfs_vnops.c Modified: head/sys/fs/nwfs/nwfs_node.c ===

svn commit: r203085 - head/sys/i386/i386

2010-01-27 Thread Alan Cox
Author: alc Date: Wed Jan 27 18:33:22 2010 New Revision: 203085 URL: http://svn.freebsd.org/changeset/base/203085 Log: Optimize pmap_demote_pde() by using the new KPTmap to access a kernel page table page instead of creating a temporary mapping to it. Set the PG_G bit on the page table en

svn commit: r203084 - stable/8/usr.bin/calendar/calendars

2010-01-27 Thread Alberto Villa
Author: avilla (ports committer) Date: Wed Jan 27 18:12:22 2010 New Revision: 203084 URL: http://svn.freebsd.org/changeset/base/203084 Log: - MFC r197788, r203040, r203045, r203048 Approved by: tabthorpe (mentor) Modified: stable/8/usr.bin/calendar/calendars/calendar.freebsd Modified:

svn commit: r203083 - head/sys/dev/e1000

2010-01-27 Thread Jack F Vogel
Author: jfv Date: Wed Jan 27 18:00:24 2010 New Revision: 203083 URL: http://svn.freebsd.org/changeset/base/203083 Log: Two more build problems, missing includes and semicolon. Modified: head/sys/dev/e1000/e1000_osdep.h head/sys/dev/e1000/if_em.h Modified: head/sys/dev/e1000/e1000_osdep.h =

svn commit: r203082 - in head/sys: dev/re pci

2010-01-27 Thread Pyun YongHyeon
Author: yongari Date: Wed Jan 27 17:49:27 2010 New Revision: 203082 URL: http://svn.freebsd.org/changeset/base/203082 Log: Add initial support for RTL8103E PCIe fastethernet. PR: kern/142974 Modified: head/sys/dev/re/if_re.c head/sys/pci/if_rlreg.h Modified: head/sys/dev/re/if_re.c

svn commit: r203081 - head/sys/dev/e1000

2010-01-27 Thread Jack F Vogel
Author: jfv Date: Wed Jan 27 17:35:58 2010 New Revision: 203081 URL: http://svn.freebsd.org/changeset/base/203081 Log: Opps, completely wrong version of if_em.h got into the checkin, sorry all :( Modified: head/sys/dev/e1000/if_em.h Modified: head/sys/dev/e1000/if_em.h

svn commit: r203080 - head/sys/mips/mips

2010-01-27 Thread Alexander Kabaev
Author: kan Date: Wed Jan 27 17:15:17 2010 New Revision: 203080 URL: http://svn.freebsd.org/changeset/base/203080 Log: Do not leave dirty cache lines behind if bus_dmamap_sync was called to invalidate memory chunk that starts or ends in the middle of cache line. This was responsible for

Re: svn commit: r203074 - stable/8/usr.bin/calendar/calendars

2010-01-27 Thread John Baldwin
On Wednesday 27 January 2010 10:40:00 am Gavin Atkinson wrote: > On Wed, 2010-01-27 at 15:36 +, Gavin Atkinson wrote: > > Author: gavin > > Date: Wed Jan 27 15:36:19 2010 > > New Revision: 203074 > > URL: http://svn.freebsd.org/changeset/base/203074 > > > > Log: > > Merge r200318 from head:

svn commit: r203079 - stable/8/usr.bin/calendar/calendars

2010-01-27 Thread John Baldwin
Author: jhb Date: Wed Jan 27 17:03:40 2010 New Revision: 203079 URL: http://svn.freebsd.org/changeset/base/203079 Log: Fixup mergeinfo. Modified: Directory Properties: stable/8/usr.bin/calendar/ (props changed) stable/8/usr.bin/calendar/calendars/calendar.freebsd (props changed) ___

svn commit: r203078 - head/sys/dev/fb

2010-01-27 Thread Jung-uk Kim
Author: jkim Date: Wed Jan 27 17:00:42 2010 New Revision: 203078 URL: http://svn.freebsd.org/changeset/base/203078 Log: Use VESA palette load/save functions if VESA BIOS says the current palette format is higher than 6-bit instead of relying VGA compatibility flag. This fixes palette problem

svn commit: r203077 - head/lib/libc/stdlib

2010-01-27 Thread Ed Maste
Author: emaste Date: Wed Jan 27 16:47:02 2010 New Revision: 203077 URL: http://svn.freebsd.org/changeset/base/203077 Log: Add missing return, in a rare case where we can't allocate memory in deallocate. Submitted by: Ryan Stone (rysto32 at gmail dot com) Approved by: jasone Modified:

svn commit: r203076 - head/sys/mips/conf

2010-01-27 Thread Warner Losh
Author: imp Date: Wed Jan 27 16:21:32 2010 New Revision: 203076 URL: http://svn.freebsd.org/changeset/base/203076 Log: Make a note that this file is the 64-bit version and experimental and point people at the OCTEON1-32 file instead. Modified: head/sys/mips/conf/OCTEON1 Modified: head/sys/

svn commit: r203075 - head/sys/mips/conf

2010-01-27 Thread Warner Losh
Author: imp Date: Wed Jan 27 16:15:19 2010 New Revision: 203075 URL: http://svn.freebsd.org/changeset/base/203075 Log: Move back to physical address 0x0100. 0x0010 seems to have problems sometimes for reasons I haven't tracked down. Modified: head/sys/mips/conf/OCTEON1-32 Modified

Re: svn commit: r203074 - stable/8/usr.bin/calendar/calendars

2010-01-27 Thread Gavin Atkinson
On Wed, 2010-01-27 at 15:36 +, Gavin Atkinson wrote: > Author: gavin > Date: Wed Jan 27 15:36:19 2010 > New Revision: 203074 > URL: http://svn.freebsd.org/changeset/base/203074 > > Log: > Merge r200318 from head: add myself to calendar.freebsd. Sorry, forgot: Approved by: ed (mentor, impl

svn commit: r203074 - stable/8/usr.bin/calendar/calendars

2010-01-27 Thread Gavin Atkinson
Author: gavin Date: Wed Jan 27 15:36:19 2010 New Revision: 203074 URL: http://svn.freebsd.org/changeset/base/203074 Log: Merge r200318 from head: add myself to calendar.freebsd. Modified: stable/8/usr.bin/calendar/calendars/calendar.freebsd (contents, props changed) Directory Properties:

svn commit: r203073 - stable/7/sys/amd64/amd64

2010-01-27 Thread John Baldwin
Author: jhb Date: Wed Jan 27 15:29:09 2010 New Revision: 203073 URL: http://svn.freebsd.org/changeset/base/203073 Log: MFC 185715: Change the default value for the flag enabling superpage mapping and promotion to "on". Approved by: re (kib) Modified: stable/7/sys/amd64/amd64/pmap.c

svn commit: r203072 - head/sys/nfsclient

2010-01-27 Thread Rick Macklem
Author: rmacklem Date: Wed Jan 27 15:22:20 2010 New Revision: 203072 URL: http://svn.freebsd.org/changeset/base/203072 Log: Fix a race that can occur when nfs nfsiod threads are being created. Without this patch it was possible for a different thread that calls nfs_asyncio() to snitch a newl

svn commit: r203071 - stable/7/lib/libfetch

2010-01-27 Thread Dag-Erling Smorgrav
Author: des Date: Wed Jan 27 14:54:48 2010 New Revision: 203071 URL: http://svn.freebsd.org/changeset/base/203071 Log: Synch with head: avoid namespace collisions (r177447), plug resource leak in FTP code (r199801), add support for HTTP (r202613, r202623, r203028). Also record mergeinfo for

svn commit: r203070 - head/sys/dev/nve

2010-01-27 Thread John Baldwin
Author: jhb Date: Wed Jan 27 14:43:28 2010 New Revision: 203070 URL: http://svn.freebsd.org/changeset/base/203070 Log: Initialize the ifnet before calling mii_phy_probe() as some phy drivers (e.g. e1000phy(4)) expect if_dname to be valid when they are probed. MFC after:3 days Modifie

svn commit: r203068 - in head: etc/etc.amd64 etc/etc.arm etc/etc.i386 etc/etc.ia64 etc/etc.mips etc/etc.pc98 etc/etc.powerpc etc/etc.sparc64 lib/libc/gen

2010-01-27 Thread Ed Schouten
Author: ed Date: Wed Jan 27 11:54:42 2010 New Revision: 203068 URL: http://svn.freebsd.org/changeset/base/203068 Log: Remove pseudo-terminals from ttys(5). When we had utmp(5), we had to list all the psuedo-terminals in ttys(5) to make ttyslot(3) function properly. Now that pututxline(3)

svn commit: r203067 - head/etc

2010-01-27 Thread Edwin Groothuis
Author: edwin Date: Wed Jan 27 11:23:21 2010 New Revision: 203067 URL: http://svn.freebsd.org/changeset/base/203067 Log: The Erlang Port Mapper Daemon (from ports/lang/erlang) has been assigned official port number 4369 by IANA. PR: conf/113265 Submitted by: Jimmy Olgeni Ob

svn commit: r203066 - head/etc

2010-01-27 Thread Edwin Groothuis
Author: edwin Date: Wed Jan 27 11:08:39 2010 New Revision: 203066 URL: http://svn.freebsd.org/changeset/base/203066 Log: Git has been added as port 9418: http://www.iana.org/assignments/port-numbers PR: conf/143259 Submitted by: Denny Lin Obtained from:http://www.ia

svn commit: r203065 - stable/8/share/man/man4

2010-01-27 Thread Joerg Wunsch
Author: joerg Date: Wed Jan 27 10:42:34 2010 New Revision: 203065 URL: http://svn.freebsd.org/changeset/base/203065 Log: Merge r202943: Add man pages for the gpib(4), pcii(4), and tnt4882(4) drivers. Added: stable/8/share/man/man4/gpib.4 - copied unchanged from r202943, head/share/man/

svn commit: r203064 - stable/8/sys/dev/ieee488

2010-01-27 Thread Joerg Wunsch
Author: joerg Date: Wed Jan 27 10:32:02 2010 New Revision: 203064 URL: http://svn.freebsd.org/changeset/base/203064 Log: Merge of r202870,202898: Overhaul of the pcii driver: . Properly allocate all IO space resources. These cards scatter their IO addresses over a range of 0x1600

svn commit: r203063 - stable/7/sys/netinet6

2010-01-27 Thread Bjoern A. Zeeb
Author: bz Date: Wed Jan 27 10:20:10 2010 New Revision: 203063 URL: http://svn.freebsd.org/changeset/base/203063 Log: MFC r202915: Correct a typo. Submitted by: kensmith Approved by: re (kib) Modified: stable/7/sys/netinet6/in6_pcb.c Directory Properties: stable/7/sys/ (p

svn commit: r203062 - head/sys/dev/acpica

2010-01-27 Thread Andriy Gapon
Author: avg Date: Wed Jan 27 10:17:28 2010 New Revision: 203062 URL: http://svn.freebsd.org/changeset/base/203062 Log: acpi_hpet: correctly get number of timers/comparators in a timer block Also, account for a quirk of AMD/ATI HPET which reports number of timers instead of id of the last

svn commit: r203061 - head/sys/kern

2010-01-27 Thread Andriy Gapon
Author: avg Date: Wed Jan 27 09:59:08 2010 New Revision: 203061 URL: http://svn.freebsd.org/changeset/base/203061 Log: KASSERT that return value of interrupt filter complies with contract For example a return value of zero could lead to a stuck level-triggered interrupt line. Reviewe

svn commit: r203060 - stable/8/sys/netinet6

2010-01-27 Thread Bjoern A. Zeeb
Author: bz Date: Wed Jan 27 09:45:07 2010 New Revision: 203060 URL: http://svn.freebsd.org/changeset/base/203060 Log: MFC r202915: Correct a typo. Submitted by: kensmith Modified: stable/8/sys/netinet6/in6_pcb.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys

Re: svn commit: r198858 - in head/sys: dev/fb dev/syscons sys

2010-01-27 Thread Alexey Dokuchaev
On Tue, Jan 26, 2010 at 02:16:49PM -0500, Jung-uk Kim wrote: > On Tuesday 26 January 2010 10:30 am, Alexey Dokuchaev wrote: > > I understand; I was thinking if maybe there are some "hackish" or > > indirect way to tell that BIOS is lying. > > Probably you mean something like the attached patch?

Re: svn commit: r203049 - head/sys/dev/e1000

2010-01-27 Thread Andriy Gapon
on 27/01/2010 00:32 Jack F Vogel said the following: > Author: jfv > Date: Tue Jan 26 22:32:22 2010 > New Revision: 203049 > URL: http://svn.freebsd.org/changeset/base/203049 > > Log: > Update the 1G drivers, shared code sync with Intel, > igb now has a queue notion that has a single interrupt

Re: svn commit: r202894 - in head/sys/i386: i386 include

2010-01-27 Thread Alexander Leidinger
Quoting John Baldwin (from Tue, 26 Jan 2010 15:07:21 -0500): On Tuesday 26 January 2010 12:05:29 pm Ivan Voras wrote: 2010/1/26 Alexander Leidinger : > > Quoting John Baldwin (from Mon, 25 Jan 2010 07:57:49 > -0500): > >> On Saturday 23 January 2010 1:42:28 pm Alan Cox wrote: >>> >>> Author: