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
===
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/
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
===
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
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
==
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
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
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
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
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
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
==
-
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
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
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
===
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
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
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
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
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
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
==
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:
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_
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/
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
==
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
===
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 @
>
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
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
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_
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
==
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
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
===
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
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
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
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)
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
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
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
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
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/
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
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.
+
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
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
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
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
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
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 (!),
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
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
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
71 matches
Mail list logo