Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-25 | vnd needs blowfish. Ok provos@ | Marc Espie | |
2000-06-24 | sync | Federico G. Schwindt | |
2000-06-24 | Implement getdents64, lstat64 and stat64, basically the same functions of | Federico G. Schwindt | |
the existing ones using 64bit vars. This makes netscape-solaris works on sparc. Particular note to those who want to try netscape: - netscape 4.73 was used for testing on a ss5 with -current. - apparently solaris uses pipes for communicating with the X server. I've checked the libraries I've installed from a solaris 2.6 box, and although there are references to X11-unix, it fails when it tries to open X11-pipe/X0, so in order to test it you need to specify -display <box ip>:0 or it won't start. - i got some errors when starting, but besides that, it works fine. - it's not slow, but you better have all the requiered files in the correct paths, or it'll take some time to start. | |||
2000-06-23 | Implement PCMCIA event polling. This will either complement interrupt-driven | Aaron Campbell | |
event notification from the pcic (if an interrupt is available) or allow the insertion and removal of PCMCIA devices even if there is no IRQ for the pcic. Each socket is checked for status change every 0.5 seconds using art's timeout code. Insertion and removal events should no longer ever go unnoticed. | |||
2000-06-23 | Pass the correct sizeo() to cfattach struct so we don't panic on detach. | Aaron Campbell | |
2000-06-23 | remove obsolete vtrace guts; art@ | Michael Shalayeff | |
2000-06-23 | ret should be there, wether auxreg/led is defined or not. | Federico G. Schwindt | |
2000-06-22 | on unconfig, bzero the key before free; from aazubel@core-sdi.com. | Federico G. Schwindt | |
2000-06-22 | regen-vtrace | Michael Shalayeff | |
2000-06-22 | make vtrace always obsolte; art@ | Michael Shalayeff | |
2000-06-22 | Convert arptimer to new timeouts. | Artur Grabowski | |
2000-06-22 | Convert to new timeouts. | Artur Grabowski | |
2000-06-22 | xl_setmulti_hash() does not work right. tested at usenix2000 term room. | Jun-ichiro itojun Hagino | |
affects 905B only. | |||
2000-06-21 | Kirk announced that soft updates are free today | Niklas Hallqvist | |
2000-06-21 | Fix xd entry in chrtoblktbl | Miod Vallat | |
2000-06-21 | fix KAME PR 261. | Jun-ichiro itojun Hagino | |
2000-06-21 | Fix gateway function; ok angelos@ | Oleg Safiullin | |
angelos, be more careful :) | |||
2000-06-21 | correct in6_recoverscope() for multicast loopback case. | Jun-ichiro itojun Hagino | |
2000-06-21 | add perfomance monitor unit, comment iv numbers for fpu/power/pmu | Michael Shalayeff | |
2000-06-20 | add encryption for svnd's for Erich <hh@cyberpass.net>. You can do a | Niels Provos | |
poor man's encrypted file system with this. Blame the Greek. okay niklas@ | |||
2000-06-20 | confirmed interop of IPv6 AH with KAME (both global and scoped addr). | Jun-ichiro itojun Hagino | |
remove restriction on scoped IPv6 address. TODO: confirm it with other IPv6 AH implementation. since we use very similar logic between KAME IPv6 AH and OpenBSD IPv6 AH, it is possible that both side is making the same mistake or whatever | |||
2000-06-20 | allow rx to work after tcpdump; ok art@ | Todd T. Fries | |
2000-06-20 | KNF | Todd T. Fries | |
2000-06-20 | Avoid using I/O port 0x370 since this is used by onboard audio on | Todd C. Miller | |
some laptops. Only seems to cause problems with some card, notably wavelan and aironet. | |||
2000-06-20 | Remove static from arptimer so that "show callout" in ddb shows the right | Artur Grabowski | |
function. | |||
2000-06-20 | If only one of IX86_CPU is defined, set CMACHFLAGS to the appropriate | Artur Grabowski | |
-march=ix86. (as it was done for 486). | |||
2000-06-20 | some files from crypto/ are needed for tcfs. | Federico G. Schwindt | |
2000-06-20 | remove NetBSD ifdefs. indent. | Federico G. Schwindt | |
2000-06-20 | KNF | Todd T. Fries | |
2000-06-20 | Convert if_slowtimo to use new timeouts. | Artur Grabowski | |
2000-06-20 | knf | Jason Wright | |
2000-06-20 | call crypto_done() | Jason Wright | |
2000-06-20 | Use crypto_done() | Angelos D. Keromytis | |
2000-06-20 | crypto_done(), all it does for now is invoke the callback. | Angelos D. Keromytis | |
2000-06-20 | Add crypto_done() prototype. | Angelos D. Keromytis | |
2000-06-20 | Almost make a Megahertz card working, still rx probs though | Niklas Hallqvist | |
2000-06-20 | some more esp devices | Niklas Hallqvist | |
2000-06-20 | regen | Niklas Hallqvist | |
2000-06-20 | do not play with rcvif, if the traffic is non-IPv4. | Jun-ichiro itojun Hagino | |
by setting rcvif to enc*, we break IPv6 scope considerations. | |||
2000-06-20 | esp SCSI devices | Niklas Hallqvist | |
2000-06-20 | try to cope with AH6 with scoped address case better. | Jun-ichiro itojun Hagino | |
2000-06-20 | initialize mtu/hlim for enc interface at encattach(). | Jun-ichiro itojun Hagino | |
backgronud: inbound ipsec packet will have enc* as m->m_pkthdr.rcvif. when we try to reflect the packet back in the kernel (like icmp6 echo), we'd generate packet toward enc* interface. icmp6_reflect() will take hoplimit value from nd_ifinfo[enc*], which was not initialized by the old code. XXX the change to m->m_pkthdr.rcvif violates IPv6 scoped routing. we will need to disable it, for at least IPv6. | |||
2000-06-20 | After bpf_mtap(), in promisc mode, don't drop packets that aren't for us here; | Aaron Campbell | |
that is done in ether_input(); jason@ ok | |||
2000-06-20 | timeout_add: Remove the right timeout when we see that it is on the list. | Artur Grabowski | |
2000-06-20 | Big oops on my previous commit, broke gateway function; patch from | Angelos D. Keromytis | |
form@openbsd.ru | |||
2000-06-20 | initialize hoplimit field properly on ipsec6 case | Jun-ichiro itojun Hagino | |
2000-06-19 | correct header chasing code. take care of AH length. | Jun-ichiro itojun Hagino | |
2000-06-19 | sync | Chris Cappuccio | |
2000-06-19 | new cmd ide controllers | Chris Cappuccio | |
2000-06-19 | xe needs ifmedia | Federico G. Schwindt | |