2013/3/19 Mark Saad
> All
> I am wondering if there is a way to prevent a pkg from being updated.
> For example, i want to build a port with custom options that the pkgng
> repos will not support, and therefore
> when I run pkg update && pkg upgrade I do not want it to upgrade my
> custom packag
All
I am wondering if there is a way to prevent a pkg from being updated.
For example, i want to build a port with custom options that the pkgng
repos will not support, and therefore
when I run pkg update && pkg upgrade I do not want it to upgrade my
custom package. I cant find any way to do this
on 28/01/2013 17:40 John Baldwin said the following:
> Yes, I think it is too hard at present to safely allow a linker file to
> override the same module in a kernel, so the duplicate linker file should
> just be rejected entirely. I'm not sure if your change is completely
> correct for that.
Inc
On Saturday, January 26, 2013 6:52:01 am Andriy Gapon wrote:
>
> I.
> It seems that linker_preload checks a module for being a duplicate module
> only
> if the module has MDT_VERSION.
>
> This is probably designed to allow different version of the same module to
> co-exist (for some definition
I.
It seems that linker_preload checks a module for being a duplicate module only
if the module has MDT_VERSION.
This is probably designed to allow different version of the same module to
co-exist (for some definition of co-exist)?
But, OTOH, this doesn't work well if the module is version-less
wrote:
On Saturday 24 November 2012 12:13:49 Hans Petter Selasky wrote:
On Saturday 24 November 2012 00:00:44 Niclas Zeising wrote:
Hi!
I have a couple of questions about USB.
I recently bought a new USB keyboard, a Logitech K120. When
attaching this to a FreeBSD system, however, it is detected
y wrote:
> >>>> On Saturday 24 November 2012 12:13:49 Hans Petter Selasky wrote:
> >>>>> On Saturday 24 November 2012 00:00:44 Niclas Zeising wrote:
> >>>>>> Hi!
> >>>>>> I have a couple of questions about USB.
> >>>>
:44 Niclas Zeising wrote:
Hi!
I have a couple of questions about USB.
I recently bought a new USB keyboard, a Logitech K120. When attaching
this to a FreeBSD system, however, it is detected as a hid device
(attaching to uhid) rather than a keyboard (attaching to ukbd). The
keyboard works fine, but
iclas Zeising wrote:
> >>>> Hi!
> >>>> I have a couple of questions about USB.
> >>>> I recently bought a new USB keyboard, a Logitech K120. When attaching
> >>>> this to a FreeBSD system, however, it is detected as a hid device
> >&g
On 11/24/12 13:23, Niclas Zeising wrote:
On 11/24/12 13:17, Hans Petter Selasky wrote:
On Saturday 24 November 2012 12:13:49 Hans Petter Selasky wrote:
On Saturday 24 November 2012 00:00:44 Niclas Zeising wrote:
Hi!
I have a couple of questions about USB.
I recently bought a new USB keyboard
On 11/24/12 13:17, Hans Petter Selasky wrote:
On Saturday 24 November 2012 12:13:49 Hans Petter Selasky wrote:
On Saturday 24 November 2012 00:00:44 Niclas Zeising wrote:
Hi!
I have a couple of questions about USB.
I recently bought a new USB keyboard, a Logitech K120. When attaching
this to
On Saturday 24 November 2012 12:13:49 Hans Petter Selasky wrote:
> On Saturday 24 November 2012 00:00:44 Niclas Zeising wrote:
> > Hi!
> > I have a couple of questions about USB.
> > I recently bought a new USB keyboard, a Logitech K120. When attaching
> > this to a Fre
On Saturday 24 November 2012 00:00:44 Niclas Zeising wrote:
> Hi!
> I have a couple of questions about USB.
> I recently bought a new USB keyboard, a Logitech K120. When attaching
> this to a FreeBSD system, however, it is detected as a hid device
> (attaching to uhid) rather
Hi!
I have a couple of questions about USB.
I recently bought a new USB keyboard, a Logitech K120. When attaching
this to a FreeBSD system, however, it is detected as a hid device
(attaching to uhid) rather than a keyboard (attaching to ukbd). The
keyboard works fine, but I'm just curio
On Thursday, October 04, 2012 8:31:36 pm Brooks Davis wrote:
> On Tue, Sep 25, 2012 at 08:41:34AM -0400, John Baldwin wrote:
> > On Monday, September 24, 2012 5:31:37 pm Brooks Davis wrote:
> > > As part of switching to NetBSD's mtree I plan to import their versions
> > > of a few files that are pa
On Tue, Sep 25, 2012 at 08:41:34AM -0400, John Baldwin wrote:
> On Monday, September 24, 2012 5:31:37 pm Brooks Davis wrote:
> > As part of switching to NetBSD's mtree I plan to import their versions
> > of a few files that are part of libc (for example all the bits of
> > vis/unvis). I would like
On Monday, September 24, 2012 5:31:37 pm Brooks Davis wrote:
> As part of switching to NetBSD's mtree I plan to import their versions
> of a few files that are part of libc (for example all the bits of
> vis/unvis). I would like to do that via a vendor import, but I'm unsure
> where to put the fil
As part of switching to NetBSD's mtree I plan to import their versions
of a few files that are part of libc (for example all the bits of
vis/unvis). I would like to do that via a vendor import, but I'm unsure
where to put the files and how to tag them. For mtree itself the right
place is clearly
i am very happy of such software being done - natively on freebsd.
it seems very logic - separate memory for main FreeBSD system and separate
for VMs, main FreeBSD system handles I/O. Great but i really don't
understand what is the sense to run FreeBSD VM under FreeBSD - and that's
what now it
On Tue, Feb 28, 2012 at 1:06 PM, Wojciech Puchar
wrote:
right. but still 32 pages is 128kB, but i see 64kB I/Os in systat/vmstat
>>>
>>> Right, but the comment says to not define MAX_PAGEOUT_CLUSTER to a value
>>> greater
>>> than 32, but you did that. So all bets could be off unless you ex
>>> right. but still 32 pages is 128kB, but i see 64kB I/Os in systat/vmstat
>>
>> Right, but the comment says to not define MAX_PAGEOUT_CLUSTER to a value
>> greater
>> than 32, but you did that. So all bets could be off unless you examined the
>> code and know exactly what should happen in this
On Tue, Feb 28, 2012 at 2:21 AM, Andriy Gapon wrote:
> on 28/02/2012 11:43 Wojciech Puchar said the following:
+++ swap_pager.c 2012-02-25 13:19:51.0 +0100
@@ -119,7 +119,7 @@
* The 32-page limit is due to the radix code (kern/subr_blist.c).
*/
#ifndef MAX
on 28/02/2012 11:43 Wojciech Puchar said the following:
>>> +++ swap_pager.c2012-02-25 13:19:51.0 +0100
>>> @@ -119,7 +119,7 @@
>>> * The 32-page limit is due to the radix code (kern/subr_blist.c).
>>> */
>>> #ifndef MAX_PAGEOUT_CLUSTER
>>> -#define MAX_PAGEOUT_CLUSTER 16
>>> +#de
>> +++ swap_pager.c2012-02-25 13:19:51.0 +0100
>> @@ -119,7 +119,7 @@
>> * The 32-page limit is due to the radix code (kern/subr_blist.c).
>> */
>> #ifndef MAX_PAGEOUT_CLUSTER
>> -#define MAX_PAGEOUT_CLUSTER 16
>> +#define MAX_PAGEOUT_CLUSTER 256
>> #endif
> [snip]
>> but swap_pag
on 25/02/2012 17:45 Wojciech Puchar said the following:
[snip]
> i tried that patch
>
> --- swap_pager.c.orig 2012-02-25 16:22:25.0 +0100
> +++ swap_pager.c2012-02-25 13:19:51.0 +0100
> @@ -119,7 +119,7 @@
> * The 32-page limit is due to the radix code (kern/subr_blist.c
it is easy to see that VM settings are not fine for MODERN hardware.
We have gigabytes, not megabytes of RAM, hard disks can be efficient only
if average I/O size is in order of megabyte or so, not tens of kB.
In spite of having gigabytes of RAM, sometimes we DO NEED swapping.
often we have p
On Fri, Jun 10, 2011 at 5:46 PM, Garrett Cooper wrote:
> Looking at sysctl_handle_int in a 7.2-ish tree...
>
> 1. What is the purpose of arg2? In all cases in /sys minus a few, arg2
> appears to be zeroed out:
>
> $ grep -Ir 'sysctl_handle_int.*[^0], req)' . 2>/dev/null
> ./amd64/amd64/pmap.c:
Looking at sysctl_handle_int in a 7.2-ish tree...
1. What is the purpose of arg2? In all cases in /sys minus a few, arg2
appears to be zeroed out:
$ grep -Ir 'sysctl_handle_int.*[^0], req)' . 2>/dev/null
./amd64/amd64/pmap.c: error = sysctl_handle_int(oidp,
oidp->oid_arg1, oidp->oid_arg2, r
dump, where do I find the information, which
>> addresses?
>>
>> How can I get a picture of the memory organization form powermacs?
>> Is there a pointer available about pmap in the kernel to find out a bit
>> more on this topic?
>>
>> What is really needed to
eded to be able to run kgdb on a core file to be able
> to find where the kernel crashed?
>
> I know the questions are a bit vague, but I need an entry point.
>
> I appreciate any pointer to implement this feature.
>
> Tia,
> Andreas
>
el crashed?
I know the questions are a bit vague, but I need an entry point.
I appreciate any pointer to implement this feature.
Tia,
Andreas
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubs
Fri, Dec 31, 2010 at 01:39:03PM -0500, Eitan Adler wrote:
> Thank you. I was stuck for a week on the ncurses issue - but now I
> don't think I will have that problem anymore. :-}
No problems, glad to help ;))
While we're on this topic, may I suggest to meld two buttons,
"Accept the license" and "
Thank you. I was stuck for a week on the ncurses issue - but now I
don't think I will have that problem anymore. :-}
On Fri, Dec 31, 2010 at 5:49 AM, Eygene Ryabinkin wrote:
> Thu, Dec 30, 2010 at 07:03:44PM -0500, Eitan Adler wrote:
>> 2) The "help" screen just doesn't show up despite having tex
Thu, Dec 30, 2010 at 07:03:44PM -0500, Eitan Adler wrote:
> 2) The "help" screen just doesn't show up despite having text and a
> border and not generating any errors (which are all checked)
You're using 'frameCols' while calculating
windowStatList[HELP].rowStart, so your window is starting somewh
Eitan, good day.
Thu, Dec 30, 2010 at 07:03:44PM -0500, Eitan Adler wrote:
> 1) When clicking the "View" button on the license window (using the
> withlicense.sh script) I fork() and then exec less. Less opens fine -
> but when I hit "q" it seems that any actions I took in less also took
> place i
As some people know I've been working on a replacement of dialog(1) as
used in the ports system.
I've come to two bugs that I've been stuck on for a week.
1) When clicking the "View" button on the license window (using the
withlicense.sh script) I fork() and then exec less. Less opens fine -
but w
How would the scheduling overhead and the system performance be affected
when the total number of run queues is reduced from 64 to 32?
--
Eknath Venkataramani
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd
On Friday, September 17, 2010 1:42:44 pm Andrey Simonenko wrote:
> On Thu, Sep 16, 2010 at 02:16:05PM -0400, John Baldwin wrote:
> > On Thursday, September 16, 2010 1:33:07 pm Andrey Simonenko wrote:
> > > The mtx_owned(9) macro uses this property, mtx_owned() does not use
> > > anything
> > > spe
On Thu, Sep 16, 2010 at 02:16:05PM -0400, John Baldwin wrote:
> On Thursday, September 16, 2010 1:33:07 pm Andrey Simonenko wrote:
>
> > "Current" value means that the value of a variable read by one thread
> > is equal to the value of this variable successfully updated by another
> > thread by the
On Thursday, September 16, 2010 11:24:29 pm Benjamin Kaduk wrote:
> On Thu, 16 Sep 2010, John Baldwin wrote:
>
> > On Thursday, September 16, 2010 1:33:07 pm Andrey Simonenko wrote:
> >
> >> The mtx_owned(9) macro uses this property, mtx_owned() does not use
> >> anything
> >> special to compare
On Thu, 16 Sep 2010, John Baldwin wrote:
On Thursday, September 16, 2010 1:33:07 pm Andrey Simonenko wrote:
The mtx_owned(9) macro uses this property, mtx_owned() does not use anything
special to compare the value of m->mtx_lock (volatile) with current thread
pointer, all other functions that
On Thursday, September 16, 2010 1:33:07 pm Andrey Simonenko wrote:
> On Wed, Sep 15, 2010 at 08:46:00AM -0700, Matthew Fleming wrote:
> > I'll take a stab at answering these...
> >
> > On Wed, Sep 15, 2010 at 6:44 AM, Andrey Simonenko
> > wrote:
> > >
On Wed, Sep 15, 2010 at 08:46:00AM -0700, Matthew Fleming wrote:
> I'll take a stab at answering these...
>
> On Wed, Sep 15, 2010 at 6:44 AM, Andrey Simonenko
> wrote:
> > Hello,
> >
> > I have questions about mutex implementation in kern/kern_mutex.c
> >
On Wednesday, September 15, 2010 11:46:00 am Matthew Fleming wrote:
> I'll take a stab at answering these...
>
> On Wed, Sep 15, 2010 at 6:44 AM, Andrey Simonenko
> wrote:
> > Hello,
> >
> > I have questions about mutex implementation in kern/kern_mutex.c
I'll take a stab at answering these...
On Wed, Sep 15, 2010 at 6:44 AM, Andrey Simonenko
wrote:
> Hello,
>
> I have questions about mutex implementation in kern/kern_mutex.c
> and sys/mutex.h files (current versions of these files):
>
> 1. Is the following statement
Hello,
I have questions about mutex implementation in kern/kern_mutex.c
and sys/mutex.h files (current versions of these files):
1. Is the following statement correct for a volatile pointer or integer
variable: if a volatile variable is updated by the compare-and-set
instruction (e.g
On 05/12/2010 04:01, Eitan Adler wrote:
>> D> 2. Why doesn't md5(1) have a "check" option? Seems to me requiring a
>> D> manual inspection is error-prone at best, and makes scripting
>> D> unecessarily complicated.
>
> Would something like the attached patch be good?
> It adds a -c option for a s
> D> 2. Why doesn't md5(1) have a "check" option? Seems to me requiring a
> D> manual inspection is error-prone at best, and makes scripting
> D> unecessarily complicated.
Would something like the attached patch be good?
It adds a -c option for a string to check against. It prints
"[failed]" if t
John Baldwin wrote:
> On Tuesday 21 April 2009 4:17:53 am Manolis Kiagias wrote:
>
>> in the iso.1 target to print the values of CD and CD_DISC1_PKGS variables:
>>
>> echo "CD is ${CD}"
>> echo "CD_DISC1_PKGS is ${CD_DISC1_PKGS}"
>>
>> Running the make release I can see the "Creating iso images.
On Tuesday 21 April 2009 4:17:53 am Manolis Kiagias wrote:
> John Baldwin wrote:
> > On Saturday 18 April 2009 6:30:54 pm Manolis Kiagias wrote:
> >
> >> # make release CHROOTDIR=/data/release BUILDNAME=7.2-PRERELEASE
> >> CVSROOT=/data/ncvs EXTSRCDIR=/usr/src CD_PACKAGE_TREE=/data/packages
>
John Baldwin wrote:
> On Saturday 18 April 2009 6:30:54 pm Manolis Kiagias wrote:
>
>> # make release CHROOTDIR=/data/release BUILDNAME=7.2-PRERELEASE
>> CVSROOT=/data/ncvs EXTSRCDIR=/usr/src CD_PACKAGE_TREE=/data/packages
>> -DNODOC -DNOPORTS -DNO_FLOPPIES -DMAKE_ISOS
>>
>> which completes,
On Saturday 18 April 2009 6:30:54 pm Manolis Kiagias wrote:
> # make release CHROOTDIR=/data/release BUILDNAME=7.2-PRERELEASE
> CVSROOT=/data/ncvs EXTSRCDIR=/usr/src CD_PACKAGE_TREE=/data/packages
> -DNODOC -DNOPORTS -DNO_FLOPPIES -DMAKE_ISOS
>
> which completes, without errors but without addi
Hey all,
I've been experimenting recently with 'make release' and I have a couple
of questions. A little background first:
- I've read the releng, releng-packages articles (probably out of date)
and the release man page
- I've been able to successfully run a make
On Fri, Apr 03, 2009 at 12:07:05PM -0500, Robert Noland wrote:
> On Fri, 2009-04-03 at 14:45 +0200, Ivan Voras wrote:
> > Harald Servat wrote:
> >
> > > My first issue is, I'm currently working with Linux and I'm planning to
> > > switch to FreeBSD 7.1, but I don't know if switch to 32 or 64 bit
On Fri, 2009-04-03 at 14:45 +0200, Ivan Voras wrote:
> Harald Servat wrote:
>
> > My first issue is, I'm currently working with Linux and I'm planning to
> > switch to FreeBSD 7.1, but I don't know if switch to 32 or 64 bit (i.e.,
> > i386 or amd64). If I switch to the 32 bit version, which is t
On Fri, 3 Apr 2009 15:27:53 +0200
Harald Servat wrote:
> Hi again,
>
> 2009/4/3 Ivan Voras
>
> > Harald Servat wrote:
> >
> > > My first issue is, I'm currently working with Linux and I'm planning to
> > > switch to FreeBSD 7.1, but I don't know if switch to 32 or 64 bit (i.e.,
> > > i386 or
Hi again,
2009/4/3 Ivan Voras
> Harald Servat wrote:
>
> > My first issue is, I'm currently working with Linux and I'm planning to
> > switch to FreeBSD 7.1, but I don't know if switch to 32 or 64 bit (i.e.,
> > i386 or amd64). If I switch to the 32 bit version, which is the memory
> limit
>
>
Harald Servat wrote:
> My first issue is, I'm currently working with Linux and I'm planning to
> switch to FreeBSD 7.1, but I don't know if switch to 32 or 64 bit (i.e.,
> i386 or amd64). If I switch to the 32 bit version, which is the memory limit
On a server, switch to 64 bit.
On a desktop
Hello everybody,
I have a laptop with a Centrino 2 Duo processor with 4GB of RAM and a dual
VGA (one integrated in the mobo and an ATI Radeon). Now it uses the ATI
Radeon, but if I set it to use the integrated VGA, the total free RAM drops
to 3.X GB. I understand that this is due to sharing memo
on 21/01/2009 16:05 Robert Watson said the following:
>
> On Wed, 21 Jan 2009, Andriy Gapon wrote:
>> I also would like the driver to provide a select capability quite
>> similar to that of network (e.g. TCP) sockets using d_poll. I.e. a
>> userland program should be able to query when it can writ
on 21/01/2009 16:15 Kostik Belousov said the following:
> On Wed, Jan 21, 2009 at 04:12:23PM +0200, Andriy Gapon wrote:
>> on 21/01/2009 16:05 Robert Watson said the following:
>>> On Wed, 21 Jan 2009, Andriy Gapon wrote:
>>>
Question 1: I am writing a driver that would use per-open private da
On Wed, Jan 21, 2009 at 04:12:23PM +0200, Andriy Gapon wrote:
> on 21/01/2009 16:05 Robert Watson said the following:
> >
> > On Wed, 21 Jan 2009, Andriy Gapon wrote:
> >
> >> Question 1: I am writing a driver that would use per-open private data
> >> (among other features). Do I have to use D_TR
On Wed, Jan 21, 2009 at 04:07:54PM +0200, Andriy Gapon wrote:
> on 21/01/2009 15:55 Kostik Belousov said the following:
> > On Wed, Jan 21, 2009 at 03:40:24PM +0200, Andriy Gapon wrote:
> >> on 21/01/2009 15:35 Kostik Belousov said the following:
> >>> On Wed, Jan 21, 2009 at 01:20:51PM +0200, Andr
on 21/01/2009 16:05 Robert Watson said the following:
>
> On Wed, 21 Jan 2009, Andriy Gapon wrote:
>
>> Question 1: I am writing a driver that would use per-open private data
>> (among other features). Do I have to use D_TRACKCLOSE flag in this
>> case? In general I am a little bit confused about
on 21/01/2009 15:55 Kostik Belousov said the following:
> On Wed, Jan 21, 2009 at 03:40:24PM +0200, Andriy Gapon wrote:
>> on 21/01/2009 15:35 Kostik Belousov said the following:
>>> On Wed, Jan 21, 2009 at 01:20:51PM +0200, Andriy Gapon wrote:
Question 1:
I am writing a driver that would
On Wed, 21 Jan 2009, Andriy Gapon wrote:
Question 1: I am writing a driver that would use per-open private data
(among other features). Do I have to use D_TRACKCLOSE flag in this case? In
general I am a little bit confused about when d_close is invoked. Supposing
D_TRACKCLOSE is not set and m
On Wed, Jan 21, 2009 at 03:40:24PM +0200, Andriy Gapon wrote:
> on 21/01/2009 15:35 Kostik Belousov said the following:
> > On Wed, Jan 21, 2009 at 01:20:51PM +0200, Andriy Gapon wrote:
> >> Question 1:
> >> I am writing a driver that would use per-open private data (among other
> >> features).
> >
on 21/01/2009 15:35 Kostik Belousov said the following:
> On Wed, Jan 21, 2009 at 01:20:51PM +0200, Andriy Gapon wrote:
>> Question 1:
>> I am writing a driver that would use per-open private data (among other
>> features).
>> Do I have to use D_TRACKCLOSE flag in this case?
> No, the dtr registere
On Wed, Jan 21, 2009 at 01:20:51PM +0200, Andriy Gapon wrote:
>
> Question 1:
> I am writing a driver that would use per-open private data (among other
> features).
> Do I have to use D_TRACKCLOSE flag in this case?
No, the dtr registered with devfs_set_cdevpriv(), is called exactly once
when the
On Wednesday 21 January 2009, Andriy Gapon wrote:
> Question 3:
> is it ok to use M_WAITOK in pci attach routine?
Yes.
--HPS
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any
Question 3:
is it ok to use M_WAITOK in pci attach routine?
--
Andriy Gapon
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org
Question 1:
I am writing a driver that would use per-open private data (among other
features).
Do I have to use D_TRACKCLOSE flag in this case?
In general I am a little bit confused about when d_close is invoked.
Supposing D_TRACKCLOSE is not set and multiple programs concurrently
open, use and cl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I have gotten my project, which was to make an Xorg driver for my ultra-cheapy
UC-Logic graphic tablet working to a great extent, including scaling the cursor
movement both with and without the optional function key areas that rim the
tablet area. So,
teach me.
As a slightly less orthodox suggestion, I learned a lot of this from the
"practice" side rather than the "theory" side, and it seems like maybe
this is where some of your questions lie. In addition to a textbook, you
might find it useful to get a copy of the manu
On Wednesday 30 July 2008 18:07:51 FreeBSD Hackers wrote:
> > This suggest that you don't understand virtual memory at all. Go back to
> > the
> > start of the chapter and re-read. The page directories and page tables
> > describe a *virtual* address space. For a given architecture the
> > *virt
quot; (Tanenbaum, an older edition, but I'm not sure which one since the
> book is at home and I am not) with a strong desire to read it cover-to-cover
> and get a solid foundation of the concepts described therein. The chapter
> on virtual memory has left me with some questions, and if
>
> This suggest that you don't understand virtual memory at all. Go back to
> the
> start of the chapter and re-read. The page directories and page tables
> describe a *virtual* address space. For a given architecture the *virtual*
> address space has a fixed size (4GB for i386), so the page ta
Hi,
On Wednesday 30 July 2008 13:59:53 FreeBSD Hackers wrote:
> Examples of some specific questions that I have include:
>
> WRT translation of virtual addresses to physical addresses, where does the
> hardware stop and the software begin? Explanation: who determines the
> for
ith a strong desire to read it cover-to-cover
and get a solid foundation of the concepts described therein. The chapter
on virtual memory has left me with some questions, and if anyone would be
willing to help me understand (either on or off list) a few things that
aren't clear, I would very mu
:On Friday 27 June 2008 10:43:29 Roman Divacky wrote:
:> hi
:>
:> I have two questions:
:>
:> 1) is kmem_alloc_wait() expensive operation? I believe it's not
:> very cheap looking at the code but I want confirmation
:>
:> 2) is there a support for memory pools in
On Friday 27 June 2008 10:43:29 Roman Divacky wrote:
> hi
>
> I have two questions:
>
> 1) is kmem_alloc_wait() expensive operation? I believe it's not
> very cheap looking at the code but I want confirmation
>
> 2) is there a support for memory pools in Free
hi
I have two questions:
1) is kmem_alloc_wait() expensive operation? I believe it's not
very cheap looking at the code but I want confirmation
2) is there a support for memory pools in FreeBSD?
to give you a little background why I am asking this. In NetBSD Andrew Doran
claims that repl
On Thu, Mar 27, 2008 at 4:39 PM, pluknet <[EMAIL PROTECTED]> wrote:
>
> On 27/03/2008, Alexander Sack <[EMAIL PROTECTED]> wrote:
> > On Thu, Mar 27, 2008 at 3:25 PM, Julian Elischer <[EMAIL PROTECTED]> wrote:
> > > Alexander Sack wrote:
> > > > Hello:
> > > >
> > > > New to the FreeBSD
On 27/03/2008, Alexander Sack <[EMAIL PROTECTED]> wrote:
> On Thu, Mar 27, 2008 at 3:25 PM, Julian Elischer <[EMAIL PROTECTED]> wrote:
> > Alexander Sack wrote:
> > > Hello:
> > >
> > > New to the FreeBSD kernel and I'm investigating a driver problem
> > > (wasn't sure what list this shoul
On Thu, Mar 27, 2008 at 3:25 PM, Julian Elischer <[EMAIL PROTECTED]> wrote:
> Alexander Sack wrote:
> > Hello:
> >
> > New to the FreeBSD kernel and I'm investigating a driver problem
> > (wasn't sure what list this should go on).
> >
> > I was wondering how to make a driver statically built
Alexander Sack wrote:
Hello:
New to the FreeBSD kernel and I'm investigating a driver problem
(wasn't sure what list this should go on).
I was wondering how to make a driver statically built instead of a
loadable module? Is this an artifact of the driver source build or
the generic kernel conf
Hello:
New to the FreeBSD kernel and I'm investigating a driver problem
(wasn't sure what list this should go on).
I was wondering how to make a driver statically built instead of a
loadable module? Is this an artifact of the driver source build or
the generic kernel configuration mechanism via
On Saturday 22 March 2008 11:20:07 am Oliver Fromme wrote:
> M. Warner Losh wrote:
> > In message: <[EMAIL PROTECTED]>
> >
> > Oliver Fromme <[EMAIL PROTECTED]> writes:
> > : The vkernel feature has certainly benefits, e.g. the fact
> > : that you can attach to it with standard gdb
M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> Oliver Fromme <[EMAIL PROTECTED]> writes:
> : The vkernel feature has certainly benefits, e.g. the fact
> : that you can attach to it with standard gdb and use the
> : familiar debugging facilities, which can attract more
In message: <[EMAIL PROTECTED]>
Oliver Fromme <[EMAIL PROTECTED]> writes:
: The vkernel feature has certainly benefits, e.g. the fact
: that you can attach to it with standard gdb and use the
: familiar debugging facilities, which can attract more
Can't you say qemu -s and attach gdb t
>From: Matthew Dillon
>To: John Baldwin <[EMAIL PROTECTED]>
>:Except that you still need "real" hardware concurrency to see some races and
>:that is important for testing. I'd worry about the overhead of any
>
>Hardware and vkernel/qemu environments exercise different code paths
>and d
:Except that you still need "real" hardware concurrency to see some races and
:that is important for testing. I'd worry about the overhead of any
:non-hardware assisted virtualization basically enforcing more serialization
:and coherency than is present in real-world systems meaning that code w
On Wednesday 19 March 2008 06:48:46 pm Matthew Dillon wrote:
> :Matthew Dillon wrote:
> :> :Matt,
> :>
> :>...
> :>
> :> :Don't you use something like VMWare for development and debugging?
> :>
> :> We use vkernel's for development and debugging. Pretty much
> :> everything except hardware de
:Matthew Dillon wrote:
:> :Matt,
:>...
:> :Don't you use something like VMWare for development and debugging?
:
:> We use vkernel's for development and debugging. Pretty much everything
:> except hardware device driver development can be done using a vkernel...
:
:Does that include tryi
Hi,
Sorry for jumping in here, but I've seen several people
talking about that "5 seconds to reboot" thing ...
Are you aware that a standard FreeBSD kernel also takes
just 5 seconds to reboot within qemu? And that's even
when _not_ using the kqemu accelerator module.
I've used qemu a lot for deb
On Sun, Mar 16, 2008 at 11:42:57AM +0200, Jordan Gordeev wrote:
> > vkernel is similar to User Mode Linux technology. You can boot vkernel as a
> > user mode process. I think it will be good to have similar in FreeBSD.
> > There are several links:
> > http://leaf.dragonflybsd.org/mailarchive/users/
> I have thought of the vkernel primarily as an aid to kernel development
> (where performance is not a prime concern), not as a virtualisation
> solution that will compete with Xen and VMWare. It's difficult to
> compete with thousands of men-hours paid by corporate funding.
>
> So far nobody
Matthew Dillon wrote:
:Matt,
...
:Don't you use something like VMWare for development and debugging?
We use vkernel's for development and debugging. Pretty much everything
except hardware device driver development can be done using a vkernel...
Does that include trying to get rid
Jordan Gordeev wrote:
Matthew Dillon wrote:
We use vkernel's for development and debugging.
...
One interesting side-effect of having a vkernel so easily accessible
is that it opens up kernel development to normal programmers. More
DragonFly developers have been dipping their fi
Matthew Dillon wrote:
:Matt,
:
:We use VMWare Server at work. It does not have the same nice image management
interface and/or video capture as commercial counterparts. However, it is is
free and testing on it helps us out big time. We never concluded whether it
maked sense to pay for VMWare
1 - 100 of 705 matches
Mail list logo