hi all there!
i am working on a specific dev driver for pci genlock
based on Cirrus Logic GD5446 chip.
when i try to map the cards memory, pci_map_mem return 0
my verbose boot message is:
found-> vendor=0x1013, dev=0x00b8, revid=0x45
class=03-00-00, hdrtype=0x00, mfdev=0
subordi
I tried your patch, but my laptop hung at startup.
The last line I saw on console was "Timecounters tick every 1.000 msec".
I didn't dig into the problem and don't have any information useful
for debugging, but I'm going
to play with it later today.
Dmitry
On Mon
he same problem with examples in /usr/share/examples/kld.
I don't believe this is a real problem in FreeBSD. I'm sure this is some
kind of configuration issue, but I cannot understand what exactly is wrong.
What could cause such behaviour?
Any ideas?
Thanks!
--
Sincerely yours, Dmitry V.
hat I run standard example on default 8.1 kernel (GENERIC).
Dmitry
>
> Which example did you try and run (it looks like the dyn_sysctl test
> would be a good one to try)?
> -Garrett
___
freebsd-hackers@freebsd.org mailing list
http://lists.fr
gt;
>>
>> http://lkml.org/lkml/2010/11/25/8
>>
>> What do you think about this?
>>
>> Thank you!
> ___
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "f
?) initialize
struct mtx, e.g.
memset(&m, '\0', sizeof(struct mtx));
Or should mtx_init() explicitly initialize all fields of struct mtx?
Thanks in advance!
--
Sincerely yours, Dmitry V. Krivenok
e-mail: krivenok.dmi...@gmail.com
skype: krivenok_dmitry
jabber: krivenok_dmi...@jabb
Thanks a lot for your answers!
I'll always explicitly zero stack variables before calling actual
*_init() functions.
Also, it would be great to document this "zeroing" requirement in a
man page for mtx_init()
or simply add a comment in the source.
Dmitry
On Thu, Feb 24, 2011 at
e difference is (500 * 2**20 - 507445248) / 2**20 == 16.0625 Mb.
How does the system use this "hidden" memory?
Thanks!
--
Sincerely yours, Dmitry V. Krivenok
e-mail: krivenok.dmi...@gmail.com
skype: krivenok_dmitry
jabber: krivenok_dmi...@j
On Sun, Mar 20, 2011 at 12:36:39AM +0800, Xingxing Pan wrote:
> Hi, everyone.
>
> I'm a student interested in the project "DWARF2 call frame
> information" for Summer of Code 2011.
> I'd like to know which compiler I will work on to add DWARF2 support.
> This project is not tagged by "suggested".
On Sun, Mar 20, 2011 at 11:08:10AM +0800, Xingxing Pan wrote:
> 2011/3/20 Chagin Dmitry :
> > On Sun, Mar 20, 2011 at 12:36:39AM +0800, Xingxing Pan wrote:
> >> Hi, everyone.
> >>
> >> I'm a student interested in the project "DWARF2 call frame
>
On Sun, Mar 20, 2011 at 11:24:21PM +0800, Xingxing Pan wrote:
> >>
> >
> > hm, you should add the .cfi directive in each .S file by hand:
> > http://www.logix.cz/michal/devel/gas-cfi/
> >
> > --
> > Have fun!
> > chd
> >
>
> Thanks for your reply. I think I have got the idea.
> For the object file
On Mon, Mar 21, 2011 at 05:36:13PM +0800, Xingxing Pan wrote:
> 2011/3/21 Chagin Dmitry :
> >> powerfull script.
> >>
> >> Xingxing Pan
> >
> > hmm, which script? I think enough amd64, i386 and amd64/ia32.
> >
> > I suggest to write a example
Hello hackers,
I think I found a bug in base gdb-6.1.1 on FreeBSD-8.2.
Below is how you can reproduce it.
I run "sleep 10" command under control of gdb-6.1.1 as follows
$ gdb --args sleep 10
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the
alid selected thread." right after the thread has exited.
Looks like gdb is unable to switch to another thread.
What's wrong here?
Thanks!
--
Sincerely yours, Dmitry V. Krivenok
e-mail: krivenok.dmi...@gmail.com
skype: krivenok_dmitry
jabber: krivenok_dmi...@jabber.ru
icq: 242-526-44
; /usr/src/sys/
/usr/src/sys/kern/ksched.c:#define p4prio_to_tsprio(P)
((PRI_MAX_TIMESHARE - PRI_MIN_TIMESHARE) - (P))
$
Is it a real bug or just my misunderstanding of something?
Thanks!
--
Sincerely yours, Dmitry V. Krivenok
e-mail: krivenok.dmi...@gmail.com
skyp
I've submitted PR http://www.freebsd.org/cgi/query-pr.cgi?pr=157657.
Dmitry
On Thu, Jun 2, 2011 at 6:34 PM, John Baldwin wrote:
> On Wednesday, June 01, 2011 12:42:42 pm Dmitry Krivenok wrote:
>> Hello Hackers,
>> I think I found a bug in ksched_setscheduler()
e code above
in thr.c and create the
following Makefile:
# Declare Name of kernel module
KMOD = thr
# Enumerate Source files for kernel module
SRCS= thr.c
# Include kernel module makefile
.include
Then type
$ make
$ sudo make load
lean build and still
see the same.
On Thu, Jul 7, 2011 at 10:46 PM, John Baldwin wrote:
> On Thursday, July 07, 2011 6:37:02 am Dmitry Krivenok wrote:
>> Hi Hackers,
>> I've developed a simple kld which demonstrates a problem I found on my
>> FreeBSD-8.2.
>
> Ma
otdisk as root.
Trick with -lm seems to be needed because libzfs itself refers to pow(3) - or
did I miss something trivial to resolve this?
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
[ FreeBSD committer: [EMAIL PROT
existed
in the past.
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
[ FreeBSD committer: [EMAIL PROTECTED] ]
----
*** Dmitry Morozovsky --- D.Marck ---
В сообщении от Friday 25 January 2008 11:25:33 Garrett Cooper написал(а):
> On Jan 24, 2008, at 5:29 PM, Julian Elischer wrote:
> > Yuri wrote:
> >> I am curious is there an effort in FreeBSD similar to Linux
> >> NDISwrapper?
> >> NDISwrapper taked Windows XP binary driver and runs it on Linux.
>
and disabled ?
Thanks,
Dmitry
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
lling full packages in a jail, or, say, copying over
additional tree of jail-specific changes (mostly stuff under /etc
and /usr/local/etc).
Such an utility is something I still might start working on.
--
Dmitry A. Marakasov| jabber: [EMAIL PROTECTED]
[EMAIL PROTECTED] | http://www.amdmi3.ru
e code of all modules as follows:
- int dev_num = minor(dev);
+ int dev_num = minor(dev2unit(dev));
and now it compiles and works well.
Is this the proper way of solving the problem?
Thanks in advance!
--
Sincerely yours, Dmitry V. Krivenok
e-mail: krivenok.dmi...@gmail.com
skype: krivenok_dmi
ance!
--
Sincerely yours, Dmitry V. Krivenok
e-mail: krivenok.dmi...@gmail.com
skype: krivenok_dmitry
jabber: krivenok_dmi...@jabber.ru
icq: 242-526-443
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
erally good, but not in my case :)).
Is it possible to solve my problem using existing kernel functionality?
Any suggestions are welcome!
Thanks in advance!
P.S.
I know about kqueue, but I have to use select/poll is this task.
--
Sincerely yours, Dmitry V. Krivenok
e-mail: krivenok.dm
I introduce new kernel option GEOM_DEBUG
Its enabled on default, but disable it reduce runtime kernel size
and slightly improve performance by disabling debug stuff in compile time
On my amd64 machine compiling modules without GEOM_DEBUG option reduce size
geom_mirror.ko from 130 to 77 kilobytes
g
I introduce new kernel option GEOM_DEBUG
Its enabled on default, but disable it reduce runtime kernel size
and slightly improve perfomance by disabling debug stuff in compile time
On my amd64 machine compiling modules without GEOM_DEBUG option reduce size
geom_mirror.ko from 130 to 77 kilobytes
ge
code since SVN doesn't really delete anything)?
If not, could you please explain why?
Thanks!
--
Sincerely yours, Dmitry V. Krivenok
e-mail: krivenok.dmi...@gmail.com
skype: krivenok_dmitry
jabber: krivenok_dmi...@jabber.ru
icq: 242-526-443
___
on `main':
main.c:(.text+0xa): undefined reference to `seltdinit'
collect2: ld returned 1 exit status
$
Thanks in advance!
--
Sincerely yours, Dmitry V. Krivenok
e-mail: krivenok.dmi...@gmail.com
skype
y use wrong calling
convention.
On Thu, Jul 15, 2010 at 6:32 PM, Kostik Belousov wrote:
> On Thu, Jul 15, 2010 at 06:07:36PM +0400, Dmitry Krivenok wrote:
>> Hello Hackers,
>>
>> I have a question about kernel link
ugin.so not
found]
Is there a way to fix that, maybe some linker magic?
--
Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
freebsd-hackers@freebs
Hello,
In /etc/rc.subr, at line 231, there is:
if [ ! -f $_pidfile ]; then
debug "pid file ($_pidfile): not readable."
return
fi
Is check "[ ! -r $_pidfile ]" more correct?
--
Dmitry Banshchikov
___
freebsd-hackers@free
On Wed, 4 Jun 2008, Eygene Ryabinkin wrote:
hello!
has just subscribed
this problem with git is fixed in version 1.5.5.1,
our port requires updating.
--
Have fun!
chd
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/li
.
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
[ FreeBSD committer: [EMAIL PROTECTED] ]
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- [EMAIL
MCK-RIPE, DM3-RIPN]
[ FreeBSD committer: [EMAIL PROTECTED] ]
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- [EMAIL PROTECTED] ***
---
On Fri, 4 Jul 2008, Dmitry Morozovsky wrote:
DM> It seems we step on a bug in gcc in RELENG_7/i386
DM>
DM> It is triggered at least by profiling program which uses getopt(3):
[snip]
DM> other ref platforms seem to be ok.
Nah, HEAD/i386 also has this bug, though backtrace is a b
On Sun, 13 Jul 2008, Peter Jeremy wrote:
PJ> On 2008-Jul-04 13:01:11 +0400, Dmitry Morozovsky <[EMAIL PROTECTED]> wrote:
PJ> >It seems we step on a bug in gcc in RELENG_7/i386
PJ> >
PJ> >It is triggered at least by profiling program which uses getopt(3):
PJ>
PJ
On Sun, 13 Jul 2008, Bruce Cran wrote:
BC> > PJ> On 2008-Jul-04 13:01:11 +0400, Dmitry Morozovsky <[EMAIL PROTECTED]>
BC> > PJ> wrote:
BC> > PJ> >It seems we step on a bug in gcc in RELENG_7/i386
BC> > PJ> >
BC> > PJ> >It is triggered
On Tue, Aug 12, 2008 at 11:52:35PM -0700, Nate Eldredge wrote:
> Hi folks,
>
> I recently tried to run a Linux binary of Maple (commercial math software)
> on my FreeBSD 7.0-RELEASE/amd64 box, and the machine rebooted. I tried it
> again while watching the console, and no panic message appeared
nside for additional details.
http://amdmi3.ru/files/virtualbox-port.tar.gz
--
Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D
[EMAIL PROTECTED] ..: jabber: [EMAIL PROTECTED]http://www.amdmi3.ru
___
freebsd-ha
plains what really happens when
using -lpthread, and what happens in the above mentioned error case
(cc'ing hackers@).
So should -pthread be forced in ldflags
1) Only in ports that explicitely use threads
2) In all ports that link with -lthr implicitely, including through
other ports?
--
Dmi
csp->cp_from = cp;
+ for (; *cp; cp++)
+ *cp = toupper(*cp);
} else
csp->cp_from = iconv_unicode_string;
csp->cp_data = data;
--- iconv.c.patch ends here ---
--
Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A
[DM5020, MCK-RIPE, DM3-RIPN]
[ FreeBSD committer: ma...@freebsd.org ]
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- ma...@rinet.ru
t file system blocked even on reads. This looks
unacceptable for me for any real use.
--
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
[ FreeBSD committer: ma...@freebsd.org ]
-----
s ;)
--
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
[ FreeBSD committer: ma...@freebsd.org ]
s shifted by 36 bytes in the same way.
Any ideas?
PS. Diffs of corrupted blocks in a text format are here:
http://people.freebsd.org/~amdmi3/diff.1.txt
http://people.freebsd.org/~amdmi3/diff.2.txt
http://people.freebsd.org/~amdmi3/diff.3.txt
--
Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510
to access it freeze; this cures itself in some time with a message
"server is alive again"). Also I've seen another strange thing - not
only the mount dies but the network is flooded with NFS traffic.
Last time I've seen it quite a while ago, so I don't remember the
ci
tion means that processes
> on different clients won't see each other's locks. That
> means that you will get corruption if they rely on
> locking.
I know - I have no processes that use locks on that filesystems.
Also there's only a single client.
--
Dmitry Marakasov .
uot;soft" mounts, binaries can coredump, and many
> programs won't notice that write access just failed which
> leads to file corruption.
>
> Personally I definitely prefer the first.
Yeah, but I have mostly desktop<->(NAS w/torrents) setup so I prefer
the second.
--
Dm
number was always 550.
I don't think I found a bug in the kernel :)
I believe I just don't understand something.
Could you please explain the behavior of the module?
Thank you beforehand!
--
Sincerely yours, Dmitry V. Krivenok
e-mail: krivenok.dmi...@gm
or message "-2941 bytes available" is not clear for me :)
What's wrong?
Thank you beforehand!
P.S.
Note that compiling with DEBUG_FLAGS='-g' works fine.
--
Sincerely yours, Dmitry V. Krivenok
e-mail: krivenok.dmi...@gmai
Is there a simple way to build size constrained parts of world (e.g.
bootcode) with '-O2' and other
parts with '-O0'?
On Mon, Apr 12, 2010 at 11:54 PM, Bernd Walter wrote:
> On Mon, Apr 12, 2010 at 10:34:30PM +0400, Dmitry Krivenok wrote:
> > Hello Hackers,
> &
selected information every second
continuously.
--
Dmitry Banshchikov
patch-netstat
Description: Binary data
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to
some kernel option can help?
sorry for poor English.
Sincerely,
Dmitry Flitman
National News Service/National Electronic Library.
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message
On Wed, 30 Jun 1999, Jonathan Lemon wrote:
> In article
>
> you write:
> >I don't seem to see support for GRE (IP-in-IP encaspulation) in FreeBSD
> >(although I might be blind)...anyone working on support it or is there
> >already an implementation?
>
Beware, there is nasty crash when no
gt;dev. So for Device 0 I'm just using OS-created objects:
STAILQ_FOREACH(dinfo,&pci_devq,pci_links) {
cfgp = &dinfo->cfg;
if (cfgp->baseclass != PCIC_BRIDGE) continue;
if (cfgp->subclass != PCIS_BRIDGE_HOST) continue;
В сообщении от Четверг 24 Ноябрь 2005 21:18 Cristiano Deana написал(a):
> Hi,
>
> I got a ZyXEL ZyAIR G-220, dongle usb wi-fi.
> FreeBSD (-CURRENT) shows it as ugen0, what can i do to help somebody
> to include support for this product in FreeBSD?
>
What for? It will work with NDIS compatibility ju
Hello all,
I have two applications (server A and server B, A asks B for data to
serve clients) communicating via UNIX-domain socket. Testing local
clients interact to server A via UNIX-domain sockets too. Server A
uses kqueue(2) to handle clients and server B.
When about 20 clients start reque
John-Mark Gurney wrote on 01.12.2005 10:55 MSK:
JMG> Dmitry Agaphonov wrote this message on Thu, Dec 01, 2005 at 15:06 +0300:
JMG> > I have two applications (server A and server B, A asks B for data to
JMG> > serve clients) communicating via UNIX-domain socket. Testing local
have a better resolution in your console, see graphics and so on, try load
VESA module and use vidcontrol with mode VESA_800x600.
Read man vidcontrol for all this.
Best regards, Bachilo Dmitry
___
freebsd-hackers@freebsd.org mailing list
http://lists.free
T.
I would suggest also using src/tools/tools/recoverdisk by phk (I still not sure
why it's not a port)
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
--
> find out how to do this in FreeBSD.
LRMI <http://sourceforge.net/projects/lrmi> should work
on FreeBSD since version 0.8. And here is my FreeBSD/NetBSD patch
for atitvout (with instructions inside):
http://kaya.nov.net/frol/patches/atitvout-0.4-bsd2.diff
wbr&w, dmitry.
--
Dmitr
* Dan Nelson <[EMAIL PROTECTED]> [31.01.2006 11:13]:
> In the last episode (Jan 31), Dmitry Frolov said:
> > * Loren M. Lang <[EMAIL PROTECTED]> [28.01.2006 13:09]:
> >
> > > Is there any equivalent to the Linux Real Mode interface in FreeBSD? I
>
В сообщении от Пятница 17 Февраль 2006 17:07 Allen написал(a):
> /boot/vmlinuz
>
> Is the boot file you add to lilo
>
> What is the equiv of this in Free BSD? /boot/kernel doesn't seem to work on
> lilo and I'd really like to use it for booting and I've done it before,
> that and Free BSD didn't wa
В сообщении от Понедельник 03 Апрель 2006 12:32 Joe Marcus Clarke написал(a):
> I know we have vfs.usermount, but this is not always sufficient since
> the user has to own the mount point in question. What I propose is to
> add a ``user'' mount option à la Linux. This would make mount and
> umoun
ay for me seems tracking all config while lex/yacc parsing into
memory buffer, as configfile() is invoked after full config parse.
Any thoughts?
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
----
В сообщении от Среда 24 мая 2006 21:14 Cesar написал(a):
> Hi,
>
> Anyone know if FreeBSD 6.x have problems with usb flash disks?
> I have a mini-freebsd build running on some flash disks with FreeBSD
> 5.3, last week I changed to FreeBSD 6.0 and my flash disks started to show
> a lot of er
Does this listing suggest that no code of VolNameToFirstName() has actually
been executed yet? What other gdb commands can I use to narrow down the
problem?
Sincerely, Dmitry
--
Atlantis ISP, System Administrator
e-mail: [EMAIL PROTECTED]
nic-hdl: LYNX-RIPE
_
В сообщении от Понедельник 05 июня 2006 10:04 Roberto Lima написал(a):
> Hi all,
> How do I make to runs the DLINK DSL210 USB in my freebsd? I tried this
> with Linux, and I not have success ..
>
> Anyone can help me?
>
> Thanks and sorry for my bad english.
>
> Roberto.
Is sat a wireless network
code is very simple indeed.
Sincerely, Dmitry
--
Atlantis ISP, System Administrator
e-mail: [EMAIL PROTECTED]
nic-hdl: LYNX-RIPE
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send
t FreeBSD's Netgraph subsystem does?
man 4 netgraph
Sincerely, Dmitry
--
Atlantis ISP, System Administrator
e-mail: [EMAIL PROTECTED]
nic-hdl: LYNX-RIPE
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-
I'm overlooking something very basic and stupid, but can't find what exactly.
Sincerely, Dmitry
--
Atlantis ISP, System Administrator
e-mail: [EMAIL PROTECTED]
nic-hdl: LYNX-RIPE
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
ions are shared.
is rather terse and doesn't explicitly says that w/o it data will not be
stored back to the mmapped object. One can only deduce this behaviour,
and deduction sometimes fails at the end of working day ;)
Sincerely, Dmitry
--
Atlantis ISP, System Administr
_not_ mounted), I'm getting EINVAL
from mmap(). Is mmap()ping a disk slice/partition impossible by design, or it
just isn't implemented yet? IMHO manpage doesn't reply to this question.
Sincerely, Dmitry
--
Atlantis ISP, System Administr
e disk contents and write
them back (e.g., disklabel edition). Of course, those tasks are very
specific, so implementing mmap() just for them is an overkill.
Stanislav Sedov MBSD labs, Inc. <[EMAIL PROTECTED]>
Россия, Москва http://mbsd.msk.ru
Sincerely, Dmitry
-
ays are some unused memory regions, hence
you need not add 64k to RAM size. At least, I had no trouble using swap == RAM
for last 5 years or so...
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
----
Marck [DM5020, MCK-RIPE, DM3-RIPN]
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- [EMAIL PROTECTED] ***
___
fr
IRTY
GenID: 0
SyncID: 9
Number: 2
Type: DATA
5. Name: ad10g
Mediasize: 279689633280 (260G)
Sectorsize: 512
Mode: r1w1e1
State: ACTIVE
Flags: DIRTY
GenID: 0
SyncID: 9
Number: 3
Type: DATA
Sincerely,
D.Marck [DM502
[DM5020, MCK-RIPE, DM3-RIPN]
----
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- [EMAIL PROTECTED] ***
___
freebsd-hackers@freebsd.org mailing list
http://li
d' `b d' `b $. `*o. $ @
$'$ @D @D $ `b `b $.P
$ $ q. q. $.P ,. .P $ .*
$ $ *ss* *ss* $* ^ss' ?ss*`
--
Best regards,
Dmitry mailto:[EMAIL PROTECTED]
put a disklabel with 8 partitions
> in it on each one (for 32 total). It isn't as convenient, but it does
> work.
About `lack' of partitions - don't forget that labels can be nested.
Just do `bsdlabel -w /dev/ad0s1e` - you'll get /dev/ad0s1ea.
--
Best regards,
Dmit
to mount subpartitions of that image (or boot qemu from it)
without md(4) overhead (of course MBR slices can be nested as well
- you'll get ad0s1s1 or ad1s1as1). Very cute indeed :)
--
Best regards,
Dmitry mailto:[EM
* David Gilbert ([EMAIL PROTECTED]) wrote:
> Dmitry> About `lack' of partitions - don't forget that labels can be
> Dmitry> nested. Just do `bsdlabel -w /dev/ad0s1e` - you'll get
> Dmitry> /dev/ad0s1ea.
> Don't also forget that gpt(8) exists and seems to
ound these quite easy to change.
I'm not sure about compatibility though - is it possible to introduce
some flag into label indicating that it uses relative offsets?
If the idea is welcomed, I am eager to work on it, as I would like this
change much.
--
Best regards,
Dmitry
disk to another, and the answer was "it's
> always been that way" :) It shouldn't be too hard to have the code
> autodetect whether the offsets are relative or absolute by looking at
> what the 'c' partition's offset is.
The only problem seem to be t
t of the containing provider.
It has nothing to do with GEOM, it's ondisk format of disklabel. I've
confirmed, there are global offsets.
--
Best regards,
Dmitry mailto:[EMAIL PROTECTED]
___
freebsd-hackers@freebsd.org
the message is worrying.
Sincerely, Dmitry
--
Atlantis ISP, System Administrator
e-mail: [EMAIL PROTECTED]
nic-hdl: LYNX-RIPE
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
[DM5020, MCK-RIPE, DM3-RIPN]
----
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- [EMAIL PROTECTED] ***
___
freebsd-h
512M/4k/512 swap-backed md, the former with /usr/src on the
gmirror'ed pair of SATAs.
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- [EMAIL PRO
But, in order to populate the ram disk, you must read /usr/src also from
EA> something, and that also takes time, which you should include in the full
EA> scope.
... and that populates cache with src files as well ;-)
Sincerely,
D.Marck [DM5020, MCK-RIPE
be I did used wrong wording (2% is statistically meaningful), but for
me 2% is not worth all the efforts needed to organize ram disk
infrastructure...
Sincerely,
D.Marck [DM5020,
vert protocol pass through. Would be nice if divert
pseudo protocol is also covered.
wbr&w, dmitry.
--
Dmitry Frolov <[EMAIL PROTECTED]>
RISS-Telecom Network, Novosibirsk, Russia
[EMAIL PROTECTED], +7 383 2278800, DVF-RIPE
___
Hello!
I am using FreeBSD-9-STABLE on the following hardware:
FreeBSD/SMP: Multiprocessor System Detected: 24 CPUs
FreeBSD/SMP: 2 package(s) x 6 core(s) x 2 SMT threads
So I have 2 physical CPUs with 6 core each.
# cpuset -g
pid -1 mask: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
Marck [DM5020, MCK-RIPE, DM3-RIPN]
[ FreeBSD committer: ma...@freebsd.org ]
----
*** Dmitry Morozovs
On Sat, 31 Aug 2013, Dmitry Morozovsky wrote:
> > > I don't have an exact recollection of what is installed by freebsd-update
> > > - are
> > > *.symbols files installed?
> >
> > Doesn't look like it. I wonder if I can grab that from a distro si
[DM5020, MCK-RIPE, DM3-RIPN]
[ FreeBSD committer: ma...@freebsd.org ]
----
*** Dmit
Hello!
I have a program which mmap()s a lot of large files (total size more that RAM
and I have no swap), but it needs only small parts of that files at a time.
My understanding is that when using mmap when I access some memory region OS
reads the relevant portion of that file from disk and cac
On 11.10.2013, at 9:17, Konstantin Belousov wrote:
> On Wed, Oct 09, 2013 at 03:42:27PM +0400, Dmitry Sivachenko wrote:
>> Hello!
>>
>> I have a program which mmap()s a lot of large files (total size more that
>> RAM and I have no swap), but it needs only sma
On 12.10.2013, at 13:59, Konstantin Belousov wrote:
>
> I was not able to reproduce the situation locally. I even tried to start
> a lot of threads accessing the mapped regions, to try to outrun the
> pagedaemon. The user threads sleep on the disk read, while pagedaemon
> has a lot of time to re
1 - 100 of 296 matches
Mail list logo