Stack frame problem in gdb

2006-05-16 Thread Yar Tikhiy
Hi folks, Has our stock GDB lost the ability to set the current stack frame by its address? In 4.11-STABLE, the old recipe from the Developer's Handbook still works: frame Alas, it no longer works in RELENG_6 or CURRENT (tested on i386 and amd64.) A sample typescript is attached. It

Re: Atomic updates of NFS export lists

2006-05-16 Thread Andrey Simonenko
Hello again, I found another one security bug in mountd (from RELENG_6). Details are described in the CHANGES file. Updated version is available here: http://comsys.ntu-kpi.kiev.ua/~simon/mountd/ SHA256 (mountd-20060515.tar.bz2) = 46e824a168886e5c9ef4df32d8db3ab30efd050c89afa1ea5a37a31cbf7565a

Re: Exiting Xorg panics Core Duo laptop

2006-05-16 Thread Eric Anderson
Rick C. Petty wrote: On Thu, May 11, 2006 at 09:07:03PM -0500, Eric Anderson wrote: I'd use the nv driver instead, however I'm not sure how to make it work with this screen (1920x1200). This is my entry for my Dell 2405FPW: Section "Monitor" Identifier "Monitor1" DisplayS

Re: 答复: help:How to map a physical address into a kernel address?

2006-05-16 Thread Warner Losh
> I find that busdma can not help on this. Please note that we need access the > data buffer in kernel space, so we must get the kernel virtual address of > the data buffer. Using busdma can only access the data buffer in firmware, > however, I need to access the data buffer in kernel space! Please

wireless hwp54g on Freebsd

2006-05-16 Thread Danilo Egea
Network controller: Texas Instruments ACX 111 54Mbps Wireless Interface Somebody knows as to configure this plate wireless in freebsd 6,1? Thanks!!! Meu Blog - daniloegea.blogspot.com - Navegue com o Yahoo! Acesso Grátis, assista aos jogos do

Re: kldfind

2006-05-16 Thread Stefan Bethke
Am 16.05.2006 um 23:15 schrieb Ricardo A. Reis: I writed one script for find freebsd kernel modules, ... [EMAIL PROTECTED]:~/kldfind] # ./kldfind -h Options: -c-- find all matchs for category -s-- string match ... http://ricardo.epm.br/freebsd/script/ It's a nice li

Re: kldfind

2006-05-16 Thread Ricardo A. Reis
On Tue, 16 May 2006 18:51:15 -0300, Stefan Bethke <[EMAIL PROTECTED]> wrote: Am 16.05.2006 um 23:15 schrieb Ricardo A. Reis: I writed one script for find freebsd kernel modules, ... [EMAIL PROTECTED]:~/kldfind] # ./kldfind -h Options: -c-- find all matchs for category -s--

Re: help:How to map a physical address into a kernel address?

2006-05-16 Thread Scott Long
[EMAIL PROTECTED] wrote: Hi guys: To access sg_table in kernel address, I need to map the starting physical address of a segment into a kernel address. As I know that, we can use phystovirt()/bustovirt(), or kmap()/kmap_atomic() to map a bus/physical address or a physical page into a kernel