svn commit: r200565 - stable/8/sys/sys

2009-12-14 Thread Luigi Rizzo
Author: luigi Date: Tue Dec 15 07:32:08 2009 New Revision: 200565 URL: http://svn.freebsd.org/changeset/base/200565 Log: MFC: expose only bio_cmd and bio_flags values to userland Modified: stable/8/sys/sys/bio.h Modified: stable/8/sys/sys/bio.h ===

svn commit: r200564 - stable/7/release/picobsd/build

2009-12-14 Thread Luigi Rizzo
Author: luigi Date: Tue Dec 15 07:04:20 2009 New Revision: 200564 URL: http://svn.freebsd.org/changeset/base/200564 Log: MFC r200301 when calling ldd, use the cross libraries and not the host version Modified: stable/7/release/picobsd/build/picobsd Modified: stable/7/release/picobsd/build/

svn commit: r200563 - in head/etc: mtree namedb

2009-12-14 Thread Doug Barton
Author: dougb Date: Tue Dec 15 05:14:39 2009 New Revision: 200563 URL: http://svn.freebsd.org/changeset/base/200563 Log: The named process needs to have a "working directory" that it can write to. This is specified in "options { directory }" in named.conf. So, create /etc/namedb/working with

svn commit: r200562 - stable/8/sys/fs/nfsserver

2009-12-14 Thread Xin LI
Author: delphij Date: Tue Dec 15 01:14:33 2009 New Revision: 200562 URL: http://svn.freebsd.org/changeset/base/200562 Log: MFC r200287: Allow using IPv6 in nfsrvd_sentcache() callback. PR: kern/141289 Submitted by: Petr Lampa Modified: stable/8/sys/fs/nfsserver/nfs_nfsd

svn commit: r200560 - in stable/8/release/picobsd: bridge build

2009-12-14 Thread Luigi Rizzo
Author: luigi Date: Tue Dec 15 00:26:42 2009 New Revision: 200560 URL: http://svn.freebsd.org/changeset/base/200560 Log: sync with head Modified: stable/8/release/picobsd/bridge/PICOBSD stable/8/release/picobsd/bridge/crunch.conf stable/8/release/picobsd/build/picobsd Modified: stable/8/

svn commit: r200558 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 22:55:20 2009 New Revision: 200558 URL: http://svn.freebsd.org/changeset/base/200558 Log: Tell upper layer vge(4) supports long frames. This should be done after ether_ifattach(), as ether_ifattach() initializes it with ETHER_HDR_LEN. While I'm here remove

svn commit: r200557 - head/sys/sys

2009-12-14 Thread Rui Paulo
Author: rpaulo Date: Mon Dec 14 22:47:09 2009 New Revision: 200557 URL: http://svn.freebsd.org/changeset/base/200557 Log: Add apple-boot and apple-ufs. Submitted by: nwhitehorn Modified: head/sys/sys/apm.h Modified: head/sys/sys/apm.h

svn commit: r200556 - stable/8/contrib/ee

2009-12-14 Thread Xin LI
Author: delphij Date: Mon Dec 14 22:38:51 2009 New Revision: 200556 URL: http://svn.freebsd.org/changeset/base/200556 Log: MFC r199123: Add a minimal change to prevent NULL deference in ee(1). To repeat the problem, one can press "Ctrl+C" and then enter "0". Submitted by: Alexan

svn commit: r200555 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 22:30:07 2009 New Revision: 200555 URL: http://svn.freebsd.org/changeset/base/200555 Log: Don't report current link status if interface is not UP. If interface is not UP, the current link status wouldn't reflect the negotiated status. Modified: head/sys/de

svn commit: r200554 - head/sys/dev/fdc

2009-12-14 Thread Jung-uk Kim
Author: jkim Date: Mon Dec 14 22:28:32 2009 New Revision: 200554 URL: http://svn.freebsd.org/changeset/base/200554 Log: Remove _FDE quirk handling as these quirks are automatically repaired by ACPICA layer since ACPICA 20091214. Modified: head/sys/dev/fdc/fdc_acpi.c Modified: head/sys/dev

svn commit: r200553 - in head/sys/contrib/dev/acpica: . compiler debugger disassembler dispatcher events executer include namespace parser resources tools/acpiexec utilities

2009-12-14 Thread Jung-uk Kim
Author: jkim Date: Mon Dec 14 22:24:04 2009 New Revision: 200553 URL: http://svn.freebsd.org/changeset/base/200553 Log: Merge ACPICA 20091214. Modified: head/sys/contrib/dev/acpica/changes.txt head/sys/contrib/dev/acpica/compiler/aslcompile.c head/sys/contrib/dev/acpica/debugger

svn commit: r200552 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 22:23:06 2009 New Revision: 200552 URL: http://svn.freebsd.org/changeset/base/200552 Log: Report media change result to caller instead of returning success without regard to the result. Modified: head/sys/dev/vge/if_vge.c Modified: head/sys/dev/vge/if_vge.c

svn commit: r200551 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 22:20:05 2009 New Revision: 200551 URL: http://svn.freebsd.org/changeset/base/200551 Log: Whenever link state change interrupt is raised, vge_tick() is called and vge(4) used to drive auto-negotiation timer(mii_tick) in vge_tick(). Therefore the mii_tick was

svn commit: r200550 - vendor-sys/acpica/20091214

2009-12-14 Thread Jung-uk Kim
Author: jkim Date: Mon Dec 14 22:08:35 2009 New Revision: 200550 URL: http://svn.freebsd.org/changeset/base/200550 Log: Tag ACPICA 20091214. Added: vendor-sys/acpica/20091214/ - copied from r200549, vendor-sys/acpica/dist/ ___ svn-src-all

svn commit: r200549 - in vendor-sys/acpica/dist: . compiler debugger disassembler dispatcher events executer include namespace parser resources tools/acpiexec utilities

2009-12-14 Thread Jung-uk Kim
Author: jkim Date: Mon Dec 14 22:07:33 2009 New Revision: 200549 URL: http://svn.freebsd.org/changeset/base/200549 Log: Import ACPICA 20091214. Modified: vendor-sys/acpica/dist/changes.txt vendor-sys/acpica/dist/compiler/aslcompile.c vendor-sys/acpica/dist/debugger/dbutils.c vendor-sys

svn commit: r200548 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 22:00:11 2009 New Revision: 200548 URL: http://svn.freebsd.org/changeset/base/200548 Log: Sort function prototyes. Modified: head/sys/dev/vge/if_vge.c Modified: head/sys/dev/vge/if_vge.c

svn commit: r200547 - stable/7/contrib/bind9/bin/dig

2009-12-14 Thread Doug Barton
Author: dougb Date: Mon Dec 14 21:51:36 2009 New Revision: 200547 URL: http://svn.freebsd.org/changeset/base/200547 Log: Wrap some socket handling code in a !NULL bow This patch or something similar will likely be included in a future BIND release. PR: bin/138061 Submitte

svn commit: r200546 - stable/8/contrib/bind9/bin/dig

2009-12-14 Thread Doug Barton
Author: dougb Date: Mon Dec 14 21:50:34 2009 New Revision: 200546 URL: http://svn.freebsd.org/changeset/base/200546 Log: Wrap some socket handling code in a !NULL bow This patch or something similar will likely be included in a future BIND release. PR: bin/138061 Submitte

svn commit: r200545 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 21:16:02 2009 New Revision: 200545 URL: http://svn.freebsd.org/changeset/base/200545 Log: We don't have to reload EEPROM in vge_reset(). Because vge_reset() is called in vge_init_lock(), vge(4) always used to reload EEPROM. Also add more comment why vge(4) cl

svn commit: r200544 - head/sys/dev/ata/chipsets

2009-12-14 Thread Marius Strobl
Author: marius Date: Mon Dec 14 21:11:50 2009 New Revision: 200544 URL: http://svn.freebsd.org/changeset/base/200544 Log: Set ATA_CHECKS_CABLE when appropriate. Reviewed by: mav MFC after:1 week Modified: head/sys/dev/ata/chipsets/ata-amd.c Modified: head/sys/dev/ata/chipsets/ata

Re: svn commit: r200534 - head/sys/geom/part

2009-12-14 Thread Marcel Moolenaar
On Dec 14, 2009, at 12:04 PM, Rui Paulo wrote: > Author: rpaulo > Date: Mon Dec 14 20:04:06 2009 > New Revision: 200534 > URL: http://svn.freebsd.org/changeset/base/200534 > > Log: > Simplify partition type parsing by using a data-oriented model. > While there add more Apple and Linux partitio

svn commit: r200543 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 20:59:18 2009 New Revision: 200543 URL: http://svn.freebsd.org/changeset/base/200543 Log: Increase output queue size from 64 to 255. Modified: head/sys/dev/vge/if_vge.c head/sys/dev/vge/if_vgevar.h Modified: head/sys/dev/vge/if_vge.c ===

svn commit: r200542 - head/share/termcap

2009-12-14 Thread Doug Barton
Author: dougb Date: Mon Dec 14 20:59:01 2009 New Revision: 200542 URL: http://svn.freebsd.org/changeset/base/200542 Log: Improve the markup Submitted by: ru Modified: head/share/termcap/termcap.5 Modified: head/share/termcap/termcap.5

svn commit: r200541 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 20:49:50 2009 New Revision: 200541 URL: http://svn.freebsd.org/changeset/base/200541 Log: Add MSI support for VT613x controllers. Modified: head/sys/dev/vge/if_vge.c head/sys/dev/vge/if_vgevar.h Modified: head/sys/dev/vge/if_vge.c ==

svn commit: r200540 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 20:39:42 2009 New Revision: 200540 URL: http://svn.freebsd.org/changeset/base/200540 Log: Save PHY address by reading VGE_MIICFG register. For PCIe controllers(VT613x), we assume the PHY address is 1. Use the saved PHY address in MII register access routines

svn commit: r200539 - head/sys/geom/part

2009-12-14 Thread Rui Paulo
Author: rpaulo Date: Mon Dec 14 20:26:27 2009 New Revision: 200539 URL: http://svn.freebsd.org/changeset/base/200539 Log: Add Microsoft and NetBSD partition types handling. Modified: head/sys/geom/part/g_part.c head/sys/geom/part/g_part.h head/sys/geom/part/g_part_gpt.c Modified: head/sy

svn commit: r200538 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 20:17:53 2009 New Revision: 200538 URL: http://svn.freebsd.org/changeset/base/200538 Log: Introduce vge_flags member in softc. The vge_flags member will record device specific bits. Remove vge_link and use vge_flags. While here, move clearing link state befor

svn commit: r200537 - head/sys/net

2009-12-14 Thread Luigi Rizzo
Author: luigi Date: Mon Dec 14 20:12:51 2009 New Revision: 200537 URL: http://svn.freebsd.org/changeset/base/200537 Log: Move the scan for max_keylen into route.c::route_init(), and make max_keylen an argument for rn_init(). This removes an unnecessary dependency on domain.h from radix.c

svn commit: r200536 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 20:07:25 2009 New Revision: 200536 URL: http://svn.freebsd.org/changeset/base/200536 Log: style(9). Modified: head/sys/dev/vge/if_vge.c Modified: head/sys/dev/vge/if_vge.c == --- head

svn commit: r200535 - head/sys/sys

2009-12-14 Thread Rui Paulo
Author: rpaulo Date: Mon Dec 14 20:04:28 2009 New Revision: 200535 URL: http://svn.freebsd.org/changeset/base/200535 Log: Add more Apple partition types. Modified: head/sys/sys/gpt.h Modified: head/sys/sys/gpt.h == -

svn commit: r200534 - head/sys/geom/part

2009-12-14 Thread Rui Paulo
Author: rpaulo Date: Mon Dec 14 20:04:06 2009 New Revision: 200534 URL: http://svn.freebsd.org/changeset/base/200534 Log: Simplify partition type parsing by using a data-oriented model. While there add more Apple and Linux partition types. Modified: head/sys/geom/part/g_part.c head/sys/ge

Re: svn commit: r200422 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
On Mon, Dec 14, 2009 at 02:49:12PM -0500, John Baldwin wrote: > On Friday 11 December 2009 7:06:44 pm Pyun YongHyeon wrote: > > Author: yongari > > Date: Sat Dec 12 00:06:43 2009 > > New Revision: 200422 > > URL: http://svn.freebsd.org/changeset/base/200422 > > > > Log: > > Remove driver lock as

svn commit: r200533 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 19:53:57 2009 New Revision: 200533 URL: http://svn.freebsd.org/changeset/base/200533 Log: s/u_intXX_t/uintXX_t/g Modified: head/sys/dev/vge/if_vge.c head/sys/dev/vge/if_vgevar.h Modified: head/sys/dev/vge/if_vge.c ===

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

2009-12-14 Thread Jack Vogel
Well, its a unique lock in the shared code, and I was already naming the other em locks, if there is some big loss in my doing that I don't have any big emotional investment in them being that way :) Jack On Mon, Dec 14, 2009 at 11:31 AM, John Baldwin wrote: > On Monday 14 December 2009 1:43:1

Re: svn commit: r200422 - head/sys/dev/vge

2009-12-14 Thread John Baldwin
On Friday 11 December 2009 7:06:44 pm Pyun YongHyeon wrote: > Author: yongari > Date: Sat Dec 12 00:06:43 2009 > New Revision: 200422 > URL: http://svn.freebsd.org/changeset/base/200422 > > Log: > Remove driver lock assertion in MII register access. This change > was made in r199543 to remove

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

2009-12-14 Thread John Baldwin
On Monday 14 December 2009 1:43:18 pm Jack F Vogel wrote: > Author: jfv > Date: Mon Dec 14 18:43:18 2009 > New Revision: 200523 > URL: http://svn.freebsd.org/changeset/base/200523 > > Log: > Remove the MTX_SPIN flag to the shared code MUTEX > as it was causing a panic, also took the opportunit

Re: svn commit: r200447 - in head: share/man/man9 sys/kern sys/sys

2009-12-14 Thread John Baldwin
On Monday 14 December 2009 12:02:54 pm Attilio Rao wrote: > 2009/12/14 John Baldwin : > > On Saturday 12 December 2009 4:31:07 pm Attilio Rao wrote: > >> Author: attilio > >> Date: Sat Dec 12 21:31:07 2009 > >> New Revision: 200447 > >> URL: http://svn.freebsd.org/changeset/base/200447 > >> > >> Lo

svn commit: r200532 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 19:49:20 2009 New Revision: 200532 URL: http://svn.freebsd.org/changeset/base/200532 Log: Remove unnecessary return statement. Modified: head/sys/dev/vge/if_vge.c Modified: head/sys/dev/vge/if_vge.c

svn commit: r200531 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 19:44:54 2009 New Revision: 200531 URL: http://svn.freebsd.org/changeset/base/200531 Log: Use ANSI function definations. Modified: head/sys/dev/vge/if_vge.c Modified: head/sys/dev/vge/if_vge.c ==

svn commit: r200530 - head/sys/dev/wpi

2009-12-14 Thread Gavin Atkinson
Author: gavin Date: Mon Dec 14 19:18:02 2009 New Revision: 200530 URL: http://svn.freebsd.org/changeset/base/200530 Log: Don't panic on failure to attach if we fail before or during the if_alloc() of ifp. This fixes the panic reported in the PR, but not the attach failure. PR:

svn commit: r200529 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 19:08:11 2009 New Revision: 200529 URL: http://svn.freebsd.org/changeset/base/200529 Log: Clear VGE_TXDESC_Q bit for transmitted frames. The VGE_TXDESC_Q bit seems to work like a tag that indicates 'not list end' of queued frames. Without having a VGE_TXDESC_

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

2009-12-14 Thread Jack F Vogel
Author: jfv Date: Mon Dec 14 19:05:16 2009 New Revision: 200528 URL: http://svn.freebsd.org/changeset/base/200528 Log: Add old read_mac_addr routine to this module since a customer report of an Invalid MAC Address has occurred. Modified: head/sys/dev/e1000/e1000_82543.c Modified: head/sys/

svn commit: r200527 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 18:50:26 2009 New Revision: 200527 URL: http://svn.freebsd.org/changeset/base/200527 Log: Fix typo in register definition. Modified: head/sys/dev/vge/if_vgereg.h Modified: head/sys/dev/vge/if_vgereg.h ==

svn commit: r200526 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 18:49:16 2009 New Revision: 200526 URL: http://svn.freebsd.org/changeset/base/200526 Log: Use PCIR_BAR instead of hard-coded value. Modified: head/sys/dev/vge/if_vge.c Modified: head/sys/dev/vge/if_vge.c ===

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

2009-12-14 Thread Jack Vogel
Fixed in the commit today. Test again please. Jack On Sun, Dec 13, 2009 at 8:49 PM, Lawrence Stewart wrote: > [picking a recent e1000 commit] > > Hi Jack, > > I'm getting the following panic on head r200376 on my HP DC7800 work > desktop: > > mtx_lock() of spin mutex &dev_spec->swflag_mutex @ >

svn commit: r200525 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 18:44:23 2009 New Revision: 200525 URL: http://svn.freebsd.org/changeset/base/200525 Log: Overhaul bus_dma(9) usage and fix various things. o Separate TX/RX buffer DMA tag from TX/RX descriptor ring DMA tag. o Separate RX buffer DMA tag from common buffer D

svn commit: r200524 - head/sys/dev/if_ndis

2009-12-14 Thread Rui Paulo
Author: rpaulo Date: Mon Dec 14 18:43:27 2009 New Revision: 200524 URL: http://svn.freebsd.org/changeset/base/200524 Log: Pass all IEs to net80211. PR: 141376 Submitted by: Paul MFC after:1 week Modified: head/sys/dev/if_ndis/if_ndis.c Modified: head/sys/dev/if_ndis/i

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

2009-12-14 Thread Jack F Vogel
Author: jfv Date: Mon Dec 14 18:43:18 2009 New Revision: 200523 URL: http://svn.freebsd.org/changeset/base/200523 Log: Remove the MTX_SPIN flag to the shared code MUTEX as it was causing a panic, also took the opportunity to rename the lock for clarity. Modified: head/sys/dev/e1000/e1000_

svn commit: r200522 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 18:27:34 2009 New Revision: 200522 URL: http://svn.freebsd.org/changeset/base/200522 Log: Prefer bus_alloc_resource_any(9) to bus_alloc_resource(9). Modified: head/sys/dev/vge/if_vge.c Modified: head/sys/dev/vge/if_vge.c ==

svn commit: r200521 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 18:19:56 2009 New Revision: 200521 URL: http://svn.freebsd.org/changeset/base/200521 Log: Fix spelling in comment. Modified: head/sys/dev/vge/if_vge.c Modified: head/sys/dev/vge/if_vge.c

svn commit: r200520 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 18:00:08 2009 New Revision: 200520 URL: http://svn.freebsd.org/changeset/base/200520 Log: Prefer device_printf(9) to printf(9). Modified: head/sys/dev/vge/if_vge.c Modified: head/sys/dev/vge/if_vge.c ===

svn commit: r200519 - head/sys/dev/vge

2009-12-14 Thread Pyun YongHyeon
Author: yongari Date: Mon Dec 14 17:53:10 2009 New Revision: 200519 URL: http://svn.freebsd.org/changeset/base/200519 Log: Remove register keyword. Modified: head/sys/dev/vge/if_vge.c Modified: head/sys/dev/vge/if_vge.c

svn commit: r200518 - stable/7/sys/dev/puc

2009-12-14 Thread Marcel Moolenaar
Author: marcel Date: Mon Dec 14 17:45:16 2009 New Revision: 200518 URL: http://svn.freebsd.org/changeset/base/200518 Log: MFC rev 200397: Fix interrupt handling. PR: kern/140947 Modified: stable/7/sys/dev/puc/puc.c Directory Properties: stable/7/sys/ (props changed) sta

svn commit: r200517 - stable/8/sys/dev/puc

2009-12-14 Thread Marcel Moolenaar
Author: marcel Date: Mon Dec 14 17:42:40 2009 New Revision: 200517 URL: http://svn.freebsd.org/changeset/base/200517 Log: MFC rev 200397: Fix interrupt handling. PR: kern/140947 Modified: stable/8/sys/dev/puc/puc.c Directory Properties: stable/8/sys/ (props changed) sta

svn commit: r200516 - in head/cddl/contrib/opensolaris: cmd/zfs lib/libzfs/common

2009-12-14 Thread Xin LI
Author: delphij Date: Mon Dec 14 17:04:44 2009 New Revision: 200516 URL: http://svn.freebsd.org/changeset/base/200516 Log: Add an option to specify that the received ZFS should not be automatically mounted (receive -u). Obtained from:OpenSolaris (onnv revision 8584:327a1b6dd944)

Re: svn commit: r200447 - in head: share/man/man9 sys/kern sys/sys

2009-12-14 Thread Attilio Rao
2009/12/14 John Baldwin : > On Saturday 12 December 2009 4:31:07 pm Attilio Rao wrote: >> Author: attilio >> Date: Sat Dec 12 21:31:07 2009 >> New Revision: 200447 >> URL: http://svn.freebsd.org/changeset/base/200447 >> >> Log: >>   In current code, threads performing an interruptible sleep (on bot

svn commit: r200515 - head/usr.bin/xinstall

2009-12-14 Thread Xin LI
Author: delphij Date: Mon Dec 14 16:54:39 2009 New Revision: 200515 URL: http://svn.freebsd.org/changeset/base/200515 Log: Style improvements: - Sort function prototypes; - Apply static on all function bodies. To quote bde@: > It is a good obfuscation to declare functions as stati

Re: svn commit: r200447 - in head: share/man/man9 sys/kern sys/sys

2009-12-14 Thread John Baldwin
On Saturday 12 December 2009 4:31:07 pm Attilio Rao wrote: > Author: attilio > Date: Sat Dec 12 21:31:07 2009 > New Revision: 200447 > URL: http://svn.freebsd.org/changeset/base/200447 > > Log: > In current code, threads performing an interruptible sleep (on both > sxlock, via the sx_{s, x}loc

Re: svn commit: r200509 - stable/8/libexec/rtld-elf

2009-12-14 Thread Bruce Evans
On Mon, 14 Dec 2009, Robert Watson wrote: Log: Merge r197808 from head to stable/8: In rtld's map_object(), use pread(..., 0) rather than read() to read the ELF header from the front of the file. As all other I/O on the binary is done using mmap(), this avoids the need for seek privi

svn commit: r200514 - head/sys/i386/conf

2009-12-14 Thread John Baldwin
Author: jhb Date: Mon Dec 14 15:32:32 2009 New Revision: 200514 URL: http://svn.freebsd.org/changeset/base/200514 Log: Remove comment claiming that building acpi into the kernel is deprecated. PR: docs/141353 Submitted by: Bruce Cran MFC after:1 week Modified: head/sys/

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

2009-12-14 Thread Luigi Rizzo
On Mon, Dec 14, 2009 at 02:18:42PM +, Robert Watson wrote: > On Mon, 14 Dec 2009, Luigi Rizzo wrote: ... > > Together with a smaller patch committed in september, this fixes a > > bug that affects 8.0 with apps that rely on callouts to fire exactly > > in the number of ticks specified (qemu amo

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

2009-12-14 Thread Robert Watson
On Mon, 14 Dec 2009, Luigi Rizzo wrote: Properly fix callout handling by putting all the per-cpu info in struct callout_cpu. From the comment in the file: + * There is one struct callout_cpu per cpu, holding all relevant + * state for the callout processing thread on the individual CPU. +

svn commit: r200513 - stable/8/sys/dev/fe

2009-12-14 Thread Robert Watson
Author: rwatson Date: Mon Dec 14 13:23:33 2009 New Revision: 200513 URL: http://svn.freebsd.org/changeset/base/200513 Log: Merge r199798 from head to stable/8: Fix comment typo. Submitted by: Marc Balmer Modified: stable/8/sys/dev/fe/if_fe_pccard.c Directory Properties: stabl

svn commit: r200512 - stable/8/libexec/rtld-elf

2009-12-14 Thread Robert Watson
Author: rwatson Date: Mon Dec 14 13:16:50 2009 New Revision: 200512 URL: http://svn.freebsd.org/changeset/base/200512 Log: Merge r199270 from head to stable/8: Fix white space in rtld runtime error printf. Modified: stable/8/libexec/rtld-elf/rtld.c Directory Properties: stable/8/libe

svn commit: r200511 - in stable/8: lib/libc/gen lib/libc/sys sys/sys

2009-12-14 Thread Robert Watson
Author: rwatson Date: Mon Dec 14 13:13:43 2009 New Revision: 200511 URL: http://svn.freebsd.org/changeset/base/200511 Log: Merge r197841 from head to stable/8: Add a new errno, ENOTCAPABLE, to be returned when a process requests an operation on a file descriptor that is not authorized

svn commit: r200510 - head/sys/kern

2009-12-14 Thread Luigi Rizzo
Author: luigi Date: Mon Dec 14 12:23:46 2009 New Revision: 200510 URL: http://svn.freebsd.org/changeset/base/200510 Log: Properly fix callout handling by putting all the per-cpu info in struct callout_cpu. From the comment in the file: + * There is one struct callout_cpu per cpu, holding

svn commit: r200509 - stable/8/libexec/rtld-elf

2009-12-14 Thread Robert Watson
Author: rwatson Date: Mon Dec 14 12:19:21 2009 New Revision: 200509 URL: http://svn.freebsd.org/changeset/base/200509 Log: Merge r197808 from head to stable/8: In rtld's map_object(), use pread(..., 0) rather than read() to read the ELF header from the front of the file. As all other

svn commit: r200508 - stable/8/sys/netinet

2009-12-14 Thread Robert Watson
Author: rwatson Date: Mon Dec 14 11:53:02 2009 New Revision: 200508 URL: http://svn.freebsd.org/changeset/base/200508 Log: Merge r198438 from head to stable/8: Correct spelling typo in ip_input comment. Pointed out by: N.J. Mann , John Nielsen , julian (!),

svn commit: r200507 - stable/8/sys/net

2009-12-14 Thread Robert Watson
Author: rwatson Date: Mon Dec 14 11:45:53 2009 New Revision: 200507 URL: http://svn.freebsd.org/changeset/base/200507 Log: Merge r198417 from head to stable/8: Remove unneeded blank line from bpf_drvinit(). Modified: stable/8/sys/net/bpf.c Directory Properties: stable/8/sys/ (props

svn commit: r200506 - stable/8/sys/netinet

2009-12-14 Thread Robert Watson
Author: rwatson Date: Mon Dec 14 11:15:47 2009 New Revision: 200506 URL: http://svn.freebsd.org/changeset/base/200506 Log: Merge r198393 from head to stable/8: Improve grammar in ip_input comment while attempting to maintain what might be its meaning. (Note, merge of the revision

svn commit: r200504 - stable/8/sys/kern

2009-12-14 Thread Robert Watson
Author: rwatson Date: Mon Dec 14 10:48:19 2009 New Revision: 200504 URL: http://svn.freebsd.org/changeset/base/200504 Log: Merge r197720 from head to stable/8: Don't comment on stream socket handling in sosend_dgram, since that's not handled. Modified: stable/8/sys/kern/uipc_socket