Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-12-28 | If a packet causes a dial, continue to test whether it's | brian | |
blocked in the output filter. If so, proceed with the dial despite dropping the packet. | |||
1997-12-28 | Allow 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-27 | Write to the routing socket as uid 0. It's not good enough | brian | |
to just open it as uid 0 under OpenBSD. | |||
1997-12-27 | Show 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-27 | Remove 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-27 | PnP support | Niklas Hallqvist | |
1997-12-27 | Correct mmap-related prototypes | Thorsten Lockert | |
1997-12-27 | Make usleep prototype match manual page and implementation | Thorsten Lockert | |
1997-12-27 | Allow (and document) execution of commands from within | brian | |
our chat script. You can now even run chat(8) - see ppp.conf.sample. | |||
1997-12-27 | Fixed null_inactie so it odes the right thing. | Constantine Sapuntzakis | |
1997-12-27 | sync | Theo de Raadt | |
1997-12-26 | finish busify | Theo de Raadt | |
1997-12-26 | use bcopy | Theo de Raadt | |
1997-12-26 | Get rid of string literals for file system names and replace with | Constantine Sapuntzakis | |
MOUNT_* macros. Duhhh. | |||
1997-12-26 | sync | Theo de Raadt | |
1997-12-26 | if we can, we should use the generic ID | Theo de Raadt | |
1997-12-26 | print pnp device id in isapnp_print | Theo de Raadt | |
1997-12-26 | sb at isapnp | Theo de Raadt | |
1997-12-26 | support le/pccom on isapnp | Theo de Raadt | |
1997-12-26 | print device type | Theo de Raadt | |
1997-12-26 | busify; support isapnp lance cards | Theo de Raadt | |
1997-12-25 | pretty | Jason Downs | |
1997-12-25 | SB ISA PnP support goop. | Jason Downs | |
1997-12-25 | SB devices | Jason Downs | |
1997-12-25 | argh, typo. | Jason Downs | |
1997-12-25 | fix DRQUNK case | Jason Downs | |
1997-12-25 | Use functions for DIAGNOSTIC. | Jason Downs | |
1997-12-25 | If you're going to panic, at least print the IRQ so the user knows what to | Jason Downs | |
look for in their BIOS... | |||
1997-12-25 | Real DRQ usage tracking. | Jason Downs | |
1997-12-25 | Avoid infinite loop with busted cards. | Jason Downs | |
1997-12-25 | New ISA/ISA PnP configuration infrastructure: | Jason Downs | |
isa_attach_args and isapnp_attach_args have been merged. | |||
1997-12-25 | Update for new isapnp configuration. | Jason Downs | |
1997-12-25 | sync | Jason Downs | |
1997-12-25 | Best Data 56x2 | Jason Downs | |
1997-12-25 | isa_has_been_seen; NetBSD | Jason Downs | |
1997-12-25 | isa_has_been_seen; NetBSD. | Jason Downs | |
1997-12-25 | misc cleanup | Theo de Raadt | |
1997-12-25 | do not break the bootblocks | Theo de Raadt | |
1997-12-24 | use group nobody for fingerd | Theo de Raadt | |
1997-12-24 | No, we are not making our w command incompatible | Theo de Raadt | |
1997-12-24 | 3 letters for tty name; for ftp | Michael Shalayeff | |
1997-12-24 | Correct copyright. | brian | |
Requested by: Eivind Eklund <perhaps@yes.no> | |||
1997-12-24 | Reverse mainbus probe order. Now we get to fix whatever breaks... | Jason Downs | |
1997-12-24 | Cosmetic (style): | brian | |
sizeof(var) -> sizeof var sizeof type -> sizeof(type) Suggested by: J Wunsch <j@uriah.heep.sax.de> | |||
1997-12-24 | Use sizeof cftypes128 for NCFTYPES128 macro, not sizeof cftypes ! | brian | |
Lucky that sizeof cftypes < sizeof cftypes128 | |||
1997-12-24 | Always give .Fn an argument, it will not default to the previous value. | Thorsten Lockert | |
1997-12-24 | Add support for 686 class; threadway is an M2 now. | Jason Downs | |
1997-12-24 | also need sys/stat.h; hubertf | Theo de Raadt | |
1997-12-23 | swap exit and quit | Theo de Raadt | |
1997-12-23 | make it more obvious why pmap_set syslogs happen | Theo de Raadt | |