> >He's trying to ask if this is a problem with the code in question or 3.2R's
> >mmap.
>
>That's better. It appears to be a classic resource related deadlock that
> is caused by the VFS code needing pages in order to page things out (and thus
> free up pages), but is unable to since no memory
> On Sun, 30 May 1999, Yaroslav Halchinsky wrote:
>
> > Don't you find editing config file MUCH more easy thing than answering
> > series of dumb questins again and again?
>
> *I* do, yes. In fact, I hate any other way. But I've heard it as a
> about 10 times now from people currently using Linu
> > Perhaps this is the wrong list to post this question, but has there been
> > any work done on a script (similar to what Slackware Linux uses) that
> > asks the user questions ("Do you want to run SCO binaries", etc) and
> > configures a kernel conf file for them?
> >
> > If not, I'll volunteer
Hi,
I spent most of the day recompiling X and what not.
All the patches applied cleanly, there are some rejects with MESA,
but I think that has to do with tags and comments at the beginning of
files.
Everything compiled fine, and the module loads, now I just need to
get my hands on quake2 :)
> One way to make it easier for people to test drive your software under
> FreeBSD is to create a port for the software (FreeBSD-style port, not
> NetBSD-style port).
very rough port available at http://gulf.uvic.ca/~jburkhol/grep.shar
--
To Unsubscribe: send mail to majord...@freebsd.org
wit
> > Given your experience, Could you please inform me of which sound card and
> > video display adapter works best with FreeBSD.
There seems to be good support for the Nvidia RivaTNT chipset,
and lots of cheap 16 meg cards based on them. If I were to get a
new sound card soon, I'd probably get a
> >
> > Is the matcd driver known to work on FreeBSD 3.2 ? If not, does anyone
> > have any estimate of the amount of effort that'd be required to fix it?
>
> It "works" for some definitions of "work". Firstly, there are three
> different CDROM interfaces that can be hung off an SB16; one is t
> Hi all!
> It seems to me that you guys are my last hope, but if i am asking in the
> wrong place - sorry.
>
> I wrote my first asm program for FreeBSD:
>
> section.code
> global _start
> _start:
> push dword envp
> push dword argvp
> push dword fname
> mov eax,59 ; execve
Marcin wrote:
Hello Hackers,
I'd like to find locations of functions exported by shared lib loaded into
the running ptrace'd process via LD_PRELOAD. I want do determine this from tracing process.
For shared libraries linked with a program i can just open the program file and
search for reloca
[...]
> I'm led to believe that these error messages are not present on a NetBSD
> box. So is this broken usage of __COPYRIGHT(), or is this pre-processor
> or assembler breakage?
Looks like breakage of the ELF __IDSTRING macro.
#if defined(__GNUC__) && defined(__ELF__)
#define __IDSTRING(nam
> Can we kill these syscalls? They are not used anywhere in the kernel and
> although they have wrapper functions in libc, no header contains prototypes for
> these wrappers. According to the CVS log they were originally brought in for
> POSIX threads and AIO, neither of which use this facility.
> On Friday, December 01, 2000, John Baldwin wrote:
> > Can we kill these syscalls? They are not used anywhere in the kernel and
> > although they have wrapper functions in libc, no header contains prototypes for
> > these wrappers. According to the CVS log they were originally brought in for
>
> Ok, sometimes we find a bug in a particular release where what's
> needed is a function replaced with fixed code.
>
> I'm wondering if it's possible to:
>
> 1) look at the kernel symbol table for a particular function in a
>particular object file (static functions would be even better?)
>
Apparently, On Mon, Jul 26, 2004 at 06:59:24PM -0700,
Chuck Tuffli said words to the effect of;
> I'm having some trouble adding a bus resource and am hoping someone
> can point out where I goofed.
>
> The host bus to a new x86 chipset has a memory mapped region in PCI
> space that provid
his region maps the configuration space for every
> possible bus, device, function number combination. I was thinking that
> each of these segments was a bus resource, but maybe that isn't the
> right approach. Any thoughts as to a better approach?
>
> Jake Burkholder suggested us
Hello,
Below are links to the sparc64 port I've been working on, which
I'd like to commit.
The way I started the port was to make stub versions of all the
machine dependent functions in the kernel, which panic with an
informative message when called. Given minimal startup code and
console suppo
> On Thu, Jul 26, 2001 at 03:49:58PM -0700, John Baldwin wrote:
> > > That does set, not test-and-set. What I want is exactly what the Intel
> > > BTS instruction does: atomically test and set a bit.
> >
> > Unfortunately that is very ia32 specific. The code would be more
> > friendly on alpha a
> On Tue, Jul 24, 2001 at 01:41:24AM -0400, Jake Burkholder wrote:
> > and here is a dump of how far it gets:
> > http://people.freebsd.org/~jake/tip.record
>
> One thing I did notice here was the OpenBoot prom version (3.15) which,
> to be blunt, is something N
Apparently, On Wed, Dec 19, 2001 at 09:46:46PM +0100,
Bernd Walter said words to the effect of;
> On Wed, Dec 19, 2001 at 08:06:20PM +0100, Maxime Henrion wrote:
> > Bernd Walter wrote:
> > > How can I add initalisation code to a library without needing to
> > > call a function in the usi
Apparently, On Fri, Mar 01, 2002 at 11:14:38AM +0300,
Alexey V. Neyman said words to the effect of;
> Hello there!
>
> In FreeBSD headers there are many occurences of 'struct __hack' (e.g.
> in src/sys/module.h, eventhandler.h). What's the point of this
> structure? I guess it help to
Apparently, On Sun, May 12, 2002 at 11:26:13AM -0700,
Terry Lambert said words to the effect of;
> Dmitry Mottl wrote:
> >
> > I got a page fault (page not present, supervisor read) when I try to
> > modify /sys/kern/init_main.c
> >
> > I want kernel print each subsytem name when it cal
Apparently, On Sun, May 12, 2002 at 10:31:17PM -0700,
Terry Lambert said words to the effect of;
> Jake Burkholder wrote:
> > Wrong, no cookie. kernel printf uses the low level console which is
> > initialized by cninit, which is called from init386 (etc), before
Apparently, On Sun, May 12, 2002 at 11:36:27PM -0700,
Terry Lambert said words to the effect of;
> Jake Burkholder wrote:
> > I know that you wrote it and I know that you're wrong.
> >
> > Take sparc64_init() for example, which is called from loco
Apparently, On Wed, Jul 10, 2002 at 03:54:09PM +0400,
Serguei Tzukanov said words to the effect of;
> Some working notes.
>
> I've written the libc/csu part, kernel successfully starts init and init
> forks off for the execve of -sh,
> (http://tzukanov.narod.ru/freebsd390/bootlog.txt)
>
Apparently, On Thu, Jul 11, 2002 at 09:11:47AM +0400,
Serguei Tzukanov said words to the effect of;
> On Thursday 11 July 2002 02:45, Jake Burkholder wrote:
> >
> > I think this is because your console driver (hc) doesn't have a tty
> > interface, just the lo
Apparently, On Thu, Aug 29, 2002 at 12:41:14PM -0700,
Terry Lambert said words to the effect of;
> Aaro J Koskinen wrote:
> > I've been thinking what kind of modifications would it need to decide
> > the KVA space size at the kernel boot time (maybe an argument to
> > btext), instead of c
Apparently, On Thu, Jan 09, 2003 at 03:30:59PM +0100,
Pawel Jakub Dawidek said words to the effect of;
> Hello hackers...
>
> I got strange problem when trying to implement something like exceptions
> with setjmp()/longjmp() functions.
>
> [...]
> int ret;
> jmpbuf buf;
> One way to make it easier for people to test drive your software under
> FreeBSD is to create a port for the software (FreeBSD-style port, not
> NetBSD-style port).
very rough port available at http://gulf.uvic.ca/~jburkhol/grep.shar
--
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "
> > Given your experience, Could you please inform me of which sound card and
> > video display adapter works best with FreeBSD.
There seems to be good support for the Nvidia RivaTNT chipset,
and lots of cheap 16 meg cards based on them. If I were to get a
new sound card soon, I'd probably get a
> >
> > Is the matcd driver known to work on FreeBSD 3.2 ? If not, does anyone
> > have any estimate of the amount of effort that'd be required to fix it?
>
> It "works" for some definitions of "work". Firstly, there are three
> different CDROM interfaces that can be hung off an SB16; one is
> >He's trying to ask if this is a problem with the code in question or 3.2R's
> >mmap.
>
>That's better. It appears to be a classic resource related deadlock that
> is caused by the VFS code needing pages in order to page things out (and thus
> free up pages), but is unable to since no memor
> Dear Sir,
> How do I set up a system call of my own in the FreeBSD kernel?
> 1) Do I just change the syscalls.master and my new function and rebuild
> the entire kernel?. If so where do I put my implementation files? in the
> same directory as syscalls.master exists? I am new to writing custom s
> If the daemon can somehow reside entirely inside the kernel, like NFS
> daemon, we can save those crossings. But the daemon is a multi-threaded
> process and we have no kernel thread yet, so I do not know how to do
> better if possible. Maybe all user filesystems have to live with this
> limit
I'm working on converting some of the older drivers to newbus and
need hardware or testers to verify that this stuff still works.
If you have any of the hardware listed below and are willing to
either loan it to me or be a guinea pig, please let me know.
I have patches for some of them on my web
> Hello!
>
> I have:
>
> int ziva_ioctl(dev_t dev, u_long cmd, caddr_t arg, int flag, struct
> proc* pr)
>
> when this function catches a ioctl from userspace, called as:
> int foo = 199;
> ioctl(fd, 10, &foo);
>
> the u_long cmd contains 10, which is correct (so the ioctl-handler
> Jordan said that the kernel SMP thread is ready in CURRENT FreeBSD,
> but I could not find any document for the SMP kthread.
>
> By looking at the kern/kern_kthread.c code, it does not look like a SMP
> thread, and does not even have mutex functions in there.
>
> Does any one happen to know wh
36 matches
Mail list logo