summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ether.c
Commit message (Expand)AuthorAgeFilesLines
* kldload ng_pppoe as necessarybrian2001-04-101-0/+5
* It's possible to kldload netgraph (as well as the other ng_* bits),brian2001-04-051-2/+2
* Bring the PPPoE interface UP if requiredbrian2001-03-281-3/+18
* Use fstat to check if descriptor 0 is a socket.brian2001-01-141-20/+32
* Go back to populating data_len in struct ngpppoe_init_data.brian2000-11-161-2/+2
* Use the new-style ngpppoe_init_data structure.brian2000-10-311-2/+1
* Create fd_sets big enough to handle getdtablesize() descriptors.brian2000-10-091-4/+12
* kldload ng_ether if we need to.brian2000-06-281-2/+8
* To avoid namespace polution in NetBSD:brian2000-03-141-3/+3
* Change ``set cd'' so that its default value is device specific. Thebrian1999-11-261-5/+21
* Rewrite the link descriptor transfer code in MP mode.brian1999-11-251-1/+1
* Call MkSockNode() as uid 0brian1999-11-211-1/+1
* Remove some extraneous ifdefs, and don't try to put the socket inbrian1999-11-161-21/+1
* Use modfind() to check if a kld is already loaded.brian1999-11-161-11/+5
* If dev->connected is already set to CARRIER_OK in ether_AwaitCarrier,brian1999-11-091-1/+1
* Be a bit smarter when identifying a netgraph nodebrian1999-11-091-55/+9
* Don't zero-pad netgraph node idsbrian1999-11-071-4/+4
* Support PPPoEbrian1999-11-061-0/+712
OpenPOWER on IntegriCloud