summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Second batch of cleanup changes.phk1995-10-295-14/+6
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-269-10/+83
* Change signature of rt->rt_output() so that it is compatible withwollman1995-10-161-3/+3
* When adding a route fails because there is already a route with the samewollman1995-10-161-1/+23
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallywollman1995-10-131-2/+2
* Protect against routing socket messages with way-too-big address families.wollman1995-10-131-2/+3
* Fix types of sysctl functions. Add prototypes. Cosmetic.bde1995-10-091-7/+12
* Don't wait for output to drain in pppclose(). Discard output immediatelybde1995-10-051-5/+10
* This upgrades the driver for Cronyx-Sigma multiplexor boardsjkh1995-10-042-236/+344
* Add newline at end of log message and reduce log level to INFO from NOTICE.wollman1995-09-271-2/+2
* Add BPF and IP multicast capabilities to the `tun' and `lp' networkwollman1995-09-251-1/+30
* Fix BPf to generate a header mbuf for writes.wollman1995-09-224-42/+59
* Only print `bpf: foo0 attached' if bootverbose.wollman1995-09-201-33/+4
* Clear SC_OUTWAIT after checking of free clists, not beforeache1995-09-171-2/+2
* Call output process in slstart() whether or not there is any output. Asbde1995-09-101-9/+10
OpenPOWER on IntegriCloud