Re: What RFCs are supported by FreeBSD

2003-06-04 Thread Paul Robinson
On Wed, Jun 04, 2003 at 01:05:04PM +0200, Marcin Dalecki wrote: > It's "supported" as much as you like. It maybe just isn't implemented :-). That's an intereting philosopical point. So FreeBSD supports time travel, quantum computing, and plenty of ice cream all round, but of course is incapable

Re: What RFCs are supported by FreeBSD

2003-06-04 Thread Marcin Dalecki
David Schultz wrote: On Mon, Jun 02, 2003, Terry Lambert wrote: "Nickolay A. Kritsky" wrote: Does anybody know, which RFCs are followed by FreeBSD's core network drivers (like IP,TCP,routing,UDP,ICMP drivers)? All of them. I'm sorry Terry, but I must be missing something. Can you please point

Re: What RFCs are supported by FreeBSD

2003-06-04 Thread David Schultz
On Mon, Jun 02, 2003, Terry Lambert wrote: > "Nickolay A. Kritsky" wrote: > > Does anybody know, which RFCs are followed by FreeBSD's core network > > drivers (like IP,TCP,routing,UDP,ICMP drivers)? > > All of them. I'm sorry Terry, but I must be missing something. Can you please point out where

elf core dump files

2003-06-04 Thread T.M. Sommers
I am trying to write a little program to get some information from core dump files. I do not understand, however, what is in each of the loadable segments in the core dump, and how those segments correlate to the segments in the executable file. For one thing, there are more loadable segments in

Re: Quota consistency/races

2003-06-04 Thread Brooks Davis
On Tue, Jun 03, 2003 at 07:43:01PM -0700, Sean Hamilton wrote: > What measures are in place to ensure disk quota consistency? For instance, > if a part of the filesystem changes while running quotacheck, I imagine that > does not get accounted for. There are none, don't do that if it matters. In

Quota consistency/races

2003-06-04 Thread Sean Hamilton
Greetings, What measures are in place to ensure disk quota consistency? For instance, if a part of the filesystem changes while running quotacheck, I imagine that does not get accounted for. Wouldn't somebody have trouble enabling quotas on a busy filesystem? The quota file would always lag behin