Danny Braniss wrote:
> Hi,
> Just wondering if there is any planned support for this card (or similar)
I've added sos@ to Cc list, who may have interest to this as well. Note
that developing drivers requires that the developer has his hands on
actual hardware and hardware specifications.
Cheers,
Josef Karthauser wrote:
> I've got zombie jails on a freebsd 6.x box (currently 6.2).
> There are no processes running under any of them, but they still appear
> on the jail list:
>
> server# jls
>JID IP Address Hostname Path
> 2 xxx.xxx.1.234host1.domain
Brian Hourigan wrote:
> I'm involved in some software development and we need to provide
> precompiled binaries for FreeBSD 5.x from a 6.2-RELEASE system
>
> I checked through the documentation on the pointyhat package building
> cluster, it mentions the machines run 7.0-CURRENT and produces binar
Ighighi Ighighi wrote:
> The closefrom() call, available in Solaris, is present in NetBSD since
> version 3.0.
> It is implemented with the F_CLOSEM fcntl() available since version 2.0.
I think it might worth an effort (sendmail and perhaps some part of JDK
uses it IIRC), but I do not want to rush
Hi,
Joerg Sonnenberger wrote:
> On Wed, Jul 04, 2007 at 08:27:49PM -0400, Ighighi Ighighi wrote:
>> The closefrom() call, available in Solaris, is present in NetBSD since
>> version 3.0.
>> It is implemented with the F_CLOSEM fcntl() available since version 2.0.
>
> You could also add a system ca
Robert Watson wrote:
> The Solaris implementation appears to implement two strategies:
>
> (1) If procfs is mounted, list the fd directory to get a list of open fds,
> then close those by number.
>
> (2) If procfs is not mounted, query the number of open fds using the
> resource
> limit i
Hi,
Is it possible to use IPv4 and IPv6 in a same jail? Or do I have to
write a listening daemon that acts as a "proxy" that runs in the host?
Cheers,
--
Xin LI <[EMAIL PROTECTED]> http://www.delphij.net/
FreeBSD - The Power to Serve!
signature.asc
Description: OpenPGP digital signature
Simon 'corecode' Schubert wrote:
> Bjoern A. Zeeb wrote:
>>> Is it possible to use IPv4 and IPv6 in a same jail? Or do I have to
>>> write a listening daemon that acts as a "proxy" that runs in the host?
>>
>> jails do not (yet) support IPv6. I hope to be working on that again by
>> the end of the
Yong Rao wrote:
> We use 4BSD (options SCHED_4BSD).
Could you please try if setting debug.minidump=0 would help the situation?
Cheers,
--
Xin LI <[EMAIL PROTECTED]> http://www.delphij.net/
FreeBSD - The Power to Serve!
signature.asc
Description: OpenPGP digital signature
Hi, Hans,
Hans Petter Selasky wrote:
> Hi,
>
> In my opinion you should keep braces around single line if's .
>
> if (xxx) {
>yyy;
> }
>
> This will reduce the chance of error next time you add a statement to an if.
I think I have some different understanding.
My opinion is that with exce
Aryeh M. Friedman wrote:
Is it possible via sysctl or some other method to allow non-superusers
to set any priority they want. The specific question is I often want
to set idprio 31 on stuff but don't want to switch to root to do it (I
am the only user on the machine).
No if nobody implemen
在 2006-08-15二的 02:38 +0300,Vladimir Kushnir写道:
> On -CURENT amd64 (Athlon64 3000+, 512k L2 cache):
>
> With jemalloc (without MY_MALLOS):
> ~/fdtd> /usr/bin/time ./fdtd.FreeBSD 500 500 1000
> ...
> 116.34 real 113.69 user 0.00 sys
>
> With MY_MALLOC:
> ~/fdtd> /usr/bin/time ./fd
chen wrote:
> Hello all
> i meet this
>
> --
> Fatal trap 18: integer divide fault while in kernel mode
> instruction pointer = 0x20:0xc08100c3
> stact pointer = 0x28:0xc1020b30
> frame pointer = 0x28:0xc1020bb8
> code segment= base 0x0,
Danny Braniss wrote:
> Hi,
> how can I convice make installkernel to also install
> kernel.debug?
>
> thanks,
> danny
I think you will have kernel.symbols instead, if you run -CURRENT?
Cheers,
--
Xin LI <[EMAIL PROTECTED]> http://www.delphij.net/
FreeBSD - The Pow
Nikolay Pavlov wrote:
> Hi, folks.
> Is there any supported way to make installkernel directly to some
> directory. I want to build two kernels (like /boot/kernel.SMP/ and
> /boot/kernel.UP/) in my installation script and DESTDIR is quite useless
> is this case.
KODIR, see UPDATING.
Cheers,
--
Hi,
Here is a patchset that replaces the GNU gzip with NetBSD's gzip
implementation, which uses zlib to do actual compress/decompress operation:
Go to your src/usr.bin and execute the following shar archive:
http://people.freebsd.org/~delphij/for_review/bsd_gzip/shar-bsd-gzip-20061009
Then, go
Hi, folks,
I am thinking about whether we can use a better way to display license
for a BSD licensed software. Currently I have copy and pasted the
copyright as a static string constant, but that means that we have to
duplicate the text, like this:
static const char license[] = " * Copyright (c)
Joerg Pernfuss wrote:
> On Mon, 30 Oct 2006 02:43:58 +0100
> Joerg Pernfuss <[EMAIL PROTECTED]> wrote:
>
>> That would mean that `rm -P ' with having a link count of
>> at least 2, would behave like `rm ' (and like Romain suggested).
>
>
> Correction after some `read the frakkin code':
>
> if
Peter Jeremy wrote:
> On Mon, 2006-Oct-30 03:32:09 +, Xin LI wrote:
>> Be more reasonable when overwrite mode is specified while there
>> is hard links. Overwritting when links > 1 would cause data
>> loss, which is usually undesired.
>
> Another way of looking at it is that not overwritin
Joerg Pernfuss wrote:
> On Mon, 30 Oct 2006 19:38:49 +1100
> Peter Jeremy <[EMAIL PROTECTED]> wrote:
>
>> I agree. Doing "rm -P" on a file with multiple links suggests that
>> the user is unaware that there are multiple links. I don't think
>> that just unlinking the file and issuing a warning i
Peter Jeremy wrote:
> On Mon, 2006-Oct-30 19:38:49 +1100, Peter Jeremy wrote:
>> the user is unaware that there are multiple links. I don't think
>> that just unlinking the file and issuing a warning is a good solution
>> because it's then virtually impossible to locate the other copy(s)
>> of the
Michael Bushkov wrote:
> Hello,
> As far as I understand the src/tools/make_libdeps.sh logic, its current
> version handles any library that uses bsd.own.mk header incorrectly, because
> the "make -V LDADD" command always fails with "undefined MK_XXX variable".
>
> Small patch, that is attached
Pranav Sawargaonkar wrote:
> Hi
> Can any one tell me from where i can get source code of user level
> utilities
> (eg. ls, top etc.)
Use 'which foo' to get the directory. Typically you can rely on the
following map:
/bin -> /usr/src/bin
/sbin -> /usr/src/sbin
/usr/bin -> /usr/src/usr.bin
/usr/s
Eric Anderson wrote:
> On 01/20/07 02:48, Mike Silbersack wrote:
>> On Fri, 19 Jan 2007, Soeren Straarup wrote:
>>
>>> Hi
>>>
>>> I'm looking for a project.
>>> Something that would actually be used.
>>>
>>> Preferely something with kernel and geom.
>>>
>>> I have looked over the project page, but
Hi,
Just curious: is there any way to read RAM's SPD information on a
running system?
Cheers,
--
Xin LI <[EMAIL PROTECTED]> http://www.delphij.net/
FreeBSD - The Power to Serve!
signature.asc
Description: OpenPGP digital signature
25 matches
Mail list logo