summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-06-28Remove pointless variable. It is set to 0, then returned without modification.Todd C. Miller
2000-06-28Make suspend -> eject card -> resume work.Aaron Campbell
2000-06-28Don't call the drivers' xxx_activate() function directly -- use the systemAaron Campbell
2000-06-27Move ac97 register defines into ac97.hArtur Grabowski
2000-06-27Make this driver work. When I ported it from FreeBSD, somehow a line got leftAaron Campbell
2000-06-27Slight optimization of wakeup.Artur Grabowski
2000-06-26timeout is in seconds, not ticks.Artur Grabowski
2000-06-26New timeouts.Artur Grabowski
2000-06-26Instead of using an ugly hack with timeouts to wake up the processArtur Grabowski
2000-06-26Convert nfs_timer to new timeouts.Artur Grabowski
2000-06-26Make the check for !usermode in syscal a DIAGNOSTIC.Artur Grabowski
2000-06-26Make the definition of tcpstat in tcp_var.h extern.Artur Grabowski
2000-06-26Convert to new timeouts.Artur Grabowski
2000-06-26let svnd deal with sparse files, okay art@ deraadt@Niels Provos
2000-06-26interface can be faked for cmd chipsChris Cappuccio
2000-06-26from NetBSDChris Cappuccio
2000-06-26use new timeoutsArtur Grabowski
2000-06-26Use new timeouts.Artur Grabowski
2000-06-26alpha was missing memsetTodd C. Miller
2000-06-26Make the Linksys Combo PCMCIA EthernetCard (EC2T) work again; it was broken byAaron Campbell
2000-06-26syncAaron Campbell
2000-06-26Add a PCMCIA_CIS entry for the Linksys Combo PCMCIA EthernetCard EC2T.Aaron Campbell
2000-06-25disable automatic crashdump when swap encryption is onNiels Provos
2000-06-25Fix typo; ds@ds.primasoft.bgAaron Campbell
2000-06-25vnd needs blowfish. Ok provos@Marc Espie
2000-06-24syncFederico G. Schwindt
2000-06-24Implement getdents64, lstat64 and stat64, basically the same functions ofFederico G. Schwindt
2000-06-23Implement PCMCIA event polling. This will either complement interrupt-drivenAaron Campbell
2000-06-23Pass the correct sizeo() to cfattach struct so we don't panic on detach.Aaron Campbell
2000-06-23remove obsolete vtrace guts; art@Michael Shalayeff
2000-06-23ret should be there, wether auxreg/led is defined or not.Federico G. Schwindt
2000-06-22on unconfig, bzero the key before free; from aazubel@core-sdi.com.Federico G. Schwindt
2000-06-22regen-vtraceMichael Shalayeff
2000-06-22make vtrace always obsolte; art@Michael Shalayeff
2000-06-22Convert arptimer to new timeouts.Artur Grabowski
2000-06-22Convert to new timeouts.Artur Grabowski
2000-06-22xl_setmulti_hash() does not work right. tested at usenix2000 term room.Jun-ichiro itojun Hagino
2000-06-21Kirk announced that soft updates are free todayNiklas Hallqvist
2000-06-21Fix xd entry in chrtoblktblMiod Vallat
2000-06-21fix KAME PR 261.Jun-ichiro itojun Hagino
2000-06-21Fix gateway function; ok angelos@Oleg Safiullin
2000-06-21correct in6_recoverscope() for multicast loopback case.Jun-ichiro itojun Hagino
2000-06-21add perfomance monitor unit, comment iv numbers for fpu/power/pmuMichael Shalayeff
2000-06-20add encryption for svnd's for Erich <hh@cyberpass.net>. You can do aNiels Provos
2000-06-20confirmed interop of IPv6 AH with KAME (both global and scoped addr).Jun-ichiro itojun Hagino
2000-06-20allow rx to work after tcpdump; ok art@Todd T. Fries
2000-06-20KNFTodd T. Fries
2000-06-20Avoid using I/O port 0x370 since this is used by onboard audio onTodd C. Miller
2000-06-20Remove static from arptimer so that "show callout" in ddb shows the rightArtur Grabowski
2000-06-20If only one of IX86_CPU is defined, set CMACHFLAGS to the appropriateArtur Grabowski