summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
1993-11-04Removed test (CCOUNT(&sc->sc_ttyp->t_outq) == 0) for whetherpaulus
1993-10-31removed slip and ppp specific prototypes from tty.h where they didn't belong.glass
1993-10-02Call output routine redundantly to possible avoid some hangs due to missedmycroft
1993-10-02Ignore carrier if not using hardware carrier detect (i.e. CLOCAL is set).mycroft
1993-09-23Ignore TS_CARR_ON when CLOCAL is set.mycroft
1993-09-09added include of select.h to bpfdesc.h because it now has a reference todavidg
1993-09-05Add definitions for RARP request and reply.cassidy
1993-09-04include systm.h to get prototypes (and possibly inlines) of *max functions.jtc
1993-09-02Fixed bug in if_ppp.c so that received IP packets are passed correctly to BPF.paulus
1993-08-31Modified if_ppp.c and if_ppp.h to add priority queueing for "interactive"paulus
1993-08-27+ #if defined(INET) && NETHER > 0mycroft
1993-08-14ppp from paul mackerrasderaadt
1993-08-09add an additional suser() check.deraadt
1993-08-09suser() was being called in the old 4.3 wayderaadt
1993-08-07merge in changes from netbsd-0-9-ALPHA2cgd
1993-08-03more "warning: `/*' within comment" fixesglass
1993-08-01Add RCS identifiers (this time on the correct side of the branch), andmycroft
1993-07-12Change tty code to use clist interface, but with ring buffer implementation.mycroft
1993-06-27ANSIfications - removed all implicit function return types and argumentandrew
1993-05-22add include of select.h if necessary for protos, or delete if extraneouscgd
1993-05-20add rcs ids to everything, and clean up headerscgd
1993-05-18make kernel select interface be one-stop shopping & clean it all up.cgd
1993-05-10ring buffer now uses rbchar's (shorts) instead of chars.deraadt
1993-05-07patch for multiple loopback interfaces (via "pseudo-device loop 2", etc.)cgd
1993-04-19Add consistent multiple-inclusion protection.mycroft
1993-04-10fixed missing include to avoid warningglass
1993-04-09bump slip MTU back down to 296...cgd
1993-04-09fixes stupid piece of bpf code that duplicates cdefs.h's handling ofglass
1993-04-06commit damnit!deraadt
1993-04-05selwakeup() takes a "pid_t" rather than "struct proc *" now.deraadt
1993-03-25one line got botched during bpf patch installationcgd
1993-03-25added BPF support, as provided by David Greenman (davidg@implode.rain.com)cgd
1993-03-21after 0.2.2 "stable" patches appliedcgd
1993-03-21initial import of 386bsd-0.1 sourcescgd