Re: Performance improvement to strnlen().

2013-05-27 Thread Adam Nowacki
On 2013-05-27 10:37, Václav Zeman wrote: On 26 May 2013 21:01, Lee Thomas wrote: On 2013-05-26 08:00, Václav Zeman wrote: On 05/25/2013 10:27 PM, Lee Thomas wrote: + lp = (const unsigned long *)((uintptr_t)str & ~LONGPTR_MASK); + va = (*lp - mask01); + vb = ((~*lp) & mask80

Re: the Newcons Project

2013-04-01 Thread Adam Vande More
gt; > if so, exactly what things have to be done yet, in order for FreeBSD to > have a console like Gentoo? > > > -- > > Sam Fourman Jr. > ___ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.or

Re: considering i386 as a tier 1 architecture

2013-04-01 Thread Adam McDougall
On 04/01/13 06:39, Dag-Erling Smørgrav wrote: > Mehmet Erol Sanliturk writes: >> At present, there is NO any processor which is ONLY 32-bits. > > All the world is not a PC. There are still 32-bit x86-based embedded or > small-form-factor systems, such as the soekris net5501 and net6501, > which

Re: ZFS regimen: scrub, scrub, scrub and scrub again.

2013-01-24 Thread Adam Nowacki
On 2013-01-24 15:45, Zaphod Beeblebrox wrote: Ok... so my question then would be... what of the small files. If I write several small files at once, does the transaction use a record, or does each file need to use a record? Additionally, if small files use sub-records, when you delete that file

Re: ZFS regimen: scrub, scrub, scrub and scrub again.

2013-01-24 Thread Adam Nowacki
On 2013-01-24 15:24, Wojciech Puchar wrote: For me the reliability ZFS offers is far more important than pure performance. Except it is on paper reliability. This "on paper" reliability in practice saved a 20TB pool. See one of my previous emails. Any other filesystem or hardware/software rai

Re: ZFS regimen: scrub, scrub, scrub and scrub again.

2013-01-24 Thread Adam Nowacki
On 2013-01-23 21:22, Wojciech Puchar wrote: While RAID-Z is already a king of bad performance, I don't believe RAID-Z is any worse than RAID5. Do you have any actual measurements to back up your claim? it is clearly described even in ZFS papers. Both on reads and writes it gives single drive

Re: SATA disk disappears

2013-01-12 Thread Adam Vande More
Maybe just bumping kern.cam.ada.default_timeout to 45 or something might help while still allowing drive to function as designed. -- Adam Vande More ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To

Re: Jumbo Packet fail.

2012-11-17 Thread Adam McDougall
On 11/17/2012 5:32 PM, Zaphod Beeblebrox wrote: I recently started using an iSCSI disk on my ZFS array seriously from a windows 7 host on the network. The performance is acceptable, but I was led to believe that using Jumbo packets is a win here. My win7 motherboard adapter did not support jumb

Re: FreeBSD 8.3

2012-07-14 Thread Adam Vande More
casionally the VM export/import functionality has produced silliness. Try creating new VM from scratch then attaching existing VM disk(s) to it. -- Adam Vande More ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Replacing BIND with unbound (Was: Re: Pull in upstream before 9.1 code freeze?)

2012-07-07 Thread Adam Vande More
ears now for functionality they do not provide, > which > >>> named happily gives me. > >> > >> Other than authoritative DNS, what features does unbound lack that you > want? > > > > DNS64 as a start. > > Personally I would classify that as a h

Re: sysctl filesystem ?

2012-06-25 Thread Adam Vande More
On Mon, Jun 25, 2012 at 7:03 PM, Arnaud Lacombe wrote: > Hi folks, > > I find myself in a situation where I need to directly explore the > sysctl(8) tree from my program. The tricky part is this: > There is this: http://svnweb.freebsd.org/base/releng/4.7/sys/miscfs/kernfs/ --

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-03-29 Thread Adam Vande More
ent on this post indicating someone else with the issue and who has received unofficial vmware feedback. http://www.hailang.me/tech/virtual/freebsd-vmware-esx-a-weird-error-with-san-storage/ And then there is this one with similar symptoms and a workaround: http://forums.freebs

Re: Graphical Terminal Environment

2012-03-06 Thread Adam Vande More
ading and lighting. Think of > anything > you'd need for making simple 2d apps, and I'd throw it in. > Sounds like you are reinventing SDL. -- Adam Vande More ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailma

Re: Graphical Terminal Environment

2012-03-05 Thread Adam Vande More
; written, but it's getting outdated and quite large, especially if you only > need terminals and no graphics (and really, I just want to learn, I > understand that I'm 'reinventing the wheel'). > Perhaps I'm misunderstanding, but do

Re: OS support for fault tolerance

2012-02-24 Thread Adam Vande More
but it is something I've looked into a bit. The solution which seemed most promising to me is Remus. I don't know if any have heard of it so I offer a link: http://static.usenix.org/event/nsdi08/tech/full_papers/cully/cully_html/ I understand this doesn't correlate exactly

Re: FreeBSD has serious problems with focus, longevity, and lifecycle

2012-01-18 Thread Adam Vande More
D Foundation and I don't want to do any dev unless there is some momentum. -- Adam Vande More ___ 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"

Re: Limiting disk I/O by jail or uid?

2011-11-21 Thread Adam Vande More
ried with gsched? It's pretty easy to turn on and might be good enough to keep the system responsive in your workload. Also AFAIK ZFS has a built in scheduler, not sure if it's adequate or tunable. Finally workaround in VirtualBox. The "VBoxManage bandwidthctl" allows you

Re: Limiting disk I/O by jail or uid?

2011-11-21 Thread Adam Vande More
t; Limiting CPU has long been the poor man's IO scheduler, and has usually worked pretty well for me but has required some trial and error. YMMV -- Adam Vande More ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/li

Re: Limiting disk I/O by jail or uid?

2011-11-21 Thread Adam Vande More
eebsd.org/Hierarchical_Resource_Limits -- Adam Vande More ___ 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"

Re: VMWare/Virtualbox virtio network drivers?

2011-09-06 Thread Adam Vande More
ch I swicthed to the virtio network interfaces. > There is this patch, but it didn't get committed for some reason. http://lists.freebsd.org/pipermail/freebsd-current/2011-January/022036.html -- Adam Vande More ___ freebsd-hackers@freeb

Re: dhclient fails: DHCPNACK rejected

2011-07-27 Thread Adam Vande More
Do you have a /etc/dhclient.conf on the box? -- Adam Vande More ___ 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"

Re: who is in swap?

2011-05-20 Thread Adam Vande More
ll take some 20 days > to exhaust the space, it will hang before that :-( - which > is what I'm trying to find why > ps ax If second character of state column is W, the process is swapped out. -- Adam Vande More ___ freebsd-hackers@fre

Re: ccache pausing in buildworld

2010-10-31 Thread Adam Vande More
7; in mnemonic *** Error code 1 8 errors *** Error code 2 2 errors *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error -- Adam Vande More ___ 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"

Re: Space character in rc.conf variable

2010-10-30 Thread Adam Vande More
"SSID WITH SPACE" from the >> command >> line, works fine. >> > > The best solution would be to change the SSID to one without spaces. :) > > If you can't or won't do that, one of these should work, please report back > which one

Re: sysctl way too slow

2010-07-14 Thread Adam Vande More
7;ll > get a chance to do it, but i'll update the list with details when it > happens. > FWIW, my old dell > /usr/bin/time sysctl -n hw.acpi.battery.life hw.acpi.battery.time hw.acpi.battery.state 100 -1 0 0.01 real 0.00 user 0.01 sys -- Adam Vande Mo

Re: sysbench / fileio - Linux vs. FreeBSD

2010-06-06 Thread Adam PAPAI
8GB Memory 2x72GB SCSI HDD 2x3.4Ghz Xeon Overall: Dell Poweredge 1850. With no raid installed. I'm waiting the benchmark options to run. - -- Adam PAPAI -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://eni

Re: sysbench / fileio - Linux vs. FreeBSD

2010-06-06 Thread Adam PAPAI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/5/10 2:43 AM, Igor Mozolevsky wrote: > On 5 June 2010 00:58, Adam PAPAI wrote: > >> How can I tune my disk to make it faster? Is it possible? What is the >> reason of the really slow I/O with more than 4 threads? What do you

Re: sysbench / fileio - Linux vs. FreeBSD

2010-06-05 Thread Adam PAPAI
e the same results. With compression it's pretty fast. An application benchmark will give us typical data write, so I'll run PgSQL benchmarks on the ZFS pool as well. - -- Adam PAPAI NETIDEA Informatikai Szolgáltató Kft. http://www.netidea.hu E-mail: w...@wooh.hu Phone: +36 30 33-55-735 (H

Re: sysbench / fileio - Linux vs. FreeBSD

2010-06-05 Thread Adam PAPAI
t; /home : zfs with compression disabled and checksums enabled > > I ran a test with a blocksize of 8KB and 16 threads. > > /var : 25.2MB/s > /usr/obj : 64.8MB/s > /usr/src : 386.3MB/s > /home : 60.3MB/s > It seems I have to test it with zfs as well.

sysbench / fileio - Linux vs. FreeBSD

2010-06-04 Thread Adam PAPAI
enBSD servers to FreeBSD 3 years ago... :) When all tests are ready I'll publish all the results, including the postgresql benchmarks as well. Best Regards, - -- Adam PAPAI -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.

Re: random FreeBSD panics

2010-03-28 Thread Adam Vande More
's most extensive testing mode. Only consistently effective option is to replace with a known good piece of memory. -- Adam Vande More ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe,

Re: FreeBSD 7.0-RELEASE amd64 on Dell M600 Blade

2008-12-03 Thread Adam Jacob Muller
d I'm about to purchase more of them. Karl Anyone ever get this to work? Perhaps this was fixed in a newer FreeBSD? Have some M600 that i'd like to get FreeBSD running on :) hint.apic.0.disabled seemed to change things a bit, it would reach loading mfs root b

CopyOut Size Limits

2008-04-25 Thread Adam
rnatively what is the appropriate method for transferring kbs of data from kernel to userspace? Thanks, Adam ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: GPT boot loader?

2007-05-28 Thread Adam Martin
Resent to freebsd-hackers@: Greetings, all. On 2007.05.22, at 03:57, Ivan Voras wrote: Hi! I've had the opportunity to talk to Adam Martin, Marcel Moolenaar and Peter Wemm about making GPT bootable, but not all of them at the same time, so I'd like this thread to be the meeting po

FreeBSD available disk space

2007-02-26 Thread Adam Jacob Muller
ell as: I can see that libstatgrab uses #ifdef's for all *BSD flavours and casts f_bavail to (long long). Not sure if this is the correct solution, my previous suspicions that it may not work with really big filesystems still aply. Thanks in

Re: upload speed test problem

2005-05-12 Thread Adam Maloney
nfigured). If a proxy was detected, I could either spit out a warning to the user that the speeds reported could be inaccurate, or I could simply refuse to continue. On the plus side, overall the test worked pretty well. HTH, Adam ___ freebsd-hackers@free

Re: ABV.BG автоматичен отговор

2005-04-20 Thread Adam Maloney
On Wed, 20 Apr 2005 freebsd-hackers@freebsd.org wrote: blagodarq za izpratenoto ot Vas pismo nai skoro shte vi otgovorq!! Sir, this is not the appropriate forum to cast your vote for Pope. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.

Re: virtual swich

2005-04-19 Thread Adam Maloney
://www.pdos.lcs.mit.edu/click/ I had trouble building the correct configuration with Click. I ended up using a picobsd floppy. Easy-peasy. HTH, Adam ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To

Re: Global / Cluster / Shared filesystem for FreeBSD?

2005-03-11 Thread Adam Maloney
On Fri, 11 Mar 2005, Eric Anderson wrote: Speaking of filesytems :), I have a real need for a global filesystem (or "me too" I played with CODA a few months ago but it didn't seem to be solid, and didn't fit my needs. Everything else I've looked at is Linux-only. Please follow-up to the list, I

Re: basic programming questions

2005-03-10 Thread Adam Maloney
On Thu, 10 Mar 2005, H. S. wrote: Hey, Sorry if this is a little offtopic, but I need some basic help with C. I'm not a programmer, but I need to get something done in C for a project. I need to do a console application, and as I've got some free time, I'd like to add bold sentences and characters

Re: My project wish-list for the next 12 months

2004-12-02 Thread Adam Maloney
On Thu, 2 Dec 2004, Brad Knowles wrote: It's interesting that you mention this. I've been giving some thought to how I might be able to dive in and start seriously working on building my UltraSPARC cluster (based on the four U10 clones I have already, plus as many U5s as I can throw into the m

Re: Raid problems

2004-09-21 Thread Adam Maloney
> I'm trying to install FreeBSD 5.3-Beta5 on a friend's server. He has a promise > fasttracks SX4000 raid controller (raid level 5), but when booting freebsd we > get a list of all the 4 disks. Is that right? (haven't tried installing freebsd > on a raid computer). I've tried install freebsd on one

Re: general load balancing issues

2003-12-15 Thread Adam C. Migus
has clear advantage over the database back-end approach. It's certainly a cool way to do it especially if you weren't doing database stuff. Since your going for performance, already using a database and doing a new configuration, my vote is for the database back-end solution as well. Adam ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

pkg_create

2003-08-19 Thread Adam Balogh
Hello, Has anyone found a solution for the pkg_create problem mentioned here in June? The original discussion. > http://lists.freebsd.org/pipermail/freebsd-hackers/2003-June/001673.html Cheers, Adam ___ [EMAIL PROTECTED] mailing list h

Re: running 5.1-RELEASE with no procfs mounted (lockups?)

2003-07-22 Thread Adam Migus
s "cleaned up" > and not > even fully written, when it's not "cleaned up") ktrace > loses > utterly. > Would something like: live_ktrace() { local _kf="`mktemp -t ktrace.$$`"; ktrace -p $1 -f $_kf; kdump -lf $_kf; rm -f $_kf; } do what you

Re: Communications kernel -> userland

2003-07-22 Thread Adam Migus
ature. > IOLite is the > closest I know of, as it supports the zero-copy page > and memory ownership > bits, although I don't know if they allowed it to > handle packets, perhaps > just datagrams and streams. > Given my comments above would it not be possible to offe

Re: Communications kernel -> userland

2003-07-22 Thread Adam Migus
> [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > Perhaps I'm not understanding you right but I think Pawel's idea is cool. It seems to ful

usbd/devd

2003-03-26 Thread Adam Migus
ion 1)... :-) -- Adam Migus - Research Scientist Network Associates Laboratories (http://www.nailabs.com) TrustedBSD (http://www.trustedbsd.org) FreeBSD (http://www.freebsd.org) ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ha

Re: Disk scheduling in FreeBSD

2003-03-05 Thread Adam Migus
It's very WIP right now and will remain so for another couple of weeks. I'd planned to show more people a 'working' version when a) i got a home for the page and b) the numbers its producing have reasonable variance. I'd prefer defering a public release until those goals are reached. You've given

RE: Disk scheduling in FreeBSD

2003-03-04 Thread Adam Migus
e "Silby" Silbersack > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-hackers" in the body of the message -- Adam Migus - Research Scientist Network Associates Laboratories (http://www.nailabs.com) TrustedBSD (http://www.trustedbsd.org) FreeBSD (http://www.freebsd.org) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Christmas Season Is Over! Bill Season Is Here! 1/3/2003 6:56:25 AM

2003-01-03 Thread Adam Smith
Apply Today at www.SmartChoiceLoanCenter.com Save Big On your Mortgage or Credit Card Debts! The Easy Way to Save yourself literally thousands a year! The best part is your Quote is FREE and we will show you how much money you can SAVE INSTANTLY! Bottom-line: If we can't lower your existing

ports building question

2002-12-01 Thread Adam Migus
out doing this, it would be helpful. -- Adam Migus ([EMAIL PROTECTED]) ([EMAIL PROTECTED]) TrustedBSD (http://www.trustedbsd.org) | The Power To Secure To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: ports/45119: New Port: The /. report

2002-11-07 Thread Adam Weinberger
Synopsis: New Port: The /. report State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Thu Nov 7 12:33:02 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=45119 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ha

Re: ports/45118: New Port: The /. report

2002-11-07 Thread Adam Weinberger
Synopsis: New Port: The /. report State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Thu Nov 7 12:32:50 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=45118 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ha

Re: ports/45117: New Port: The /. report

2002-11-07 Thread Adam Weinberger
Synopsis: New Port: The /. report State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Thu Nov 7 12:32:38 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=45117 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ha

Re: ports/45116: New Port: The /. report

2002-11-07 Thread Adam Weinberger
Synopsis: New Port: The /. report State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Thu Nov 7 12:32:22 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=45116 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ha

Re: ports/45115: New Port: The /. report

2002-11-07 Thread Adam Weinberger
Synopsis: New Port: The /. report State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Thu Nov 7 12:32:08 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=45115 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ha

Re: ports/45114: New Port: The /. report

2002-11-07 Thread Adam Weinberger
Synopsis: New Port: The /. report State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Thu Nov 7 12:31:50 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=45114 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ha

Re: ports/45113: New Port: The /. report

2002-11-07 Thread Adam Weinberger
Synopsis: New Port: The /. report State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Thu Nov 7 12:31:38 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=45113 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ha

Re: ports/45112: New Port: The /. report

2002-11-07 Thread Adam Weinberger
Synopsis: New Port: The /. report State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Thu Nov 7 12:31:26 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=45112 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ha

Re: ports/45111: New Port: The /. report

2002-11-07 Thread Adam Weinberger
Synopsis: New Port: The /. report State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Thu Nov 7 12:31:14 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=45111 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ha

Re: ports/45110: New Port: The /. report

2002-11-07 Thread Adam Weinberger
Synopsis: New Port: The /. report State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Thu Nov 7 12:31:00 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=45110 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ha

Re: ports/45109: New Port: The /. report

2002-11-07 Thread Adam Weinberger
Synopsis: New Port: The /. report State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Thu Nov 7 12:30:46 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=45109 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ha

Re: ports/45108: New Port: The /. report

2002-11-07 Thread Adam Weinberger
Synopsis: New Port: The /. report State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Thu Nov 7 12:30:34 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=45108 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ha

Re: ports/45107: New Port: The /. report

2002-11-07 Thread Adam Weinberger
Synopsis: New Port: The /. report State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Thu Nov 7 12:30:18 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=45107 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ha

RE:

2002-05-16 Thread Adam Migus
-A | grep "net.inet" You can even mess around with some of the ipc related variables: sysctl -A | grep "kern.ipc" You should be able to manipulate the stack enough with that but there is always the source. :-) -- Adam Migus ([EMAIL PROTECTED]) ([EMAIL PROTECTED]) FreeBSD (ht

Partnership Proposal

2002-02-14 Thread MR MICHEAL ADAM
ENT AND CONFIDENTIAL

No Subject

2001-09-11 Thread Adam Tuttle
unsubscribe freebsd-hackers To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Query: How to tell if Microsoft is using BSD TCP/IP code?

2001-06-25 Thread Adam
>> Can you substantiate your claim there is "plenty of GNU stuff" in >> Interix, or are you just talking out your ass as usual? Substantiate? Look at the component list: http://www.microsoft.com/windows2000/interix/features.asp >Why should I substantiate it? Do it yourself if it bothers you.

Re: Query: How to tell if Microsoft is using BSD TCP/IP code?

2001-06-19 Thread Adam
An article over on www.Kuro5hin.org by a someone who claims to be a former MS employee describes the stack used in NT back in the early 90's as code which was liscensed from a company called 'Spider'. In the comp.unix.admin archives I found a post which references Spider QNIX as a *nix variant so

Re: Query: How to tell if Microsoft is using BSD TCP/IP code?

2001-06-18 Thread Adam
I'm not sure if this will help or not but Winsock.h, Winsock2.h, and Ws2spi.h which are shipped with visual studio 6 include the following in the header: * This file includes parts which are Copyright (c) 1982-1986 Regents * of the University of California. All rights reserved. The * Berkele

Re: Sysadmin article

2001-06-15 Thread G. Adam Stanislav
ave no tuning man page. Where can I get it from? Adam -- Apply standard disk lamer To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: _ANSI_SOURCE vs. _ANSI_C_SOURCE

2001-06-01 Thread G. Adam Stanislav
gh. I suppose you could always define: #define _POSIX_SOURCE 1 #define _POSIX_C_SOURCE _POSIX_SOURCE Cheers, Adam --- http://phonecowboy.com/registrar/twist/ finds a good domain for you and checks for its existence. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsub

Re: What changed in ld?

2001-06-01 Thread G. Adam Stanislav
text section. So, I replaced all occuarnces of ".code" (including those in my include file system.inc) with ".text" and it now works again. Adam P.S. I was using nasm, not gas. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: What changed in ld?

2001-06-01 Thread G. Adam Stanislav
At 09:30 01-06-2001 -0700, David O'Brien wrote: >This would be a question for the GNU Binutils mailing list to find out >why they changed anything. Thank you. I did as you suggested, and found a solution. Thanks again, Adam To Unsubscribe: send mail to [EMAIL PROTECTED] with &

What changed in ld?

2001-06-01 Thread G. Adam Stanislav
recognize the .bss section as being bss? Thank you, Adam -- Perfection is for neurotics To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Debuggers for FreeBSD

2001-05-29 Thread G. Adam Stanislav
(assembly language debugger) from http://ellipse.mcs.drexel.edu/ald.html According to the author, it was tested with FreeBSD 4.1.1-STABLE. Adam --- http://phonecowboy.com/registrar/twist/ finds a good domain for you and checks for its existence. To Unsubscribe: send mail to [EMAIL PROTEC

Re: Bizarre shutdown behavior

2001-05-26 Thread G. Adam Stanislav
tart up again. Thanks, Dan. That's exactly what it was. I had a script there to start ppp in auto mode. Thanks again. Adam --- http://phonecowboy.com/registrar/twist/ finds a good domain for you and checks for its existence. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscrib

Re: Bizarre shutdown behavior

2001-05-26 Thread G. Adam Stanislav
On Sat, May 26, 2001 at 07:25:45PM -0500, G. Adam Stanislav wrote: >What is strange is that after the words "Working in auto mode" it dials >up to my ISP, then hangs up, then prints the rest. I found what was causing it. I had a "ppp" command in /usr/local/etc/rc.d/sta

Bizarre shutdown behavior

2001-05-26 Thread G. Adam Stanislav
ight before shutting down (though, it does not call my ISP when it first starts up). What's going on, and how do I fix it? Adam -- Perfection is for neurotics To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: FreeBSD vs Linux, Solaris, and NT

2000-12-27 Thread G. Adam Stanislav
hat is why I am still sticking with it, and will continue to support it. As for the binary thing: That was a question, not a statement. Cheers, Adam -- A billion dollars in the bank, without the experience of carefreeness and charity, is a state of poverty. -- Deepak Chopra To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: int80h.org

2000-12-23 Thread G. Adam Stanislav
On Sat, Dec 23, 2000 at 09:22:46PM +0100, Alexander Langer wrote: >Would you share the .sgml file with us? We maybe could also solve the >problem why CHAPTER isn't allowed. Thanks for the offer, but I have since rewritten it in HTML, so I no longer have the .sgml file. Adam --

Re: A bug in mmap?

2000-12-23 Thread G. Adam Stanislav
On Fri, Dec 22, 2000 at 09:35:13AM -0800, Alfred Perlstein wrote: >Most likely a result of a bug in the msdosfs code, Quite possible. > perhaps you can >help track it down? I don't use msdosfs. :( I'll try... Adam -- When a finger points at the Moon... do you look at t

A bug in mmap?

2000-12-22 Thread G. Adam Stanislav
. It overwrites the contents of the file with zeros, but does not change the directory information (i.e., the time of the last access, and such). It never happens on a FreeBSD drive, only on a Windows formated drive, which makes it rather spooky. Adam -- Apply standard disk lamer To Unsubscribe

Re: Trouble with lseek

2000-12-22 Thread G. Adam Stanislav
On Fri, Dec 22, 2000 at 10:01:04AM +0100, Poul-Henning Kamp wrote: >You should use SYS_stat or SYS_fstat Thanks, will do. Adam -- Roma non uno die aedificata est To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Trouble with lseek

2000-12-21 Thread G. Adam Stanislav
Earlier I posted some asm code that was causing me trouble with lseek. I have since figured it out, and should be posting the information on my asm tutorial within a day or two. Cheers, Adam -- This signature intentionally left blank To Unsubscribe: send mail to [EMAIL PROTECTED] with

Trouble with lseek

2000-12-21 Thread G. Adam Stanislav
pipes there. The fd returned by the SYS_open is 3, as expected, so why does SYS_lseek fail? The sys.lseek macro does a mov eax, 199 / call kernel.function, where kernel.function is int 80h / ret. Adam -- Can you imagine the silence if everyone said only what he knows! -- Karel

It's all clear now

2000-12-06 Thread G. Adam Stanislav
mmap. That was exactly what I needed. It's all clear now, plus I ordered the entire book from amazon, and should have it within 3-7 business days. I really appreciate all of the help I received. Cheers, Adam -- "I am the first and only logician in Athens," said the teacher. "

Re: pipe

2000-12-05 Thread G. Adam Stanislav
lp instead of throwing out accusations. It is still not clear, but I think I have gotten enough advice to do further experimenting with it. BTW, as for the suggestion to use brk: All I get from it is an error. I noticed that even the C function of the same name does not use the brk system call. Ad

Re: pipe

2000-12-05 Thread G. Adam Stanislav
mplicated: > >newmem = mmap(0, size, PROT_READ|PROT_WRITE, MAP_ANON|MAP_PRIVATE, -1, 0); Thanks, Aled. I'll play with it. Will try both -1 and /dev/zero. Cheers, Adam -- Suppose you were an idiot. Suppose you were a member of Congress. But I'm repeating myself... -- Ma

Re: pipe

2000-12-05 Thread G. Adam Stanislav
g for MS DOS and Windows. Unix is a whole new ball game to me. So, please, bear with me. Adam -- Cogitans me cogito esse To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: pipe

2000-12-05 Thread G. Adam Stanislav
lly frustrated. It talks about mapping files into memory, but I am not looking for files. It talks about passing an address to the function. I don't get it... What address? I want it to allocate memory for me and tell me its address. How am I supposed to know what address is available??? Thanks, A

Re: pipe

2000-12-02 Thread G. Adam Stanislav
l use pipes from within a process whenever I know that my data will not grow larger than 8K. Adam -- A billion dollars in the bank, without the experience of carefreeness and charity, is a state of poverty. -- Deepak Chopra To Unsubscribe: send mail to [EMAIL PROTECTED] with &

pipe

2000-12-02 Thread G . Adam Stanislav
Oops, sorry for sending my last message as Charlie Root. I thought I was logged in as Adam. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: int80h.org

2000-11-29 Thread G. Adam Stanislav
s I started working on it, I kept adding and adding to it (it is at about 3,000 lines of assembly code right now), so it can run external programs, get and set environment variables, and such. Cheers, Adam To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" i

Re: int80h.org

2000-11-29 Thread G. Adam Stanislav
space and memory even on a tiny little file. I have 8 Meg of RAM and successfully run Photoshop, CorelDraw and other huge programs. Yet, a simple file conversion program runs out of memory? Besides, it claims CHAPTER is not permitted in a book. Weird. Sorry, Adam -- Where two fight

Re: int80h.org

2000-11-29 Thread G. Adam Stanislav
theses, and the software produces the proper HTML/SGML/XML out of it. Plus, you can use environmental variables, declare them, too, so you can do something like: % = [C] [^code] # Declare $C to mean "^code" $C (This is some code.) Then you get: This is some code. Cheers, Adam -

int80h.org

2000-11-26 Thread G. Adam Stanislav
for now. There is not much there, I just wrote it (and I have to go to work in 15 minutes). But I'd like to get some feedback. And if anyone wants to write for the site, all the better. :) Cheers, Adam -- Where two fight, third one wins -- Slovak proverb To Unsubscribe: send

Re: Kernel calls, are they documented somewhere?

2000-11-02 Thread G. Adam Stanislav
On Thu, Nov 02, 2000 at 09:59:02AM +0100, Dag-Erling Smorgrav wrote: >Adam, it's really quite simple: if the carry flag is set, the syscall >failed, and the value returned is the errno (in your example, open(2) >returned 2, which is ENOENT, i.e. the file didn't exist). If it &g

Re: Kernel calls, are they documented somewhere?

2000-11-02 Thread G. Adam Stanislav
called as a child of another which has some files opened already, will it? I am certainly open (no pun intended) to suggestions. Adam -- Roma non uno die aedificata est To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

  1   2   >