Hi,
I’ve requested to add you as a friend on Doostang, an invite-only career
community started at Harvard, Stanford, and MIT. You can use Doostang to find
a job or internship, network, and access valuable career information from peers
and industry professionals.
Regards,
Huy
To accept this i
Zane C.B. wrote:
Any one know of any recent documentation for adding a sysctl to a
kernel module for FreeBSD 6 and 7?
This might help:
Title: "An Introduction to FreeBSD 6 Kernel Hacking"
URL: http://caia.swin.edu.au/reports/070622A/CAIA-TR-070622A.pdf
Disclaimer: I co-wrote it.
Cheers,
Lawr
In the last episode (Jun 18), Zane C.B. said:
> Any one know of any recent documentation for adding a sysctl to a
> kernel module for FreeBSD 6 and 7?
man 9 sysctl
--
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-hackers@freebsd.org mailing
Any one know of any recent documentation for adding a sysctl to a
kernel module for FreeBSD 6 and 7?
signature.asc
Description: PGP signature
Dag-Erling Smørgrav wrote:
Andrey Chernov <[EMAIL PROTECTED]> writes:
"BSD sort" as an idea will be a good project indeed, but "BSD sort"
implementation we currently have at hand is totally misleading and should
be rewritten from the scratch, I realize it when long time ago I try to
localize i
On Mon, 16 Jun 2008, Dag-Erling Smørgrav wrote:
Doug Barton <[EMAIL PROTECTED]> writes:
Andrey Chernov <[EMAIL PROTECTED]> writes:
Please note that BSD grep is not localized (and can't be per design)
and works only with standard C locale. It may not affect ports
system processing but shurely a
John Baldwin wrote:
> Try this change:
>
> jhb 2007-10-27 22:07:40 UTC
> We use it at work on 6.x. W/o this fix, round-robin stops working on 4BSD
> when softclock() (swi4: clock) blocks on a lock like Giant.
Awesome. Thanks. That looks like it'll do the trick. I'll deploy it and
kee
Hi Everybody:
Simple question, if I want to know if a cpu X is on a particular
package is there an easy way to list this? Normally my understanding
is on most machines, every other LAPIC id is on the same package. So
0,2,4,6 would be on one package and 1,3,5,7 would be on another (say
in a 2-way
On Sunday 15 June 2008 07:23:19 am Stef Walter wrote:
> I've been trying to track down a deadlock on some newish production
> servers running FreeBSD 6.3-RELEASE-p2. The deadlock occurs on a
> specific (although mundane) hardware configuration, and each of several
> servers running this hardware de
Hi,
Given that Nvidia aren't offering a driver for their cards for 64bit
FreeBSD, is anyone else having success using another (preferably
PCI-E) card with 3D acceleration?
Stephen
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.or
On Wed, Jun 18, 2008 at 11:14:16AM +0200, Konrad Jankowski wrote:
> I think the best place for this type of information is currently my SoC
> wiki.
> http://wiki.freebsd.org/KonradJankowski/Collation
> I know currently it has very little information, however.
> I can also create another page dedic
On Wed, Jun 18, 2008 at 12:40:24PM +0200, Dag-Erling Sm??rgrav wrote:
> For grep, I believe it should simply be a matter of calling setlocale(),
> using wide strings, and using a multibyte regex engine (for appropriate
> values of "simply").
See my prev reply telling more details. Using wide strin
On Wed, Jun 18, 2008 at 11:39:10AM +0200, Dag-Erling Sm??rgrav wrote:
> Does that mean our wcsxfrm() doesn't work? IIUC, it should convert
> wide strings to strings that can be compared directly with strcmp()?
(directly with wcscmp())
For single byte locales wcsxfrm() and wcscoll() works, but for
Konrad Jankowski <[EMAIL PROTECTED]> writes:
> Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes:
> > In any case, this is a libc issue, right? As long as sort / grep
> > uses the API correctly, they will work fine once libc is fixed?
> Correct. Given sort uses strcoll()/wcscoll()/strxfrm()/wcsxfrm(
Andrey Chernov <[EMAIL PROTECTED]> writes:
> Single byte locales collation works through strcoll() via chains, i.e.
> seek all chains starting with given letter. Multibyte locales collation
> currently is not implemented and can't be properly implemented under
> existen single byte framework (it
On Wed, Jun 18, 2008 at 10:22:31AM +0200, Dag-Erling Sm??rgrav wrote:
> I think part of the problem is that there aren't enough people who truly
> understand localization. I think I understand most of it, but I'm
> pretty sure I *don't* understand how collation works, or is supposed to
> work. Am
On Tue, Jun 17, 2008 at 12:58:12PM +0200, Gabor Kovesdan wrote:
> >> Yes, and once this is done, sort will work out of he box, if it uses
> >> strcoll. Already tried on a prototype.
> >>
> >
> > Only GNU sort for multibyte chars. BSD sort is programmed too badly and
> > can't be fixed even f
Andrey Chernov <[EMAIL PROTECTED]> writes:
> "BSD sort" as an idea will be a good project indeed, but "BSD sort"
> implementation we currently have at hand is totally misleading and should
> be rewritten from the scratch, I realize it when long time ago I try to
> localize it for single byte loc
18 matches
Mail list logo