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
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
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
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
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
"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
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
"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
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
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:/
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
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
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
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
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
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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.
>
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
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
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
inters would be great.
Try looking at contigmalloc (in sys/vm/vm_contig.c)
--
Seeya...Q
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
_ / Quinton D
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
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
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
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
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
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
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
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
.x version.
PS: I am still waiting for NVidia to reply to any of my emails. :(
--
Seeya...Q
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
_ / Quinton Dolan [EMAIL
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
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
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
32 matches
Mail list logo