I know PIII can support 64G physical memory. In FreeBSD how
can I visit such range memory(4G-64G) ?
[EMAIL PROTECTED]
In general a address in a process is just a linear address
which refer to physical address indirectly
by page directory. This is reasonable in user space.
However is it necessary to do such thing in kernel?
It is sure to have penalty when converting a linear address to
physical thin
user logs onto /dev/ttyvX?
Craig
___
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"
t;pos = -1;
- noro_opt->seen = 1;
- TAILQ_INSERT_TAIL(optlist, noro_opt, link);
- }
-
- /*
* Be ultra-paranoid about making sure the type and fspath
* variables will fit in our mp buffers, including the
* terminating NUL.
ZFS c
x27;s no surprise
the host doesn't respond properly.
Anybody know what I'm doing wrong?
Craig
___
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"
cially as PostgreSQL uses a
multi-process model rather than threads.
It seems like it would benefit more from optimization of the Sys-V
semaphores and shared memory.
Craig
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listin
On Wed, Apr 11, 2007 at 09:02:14AM -0500, Craig Boston wrote:
> If it seems like magic, that's because it is. :) For PnP busses like
> PCI, ISAPnP, and ISA-ACPI/LPC-ACPI, the OS takes care of figuring out
> what resources to use and allocates them.
I almost forgot, the busdma func
if some mad scientist attaches
the hardware to the PCI bus on a SPARC64 instead (with only minimal
driver changes).
Craig
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
If you need to know the IRQ number for
some reason, rman_get_start() should work on that as well.
There are lots of examples of using the busdma API in the kernel tree
(virtually every driver).
Hope this helps,
Craig
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
ing to be below a particular address comes
to mind, or bounce buffers for PAE), the OS will take care of most of
the nitty gritty details for you and allow the driver to contain
higher-level code.
Craig
___
freebsd-hackers@freebsd.org mailing list
http:/
go away. But it seems the GPT designers made the same
mistake :(
It's quite annoying to not be able to simply dd a partition without
having to fix up the offsets. The GEOM container-like metaphor is very
nice but it sucks that the on-disk format
dresses, which means
> that if we allow it to be used to sub-partition partitions, it would
> not have the same problem as the BSD label.
I suppose we're being nonstandard either way, so I'll keep my fingers
crossed that this continues to be the case :)
FIFOs won't do what you want. I
suspect unix sockets are closer to the behavior you're after. IIRC
using them in datagram mode may give you the ability to write whether or
not anyone is listening. Otherwise you'll have to do the normal
listen, accept
On Sun, Jul 01, 2007 at 01:26:09AM -0700, Josef Grosch wrote:
> 3) 3ware's new SATA RAID controller (9500)
Latest -stable seems to have this already; at least one that's recent
enough for a shiny new 9650SE to work (which doesn't work in 6.
ework both use it.
You may want to check out sys/net/zlib.[ch] and see if it can do what
you're after. You'll need to make sure to include a dependency on the
zlib module and/or add it to your kernel configuration.
Good luck,
Craig
___
fre
> deprecated.
FYI, 5.5 is officially supported until May 31, 2008.
See http://www.freebsd.org/security/#adv
Only security fixes would go into the 5.5 release branch, however. If
you have to run 5.x I'd recommend 5-STABLE as regular bug fixes can be
committed there.
Craig
_
nd does not support anything
> newer then 4.9-RELEASE . Does anyone know what else could possibly be
> used on 6-STABLE ?
I'm not sure about 6-STABLE, though a kernel initiator was added to 7
not too long ago.
Craig
___
freebsd-hackers@f
On Wed, Sep 26, 2007 at 06:20:14PM +0200, Michael Reifenberger wrote:
> That issue is fixed.
Just looked at netbsd-iscsi-20070908 and it does look fixed in that
version.
Thanks,
Craig
___
freebsd-hackers@freebsd.org mailing list
h
at I
won't suddenly lose everything on both plexes if I am mirroring.
thanks,
Craig.
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message
On Tue, 20 Jul 1999, Jaye Mathisen wrote:
>
> Perhaps I'm missing something obvious, but since switches forward packets
> selectively per port, I would think it would be hard to sniff packets on
> any port, w/o administrative access to the switch to tell it to mirror
> data to a different port.
more of people getting very used to killall doing
what it does and being called killall. I know of the problem you refer
to having administered Solaris servers before, but changing the name now
will cause more problems than it solves.
> Craig, and hackers, are you both willing to do this?
I'
ude greater than my P166? (and my Win96 Celeron 416MHz for
that matter).
Followups set to freebsd-chat.
-- C.
--
Craig Harding Head of Postproduction, Outpost Digital Media Ltd
"I don't know about God, I just think we're h
On Sun, 16 May 1999, Archie Cobbs wrote:
> Alex Le Heux writes:
> > Maybe I'm completely wrong here, but didn't I read somewhere that with
> > softupdates it would theoretically be possible to boot the system before
> > the fsck and fsck while it's running?
>
> Yes.. if you make the assumptions t
Does anyone have experience with a thread safe STL?
/usr/ports/devel/stlport is derived from stlport 3.01 found at
http://www.stlport.org/index.shtml
Is this thread safe?
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message
ss binding)
* ggated now allows binding to an arbitrary number of local addresses,
just specify -a for each one you want to use
* Eliminates most cases of conditional code on AF_*. The only ones left
deal with network masks for access control that can't really be
generalized
Craig
x27;t work.
Any ideas on things to try to debug this? First thing that comes to
mind is to see if the IRQ is being intentionally masked for some reason,
but I can't think of an easy way to check that.
Thanks,
Craig
P.S. Yes, it does sound like a wonky PC
for - ACPI + APIC as it panics on bootup and this
machine doesn't have a serial port. I did post a verbose boot with my
patched kernel for that under apic+patches.txt.
Also in there is mptable.txt, which shows the broken mptable.
mptable-fixed.txt is the output of the mptable command when ru
oser inspection the SCI interrupt (9) gets reprogrammed to
level/low. I can read the ACPI status all day long and the count for
IRQ 9 goes up and up without freezing...
Craig
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Thu, Dec 01, 2005 at 07:31:46PM -0600, Craig Boston wrote:
> If I'm reading the code correctly, it appears that we call _PIC and set
> the interrupt model to APIC, *if an MADT table exists*, regardless if
> we're actually using the I/O APIC or not. This is what initially had
On Thu, Dec 01, 2005 at 07:11:10PM -0700, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> Craig Boston <[EMAIL PROTECTED]> writes:
> : I suspect that really old 16-bit PCMCIA cards with non-sharable
> : interrupts wouldn't work, but does NEWC
t "works" with ACPI, in that cbb0 attaches. However by the time
I'm able to insert a card, irq 11 has already died so nothing happens.
Craig
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
to edge/high, except IRQ 11 which is set to
level/low. FreeBSD doesn't seem to be changing that as far as I can
tell. (this is -APIC -ACPI)
Craig
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
dbus cards before ath0 was
configured.
Random tangent, it's kind of sad that one of the co-authors of the ACPI
spec (Toshiba) would sell a machine that has so many problems with it.
Though I think ATI deserves at least part of the blame as th
tus: 5.0.0
Diagnostic-Code: X-mail; host mail.dcc-servers.net[204.152.184.184] said: 550
5.7.1 mail jB41YEJt015277 from 69.55.238.164 rejected by DCC (in reply to
end of DATA command)
Date: Sat, 3 Dec 2005 19:34:12 -0600
From: Craig Boston <[EMAIL PROTECTED]>
To: Sam Leffler <[EMAIL PROT
On Sat, Dec 03, 2005 at 06:41:31PM -0600, Craig Boston wrote:
> I'll keep hacking on it and follow up here if I figure anything out.
Following up, I have made some interesting progress.
With the ACPI timer disabled (debug.acpi.disabled=timer), the ACPI+APIC
case now behaves the same as t
On Mon, Dec 05, 2005 at 07:51:29PM -0600, Craig Boston wrote:
> With the ACPI timer disabled (debug.acpi.disabled=timer), the ACPI+APIC
> case now behaves the same as the plain APIC case. Each IRQ gets
> anywhere from 10,000-500,000 interrupts before it simply stops working.
And to fol
l, but at least
everything works.
I hope that all this is helpful to any others who have one of these
machines. I'll be attempting to contact Toshiba about these issues and
see if we can't get some of them addressed in a future BIOS update.
Craig
--- tos
rted the same problem,
I'm content with a local workaround. It's just... wierd.
Craig
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
with me on the problem
before. For some reason the Cc: header got wiped out when it went to
the list (but I checked my server logs and it did deliver a copy of the
message to him).
Craig
___
freebsd-hackers@freebsd.org mailing list
http://lists.freeb
works fine. (yes, I
tried reverting all my local patches and testing the memory)
Craig
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
m probably missing something, but if bad cache behavior was causing
writes to the lapic EOI register to not always take effect, wouldn't the
_next_ irq (even if it's a different line) cause the one that's
currently pending to be acknowledged?
Craig
__
On Tue, Jan 24, 2006 at 10:43:49AM -0500, John Baldwin wrote:
> What if you do a read of the lapic before the write? Maybe doing 'x =
> lapic->eoi; lapic->eoi = 0;'?
Reading the lapic before the write has no effect.
Reading the lapic after the write
ry, but the APIC thing is independent of that)
apic2.txt is a verbose dmesg with my current kernel (stock 6.0-STABLE +
read-after-write change to local_apic.c).
Craig
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/li
ich tests
the integrity of a zip file? You can call "unzip -t" from Perl.
InfoZip is in ports, archivers/unzip and archivers/zip.
--
Craig Rodrigues
[EMAIL PROTECTED]
___
freebsd-hackers@freebsd.org mailing list
http://lists.freeb
es for removing the -P misfeature altogether
Craig
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
st in case, but it's unlikely
that gjournal will be the reason you have to use them.
Craig
* NOTE: I'm running the gjournal backport to RELENG_6. YMMV if running
-CURRENT.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mai
user, load averages: 0.24, 0.12, 0.12
the-cheat# sysctl kern.boottime
kern.boottime: { sec = 80112, usec = 345099 } Mon May 22 00:20:00 1995
the-cheat#
:-P
Craig
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebs
a big issue (no pun intended). If adding a few
hundred megs for repo-copies is prohibitively expensive, I don't think
increasing the repo size by many gigabytes would go over very well.
Subversion repositories can easily be several times the size of a CVS
repository containing the s
ted 1.3GB of CVS
> repository to about 1.5GB in Subversion. For the curious, the
> back-end was FSFS, and an earlier test conversion using the BDB
> back-end took about 2.1GB. I know this is smaller than the FreeBSD
> repository.
Ah, I haven't played with FSFS yet.
be able to help too. I tried it for a while but eventually gave
up because getting the perl bindings installed and working was a bit of
a black art. Probably time to try the port again.
Craig
___
freebsd-hackers@freebsd.org mailing list
http://lis
lease
> with locking.
Oh, I've been running 1.1.3 on both client and server since it went into
ports (many dump/loads later). Just haven't taken the time to see
what's new and compare to older versions. :)
Craig
___
fr
doesn't freeze
all the drives on startup.
Craig
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
dangerous because it could nuke a random file if a
symlink exists. Even >> or touch can mess with timestamps or create
files that don't exist, all with the power of root.
Craig
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Sigh, that's what I get for editing before I finish writing.
On Tue, Aug 02, 2005 at 12:44:45PM -0500, Craig Boston wrote:
> It's a very remote chance yes, but why
...but why take that chance when mkdir works perfectly fine? Chances
are mkdir will be used at some point during the
Now I just need to write a kernel mode ggatec so I
can mount root over ggate :P
-- Craig
diff -ruN ggate.orig/ggatec/ggatec.c ggate/ggatec/ggatec.c
--- ggate.orig/ggatec/ggatec.c Thu Oct 27 22:12:19 2005
+++ ggate/ggatec/ggatec.c Thu Oct 27 22:28:22 2005
@@ -244,21 +244,27 @@
struct g_
t may help me along the way aswell.
Thanks!
Craig St. Jean
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
private patches from
Harti
- I benefited a lot from it being in the tree (a bit selfish to say, but true)
I would like to thank Harti for his hard work on Netgraph-ATM,
and all of the FreeBSD committers for producing a great OS
and a great piece of software that let me get my work done!!
se, David Malone
http://citeseer.nj.nec.com/dowse02recent.html
"The Design and Implementation of the 4.4 BSD Operating System"
http://www.aw-bc.com/catalog/academic/product/0,4096,0201549794-TOC,00.html
--
Craig Rodrigues
http://crodrigues.org
[EMAIL PROTECTED]
___
sizeof(long)
#define readTimeTNum readLongNum
#elif sizeof(time_t) == sizeof(long long)
#define readTimeTNum readLongLongNum
...
but that's really ugly. Surely there's a better way?
Craig
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
ant to look at the source for kenv(1) to see how it
gets its information.
Craig
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Thu, Jan 29, 2004 at 08:41:39PM +0200, Aliaxandr Pinchuk wrote:
> FreeBSD 5.1 have a realtime signal support (signal queue)?
Not right now. See:
http://lists.freebsd.org/pipermail/freebsd-threads/2003-April/68.html
--
Craig Rodrigues
http://crodrigues.org
[EMAIL PROTEC
.
It also looks as if Subversion 0.37 (aka 1.0-RC) has just been released. I'll
have to take a look at it and see if any of the problems noted above have
been resolved.
Any comments / corrections / arguments are welcome :)
Craig
--
"A 'No Parking' sign at a certain location me
gt; > I'll have to take a look at it and see if any of the problems noted above
> > have been resolved.
>
> Please let me know the results!
Will do! My local Subversion server (one running Apache, not the machine I've
been doing the tests on) had just finished upgrading t
18576.
* Dumped revision 18577.
* Dumped revision 18578.
* Dumped revision 18579.
* Dumped revision 18580.
svn: Invalid change ordering: non-add change on deleted path
If it's really invalid I wonder how it ended up in the repo in the first
place. Not good. I'll have to do some diggi
ncreasing.
I started the import Monday night, so it's been running for about 60 hours
now. python has amassed about 40 hours worth of CPU time:
PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND
19802 craig139 10 12920K 9292K RUN 40.5H 78.91% 78.91% pytho
x27;t show anything for them).
Would it be a good idea to add some text to these syctls?
kern.ccpu:
hw.acpi.cpu.cx_history:
machdep.hlt_cpus:
--
Craig Rodrigues
http://crodrigues.org
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing
hackers, I was getting Swen sent to me within an hour of posting to
the list for the first time. I filter it but it still wastes bandwidth...
Craig
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubsc
ARTEDTIME COMMAND
craig 19802 80.5 2.1 15600 10848 pv RN+ 9Feb04 33187:46.67 python ./cvs2svn.py
and is still processing commits from mid-2001. Each commit has gotten
progressively slower. As my other experiment (importing periodic snapshots
from certain branches) has been working beauti
elopers
are not too interested in supporting.
(3) In the Makefile for the audio/tclmidi port, mark it as broken
on FreeBSD 5.x:
.if ${OSVERSION} > 50
BROKEN= "Does not build on 5.x"
.endif
--
Craig Rodrigues
http://crodrigues.org
[EMAIL PROTECTED]
__
and adding `using namespace std;' liberally.
I've fixed a few ports by doing exactly what you have outlined.
Admittedly, it's grunt work, but. :)
--
Craig Rodrigues
http://crodrigues.org
[EMAIL PROTECTED]
___
[EMAIL PRO
Any guru out there that has the knowledge to provide some advice to persist
the use of the Linksys card beyond the first install? I tried this question
on
the Questions mailing list, but no one could tackle it, unfortunately.
Situation:
I have set up my Sony VAIO PCG-FRV27 laptop as a dual boo
Anton, thank you for taking time to help. I have answered your questions
within your text at the bottom of this email as best as I know how to as a
raw BSD Unix user.
-Original Message-
From: Anton Alin-Adrian [mailto:[EMAIL PROTECTED]
Sent: Saturday, April 03, 2004 4:18 PM
To: Craig
problems?
Thanks.
--
Craig Rodrigues
http://crodrigues.org
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
For XFree86, what do I enter as the monitor and video card for my Sony
laptop?
During the initial SYSINSTALL setup of Xfree86 on my Sony VAIO PCG-FRV27
laptop under FreeBSD 4.9, the setup goes through the configuration menus,
then says it failed and do I want to try again. I exited SYSINSTALL
On Fri, Apr 09, 2004 at 10:17:08PM -0700, Lev Walkin wrote:
> Valgrind is available for FreeBSD.
>
> http://eirikn.kerneled.com/valgrind/
Wow!! This is excellent.
Is anyone planning to add this to the ports collection?
--
Craig Rodrigues
http://crodrigues.org
[EMAIL
le library existed in FreeBSD 4.x or 5.x for doing this.
Thanks.
--
Craig Rodrigues
http://crodrigues.org
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail
certain cases.
An analogy for this would be the API that is used
to read/write settings to the Windows registry.
On a side note, is there any code in sysinstall
that could be reused outside of the sysinstall application
in order to parse rc.conf?
--
Craig Rodrigues
htt
. I've never tested it on anything else -- I suspect it wouldn't
be too hard to adapt though. If you're interested in looking at it I'll send
you a copy or post it somewhere.
Craig
___
[EMAIL PROTECTED] mailing list
http://lists.f
sed to sometimes get panics on detach, but
I think the problem is fixed now. Haven't had one in quite a while, even if
I unplug it while transferring something.
Good luck!
Craig
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
lly as they are the last couple people to touch the
code in a while. I hope I'm sending this to the right place :)
Thanks!
Craig
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
When did you pull down that tarball? I updated the driver at that
location a few days ago to make it compile on 5.3 (though I haven't
tested it with a real device yet).
Thanks to Dave Smith for pointing out to me last week that it wasn't
working.
Craig
___
t; >
> > would really appreciate it if a committer glanced at the code.
> > (...and, if meritorious, eventually ported this piece over)
Heh, funny you should mention a port. The cdce driver in OpenBSD was
ported _FROM_ FreeBSD -- by Daniel
bout ready to throw in the towel and just force
"-mno-sse -mno-sse2" compiler flags in the makefile...
Thanks,
Craig
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
tack (after the frame is set up by the thread
function) is now 16-byte aligned and everything works just fine ... no
bus error anymore.
Craig
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send
sting an alternative, not a replacement.
Craig
_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
a. FreeBSD and
Linux are independant projects and should remain as such.
-- Craig
>From: Vladimir Kushnir <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>CC: <[EMAIL PROTECTED]>
>Subject: Framebuffer device under FreeBSD?
>
>Hi all,
>
>A couple of questi
I have been experiencing the EXACT same problem as Mr.David Rufino. The only
thing that I could think of that may be at fault is that I compiled with K6
optimisations.
Craig
_
Get your FREE download of MSN Explorer at http
In a nutshell, I have a usb "pen drive" that I can't mount.
4.7 seems to recognize it just fine. So, it must be some silly little
thing I need to do.
Ideally, I would love to put a ufs filesystem on this thing as well.
Any pointers would be greatly appreciated.
TIA!
Craig
at appropriate references/documentation (4.*) or URL?
FreeBSD Developer's Handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/
section 24 "PCI Devices"
--
Craig Rodrigues
http://home.attbi.com/~rodrigc
[EMAIL PROTECTED]
To Unsubscribe: send mail to [E
Hi,
If I add new headers file in the directories /usr/src/sys/sys
and /usr/src/sys/{arch}/include, then which Makefiles do I need
to modify in order to make sure that my new header files
get installed properly when I do a make installworld?
Thanks.
--
Craig Rodrigues
http
h as , but does not.
Thanks.
--
Craig Rodrigues
http://home.attbi.com/~rodrigc
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
number of events. I am interested in seeing
the scalability of kqueue() as the number of events
increases.
I am also interested in looking at kqueue() performance
in multithreaded environmentsmaybe with the new
KSE implementation in CURRENT.
Thanks.
--
Craig Rodrigues
http
e same company that
Brooks works for (Aerospace), has apparently set up
an internal testbed based on the Emulab software developed at Utah.
I use the Emulab every day as party of my research work at
BBN, and it is an excellent facility.
--
Craig Rodrigue
ed in
making a filesystem faster should stick with UFS. FreeBSD should not do what
Linux does, which is make a whole bunch of different filesystems that all
suck in a different way.
This is an opinion and should be taken as such, not an insult to those that
like the whole JFS idea.
-
__P((const sigset_t *, siginfo_t *));
__END_DECLS
#endif
Any clarification on how to correctly detect and use these
features, would be appreciated.
--
Craig RodriguesDistributed Systems and Logistics, Office 6/304
[EMAIL PROTECTED] BBN Technologies, a Verizon company
(617) 8
ERSION expand to
on FreeBSD current?
On FreeBSD 4.3, it expands to: 199009L
What is the status of the asynch I/O code in FreeBSD current?
Is it compiled in by default, or is it still an option?
Thanks.
--
Craig RodriguesDistributed Systems and Logistics, Office 6/304
[EMAIL PROTECTED
articular definition of _P1003_1B_VISIBLE
is broken if it is enabling symbols in header files to appear
which cannot be linked on a generically configured FreeBSD system.
Thanks.
--
Craig RodriguesDistributed Systems and Logistics, Office 6/304
[EMAIL PROTECTED] BBN Technologies, a
On Tue, Mar 12, 2002 at 04:59:40PM -0800, Alfred Perlstein wrote:
> * Craig Rodrigues <[EMAIL PROTECTED]> [020312 16:35] wrote:
> >
> > Can someone tell me how I can detect if these functions are available
> > on a system at compile time? I cannot use an autoconf ty
On Tue, Mar 12, 2002 at 05:22:45PM -0800, Smith, Malcolm wrote:
> Craig,
>
> It looks to me like the linker is complaining. Do you need to add -posix4
> or some such thing to your gcc call?
There is no such flag.
And -lposix4 does not link because there is no
libposix4.{so,a} libr
rojects/posix/signals.html
I do not intend to implement POSIX realtime signals for FreeBSD
at this time.
--
Craig RodriguesDistributed Systems and Logistics, Office 6/304
[EMAIL PROTECTED] BBN Technologies, a Verizon company
(617) 873-4725 Cambridge, MA
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
1 - 100 of 129 matches
Mail list logo