RE: Reading SPD information?

2007-01-29 Thread David S. Madole
> From LI Xin Monday, January 29, 2007 10:49 AM > > Just curious: is there any way to read RAM's SPD information on a > running system? Yes, not only can you read them, on many systems you can write to them too. There is an unfinished program here that decodes and displays data for SDRAMs and h

Re: if_fxp - the real point

2001-03-28 Thread Chistopher S. Weimann
On Wed, Mar 14, 2001 at 12:33:21PM -0500, Dennis wrote: > > Your logic is backwards. You think that rewarding mediocre companies will > scare good companies into wanting a piece of the pie. The only thing that > it will do is consume these companies so that the good companies can have a > larg

RE: LCD driver port (Linux -> FreeBSD) needed for car-mp3 player

2001-04-27 Thread Patrick S. Gardella
Shaun, I looked at the Cajun pages. Very nice little box! As far as the LCD, you don't need a "driver" for it, since it uses either a serial port interface or and i2c interface. For the serial port, you can use whatever language you want to connect to it and talk to it. (Assuming you are re

max kernel memory

2001-06-18 Thread Ashutosh S. Rajekar
Hi, I'm trying to give the kernel (4.0-RELEASE) 2Gb of memory to work with. I can afford to have 4Gb of physical memory on one of my servers, and hence the experiments. Is it safe to play around with KERNBASE, and get away without breaking code ? Is there any other advisable method if this one

Re: max kernel memory

2001-06-18 Thread Ashutosh S. Rajekar
On Mon, 18 Jun 2001, Matt Dillon wrote: > > DG changed KERNBASE a while back to reserve a gigabyte of VM for the > kernel. This should be sufficient on a 4G machine but it depends where > your resources are going. If your server's resources are user-process > centric then you d

Re: max kernel memory

2001-06-19 Thread Ashutosh S. Rajekar
On Mon, 18 Jun 2001, Matt Dillon wrote: > Don't worry about the MMU. Tests have shown that while 4MB pages are > nice, the performance boost is relatively minor. The kernel maps itself > using 4MB pages but normal 4K pte's are used for kernel allocations. > > What you are doin

Re: max kernel memory

2001-06-19 Thread Ashutosh S. Rajekar
On Tue, 19 Jun 2001, Matt Dillon wrote: > to handle more then 250 requests/sec. With the connection load you > want to handle, the chance of the data being cacheable in ram is > fairly low. So a disk-based caching proxy will drop connection > performance by two orders of magnit

Re: max kernel memory

2001-06-19 Thread Ashutosh S. Rajekar
On Wed, 20 Jun 2001, Matt Dillon wrote: > This is fairly easy to do. You can use SO_SNDBUF and SO_RCVBUF > socket opts to adjust the tcp buffer space. You can make the default > small and receive-centric and when you think you've got a good > connection you can pump it up. > >

Re: max kernel memory

2001-06-20 Thread Ashutosh S. Rajekar
> I guess we beat you to the punch... > > We have a product which is now shipping, and which currently > supports 1,000,000 concurrent connections. I guess quite a lot of people are at it right now, the prime one is NetScaler. If I'm not wrong, they brag about a million connections or so, on a

Re: max kernel memory

2001-06-20 Thread Ashutosh S. Rajekar
On Wed, 20 Jun 2001, Terry Lambert wrote: > Their 3200 only has 1G of RAM; you could _barely_ fit the > TCP state for 1,000,000 connections into just 1G of RAM, > and have a tiny amount left over for buffers, drivers, > the rest of your kernel, etc.. I can't believe that their > 3100 (only 512M

Wind River Q&A at Usenix

2001-06-25 Thread Jason S. Anderson
FreeBSD developers/users, At this week's Usenix conference, Wind River will have a representative (namely me :) at the FreeBSD booth to help answer questions about Wind and our relationship to the FreeBSD project. It's an informal setting where you should feel free to ask about any concerns or

custom bootable CD & /usr/src/sys/i386/boot/cdboot

2001-06-25 Thread Lawrence S. Lansing
Hello. I am trying to create a custom bootable FreeBSD CD with a "live" filesystem. I have read all the mailing-list messages I could find pertaining to this process, and I am still short of information. I will sum up the situation, and hope someone can fill in the details I'm missing. Here'

rc.shutdown and jails

2004-12-10 Thread Ralf S. Engelschall
=`rcorder -k shutdown /etc/rc.d/* 2>/dev/null` +rcorder_options="-k shutdown" +if [ `/sbin/sysctl -n security.jail.jailed` -eq 1 ]; then +rcorder_options="$rcorder_options -s nojail" +fi +files=`rcorder ${rcorder_options} /etc/rc.d/* 2>/dev/null` for _

Re: rc.shutdown and jails

2004-12-11 Thread Ralf S. Engelschall
On Sat, Dec 11, 2004, Michal Belczyk wrote: > On Sat, Dec 11, 2004 at 12:44:12AM -0800, Julian Elischer wrote: > > Ralf S. Engelschall wrote: > > >On Fri, Dec 10, 2004, Nielsen wrote: > > >>Ralf S. Engelschall wrote: > > >> > > >>>Currentl

Re: rc.shutdown and jails

2004-12-11 Thread Ralf S. Engelschall
On Fri, Dec 10, 2004, Nielsen wrote: > Ralf S. Engelschall wrote: > >Currently a "/etc/rc.d/jail stop" just kills all processes in the > >individual jails. If /etc/default/rc.conf's default way of booting the > >jails (jail_exec="/bin/sh /etc/rc") i

Re: SIGBUS help, please

2005-02-13 Thread Daniel S. Haischt
DEAD; this reduces chances of losing a signal. -- Mit freundlichen Gruessen / With kind regards DAn.I.El S. Haischt Want a complete signature??? Type at a shell prompt: $ > finger -l [EMAIL PROTECTED] ___ freebsd-hackers@freebsd.org mailing list http

Re: SIGBUS help, please

2005-02-13 Thread Daniel S. Haischt
i Tetcu <[EMAIL PROTECTED]> wrote: [ Stefan, please give me a uname -a and scheduler type. Thanks. ] and CFLAGS; on both machines I use -O2 -pipe. Pull debug symbols in for statically linked binaries. gcc -O2 cleanups. -- Mit freundlichen Gruessen / With kind regards DAn.I.El S. Ha

Re: SIGBUS help, please

2005-02-13 Thread Daniel S. Haischt
are you refering to cvs-devel.20050208.1530 if talking about cvs-devel? Ion-Mihai Tetcu schrieb: On Sun, 13 Feb 2005 20:28:41 +0100 "Daniel S. Haischt" <[EMAIL PROTECTED]> wrote: FreeBSD abyssone.abyssworld.de 5.3-STABLE FreeBSD 5.3-STABLE #0: Thu Jan 20 13:07:40 CET 2005 ro

Re: How ignore the arp request

2005-07-01 Thread Laust S. Jespersen
Vasil Dimov wrote: On Fri, Jul 01, 2005 at 05:11:40PM +0800, shiner chen wrote: I want to establish a web-cluster.Now i face with the problem how to configure the virtual ip in back-end server and how to ignore the arp request to virtual ip of back-end server. who can tell me ? please detail

pthreads problem

2005-08-06 Thread Philip S. Schulz
} pthread_mutex_unlock(&m); pthread_cancel(t); pthread_join(t, NULL); pthread_cond_destroy(¬full); pthread_cond_destroy(¬empty); pthread_cond_destroy(&isempty); error = pthread_mutex_destroy(&m); if (error) printf("%s\n", strerror(error)); If the mai

Re: pthreads problem

2005-08-06 Thread Philip S. Schulz
Philip S. Schulz wrote: P.S:: Attached is the full example. Oh, well, apparently I'm too dumb to use my mail reader correctly... it is at http://aliue.homeunix.net:8000/threads.c Phil. ___ freebsd-hackers@freebsd.org mailing list

libevent and pre-forked server ...

2005-08-08 Thread Sergey S. Ropchan
lsd, reuse = 1; struct sockaddr_in sa; pid_t pid; bzero(&sa, sizeof(sa)); if ((lsd = socket(AF_INET, SOCK_STREAM, 0)) < 0) errx(1, "socket: %s (%d)\n", strerror(errno), errno); if (setsockopt(lsd, SOL_SOCKET, SO_REUSEADDR,

Re: Adding new option to ktrace

2005-09-06 Thread Rajesh S. Ghanekar
Scott Long wrote: Nikhil Dharashivkar wrote: Hi, i want to hack the ktrace system call. Basically, I want to monitor scsi disk IO through dastrategy() routine. It seems that kern_ktrace.c implements different functions for ktrace options like -tc / -ti ... etc (see man page). So, is it

Re: accept: Invalid argument

2005-09-07 Thread Sergey S. Ropchan
;addrlen)) == -1) { syslog(LOG_ERR, "accept: %s", strerror(errno)); continue; } else { ... } accept always fails. What is wrong? i could create socket and i got a positive integer value as socket descriptor. following is from syslog: Sep 6 17:20:50 devel pro[99227]: accept: Invalid

How to troubleshoot solid freeze-up?

2005-10-02 Thread David S. Madole
I'm looking for some tips on how to troubleshoot a possible driver problem. Here is the scenario: 1. Using a Pentium II 333Mhz mobile processor, 82443BX motherboard, and Intel i82559 NIC (fxp driver). 2. A combination of heavy disk I/O, high CPU utilization, and high network traffic causes a

Re: IPFW+DUMMYNET UPLOAD PROBLEM

2005-10-06 Thread David S. Madole
From: "Daniel Dias Gonçalves" <[EMAIL PROTECTED]> I have the following rules: $fwcmd add 600 pipe 602 src-ip 192.168.0.0/24 out $fwcmd add 601 pipe 603 dst-ip 192.168.0.0/24 in $fwcmd pipe 602 config mask src-ip 0x00ff bw 128Kbit/s queue 10KBytes $fwcmd pipe 603 co

Re: help regarding : To recieve and tranmit packet th' an interface

2005-10-18 Thread David S. Madole
From: "rashmi ns" <[EMAIL PROTECTED]> But we want to tranmit/Rx a real packet in (mbuf structure) and test our code .As it is a HDLC controller does'nt have std MAC ADDRRSS . How can i actually achieve a packet transmition and reception .Are there some drivers which does the same I would t

Re: monitoring resident memory of a process

2005-10-30 Thread David S. Madole
From: "grover mitchell" <[EMAIL PROTECTED]> I am trying to monitor the resident memory size of some apache processes to find out what the memory footprint is like. I was planning on using the perl Proc::ProcessTable module, but it seems to be lacking information: How about 'ps v'? David __

DHCP in scripted sysinstall?

2000-07-31 Thread Michael S. Fischer
w scripted installation targets to get their network profile from DHCP? I'm running 4.x-STABLE. Thanks for your help, -- Michael S. Fischer <[EMAIL PROTECTED]> AKA Otterley _O_ Lead Hacketeer, Dynamine Consulting, Silicon Valley, CA | Phone: +1 650 533 4684 | AIM:

Re: makecontext & friends ?

2000-09-08 Thread Ralf S. Engelschall
NU Portable Threads under http://www.gnu.org/software/pth/. We have a port under devel/pth, too. It bases its user-land threads on ucontext(3) if available or on setjmp(3)'s jmp_buf, etc. All without any assembler things. For details read my USENIX paper under http://www.gnu.org/software/pth/rse-

Re: makecontext & friends ?

2000-09-08 Thread Ralf S. Engelschall
In article <[EMAIL PROTECTED]> you wrote: > On Fri, 8 Sep 2000, Ralf S. Engelschall wrote: >> >> In article <[EMAIL PROTECTED]> you wrote: >> >> > are there any plans to implement makecontext() & friends >> > functions in FreeBSD

Re: makecontext & friends ?

2000-09-09 Thread Ralf S. Engelschall
In article <[EMAIL PROTECTED]> you wrote: >> Sure, it can. See my GNU Portable Threads under >> http://www.gnu.org/software/pth/. We have a port under devel/pth, >> too. It bases its user-land threads on ucontext(3) if available or on >> setjmp(3)'s jmp_

Re: ALERTE: VIRUS DETECTE DANS UN MESSAGE ENVOYE PAR owner-freebsd-security@FreeBSD.ORG

2000-11-02 Thread Robin S. Socha
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [001102 03:06]: > > A L E R T E V I R U S Your fucked up configuration is spewing this shit into a mailing list by the dozen. Turn it off. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hacker

FreeBSD-4.2 and svr4

2000-12-25 Thread Dmitry S. Rzhavin
Hello! Can someone tell me how to install sol7 under svr4 please? I tried to install it this way: 1) added to kernel config: options KTRACE #kernel tracing options COMPAT_SVR4 # build emulator statically pseudo-device streams # STREAMS network driver (required for svr4). 2

Re: ATA/CHS problem

2004-03-24 Thread S?ren Schmidt
tadev->flags |= ATA_D_USE_CHS; /* use the 28bit LBA size if valid or bigger than the CHS mapping */ -S?ren ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Page fault traps in the linuxulator

2004-05-15 Thread Peter S. Housel
In 5.2-CURRENT I'm running some Linux code (a garbage collector) that needs to trap page faults. There are a couple of problems with the i386 code that builds linux signal context: /* ... */ frame.sf_sc.sc_err= regs->tf_err; frame.sf_sc.sc_trapno = bsd_to_linux_trapcode(code); The first pro

Request for Review: UFS2 Snapshot Management Environment

2004-09-03 Thread Ralf S. Engelschall
reebsd.org/~rse/snapshot/ Now, enjoy happy snapshooting! And feel free to give me feedback, please... ;-) Yours, Ralf S. Engelschall [EMAIL PROTECTED] [EMAIL PROTECTED] ___

4.4 jail and udp

2001-09-25 Thread Dmitry S. Rzhavin
Hi! Looks like jailed processes can't use udp or icmp, but can use tcp: # ping www.freebsd.org ping: socket: Operation not permitted # telnet www.freebsd.org 80 Trying 216.136.204.21... Connected to freefall.freebsd.org. Escape character is '^]'. ^] telnet> q Connection closed. # options IPF

Re: 4.4 jail and udp

2001-09-25 Thread Dmitry S. Rzhavin
Poul-Henning Kamp wrote: > > > RTFM. thank you very much! === === # man jail | g socket Formatting page, please wait...Done. jail.socket_unixiproute_only UNIX domain sockets, IPv4 addresses, and routing sockets. To enable # man jail | g raw Exit 1 # === === can you tell me p

how can i wipeout swap pages?

2001-10-24 Thread Ilmar S. Habibulin
I'm trying to implement wiping of freed swap pages inside swap_pager. I'm using 2.2-branch, here is my thoughts and steps: I have a (starting) block number of swapped page, i know page size, and i know that i have to use some pool of buffers inside kernel. So i get buffer with getpbuf(), then f

Re: domain sockets question (don't laugh)

2001-10-24 Thread Ashutosh S. Rajekar
"Broken pipe" generally means that your socket connection to the server has either been torn down or hasn't been setup at all. Check to see if this is really the case, and also check errno (you might get EBADF or EPIPE depending upon the circumstances). On Wed, 24 Oct 2001, Anjali Kulkarni wrote

Re: how can i wipeout swap pages?

2001-10-26 Thread Ilmar S. Habibulin
On Thu, 25 Oct 2001, Terry Lambert wrote: > To do what you want, which is to clean the backing pages, you Yes, i mean cleaning pages in the backing storage. > are better off doing it for all freed blocks, not just swap > blocks (if someone can read your swap, they can read other data > off you

Test Suites

2001-10-28 Thread Thomas S. Greenwalt
Are there any test suite packages available similiar to Visual Test from Rational? Not necessarily with a GUI, but the ability to build test scripts to test features of applications written for BSD? Thanks. -- Tom Greenwalt (F.O.E.) Trancer Software Inc. [EMAIL PROTECTED] 9099 7th Street NE

many shit to check

2001-11-22 Thread Alexey S. Kabanov
peace

Re: kld VM pager

2001-12-06 Thread Brian S. Julin
I'll take a shot at qualifying what is is that KGI wants: Yes, we definitely want page-fault handlers if we can possibly get them: 1) For fossil cards where the aperture is smaller than the VRAM, with impossible-or-dangerous-to-expose-to-userpace aperture control. Also this provides n

Re: Random disk cache expiry

2003-01-26 Thread Ashutosh S. Rajekar
On Sun, 26 Jan 2003, Sean Hamilton wrote: > > In my case I have a webserver serving up a few dozen files of about 10 MB > each. While yes it is true that I could purchase more memory, and I could > purchase more drives and stripe them, I am more interested in the fact that > this server is constan

problems with Logitech iFeel MouseMan mouce

2003-01-29 Thread Dmitry S. Rzhavin
-r 4.7-STABLE # strings -n 3 /kernel | sed -n 's/^___//p' | g -i '\(usb\|ums\)' device uhci# UHCI PCI->USB interface device ohci# OHCI PCI->USB interface device usb # USB Bus (required) device ums

How to use functions from libs in /usr/local/lib in pam?

2003-07-21 Thread Ilmar S. Habibulin
I'm trying to write pam module, which uses libs from /usr/local/lib (lber and lsap). What should i put in Makefile in order to link module with this libs? LIBLDAP= /usr/local/lib/ldap.a LDADD+= -L/usr/local/lib -lldap LDFLAGS += -L/usr/local/lib -lldap DPADD= ${LIBCRYPT} ${LIBLDAP} doesn't help

Gaps in memory usage summary!?

2003-09-19 Thread Ralf S. Engelschall
uld shed some light on this. Thanks. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com #!/usr/bin/perl # query the system through the generic sysctl(8) interface # (this does not require speci

Re: Instead of JFS, why not a whole new FS?

2001-12-18 Thread ozan s. yigit
> Any FS that shares code with an existing FS will not flush out > the full list of problems associated with writing a new FS in > the context of a FreeBSD system. how about an implementation of plan9's kfs? it is fairly simple, with dentries similar to unix inodes, eg.

Re: 4.4-STABLE crashes - suspects new ata-driver over wd-drivers

2001-12-27 Thread Brandon S. Allbery
uld toss in that I've had spontaneous reboots during heavy IDE activity both on my desktop (VIA 82C686) and my laptop (Intel 82443BX). And before that, random disk corruption during heavy SCSI activity on my old desktop machine (seen with Tekram and Acer 83C575-based host adapters and a borrowed

Re: The Hurd

2002-01-01 Thread Ashutosh S. Rajekar
Please wrap your postings at 72 characters. Hurd, as I know, derived some of it's code from the Mach program. And so does FreeBSD with it's VM (and I don't know what else). I don't see why FreeBSD should support Hurd, etc. Hurd is a micro-kernel based system, and quite a significant portion o

kernel contribution guidance

2002-01-16 Thread K S Sreeram
Hi My name is K.S.Sreeram, and i am very much interested in contributing to the freebsd kernel. I have been browsing through the kernel code, but i was not able to follow it much, and i dont know where to begin, I would be happy, if somebody can help me through the process, as i feel confident,

Re: read-only CD-ROM boot partition for vinum webfarm?

2002-02-27 Thread Lawrence S. Lansing
> > Hello. I was wondering if it is possible to make a read-only > > boot partition (core kernel, static configuration, and /usr) > > for a web-farm application. I've posted this question to the > > freebsd-small list as well and will try to solicit comments > > there as it seems that is the m

Re: gcc -O broken in CURRENT

2002-03-14 Thread ozan s. yigit
in a related tangential note, i recently found (out of sheer irritation) in less than an hour that several (including the latest) versions of GCC -O and -O2 failed the paranoia test in different ways, to wit: gcc -o paranoia paranoia.c [paranoia output elided] The number of DEFECTs discovere

Re: gcc -O broken in CURRENT

2002-03-14 Thread ozan s. yigit
> Add the -ffloat-store flag to your compilation flags (or > add -msoft-float). that really means for this compiler on certain platforms, you can have slow and correct or fast and incorrect, but NOT fast and correct. oz --- freedom has a mental cost. -- peter roosen-runge To Unsubscribe: send

float [was Re: gcc -O broken in CURRENT]

2002-03-14 Thread ozan s. yigit
> If you really want to investigate FreeBSD FP/math capabilities > search for UCBTEST or visit > www.cs.berkeley.edu/~jhauser/arithmetic/TestFloat.html cool! thanks for the pointer. oz --- gag reflex is an essential part of computing. -- anon To Unsubscribe: send mail to [EMAIL PROTECTED] wi

unsubscribe

2002-07-18 Thread Alex S. Burba
unsubscribe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Improving the Unix API

1999-06-28 Thread David S. Miller
Date:Mon, 28 Jun 1999 06:12:44 -0400 (EDT) From: Alexander Viro <[EMAIL PROTECTED]> 3) openpromfs - sparc only (?), AFAICS not actively maintained. Oh, it's maintained and used every day, believe me. Later, David S. Miller [EMAIL PROTECTED] - To unsubscribe fro

Re: Replace/rewrite reverse.c for tail(1)

1999-07-29 Thread John S. Dyson
Charles Randall said: > > Out of 128M of ram, it's swapped nearly everything else out to keep 85M of > this 400M file in ram, even though it will never touch it again. :) > > I see two possible fixes for this. One could be madvise'ing periodically > with MADV_DONTNEED. If I understand correctly,

bootloader....

1999-07-30 Thread Nielsen, Roy S
I'm looking at booting(embedded devices) and I've been looking at lilo boot loader code and booteasy bootloader code... does anyone know of any documentation that anyone out there has done on this topic? -- more specifically without bios calls/support? I've seen the booteasy code at: ftp://ftp.

Re: mmap mapped segment length

1999-08-21 Thread John S. Dyson
Don Lewis said: > On Aug 21, 2:10am, Wes Peters wrote: > } Subject: mmap mapped segment length > } I discovered to my dismay today that the length field in the mmap call is > } a size_t, not an off_t. I was attempting to process a large (~50 MByte) file > } and found I was only processing the fi

4.0 and compaq smart array

2000-02-28 Thread Dmitry S. Rzhavin
Hi! I'm trying to install 4.0-curr on compaq (proliant 6500) with only 1 disk controller - Smart Array 3200. But I found that kernel from kern.flp does not have drivers for this controller. So, on another 4.0 machine I built kernel (took GENERIC, added device ida device

mounting filesystem multiple times

2000-03-01 Thread Dmitry S. Rzhavin
Hi! I want to mount one filesystem rw once and ro multiple times (lets say, 500 times). Can I do it? And if yes, will it slow FreeBSD down and will it use additional memory, cpu and other system resources in this case? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hack

Re: FreeBSD kernel as a replacement for Linux kernel

2000-05-23 Thread Preston S. Wiley
> Perhaps we should go just a bit further with that approach and make > things _write_ into that hierarchy first as well, e.g. if you run > /compat/linux/bin/bash and then install something with rpm, it will > install (as far as it's concerned) into /usr/bin, /usr/lib, etc. but > really be chroote

HAMMER FS port (status ?)

2009-09-21 Thread Luiz Gustavo S. Costa
Hi guys ! Is there anyone doing the port HAMMER FS Dragonfly for FreeBSD? If so, what of the process of port? Where can I find more information? thanks -- Luiz Gustavo Costa (Powered by BSD) *+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+ mundoUnix - Consultoria em Software Livre http://www

Re: HAMMER FS port (status ?)

2009-09-24 Thread Luiz Gustavo S. Costa
Hi 2009/9/24 Leandro Quibem Magnabosco : > I think that one questions pops into the minds of a lot of people right now: > Why not just use DragonFly BSD? > > It is a pretty decent system. > Why do you need it to be FreeBSD w/ Hammer and not DragonFly BSD? exist very differences between FreeBS

altq over vlan: patch exists ?

2009-09-24 Thread Luiz Gustavo S. Costa
Hi guys, The configuration Altq on one interface VLAN is working on OpenBSD and DragonFlyBSD, but FreeBSD no ! exists any patch for this ? or .. why no working ? any reason ? thanx -- Luiz Gustavo Costa (Powered by BSD) *+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+ mundoUnix - Consultoria

question....

2001-05-16 Thread Olson Cpl Eric S
i use hpux at work, and just recently decided to install freebsd on my home system. i have some unix experience, and a nice bit of experience on linux. i have a linksys usb 10/100 nic and was wondering if freebsd will support it. if not, what other *nix system will, and where can i download it. if

Re: implementing linux mmap2 syscall

2002-04-24 Thread Brandon S Allbery KF8NH
linux prepsyscall routine & see if you can find the deadbeef. My recollection is that beyond 5 arguments, a pointer to the remaining ones is passed. (But my recollection may be wrong and I don't wish to subject myself to the source cesspool at the moment) -- brandon s. allbery [

RE: DistCC

2002-10-12 Thread Robert S. Wojciechowski Jr.
Scott, Although I can't try it right now, I was going to give this a spin in about a week or so on buildworlds. I have a few servers that are 733MHz PIIIs running on mirrored RAID 7200RPM drives (3ware as well) and would love to speed up the buildworld time from 58 minutes. A friend will also ha

RE: jail: hide df output

2002-11-25 Thread Robert S. Wojciechowski Jr.
> I'm trying to find place in kernel which is used by df to show > mountpoints and free space on them to change it in way that jailed user: > - cannot view any host-os mounted filesystems; > - can view in df output only his /jail/jailXX/ unionfs mount where > data taken from quo

List of Maj-Min Devices

2005-03-11 Thread José Nicolás Castellano
Hi!, I'm making mknod to some devices in new system like /dev/ttyp0 and so and i can't found a list of maj and min numbers. Where can i found it? Thanks -- Jose Nicolas Castellano Presidente - Asociación No cON Name Tel: +34 616 727 675 E-Mail : [EMAIL PROTECTED] WWW: www.noconname.org _

A Question

1999-11-10 Thread Santhosh Kumar M [CEC-S]
Hi, Can anyone give me the library call or system calls by which i can get all the IP address configured on a local system (Note: the system can be multihomed adapters). P.S: I am not a member of this list, so please do a cc to "[EMAIL PROTECTED]". Thanks & Rdgs Santhosh T

<    1   2