Re: Q:possibility PFIL+mbuf use for packet spawning

2010-01-19 Thread q q
Error: line And server got message:"Test Message.Qnd message" should read as line And server got message:"Test Message.G\0d message". Sent you last logs, big Apologises :( 2010/1/19 q q > > I coded all checksum calculations code. All works ok when i just modifying &g

Re: Q:possibility PFIL+mbuf use for packet spawning

2010-01-19 Thread q q
I coded all checksum calculations code. All works ok when i just modifying data of packets(like all T letters to Q letters) But now i get some strange error: packet1: TestMessage. packet2: 2nd message im using on first packet only next code(data is a pointer to char* from mbuf containing strings

Q:possibility PFIL+mbuf use for packet spawning

2010-01-15 Thread q q
I'm using pfil as packet filter for packet modifications. Is it possible to spawn new packets to network from pfil using mbuf? Another question: im using m_append to change packet length and add data(its working, at least server got longer message) but when i wireshark clients packets(win machin

Re: Req: Help tracking possible kernel memory leak. - possibly filesystem related

2006-08-01 Thread Q
On 01/08/2006, at 3:10 PM, Q wrote: I was wondering if someone could help point me in the direction of how to go about trying to resolve what I assume to be a memory leak in FreeBSD 6.x. I have made some more progress on identifying this problem. If I drop to single user mode, and then

Req: Help tracking possible kernel memory leak.

2006-07-31 Thread Q
about 680Mb after 7 days) and growing at an almost linear rate. If someone would be so kind as to provide some advice on how to track down this issue it would be much appreciated. Having to reboot these machines every 15 days is

Re: Developing device-drivers without rebuilding the hole kernel

2004-12-18 Thread =?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=
"Anton Wöllert" <[EMAIL PROTECTED]> writes: > i want to edit the syscons driver for additional vesa-support. but i don't > want to rebuild the whole kernel every time i add a few new lines or a > function. is there a way to just build the syscons object file and maby a > few dependencies every time

Developing device-drivers without rebuilding the hole kernel

2004-12-18 Thread =?ISO-8859-1?Q?=22Anton_W=F6llert=22?=
Hello, i want to edit the syscons driver for additional vesa-support. but i don't want to rebuild the whole kernel every time i add a few new lines or a function. is there a way to just build the syscons object file and maby a few dependencies every time and then just link it together with the res

Re: using two keyboards at the same time

2004-12-16 Thread =?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=
"Norbert Koch" <[EMAIL PROTECTED]> writes: > if (select (maxfd, & ofds, NULL, NULL, NULL) == -1) maxfd + 1 DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers T

Re: Multi-volume compressed dumps on DVDs

2004-12-16 Thread =?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=
Peter Jeremy <[EMAIL PROTECTED]> writes: > Has anyone looked at modifying dump/restore to support: > 1) Dumping onto DVDs (sending the appropriate "close volume" command) > 2) Compressed multi-volume dumps >This means monitoring the compressed data stream and flushing the >compress engine s

Re: duplicate CVS modules in merged CVSROOT

2004-12-16 Thread =?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=
Dmitry Morozovsky <[EMAIL PROTECTED]> writes: > It seems some checks should be added to module merging code... ...or somebody should stop using the merged CVSROOT. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http:/

Re: Hand on gmirror (Was: Re: gmirror bugs, how many?)

2004-12-08 Thread =?ISO-8859-1?Q?Jo=E3o_Carlos_Mendes_Lu=EDs?=
Pawel Jakub Dawidek wrote: On Wed, Dec 08, 2004 at 02:10:02AM +0200, Alexandr Kovalenko wrote: +> Hello, Pawel Jakub Dawidek! +> > +> > This is known race, which is already fixed in HEAD. I want to commit it +> > soon. +> +> Any plans on backporting it to RELENG_5 (RELENG_5_3 maybe?)? I'm going

Re: FreeBSD and MacOS

2004-07-01 Thread Q
On 02/07/2004, at 5:29 AM, Justin Walker wrote: On Jun 30, 2004, at 23:33, Q wrote: Darwin still uses a Mach kernel design, although Apple has made some significant modifications to its implementation to reduce message passing overhead and latency etc, making it something of a hybrid and no

Re: FreeBSD and MacOS

2004-07-01 Thread Q
are all kept intact, it's one of the requirements of virtually every opensource license. To remove them would be a violation of the original copyright holders requirements. -- Seeya...Q -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- _ / Quin

Re: writing to RW-mounted UFS2 snapshots - confirmed.

2004-07-01 Thread Q
On 01/07/2004, at 4:22 PM, Q wrote: On 01/07/2004, at 12:25 PM, Sam Lawrance wrote: This is unexpected. You can successfully mount the snapshot read/write and create and write to files in that snapshot. You can also write to files that existed in the snapshot prior to mounting it read/write

Re: FreeBSD and MacOS

2004-06-30 Thread Q
ack support including BPF & IPFW Most of the BSD/Posix/SYSV system calls (sysctl, fork, exec, ktrace, mmap, etc) and corresponding MAN pages. -- Seeya...Q -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Re: writing to RW-mounted UFS2 snapshots - confirmed.

2004-06-30 Thread Q
tly applied to the live filesystem. This might be useful for testing an upgrade or database recovery on a "staging" snapshot before attempting to modify the real thing. -- Seeya...Q -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Re: New modem. Newbie need help.

2004-01-09 Thread Q
This particular card is a controllerless modem (ie. it is a winmodem), and has no UART. Seeya...Q On Fri, 2004-01-09 at 21:33, Cristiano Deana wrote: > Sorry for my basic knownledge about freebsd hacking and english language. > > Problem: i need to use an internal PCI modem, 56k. >

Re: Looking for a AMD64 nForce3 volunteer.

2003-12-25 Thread Q
Linux binary version working on the AMD64 nForce3 boards should be trivial as it varies very little from the i386 version, so I would like to get that working first. Seeya...Q On Thu, 2003-12-25 at 15:22, Matthew Dillon wrote: > I just found a linux written, GPL'd, reverse engineered

Looking for a AMD64 nForce3 volunteer.

2003-12-23 Thread Q
s so I (should) just need to sort out any 64bit related issues, get it to build and make sure that it works. Any and all assistance would be much appreciated. -- Seeya...Q -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Re: Per CPU region of memory

2003-12-22 Thread Q
inters would be great. Try looking at contigmalloc (in sys/vm/vm_contig.c) -- Seeya...Q -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- _ / Quinton D

Re: POSIX Threads

2003-10-29 Thread Q
s.. I don't know sorry. Seeya...Q On Wed, 2003-10-29 at 22:10, Isaac Gelado wrote: > Hello all, > I am developing a distributed application based on MICO (mico-2.3.9), > which uses Packet Capture Library (PCapLib). > > In the code, I create a posix thread to execute the pc

Re: Some mmap observations compared to Linux 2.6/OpenBSD

2003-10-23 Thread Q
Good point, maybe I should have said "increasing" growth instead of "linear" ;) Seeya...Q On Thu, 2003-10-23 at 23:02, Marc Olzheim wrote: > On Thu, Oct 23, 2003 at 09:55:21PM +1000, Q wrote: > > I beg to differ. It might show linear growth, but the OpenBSD gr

Re: Some mmap observations compared to Linux 2.6/OpenBSD

2003-10-23 Thread Q
I beg to differ. It might show linear growth, but the OpenBSD graph is definitely not O(n). Seeya...Q On Thu, 2003-10-23 at 21:23, Andy wrote: > On Thu, Oct 23, 2003 at 09:36:48AM +1000, Q wrote: > > This is interesting, and demonstrates what I have been seeing, however > > Op

Re: Some mmap observations compared to Linux 2.6/OpenBSD

2003-10-22 Thread Q
egion from available free space.. an area in which FreeBSD and NetBSD clearly lag behind OpenBSD. This would in no way effect the performance of using the region after it has been allocated. Seeya...Q On Thu, 2003-10-23 at 06:42, Andy wrote: > On Wed, Oct 22, 2003 at 04:50:58PM +0100, Bruce M

Re: Some mmap observations compared to Linux 2.6/OpenBSD

2003-10-22 Thread Q
tries in the vm_map. augment the red-black tree to find free space between entries. speeds up memory allocation, etc..." I am wondering if there is a compelling reason why the technique used by OpenBSD could not be adapted to FreeBSD's VM system. Seeya...Q On Wed, 2003-10-22 at 19:57

Re: Some mmap observations compared to Linux 2.6/OpenBSD

2003-10-22 Thread Q
CVS or the mail archives that I can find that would indicate any intention to change the current implementation. Seeya...Q On Wed, 2003-10-22 at 18:29, Kris Kennaway wrote: > On Wed, Oct 22, 2003 at 12:22:35PM +1000, Q wrote: > > > Can someone comment on whether this is something that has

Some mmap observations compared to Linux 2.6/OpenBSD

2003-10-21 Thread Q
same purpose (O(log n) cost). Profiling the FreeBSD kernel appears to confirm this. Can someone comment on whether this is something that has been done intentionally, or avoided in favour of some other yet to be implemented solution? Or is it still on someones todo list. -- Seey

Re: CC swiper / Cash machine

2003-10-15 Thread Q
device that you can forward to me that might give me an idea of what such a protocol would normally look like. Seeya...Q On Thu, 2003-10-16 at 07:40, Dirk-Willem van Gulik wrote: > On Wed, 15 Oct 2003, Keith Pitcher wrote: > > > Anyone ever used FreeBSD to talk to a CC swipe machine and

nForce MCP network driver - working

2003-09-29 Thread Q
.x version. PS: I am still waiting for NVidia to reply to any of my emails. :( -- Seeya...Q -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- _ / Quinton Dolan [EMAIL

Kernel space: MALLOC() & TAILQ_*()

2002-07-10 Thread =?unknown-8bit?q?Aur=E9lien?= Nephtali
Hi, I'm new in kernel coding (i'm making a kernel module) so i had to learn how to use MALLOC*() macros to get memory, not very difficult in fact. But when the moment of making a chained list came, the first difficulty appears :/ Before, i made chained lists like that: struct my_type { s

cy0: port not found

2001-05-01 Thread q
puter. But reported : cy0: port not found What should I do ??? Thank's. Q -- Email ini dikirim oleh PlasaCom : http://www.plasa.com Cepat di-download via TelkomNet Instan http://www.plasa.com/instan Rindukah Anda bertemu dengan

Upgrading OpenSSL/OpenSSH

2001-04-22 Thread q
Somebody can help me, how to upgrade OpenSSL/OpenSSH to latest version at FreeBSD 4.2 / 4.3 ? Thank's. Q -- Email ini dikirim oleh PlasaCom : http://www.plasa.com Cepat di-download via TelkomNet Instan http://www.plasa.com/i