summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-12-28If a packet causes a dial, continue to test whether it'sbrian
blocked in the output filter. If so, proceed with the dial despite dropping the packet.
1997-12-28Allow initial sequence numbers less than what we're expecting.brian
When CCP is originally negotiated, the only thing we can be sure about is that we've started adding data to the inflate dictionary either before or at the same time as the peer. This is ok, 'cos DEFLATE is a `sliding window' compressor.
1997-12-27Write to the routing socket as uid 0. It's not good enoughbrian
to just open it as uid 0 under OpenBSD.
1997-12-27Show who closes the diagnostic connection.brian
Show the IP range (if specified) in "show ipcp". Close unused descriptors 0 and 2 in interactive mode. Pass (size_t *) rather than (int *) to sysctl().
1997-12-27Remove bogus timeout code in Receive().brian
Don't read(fd, buffer, 0) and think ppp has closed the connection when `buffer' is full, instead, flush most of buffer to the terminal and read() for a reasonable length. This fixes "show route" when there's more than 2k of routing output.
1997-12-27PnP supportNiklas Hallqvist
1997-12-27Correct mmap-related prototypesThorsten Lockert
1997-12-27Make usleep prototype match manual page and implementationThorsten Lockert
1997-12-27Allow (and document) execution of commands from withinbrian
our chat script. You can now even run chat(8) - see ppp.conf.sample.
1997-12-27Fixed null_inactie so it odes the right thing.Constantine Sapuntzakis
1997-12-27syncTheo de Raadt
1997-12-26finish busifyTheo de Raadt
1997-12-26use bcopyTheo de Raadt
1997-12-26Get rid of string literals for file system names and replace withConstantine Sapuntzakis
MOUNT_* macros. Duhhh.
1997-12-26syncTheo de Raadt
1997-12-26if we can, we should use the generic IDTheo de Raadt
1997-12-26print pnp device id in isapnp_printTheo de Raadt
1997-12-26sb at isapnpTheo de Raadt
1997-12-26support le/pccom on isapnpTheo de Raadt
1997-12-26print device typeTheo de Raadt
1997-12-26busify; support isapnp lance cardsTheo de Raadt
1997-12-25prettyJason Downs
1997-12-25SB ISA PnP support goop.Jason Downs
1997-12-25SB devicesJason Downs
1997-12-25argh, typo.Jason Downs
1997-12-25fix DRQUNK caseJason Downs
1997-12-25Use functions for DIAGNOSTIC.Jason Downs
1997-12-25If you're going to panic, at least print the IRQ so the user knows what toJason Downs
look for in their BIOS...
1997-12-25Real DRQ usage tracking.Jason Downs
1997-12-25Avoid infinite loop with busted cards.Jason Downs
1997-12-25New ISA/ISA PnP configuration infrastructure:Jason Downs
isa_attach_args and isapnp_attach_args have been merged.
1997-12-25Update for new isapnp configuration.Jason Downs
1997-12-25syncJason Downs
1997-12-25Best Data 56x2Jason Downs
1997-12-25isa_has_been_seen; NetBSDJason Downs
1997-12-25isa_has_been_seen; NetBSD.Jason Downs
1997-12-25misc cleanupTheo de Raadt
1997-12-25do not break the bootblocksTheo de Raadt
1997-12-24use group nobody for fingerdTheo de Raadt
1997-12-24No, we are not making our w command incompatibleTheo de Raadt
1997-12-243 letters for tty name; for ftpMichael Shalayeff
1997-12-24Correct copyright.brian
Requested by: Eivind Eklund <perhaps@yes.no>
1997-12-24Reverse mainbus probe order. Now we get to fix whatever breaks...Jason Downs
1997-12-24Cosmetic (style):brian
sizeof(var) -> sizeof var sizeof type -> sizeof(type) Suggested by: J Wunsch <j@uriah.heep.sax.de>
1997-12-24Use sizeof cftypes128 for NCFTYPES128 macro, not sizeof cftypes !brian
Lucky that sizeof cftypes < sizeof cftypes128
1997-12-24Always give .Fn an argument, it will not default to the previous value.Thorsten Lockert
1997-12-24Add support for 686 class; threadway is an M2 now.Jason Downs
1997-12-24also need sys/stat.h; hubertfTheo de Raadt
1997-12-23swap exit and quitTheo de Raadt
1997-12-23make it more obvious why pmap_set syslogs happenTheo de Raadt