summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-12-11add inet6_option_* and inet6_rthdr_*.Jun-ichiro itojun Hagino
increase shlib minor.
1999-12-11this isn't the first releaseJason Wright
1999-12-11add telnetd on tcp6 (commented out).Jun-ichiro itojun Hagino
1999-12-11set "host" properly when getnameinfo() is successful.Jun-ichiro itojun Hagino
1999-12-10simple driver for Texas Instruments TNETE2101 phyJason Wright
1999-12-10Close comment just once.Marc Espie
Amazed, this bug has been in the gcc main source for almost a year. Is this file compiled somewhere ? (reported to gcc folks, thanks to Andreas Gunnarsson for finding the bug)
1999-12-10syncJason Wright
1999-12-10add TNETE2101Jason Wright
1999-12-10v6 friendly; KAMETheo de Raadt
1999-12-10a critical fix from kame: add missing splx().Jun-ichiro itojun Hagino
1999-12-10sync DIAGNOSTIC code with reality. we always get cluster mbuf soJun-ichiro itojun Hagino
max_linkhdr + hdrlen <= MCLBYTES is safe.
1999-12-10indentTheo de Raadt
1999-12-10use proper type for in6_first_ifid (char -> u_int8_t)Jun-ichiro itojun Hagino
suggested by: deraadt
1999-12-10using u_char * is a lot more convenient than doing & 0xff 80+ timesTheo de Raadt
1999-12-10indentTheo de Raadt
1999-12-10shrinkTheo de Raadt
1999-12-10repair various bugs in -d modeTheo de Raadt
1999-12-10add IPv6 support. net.inet6.{ip6,icmp6} will be printed.Jun-ichiro itojun Hagino
1999-12-10Remove remaining unnecessary ifdefs (itojun will hate me for this :-)Angelos D. Keromytis
1999-12-10sorry angelos, they are not used any more :-PJun-ichiro itojun Hagino
1999-12-10Add code to allow for IPv6 IPsec destinations in IPv4 IPsec flows (e.g.,Angelos D. Keromytis
packets from 10.0.0.1 going to 11.0.0.1 should be ESP encrypted to host 1:2:3:4:5:6:7:8). ip6_output() needs to be modified to honor IP_RAWOUTPUT (or some such) and IP_ENCAPSULATED, to not prepend an IPv6 header to the packet, and to not do IPsec processing respectively.
1999-12-10Add RCS tags, remove unused header files and code, remove a fewAngelos D. Keromytis
unnecessary ifdefs...
1999-12-10add ndp(8), arp(8) lookalike for IPv6.Jun-ichiro itojun Hagino
1999-12-10arp(8) lookalike for IPv6, from KAMEJun-ichiro itojun Hagino
1999-12-10sudo 1.6.1Todd C. Miller
1999-12-10typo; mark.baushke@solipsa.comNiels Provos
1999-12-10fix rx mbuf allocationJason Wright
1999-12-10but... these are needed by the bootblocksTheo de Raadt
1999-12-10syncJason Wright
1999-12-10add DAVICOM, DAVICOM DM9100, and DAVICOM DM9102Jason Wright
1999-12-10Fix a few typos.Angelos D. Keromytis
1999-12-10bad espie, commiting bad patches, with junk in them that should not be thereTheo de Raadt
1999-12-09Opps, missed to change one FREE(pv, ...) to pvfree(pv).Artur Grabowski
1999-12-09Fix a bug we've had for ages.Artur Grabowski
On some sun4m the pagetables must be uncached. This is indicated by the CPUFLG_CACHEPAGETABLES in cpuinfo.flags. This was done in pmap_bootstrap4m. The problem is that the CPUFLG_CACHEPAGETABLES is not set until after pmap_bootstrap4m, so even the machines that could cache the pagetables had them uncached, reducing performance. Fix this by creating pmap_cache_enable that is called just after the cache has been switched on (XXX - actually, we should call it before, but CPUFLG_CACHEPAGETABLES can be set in the code that enables the cache).
1999-12-09Use otos rather than writing directly to ip_tos in the IPv4 headerAngelos D. Keromytis
(bitfields can be a pain).
1999-12-09Fix comment typos.Angelos D. Keromytis
1999-12-09-src useAngelos D. Keromytis
1999-12-09oopsTheo de Raadt
1999-12-09angelos and downsj, communicate, you dorksTheo de Raadt
1999-12-09Include ipsec_input.cAngelos D. Keromytis
1999-12-09Split some allocation/error handling functions out of main.cMarc Espie
1999-12-09Introduce `common usage' buf patterns and use them.Marc Espie
1999-12-09dlopen and dlsym take const char * parameters.Marc Espie
Fix prototypes, propagate const where applicable.
1999-12-09Move variable decls into the appropriate #ifdefs so GENERIC compiles...Jason Downs
1999-12-09Since we uncache the memory in dvma_malloc, it is a good idea to recacheit inArtur Grabowski
dvma_free.
1999-12-09Change the kvm_uncache interface to a kvm_setcache that can uncacheArtur Grabowski
a memory and allow the range to be cached again. Make kvm_uncache and kvm_recache to macros that call kvm_setcache. (also in the commit: Fix protection for pmap_kenter* and remove a redundant call to uvm_setpagesize).
1999-12-09$OpenBSD$ id'sJason Wright
1999-12-09uncomment dcJason Wright
1999-12-09dd rtsol(8), rtsold(8) and ifmcstat(8) related items.Jun-ichiro itojun Hagino
1999-12-09add cat4/{gif,inet6,faith}.0Jun-ichiro itojun Hagino