Writing a new (socket ) system call

2003-07-01 Thread Sandeep Kumar Davu
Hi, I am scanning throug the freeBSD source code and wanted to know somethin about the bind system call. I could follow through the code till sobind and after that pru_bind routine is called in uipc_socket.c. Then suddenly in tcp_usrreq.c there is tcp_usr_bind. I am wondering how these 2 can be

[no subject]

2003-07-01 Thread Sandeep Kumar Davu
Hi, I am scanning throug the freeBSD source code and wanted to know somethin about the bind system call. I could follow through the code till sobind and after that pru_bind routine is called in uipc_socket.c. Then suddenly in tcp_usrreq.c there is tcp_usr_bind. I am wondering how these 2 can be

VPN remote access server (continue)

2003-07-01 Thread Tkachenko, Artem N
Hi, I have the fallowing picture: Node1 --Internet--Node2---LAN using IP Node1: Win2K VPN connection using PPTP IP (public) = 129.197.23.232 Node2: FreeBSD VPN server (using MPD) IP (public) = 129.197.244.6 IP (privet) = 10.77.5.2 LAN: 10.77.5/24 I set up a PPTP VPN c

Re: USB serial support on FreeBSD 3.5?

2003-07-01 Thread Mike Tancsa
On Tue, 01 Jul 2003 16:36:38 -0600 (MDT), in sentex.lists.freebsd.hackers you wrote: >I've been using the new umct driver with the Belkin 109 >dongle. It works well for me for data collection and some minor >DTR/DSR frobbing. Well enought that I a program I wrote for the >Newton Keyboard + sio (

[PATCH] add -n to repquota

2003-07-01 Thread Brooks Davis
Does anyone object to this patch adding a -n option to repquota? A student admin on a RedHat system I help administer was running into problems with their repquota truncating usernames[1] and I realized that repquota really ought to have a -n option since that would be handy for some scripts and w

Re: USB serial support on FreeBSD 3.5?

2003-07-01 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Josef Karthauser <[EMAIL PROTECTED]> writes: : > USB serial adaptor support in 3.5? Would my dongle code (that assumes ... : I don't believe that there is any USB support in 3.x at all. Oh, My dongle is on -current. Warner _

Re: USB serial support on FreeBSD 3.5?

2003-07-01 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Les Biffle <[EMAIL PROTECTED]> writes: : I need two serial ports on a modern server running our 3.5-based firewall : code, but the 1U servers I find have only one serial port. I need one : for console and one for our dongle, and wondered if there was st

Re: cookie size...

2003-07-01 Thread omestre
Hello, yeah, but i have posted the problem again because the problem remains. I have tried you tips, but without success. In google, i did not found nothing about this (just my own message, and your response)... or nobody else have the same problem, and i'm just a crazy man... or nobody knows

Re: ANNOUNCE: Multipath Patches for 4.8-STABLE Available

2003-07-01 Thread Vincent Jardin
What are the main differences between your patch and the Kame's one ? http://www.kame.net/dev/cvsweb2.cgi/kame/kame/sys/net/radix_mpath.c?rev=1.13&content-type=text/x-cvsweb-markup Regards, Vincent Le Mardi 1 Juillet 2003 14:56, Edward F. Tanzer a écrit : > Multipath route table. <[EMAIL PROTE

Re: cookie size...

2003-07-01 Thread Dan Nelson
In the last episode (Jul 01), [EMAIL PROTECTED] said: > Do you know how can i make the cookies (FreeBSD 5.x) size linux > compatible? I have FreeBSD machines (5.x), NFS clients of a NFS linux > server... and the locks do not work. The server reports the > incompatible cookie size for lock requests.

Re: USB serial support on FreeBSD 3.5?

2003-07-01 Thread Josef Karthauser
On Tue, Jul 01, 2003 at 11:36:09AM -0700, Les Biffle wrote: > (I tried searching the mailing list archives, and suspect that the search > engine is broken. It returned "Nothing found" no matter what I requested.) > > I need two serial ports on a modern server running our 3.5-based firewall > cod

USB serial support on FreeBSD 3.5?

2003-07-01 Thread Les Biffle
(I tried searching the mailing list archives, and suspect that the search engine is broken. It returned "Nothing found" no matter what I requested.) I need two serial ports on a modern server running our 3.5-based firewall code, but the 1U servers I find have only one serial port. I need one fo

Re: BIOCSSEESENT ioctl on 5.1 ...

2003-07-01 Thread Matthew Grooms
Woops, Please disregard the previous post ... amature programmer at play. Can an ioctl call return before processing the request? When I started using seperate variables for the int=1 and int=0 ioctl values, everything works fine. -Matthew >Question, > > Is there somthing magic about se

cookie size...

2003-07-01 Thread omestre
Hello, Do you know how can i make the cookies (FreeBSD 5.x) size linux compatible? I have FreeBSD machines (5.x), NFS clients of a NFS linux server... and the locks do not work. The server reports the incompatible cookie size for lock requests... (in 4.x works). So, i want recompile the softw

Re: TODO list?

2003-07-01 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-06-30 15:57:51 +0400: > On Sat, 28 Jun 2003, 19:29-0400, Zak Johnson wrote: > > > On 2003-06-28 20:27+0400, Maxim Konovalov wrote: > > > for instance? > > > > misc/25851 > > I am not familiar with sysinstall code, sorry. > > > bin/32433 > > Fixed in -current. I s

VPN setup problem - proxy arp I think

2003-07-01 Thread Koroush Saraf
VPN setup problem - proxy arp I thinkDidn't get an answer from Questions.. Lets see if you hackers have an answer.. - Original Message - To: [EMAIL PROTECTED] Sent: Monday, June 30, 2003 7:08 PM Subject: VPN setup problem - proxy arp I think Hi all, I read the setup at http://www.blackh0l

BIOCSSEESENT ioctl on 5.1 ...

2003-07-01 Thread Matthew Grooms
Question, Is there somthing magic about setting this flag? I wrote a small program ( built on 5.1 ) that uses the bpf to read broadcast packets off a local private network, forward them to a peer ( over IPSEC ) who in turn drops them onto its private network ( and visa-versa ). To prevent loo

Re: gethostbyname_r

2003-07-01 Thread Sean Farley
On Mon, 30 Jun 2003, Stijn Hoop wrote: > Hi, > > I was wondering if anybody was working on an implementation of a > reentrant gethostbyname_r function, mostly because it looks like > mozilla/firebird will finally gain support for an async DNS thread in > the near future. However, it is claimed in

ANNOUNCE: Multipath Patches for 4.8-STABLE Available

2003-07-01 Thread Edward F. Tanzer
Multipath route table. <[EMAIL PROTECTED]> Ported to FreeBSD 4.8 by Ed Tanzer <[EMAIL PROTECTED]>. Version 5, released agains FreeBSD 4.8-STABLE 2003/06/27 http://www.dsm.fordham.edu/~tanzer/multipath/ ___ [EMAIL PROTECTED] mailing list http://lists.fr