summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Eliminate panic("rtfree") caused by double-freeing the routefenner1996-03-291-5/+6
* Using devfs_add_devswf() instead of devfs_add_devsw()scrappy1996-03-281-6/+9
* Fixed ownerships of callout devices.bde1996-03-271-7/+3
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-115-6/+10
* Make user-level PPP on-demand with dynamic IP actually work.ache1996-03-081-1/+1
* Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-021-1/+3
* Make tundebug sysctl writable.phk1996-02-091-1/+1
* If a slow input queue was defined by the driver, initialize it.wollman1996-02-081-1/+13
* Clean up Ethernet drivers:wollman1996-02-0613-114/+53
* Make me feel a little better by filling in reasonable values for rmx_sendpipewollman1996-02-051-6/+12
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-309-21/+21
* Delete the if_private[] array in struct ifnet; this turned out to bewollman1996-01-261-4/+19
* The last part of the ether_sprint -> %6D change.phk1996-01-262-4/+2
* Use new printf features rather than local kludges.phk1996-01-244-90/+20
* Fix memory leak in case of adding a host route on top of another one.wollman1996-01-241-1/+3
* in_proto.c: spell ``Internet'' right and put whitespace after commas.wollman1995-12-202-2/+8
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-162-4/+5
* Another mega commit to staticize things.phk1995-12-1413-131/+133
* Make FIONREAD return the actual that a read() would return, not just thepeter1995-12-111-3/+5
* Restored used variable `name[32]' (used by DEVFS).bde1995-12-101-3/+3
* Staticize, clean lint.phk1995-12-095-50/+39
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-082-80/+70
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-2/+2
* all:dg1995-12-052-24/+4
* Added a prototype.bde1995-12-031-2/+3
* Moved inline functions for insque() and remque() to <sys/queue.h>.bde1995-12-031-1/+2
* Completed function declarations and/or added prototypes.bde1995-12-023-5/+25
* Fixed call to mrt_ioctl(). mrt_ioctl() for some reason has differentbde1995-12-021-1/+5
* Finished (?) cleaning up sysinit stuff.bde1995-12-022-7/+7
* If you're going to mechanically replicate something in 50 filesjulian1995-11-292-3/+3
* OK, that's it..julian1995-11-292-1/+82
* Implement some rudimentry IPX support...peter1995-11-281-2/+18
* If a lcp configure request is received in the lcp opened state and itpeter1995-11-211-24/+28
* Fix #includes.phk1995-11-201-2/+3
* Fixed a comment.bde1995-11-181-2/+2
* Added bogus casts to avoid warnings.bde1995-11-181-5/+12
* All net.* sysctl converted now.phk1995-11-162-59/+43
* Enhance the likelyhood that IPX over ppp will actually work.. :-)peter1995-11-131-3/+54
* Replaced bogus macros for dummy devswitch entries by functions.bde1995-11-061-6/+7
* Replaced bogus macros for entry points to unconfigured line disciplinesbde1995-11-051-6/+5
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-042-13/+1
* Fix the incomplete merge for the IPX code - the internals are different.peter1995-11-031-1/+9
* Re-Zap unused variables in their new location.. :-)peter1995-11-012-7/+3
* Remove the old pppcompress files (btw: these look net-2 derived)peter1995-10-313-773/+9
* Drat.. Missed this one, which #includes ppp-comp.h, not ppp_comp.hpeter1995-10-311-2/+2
* Merge/update ppp-2.2 kernel parts onto mainline.peter1995-10-316-1220/+1061
* Initial revisionpeter1995-10-315-0/+2540
* slcompress: split one of the functions into two parts, to allow use by bothpeter1995-10-313-38/+88
* Add a simplistic netisr register routine - I need this now for ppp-2.2.peter1995-10-311-1/+4
OpenPOWER on IntegriCloud