svn commit: r190195 - in head/sys/dev/usb: . storage

2009-03-20 Thread Andrew Thompson
Author: thompsa Date: Sat Mar 21 05:44:22 2009 New Revision: 190195 URL: http://svn.freebsd.org/changeset/base/190195 Log: Revert r190173 as it breaks 64bit arches. Modified: head/sys/dev/usb/storage/ustorage_fs.c head/sys/dev/usb/usb_endian.h Modified: head/sys/dev/usb/storage/ustorage_fs

Re: svn commit: r190182 - head

2009-03-20 Thread M. Warner Losh
In message: <8c44c8b6-fbbd-48cc-bae0-5ea2eac84...@mac.com> Marcel Moolenaar writes: : The warning could be important. It also makes us aware that : there's a discrepancy, which indicates that we have bugs. We MAY have bugs. The geometry of the disk label not matching the geometry rep

Re: svn commit: r190182 - head

2009-03-20 Thread M. Warner Losh
In message: <9bbcef730903201554x773f46bdy890c8ab48760d...@mail.gmail.com> Ivan Voras writes: : 2009/3/20 Jeremy Lea : : > Hi, : > : > On Fri, Mar 20, 2009 at 09:51:27PM +, Ivan Voras wrote: : >> +20090320: : >> +     GEOM_PART has become the default p

Re: svn commit: r190157 - head/sys/dev/syscons/teken

2009-03-20 Thread Nathan Whitehorn
Ed Schouten wrote: Author: ed Date: Fri Mar 20 14:31:08 2009 New Revision: 190157 URL: http://svn.freebsd.org/changeset/base/190157 Log: Just use default behaviour on tabstops when using too many columns. It seems I didn't fix this issue before committing teken to the tree. My initial

svn commit: r190194 - head/sys/dev/bge

2009-03-20 Thread Marius Strobl
Author: marius Date: Sat Mar 21 00:23:07 2009 New Revision: 190194 URL: http://svn.freebsd.org/changeset/base/190194 Log: - In bge_ifmedia_upd_locked() take advantrage of LIST_FOREACH(). - If boot verbose, print asicrev, chiprev and bus type on attach. - For PCI Express devices: 1) Adjus

svn commit: r190193 - head/lib/libc/nls

2009-03-20 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Fri Mar 20 23:55:01 2009 New Revision: 190193 URL: http://svn.freebsd.org/changeset/base/190193 Log: - Add Ukranian catalog Submitted by: Alex Kozlov (via private mail) Added: head/lib/libc/nls/uk_UA.UTF-8.msg (contents, props changed) Modifie

svn commit: r190192 - head

2009-03-20 Thread Ivan Voras
WHO THINK THAT FreeBSD 8. 20090320: GEOM_PART has become the default partition slicer for storage devices, replacing GEOM_MBR, GEOM_BSD, GEOM_PC98 and GEOM_GPT slicers. It - introduces some changes: the devices created from MSDOS extended - partition entries (EBR) can be

svn commit: r190191 - head/sys/dev/usb

2009-03-20 Thread Andrew Thompson
Author: thompsa Date: Fri Mar 20 23:12:14 2009 New Revision: 190191 URL: http://svn.freebsd.org/changeset/base/190191 Log: Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/usb_bus.h head/sys/dev/usb/usb_busdma

svn commit: r190190 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb netinet netinet6 netipsec

2009-03-20 Thread Bjoern A. Zeeb
Author: bz Date: Fri Mar 20 23:06:16 2009 New Revision: 190190 URL: http://svn.freebsd.org/changeset/base/190190 Log: MFC r185366: Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy. Ignoring different names because of macros (in6pcb, in6p_sp) and inp vs. in6p variable nam

Re: svn commit: r190182 - head

2009-03-20 Thread Marcel Moolenaar
On Mar 20, 2009, at 3:54 PM, Ivan Voras wrote: 2009/3/20 Jeremy Lea : Hi, On Fri, Mar 20, 2009 at 09:51:27PM +, Ivan Voras wrote: +20090320: + GEOM_PART has become the default partition slicer for storage devices, + replacing GEOM_MBR, GEOM_BSD, GEOM_PC98 and GEOM_GPT

Re: svn commit: r190182 - head

2009-03-20 Thread Ivan Voras
2009/3/20 Jeremy Lea : > Hi, > > On Fri, Mar 20, 2009 at 09:51:27PM +, Ivan Voras wrote: >> +20090320: >> +     GEOM_PART has become the default partition slicer for storage devices, >> +     replacing GEOM_MBR, GEOM_BSD, GEOM_PC98 and GEOM_GPT slicers. It >> +

Re: svn commit: r190182 - head

2009-03-20 Thread Jeremy Lea
Hi, On Fri, Mar 20, 2009 at 09:51:27PM +, Ivan Voras wrote: > +20090320: > + GEOM_PART has become the default partition slicer for storage devices, > + replacing GEOM_MBR, GEOM_BSD, GEOM_PC98 and GEOM_GPT slicers. It > + introduces some changes: the devices create

svn commit: r190189 - head/sys/dev/usb/storage

2009-03-20 Thread Andrew Thompson
Author: thompsa Date: Fri Mar 20 22:17:27 2009 New Revision: 190189 URL: http://svn.freebsd.org/changeset/base/190189 Log: Add umass quirk. PR: usb/132799 Reported by: Yoshihiro Ota Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/storag

Re: svn commit: r189828 - in head: include sys/sys

2009-03-20 Thread Robert Watson
On Fri, 20 Mar 2009, Coleman Kane wrote: I've found that many of the GNU apps are notorious for this. I really can't say that I know why libassuan or gnupg explicitly require GNU pth, rather than first attempting to use POSIX pthread API. Their configure scripts both want to search for and run

svn commit: r190188 - head/sys/dev/usb

2009-03-20 Thread Andrew Thompson
Author: thompsa Date: Fri Mar 20 22:15:22 2009 New Revision: 190188 URL: http://svn.freebsd.org/changeset/base/190188 Log: MFp4 //depot/projects/usb @159423, 159497 - Return a Zero Length packet on read errors. - Allow for smaller buffer size. Submitted by: Hans Petter Selasky Modif

Re: svn commit: r189828 - in head: include sys/sys

2009-03-20 Thread Tim Kientzle
... we'd have to mod apps to do things like remove use of gnu-long-opts in to switch away from things like gtar and the savings is unclear. But I can ask... FYI: bsdtar already supports the most popular GNU tar long options. There should be extremely few ports that actually require GNU tar.

svn commit: r190187 - head/sys/dev/usb

2009-03-20 Thread Andrew Thompson
Author: thompsa Date: Fri Mar 20 22:12:15 2009 New Revision: 190187 URL: http://svn.freebsd.org/changeset/base/190187 Log: MFp4 //depot/projects/u...@159446 Remove unused and depreciated function: usb2_get_devid(). Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/usb_uti

svn commit: r190186 - in head/sys/dev/usb: . misc serial storage

2009-03-20 Thread Andrew Thompson
Author: thompsa Date: Fri Mar 20 22:10:36 2009 New Revision: 190186 URL: http://svn.freebsd.org/changeset/base/190186 Log: MFp4 //depot/projects/u...@159517 Fix warnings with the IAR compiler. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/misc/udbp.c head/sys/dev/us

svn commit: r190185 - head/sys/dev/usb

2009-03-20 Thread Andrew Thompson
Author: thompsa Date: Fri Mar 20 22:04:33 2009 New Revision: 190185 URL: http://svn.freebsd.org/changeset/base/190185 Log: MFp4 //depot/projects/usb Sync usb_core.h after header changes. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/usb_core.h Modified: head/sys/dev/

svn commit: r190184 - head/sys/dev/usb

2009-03-20 Thread Andrew Thompson
Author: thompsa Date: Fri Mar 20 22:01:45 2009 New Revision: 190184 URL: http://svn.freebsd.org/changeset/base/190184 Log: MFp4 //depot/projects/usb @159479,159502,159516,159522,159529 Workaround for buggy USB hardware not handling new SETUP packet before STATUS stage is complete, this al

svn commit: r190183 - head/sys/dev/usb/controller

2009-03-20 Thread Andrew Thompson
Author: thompsa Date: Fri Mar 20 21:57:54 2009 New Revision: 190183 URL: http://svn.freebsd.org/changeset/base/190183 Log: MFp4 //depot/projects/usb @159479,159502,159516,159522,159529 Workaround for buggy USB hardware not handling new SETUP packet before STATUS stage is complete, this al

svn commit: r190182 - head

2009-03-20 Thread Ivan Voras
BSD 8. to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20090320: + GEOM_PART has become the default partition slicer for storage devices, + replacing GEOM_MBR, GEOM_BSD, GEOM_PC98 and GEOM_GPT slicers. It + introduces some ch

svn commit: r190181 - in head/sys/dev/usb: . controller storage

2009-03-20 Thread Andrew Thompson
Author: thompsa Date: Fri Mar 20 21:50:54 2009 New Revision: 190181 URL: http://svn.freebsd.org/changeset/base/190181 Log: MFp4 //depot/projects/usb @159431,159437,159438 - start using the new USB typedefs in the USB core - Remove usage of USB_ADD_BYTES() Submitted by: Hans Petter Se

svn commit: r190180 - in head/sys/dev/usb: . controller

2009-03-20 Thread Andrew Thompson
Author: thompsa Date: Fri Mar 20 21:48:11 2009 New Revision: 190180 URL: http://svn.freebsd.org/changeset/base/190180 Log: MFp4 //depot/projects/u...@159392 Add ifdefs for making parts of usb conditional. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/controller/at91dc

svn commit: r190179 - in stable/6/sys: . contrib/pf dev/cxgb kern

2009-03-20 Thread Konstantin Belousov
Author: kib Date: Fri Mar 20 21:47:26 2009 New Revision: 190179 URL: http://svn.freebsd.org/changeset/base/190179 Log: MFC r185983: The userland_sysctl() function retries sysctl_root() until returned error is not EAGAIN. Several sysctls that inspect another process use p_candebug() for che

svn commit: r190178 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/sound/pci/hda

2009-03-20 Thread Alexander Motin
Author: mav Date: Fri Mar 20 21:46:28 2009 New Revision: 190178 URL: http://svn.freebsd.org/changeset/base/190178 Log: MFC rev. 188510, 189876, 189879 s/succeded/succeeded/ in comments. Fix spelling in message. Remove CD input hack for ALC268 based Acer systems. Latest systems doe

svn commit: r190177 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb netinet netinet6

2009-03-20 Thread Bjoern A. Zeeb
Author: bz Date: Fri Mar 20 21:22:14 2009 New Revision: 190177 URL: http://svn.freebsd.org/changeset/base/190177 Log: MFC r185344: Remove in6_pcbdetach() as it is exactly the same function as in_pcbdetach() and we don't need the code twice. Modified: stable/7/sys/ (props changed)

svn commit: r190176 - in head/sys: nfs4client nfsclient

2009-03-20 Thread John Baldwin
Author: jhb Date: Fri Mar 20 21:12:38 2009 New Revision: 190176 URL: http://svn.freebsd.org/changeset/base/190176 Log: Expand the per-node access cache to cache permissions for multiple users. The number of entries in the cache defaults to 8 but is easily changed in nfsclient/nfs.h. When th

svn commit: r190175 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb netgraph

2009-03-20 Thread Alexander Motin
Author: mav Date: Fri Mar 20 20:55:57 2009 New Revision: 190175 URL: http://svn.freebsd.org/changeset/base/190175 Log: MFC rev. 186093 To avoid one doubtless netgraph SMP scalability limitation point, switch node queues processing from single swi:net thread to several specialized thread

svn commit: r190174 - in head/sys/dev/usb: . controller net serial storage template

2009-03-20 Thread Andrew Thompson
Author: thompsa Date: Fri Mar 20 19:04:31 2009 New Revision: 190174 URL: http://svn.freebsd.org/changeset/base/190174 Log: MFp4 //depot/projects/usb @159430 - Move tunable defines into usb_core.h and dependancy towards usb_defs.h - Leave hardcoded defines in "usb_defs.h". - Allow overri

svn commit: r190173 - in head/sys/dev/usb: . storage

2009-03-20 Thread Andrew Thompson
Author: thompsa Date: Fri Mar 20 18:59:53 2009 New Revision: 190173 URL: http://svn.freebsd.org/changeset/base/190173 Log: MFp4 //depot/projects/usb @159379,159380 Fixes for 8-bit and 16-bit compilation. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/storage/ustorage_f

svn commit: r190172 - in head/sys/dev/usb: input serial storage

2009-03-20 Thread Andrew Thompson
Author: thompsa Date: Fri Mar 20 18:56:27 2009 New Revision: 190172 URL: http://svn.freebsd.org/changeset/base/190172 Log: MFp4 //depot/projects/usb @159375,159376,159377 Further remove dependancy towards Giant. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/input/uhid

svn commit: r190171 - head

2009-03-20 Thread Robert Noland
Author: rnoland Date: Fri Mar 20 18:51:13 2009 New Revision: 190171 URL: http://svn.freebsd.org/changeset/base/190171 Log: Replace anholt with myself as drm maintainer. Noticed by: miwi MFC after:3 days Modified: head/MAINTAINERS Modified: head/MAINTAINERS ===

svn commit: r190170 - head/sys/dev/drm

2009-03-20 Thread Robert Noland
Author: rnoland Date: Fri Mar 20 18:35:16 2009 New Revision: 190170 URL: http://svn.freebsd.org/changeset/base/190170 Log: vm_offset_t is unsigned, so compare of >= 0 is not needed. Found with: Coverity Prevent(tm) CID: 2259 MFC after:3 days Modified: head/sys/dev/d

svn commit: r190169 - head/sys/dev/agp

2009-03-20 Thread Robert Noland
Author: rnoland Date: Fri Mar 20 18:30:20 2009 New Revision: 190169 URL: http://svn.freebsd.org/changeset/base/190169 Log: vm_offset_t is unsigned and therefore can not be negative. Avoid unnessecary compares. Found with: Coverity Prevent(tm) CID: 2362,4215,4214,4209,4208,236

svn commit: r190168 - head/usr.bin/kdump

2009-03-20 Thread Xin LI
Author: delphij Date: Fri Mar 20 18:29:52 2009 New Revision: 190168 URL: http://svn.freebsd.org/changeset/base/190168 Log: Add two missing include files and prototype for sockfamilyname() which is generated by mksubr. Modified: head/usr.bin/kdump/kdump.c Modified: head/usr.bin/kdump/kdump.

Re: svn commit: r189828 - in head: include sys/sys

2009-03-20 Thread Coleman Kane
On Fri, 2009-03-20 at 10:40 -0700, Sam Leffler wrote: > Coleman Kane wrote: > > On Fri, 2009-03-20 at 08:57 -0700, Sam Leffler wrote: > > > >> David Schultz wrote: > >> > >>> On Fri, Mar 20, 2009, Vasil Dimov wrote: > >>> > >>> > On Sat, Mar 14, 2009 at 08:10:14PM +, Davi

Re: svn commit: r189828 - in head: include sys/sys

2009-03-20 Thread Bruce Cran
On Fri, 20 Mar 2009 10:40:40 -0700 Sam Leffler wrote: > Coleman Kane wrote: > > On Fri, 2009-03-20 at 08:57 -0700, Sam Leffler wrote: > >> Dumb question, why do we need devel/pth? Isn't the native pthread > >> support sufficient? > >> > >> Sam > >> > >> > > > > For whatever reason

svn commit: r190167 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb security/mac_bsdextended

2009-03-20 Thread Christian S.J. Peron
Author: csjp Date: Fri Mar 20 18:04:20 2009 New Revision: 190167 URL: http://svn.freebsd.org/changeset/base/190167 Log: MFC r189590 - Mark the mac_bsdextended rules sysctl as mpsafe. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed) stable/7/sys/dev

svn commit: r190166 - head/sys/dev/drm

2009-03-20 Thread Robert Noland
Author: rnoland Date: Fri Mar 20 18:01:32 2009 New Revision: 190166 URL: http://svn.freebsd.org/changeset/base/190166 Log: Remove the DRM_ERROR to fix build. It didn't make any sense anyway. MFC after:3 days Modified: head/sys/dev/drm/i915_drv.c Modified: head/sys/dev/drm/i915_drv.

svn commit: r190165 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb net

2009-03-20 Thread Christian S.J. Peron
Author: csjp Date: Fri Mar 20 18:00:19 2009 New Revision: 190165 URL: http://svn.freebsd.org/changeset/base/190165 Log: MFC r189490 - Mark bpf(4) stats sysctl as mpsafe. We do not require Giant here. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed)

svn commit: r190164 - head/sys/dev/drm

2009-03-20 Thread Robert Noland
Author: rnoland Date: Fri Mar 20 17:51:26 2009 New Revision: 190164 URL: http://svn.freebsd.org/changeset/base/190164 Log: Fix what appears to be a typo, and restore the registers correctly. Found with: Coverity Prevent(tm) CID: 2454 Modified: head/sys/dev/drm/i915_suspend.c

svn commit: r190163 - head/sys/dev/drm

2009-03-20 Thread Robert Noland
Author: rnoland Date: Fri Mar 20 17:48:36 2009 New Revision: 190163 URL: http://svn.freebsd.org/changeset/base/190163 Log: Don't deref dev->dev_private before checking that it exists. Found with: Coverity Prevent(tm) CID: 2940 MFC after:3 days Modified: head/sys/dev

Re: svn commit: r189828 - in head: include sys/sys

2009-03-20 Thread Sam Leffler
Coleman Kane wrote: On Fri, 2009-03-20 at 08:57 -0700, Sam Leffler wrote: David Schultz wrote: On Fri, Mar 20, 2009, Vasil Dimov wrote: On Sat, Mar 14, 2009 at 08:10:14PM +, David Schultz wrote: Author: das Date: Sat Mar 14 20:10:14 2009 New Revision: 18982

svn commit: r190162 - head/usr.bin/ar

2009-03-20 Thread Tim Kientzle
Author: kientzle Date: Fri Mar 20 17:11:45 2009 New Revision: 190162 URL: http://svn.freebsd.org/changeset/base/190162 Log: Act like ranlib if our name ends in ranlib. In particular, this works with some recent cross-building changes by Warner that install ranlib as, e.g., "arm-freebsd7.1-r

svn commit: r190161 - head/sys/sparc64/sparc64

2009-03-20 Thread Marius Strobl
Author: marius Date: Fri Mar 20 17:10:50 2009 New Revision: 190161 URL: http://svn.freebsd.org/changeset/base/190161 Log: Revert r190105 so that removing options KDB but DDB or GDB being available will cause the kernel to not respect -d and boot_kdb=1 for consistency with the other platforms

Re: svn commit: r189828 - in head: include sys/sys

2009-03-20 Thread Coleman Kane
On Fri, 2009-03-20 at 08:57 -0700, Sam Leffler wrote: > David Schultz wrote: > > On Fri, Mar 20, 2009, Vasil Dimov wrote: > > > >> On Sat, Mar 14, 2009 at 08:10:14PM +, David Schultz wrote: > >> > >>> Author: das > >>> Date: Sat Mar 14 20:10:14 2009 > >>> New Revision: 189828 > >>> URL:

Re: svn commit: r190105 - head/sys/sparc64/sparc64

2009-03-20 Thread Marcel Moolenaar
On Mar 20, 2009, at 9:33 AM, Marius Strobl wrote: Log: There's no need to wrap kdb_enter() in #ifdef KDB as it's always available. That's not quite how it works. option KDB is used to build the kernel with debugging features that could impact performance, security and/or functionality. In t

Re: svn commit: r190105 - head/sys/sparc64/sparc64

2009-03-20 Thread Marius Strobl
On Fri, Mar 20, 2009 at 08:31:39AM -0700, Marcel Moolenaar wrote: > > On Mar 20, 2009, at 6:36 AM, Marius Strobl wrote: > > >>>Log: > >>>There's no need to wrap kdb_enter() in #ifdef KDB as it's always > >>>available. > >> > >>That's not quite how it works. > >> > >>option KDB is used to build th

svn commit: r190160 - in stable/6/sys: . contrib/pf dev/cxgb nfsclient

2009-03-20 Thread John Baldwin
Author: jhb Date: Fri Mar 20 16:02:37 2009 New Revision: 190160 URL: http://svn.freebsd.org/changeset/base/190160 Log: MFC: Add a new vfs.nfs.prime_access_cache sysctl to determine whether or not nfs_getattr() will use an ACCESS RPC to prime the access cache instead of a simple GETATTR RPC.

Re: svn commit: r189828 - in head: include sys/sys

2009-03-20 Thread Sam Leffler
David Schultz wrote: On Fri, Mar 20, 2009, Vasil Dimov wrote: On Sat, Mar 14, 2009 at 08:10:14PM +, David Schultz wrote: Author: das Date: Sat Mar 14 20:10:14 2009 New Revision: 189828 URL: http://svn.freebsd.org/changeset/base/189828 Log: Fix the visibility of several prototypes

svn commit: r190159 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb nfsclient

2009-03-20 Thread John Baldwin
Author: jhb Date: Fri Mar 20 15:52:11 2009 New Revision: 190159 URL: http://svn.freebsd.org/changeset/base/190159 Log: MFC: Add a new vfs.nfs.prime_access_cache sysctl to determine whether or not nfs_getattr() will use an ACCESS RPC to prime the access cache instead of a simple GETATTR RPC.

Re: svn commit: r189828 - in head: include sys/sys

2009-03-20 Thread David Schultz
On Fri, Mar 20, 2009, Vasil Dimov wrote: > On Sat, Mar 14, 2009 at 08:10:14PM +, David Schultz wrote: > > Author: das > > Date: Sat Mar 14 20:10:14 2009 > > New Revision: 189828 > > URL: http://svn.freebsd.org/changeset/base/189828 > > > > Log: > > Fix the visibility of several prototypes. A

Re: svn commit: r190105 - head/sys/sparc64/sparc64

2009-03-20 Thread Marcel Moolenaar
On Mar 20, 2009, at 6:36 AM, Marius Strobl wrote: Log: There's no need to wrap kdb_enter() in #ifdef KDB as it's always available. That's not quite how it works. option KDB is used to build the kernel with debugging features that could impact performance, security and/or functionality. In th

svn commit: r190158 - head/sys/dev/syscons/teken

2009-03-20 Thread Ed Schouten
Author: ed Date: Fri Mar 20 14:32:51 2009 New Revision: 190158 URL: http://svn.freebsd.org/changeset/base/190158 Log: Small cleanup to previous commit. Just use % 8, instead of & 0x7. This makes it easier to understand. Modified: head/sys/dev/syscons/teken/teken_subr.h Modified: head/sy

svn commit: r190157 - head/sys/dev/syscons/teken

2009-03-20 Thread Ed Schouten
Author: ed Date: Fri Mar 20 14:31:08 2009 New Revision: 190157 URL: http://svn.freebsd.org/changeset/base/190157 Log: Just use default behaviour on tabstops when using too many columns. It seems I didn't fix this issue before committing teken to the tree. My initial idea was to somehow ad

svn commit: r190156 - head/contrib/tcpdump

2009-03-20 Thread Rui Paulo
Author: rpaulo Date: Fri Mar 20 14:02:53 2009 New Revision: 190156 URL: http://svn.freebsd.org/changeset/base/190156 Log: Bootstrap mergeinfo. Modified: head/contrib/tcpdump/ (props changed) ___ svn-src-all@freebsd.org mailing list http://lists.fr

svn commit: r190155 - head/contrib/libpcap

2009-03-20 Thread Rui Paulo
Author: rpaulo Date: Fri Mar 20 14:01:42 2009 New Revision: 190155 URL: http://svn.freebsd.org/changeset/base/190155 Log: Bootstrap mergeinfo. Modified: head/contrib/libpcap/ (props changed) ___ svn-src-all@freebsd.org mailing list http://lists.fr

Re: svn commit: r190105 - head/sys/sparc64/sparc64

2009-03-20 Thread Marius Strobl
On Thu, Mar 19, 2009 at 05:06:52PM -0700, Marcel Moolenaar wrote: > > On Mar 19, 2009, at 1:40 PM, Marius Strobl wrote: > > >Author: marius > >Date: Thu Mar 19 20:40:49 2009 > >New Revision: 190105 > >URL: http://svn.freebsd.org/changeset/base/190105 > > > >Log: > > There's no need to wrap kdb_en

Re: svn commit: r189828 - in head: include sys/sys

2009-03-20 Thread Vasil Dimov
On Sat, Mar 14, 2009 at 08:10:14PM +, David Schultz wrote: > Author: das > Date: Sat Mar 14 20:10:14 2009 > New Revision: 189828 > URL: http://svn.freebsd.org/changeset/base/189828 > > Log: > Fix the visibility of several prototypes. Also move pthread_kill() and > pthread_sigmask() to sign

svn commit: r190154 - stable/7/sbin/ifconfig

2009-03-20 Thread Jamie Gritton
Author: jamie Date: Fri Mar 20 13:46:30 2009 New Revision: 190154 URL: http://svn.freebsd.org/changeset/base/190154 Log: Revert r189970 until its implications get sorted out in CURRENT. Approved by: bz(mentor) Modified: stable/7/sbin/ifconfig/ (props changed) stable/7/sbin/ifconfig/

svn commit: r190152 - svnadmin/conf

2009-03-20 Thread Rui Paulo
Author: rpaulo Date: Fri Mar 20 13:43:49 2009 New Revision: 190152 URL: http://svn.freebsd.org/changeset/base/190152 Log: Add vendor/libpcap. Modified: svnadmin/conf/paths Modified: svnadmin/conf/paths == --- svnadmi

svn commit: r190151 - head/sys/net

2009-03-20 Thread Jamie Gritton
Author: jamie Date: Fri Mar 20 13:41:23 2009 New Revision: 190151 URL: http://svn.freebsd.org/changeset/base/190151 Log: Call the interface's if_ioctl from ifioctl(), if the protocol didn't handle the ioctl. There are other paths that already call it, but this allows for a non-interface soc

svn commit: r190149 - svnadmin/conf

2009-03-20 Thread Rui Paulo
Author: rpaulo Date: Fri Mar 20 13:26:33 2009 New Revision: 190149 URL: http://svn.freebsd.org/changeset/base/190149 Log: Add vendor/tcpdump. Modified: svnadmin/conf/paths Modified: svnadmin/conf/paths == --- svnadmi

svn commit: r190148 - head/sys/netinet

2009-03-20 Thread Bruce M Simpson
Author: bms Date: Fri Mar 20 13:13:50 2009 New Revision: 190148 URL: http://svn.freebsd.org/changeset/base/190148 Log: Fix brainos introduced during mechanical KTR change. Pointy hat to:bms Modified: head/sys/netinet/ip_mroute.c Modified: head/sys/netinet/ip_mroute.c ===

svn commit: r190147 - head/sys/boot/pc98/libpc98

2009-03-20 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Mar 20 13:03:33 2009 New Revision: 190147 URL: http://svn.freebsd.org/changeset/base/190147 Log: Oops, fix the previous change. Modified: head/sys/boot/pc98/libpc98/bioscd.c Modified: head/sys/boot/pc98/libpc98/bioscd.c =

svn commit: r190146 - head/sys/boot/pc98/libpc98

2009-03-20 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Mar 20 12:26:42 2009 New Revision: 190146 URL: http://svn.freebsd.org/changeset/base/190146 Log: MFi386: r189749 Teach the BIOS CD driver to use bounce buffers when the destination address is > 1 MB. Modified: head/sys/boot/pc98/libpc98/bioscd.c Modified: he

svn commit: r190145 - head/sys/kern

2009-03-20 Thread Konstantin Belousov
Author: kib Date: Fri Mar 20 11:08:57 2009 New Revision: 190145 URL: http://svn.freebsd.org/changeset/base/190145 Log: Do not underflow the buffer and then report the problem. Check for the condition before the buffer write. Also, since buflen is unsigned, previous check was ignored. Re

svn commit: r190144 - head/sys/kern

2009-03-20 Thread Konstantin Belousov
Author: kib Date: Fri Mar 20 11:03:55 2009 New Revision: 190144 URL: http://svn.freebsd.org/changeset/base/190144 Log: Remove unneeded braces to reduce used vertical screen space. The location was missed in r190140. Modified: head/sys/kern/vfs_cache.c Modified: head/sys/kern/vfs_cache.c ==

svn commit: r190143 - head/sys/kern

2009-03-20 Thread Konstantin Belousov
Author: kib Date: Fri Mar 20 11:00:39 2009 New Revision: 190143 URL: http://svn.freebsd.org/changeset/base/190143 Log: Do not forget to adjust buflen for the first resolution of the path from namecache. While there, compare pointers for equiality. Reviewed by: marcus Tested by:ph

svn commit: r190142 - head/sys/kern

2009-03-20 Thread Konstantin Belousov
Author: kib Date: Fri Mar 20 10:59:06 2009 New Revision: 190142 URL: http://svn.freebsd.org/changeset/base/190142 Log: The nc_nlen member of the struct namecache contains the length of the cached name, not the length + 1. PR: 132620, 132542 Reported by: bf2006a yahoo com Tested by:

svn commit: r190141 - head/sys/kern

2009-03-20 Thread Konstantin Belousov
Author: kib Date: Fri Mar 20 10:47:16 2009 New Revision: 190141 URL: http://svn.freebsd.org/changeset/base/190141 Log: When ktracing namei operations, log a result of the __getcwd(). MFC after:1 week Modified: head/sys/kern/vfs_cache.c Modified: head/sys/kern/vfs_cache.c ===

svn commit: r190140 - head/sys/kern

2009-03-20 Thread Konstantin Belousov
Author: kib Date: Fri Mar 20 10:04:00 2009 New Revision: 190140 URL: http://svn.freebsd.org/changeset/base/190140 Log: Remove unneeded braces to reduce used vertical screen space. Modified: head/sys/kern/vfs_cache.c Modified: head/sys/kern/vfs_cache.c

svn commit: r190139 - in head/release/doc: en_US.ISO8859-1/hardware ja_JP.eucJP/hardware/common ru_RU.KOI8-R/hardware/common share/misc zh_CN.GB2312/hardware

2009-03-20 Thread Christian Brueffer
Author: brueffer Date: Fri Mar 20 09:25:21 2009 New Revision: 190139 URL: http://svn.freebsd.org/changeset/base/190139 Log: uscanner(4) has been removed, delete it from the hardware notes to fix the build. Modified: head/release/doc/en_US.ISO8859-1/hardware/article.sgml head/release/doc/j

svn commit: r190138 - head/sys/netipsec

2009-03-20 Thread VANHULLEBUS Yvan
Author: vanhu Date: Fri Mar 20 09:12:01 2009 New Revision: 190138 URL: http://svn.freebsd.org/changeset/base/190138 Log: Spelling fix in a comment Approved by: gnn(mentor) Modified: head/sys/netipsec/key.c Modified: head/sys/netipsec/key.c ==