Re: Question regarding ifconfig.

2001-04-19 Thread Allen Briggs
interface. If an address is already defined, then it sets the "clearaddr" variable. Both "newaddr" and "clearaddr" are used in main(). Search for all uses of those two variables and you might find a little more clarity... -allen -- Allen Briggs

Re: Improving the Unix API

1999-06-29 Thread Allen Briggs
> > Well, I'd argue that Berkeley defined a bunch of VFS attributes, and > > then implemented them natively in UFS and LFS; other non-native > > filesystems have to map their concepts of other file attributes (e.g., > > dates, permissions, etc.,) into the native VFS concepts. > > Right. Exce