| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't dereference sc->sc_setmtu if it's NULL (such as when it's not running) | peter | 1996-07-21 | 1 | -2/+3 |
* | Since the updates to ifnet.if_lastchange are so rare (relatively | gpalmer | 1996-06-12 | 1 | -2/+2 |
* | Change the use if ifnet.if_lastchange to be more in line with | gpalmer | 1996-06-10 | 1 | -3/+2 |
* | Eliminated sloppy common-style declarations. Now there are no duplicated | bde | 1996-04-13 | 1 | -1/+3 |
* | Removed never-used #includes of <machine/cpu.h>. Many were apparently | bde | 1996-04-07 | 1 | -2/+1 |
* | Clean up Ethernet drivers: | wollman | 1996-02-06 | 1 | -6/+6 |
* | Use new printf features rather than local kludges. | phk | 1996-01-24 | 1 | -4/+3 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -6/+6 |
* | Enhance the likelyhood that IPX over ppp will actually work.. :-) | peter | 1995-11-13 | 1 | -3/+54 |
* | Fix the incomplete merge for the IPX code - the internals are different. | peter | 1995-11-03 | 1 | -1/+9 |
* | Re-Zap unused variables in their new location.. :-) | peter | 1995-11-01 | 1 | -4/+1 |
* | Merge/update ppp-2.2 kernel parts onto mainline. | peter | 1995-10-31 | 1 | -1095/+832 |
* | Second batch of cleanup changes. | phk | 1995-10-29 | 1 | -4/+3 |
* | Reviewed by: julian and jhay@mikom.csir.co.za | julian | 1995-10-26 | 1 | -1/+6 |
* | Don't wait for output to drain in pppclose(). Discard output immediately | bde | 1995-10-05 | 1 | -5/+10 |
* | Fixed init functions argument type - caddr_t -> void *. Fixed a couple of | dg | 1995-09-09 | 1 | -3/+3 |
* | Fix several sysinit functions that had the wrong type and unnecessarily | bde | 1995-08-30 | 1 | -6/+7 |
* | Obtained from: an ancient patch of mine via 1.1.5 | bde | 1995-07-31 | 1 | -3/+3 |
* | Obtained from: partly from ancient patches of mine via 1.1.5 | bde | 1995-07-31 | 1 | -6/+6 |
* | Obtained from: partly from ancient patches by ache and me via 1.1.5 | bde | 1995-07-29 | 1 | -2/+2 |
* | Obtained from: partly from ancient patches by ache and me via 1.1.5 | bde | 1995-07-21 | 1 | -2/+2 |
* | PR #kern/600: PPP does not pay attention to IPTOS_LOWDELAY | joerg | 1995-07-08 | 1 | -1/+10 |
* | Merge RELENG_2_0_5 into HEAD | rgrimes | 1995-06-11 | 1 | -2/+14 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -5/+5 |
* | pppinput: | ache | 1995-03-29 | 1 | -5/+9 |
* | Support for pseudo-device LKMs. Note that this is restricted to only | wollman | 1995-03-20 | 1 | -2/+2 |
* | *close: just purge tty queues if we can't drain them | ache | 1995-02-13 | 1 | -2/+3 |
* | Fix previous change: don't attempt to reserve cblocks if the tty is null. | bde | 1994-11-27 | 1 | -5/+8 |
* | Fix cblock starvation bugs by reserving enough cblocks for minimal | bde | 1994-11-26 | 1 | -2/+20 |
* | The long-time-waited-for patch for PPP. | ugen | 1994-11-23 | 1 | -1/+2 |
* | Make it compile again. XXX - this is not really the right way to fix | wollman | 1994-11-01 | 1 | -4/+4 |
* | Make PPP compile cleanly | pst | 1994-11-01 | 1 | -17/+20 |
* | Install line discipline the new way. | wollman | 1994-10-05 | 1 | -13/+8 |
* | A number of bug-fixes inspired by Mark Treacy: | wollman | 1994-10-05 | 1 | -2/+14 |
* | Make the kernel side of PPP compile. | wollman | 1994-09-23 | 1 | -11/+18 |
* | Initial revision | wollman | 1994-09-23 | 1 | -0/+1575 |