Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-06 | remove mobile-ip option description, merged in by mitsake | Jun-ichiro itojun Hagino | |
2000-07-06 | Move domain.h above so this compiles again. | Federico G. Schwindt | |
Remove netinet.h within ifdef INET6; this is already included. | |||
2000-07-06 | more stats | Jun-ichiro itojun Hagino | |
2000-07-06 | sync with router renumber struct decl change. | Jun-ichiro itojun Hagino | |
more logs. make it very sure to close temporary socket. | |||
2000-07-06 | - more icmp6/ip6 stats. | Jun-ichiro itojun Hagino | |
- protect IPv6 ND from being hosed (due to neighbor unreachability detection hint) by wrong tcp traffic. still not sure if there's real attack, but it is good to be cautious. - avoid bitfield for router renumbering header decl. - implement packet-per-sec limitation for icmp6 errors, turn interval limit off (it is not very useful due to unix timer resolution). | |||
2000-07-06 | Don't write password lines longer than 1023 chars. | Hakan Olsson | |
Change two instances of err() to errx(). | |||
2000-07-06 | use %s with printf family | Theo de Raadt | |
2000-07-06 | Don't include <vm/vm.h> twice. (art@ ok) | Hakan Olsson | |
2000-07-06 | i feel dirty whenever i edit in here | Theo de Raadt | |
2000-07-06 | Typo in comment and some cleanup of roundrobin. | Artur Grabowski | |
2000-07-06 | do not assume h_errs[] is clean, use %s | Theo de Raadt | |
2000-07-06 | snprintf with %s when copying the pager | Theo de Raadt | |
2000-07-06 | printf with % for the prompt | Theo de Raadt | |
2000-07-06 | Port latest in from FreeBSD- finally have some of the link issues sorted | mjacob | |
out so we should now be able to work with switches. | |||
2000-07-06 | Reorder irq enabling and vector setup; makes Ricoh-based PCI-CardBus bridges | Aaron Campbell | |
behave more nicely. Also remove statics. From niklas@ | |||
2000-07-06 | Enable CardBus per Theo's request, so we can iron out the wrinkles faster. Also | Aaron Campbell | |
enable the PCIBIOS* options so they can be tested as well. Currently, support only for 3c575- and 3c656-based 3Com CardBus NICs, but we're working to add more drivers. | |||
2000-07-06 | fix another, similar typo | Aaron Campbell | |
2000-07-06 | typo | Aaron Campbell | |
2000-07-06 | Resync with FreeBSD/NetBSD. Salient features are that the mailbox command | mjacob | |
routines are not necessarily polled now- this should cut down on some of the spurious lost commands that have occurred. Also, we now watchdog each command and make sure that command constipation doesn't occur (which it has been documented to do on the QLA2100 cards). | |||
2000-07-06 | Use isp_handle_index functions. Reorder when things get | mjacob | |
done (and return CMD_EAGAIN on request queue overflow so we can retry). | |||
2000-07-06 | completely remove ipv4 mapped cases from tcp_input(). | Jun-ichiro itojun Hagino | |
cleanup (indentation, v4-or-v6 conditions) | |||
2000-07-06 | Split PCI firmware into separate (product) files to minimize | mjacob | |
CVS rototillage on f/w upgrades. | |||
2000-07-06 | Use new isp_handle_index function. Pull in f/w from separate files. | mjacob | |
2000-07-06 | Insert missing .El directives. | Aaron Campbell | |
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell | |
spit out a warning. | |||
2000-07-06 | Insert missing .El directive; todd@ | Aaron Campbell | |
2000-07-06 | Add in a timeout structure to the scsi_xfer structure so that HBA's can | mjacob | |
watchdog per command. Reserve 4 bits of the flags field for the HBA's private use (e.g., for saying whether the commands in the middle of being watchdogged....). | |||
2000-07-06 | printf %s | Todd T. Fries | |
2000-07-06 | use %s with fprintf | Theo de Raadt | |
2000-07-05 | printf without %s | Theo de Raadt | |
2000-07-05 | remove SYSLOG(), unused function | Theo de Raadt | |
2000-07-05 | more cleanup for IPv4 mapped address support. there seem to be some | Jun-ichiro itojun Hagino | |
inconsistency in corner cases (from NRL I believe). todd (fries) and I have seen panic, with the following call chain: ip6_input -> tcp_input -> tcp_respond -> ip_input -> bang! more cleanups should be done, to decrease complexity. for example, INP_IPV6_MAPPED should be nuked. | |||
2000-07-05 | oops, late night typo | Michael Shalayeff | |
2000-07-05 | fix comment | Michael Shalayeff | |
2000-07-05 | missing semicolon | Michael Shalayeff | |
2000-07-05 | crank version to 6.5 | Theo de Raadt | |
2000-07-05 | another setproctitle | Theo de Raadt | |
2000-07-05 | convert these config's to use asc as well | Eric Jackson | |
2000-07-05 | change these to use asc as well | Eric Jackson | |
2000-07-05 | change the esp scsi driver name to asc as not to conflict with | Eric Jackson | |
the ncr53c9x driver. ok niklas@ | |||
2000-07-05 | typo | Niels Provos | |
2000-07-05 | new timeouts | Michael Shalayeff | |
2000-07-05 | use no_x11_forwarding_flag correctly; provos ok | Theo de Raadt | |
2000-07-05 | make dmesg work on alpha | Eric Jackson | |
2000-07-05 | sync | Theo de Raadt | |
2000-07-05 | setproctitle with %s | Theo de Raadt | |
2000-07-05 | always setproctitle with %s if using a variable | Theo de Raadt | |
2000-07-05 | Start sendmail in the background so it doesn't cause blockage | Todd C. Miller | |
on reboot timing out on DNS problems. | |||
2000-07-05 | Decouple memory access functions from db_interface.c so they can be | Hugh Graham | |
shared with upcoming KGDB. As per NetBSD. Ok'd by niklas. | |||
2000-07-05 | Add a breakpoint() inline for use with KGDB. | Hugh Graham | |
Ok'd by mickey. |