summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-06-13Add dewey and SOD information to this header file, for ELF ld.soDale S. Rahn
2000-06-13Be more careful when setting up the mbufs for destination buffersJason Wright
(similiar to what's in ubsec)
2000-06-13declare IP6_EXTHDR_GET{,0}. sorry i forgot to commit this one.Jun-ichiro itojun Hagino
2000-06-13dmesg repair around pci sub-bus configTheo de Raadt
2000-06-13correct 5805 testTheo de Raadt
2000-06-12ESP 3des now works, after squishing 4 bugsTheo de Raadt
2000-06-12syncTheo de Raadt
2000-06-12broadcom 5805Theo de Raadt
2000-06-12update icmp6 name lookup code to conform to 05 draft. previous codeJun-ichiro itojun Hagino
was 03/05 chimera. ping6: -n by default due to too many false error report due to too long reverse query delay.
2000-06-12add kern/uipc_mbuf2.c againJun-ichiro itojun Hagino
2000-06-12remove debugging prom dump, sorryMichael Shalayeff
2000-06-12eeprom width detection code.Michael Shalayeff
idea from netbsd tulip driver. there is problem w/ an983 card, but aaron@ said he'll work it out. aaron@ & jason@ ok.
2000-06-12Fix ADMtek identity crisis (whoops, missed this file); thanks mickey@Aaron Campbell
2000-06-12Fix typo and mention valid tty values.Todd C. Miller
2000-06-12Fix ADMtek identity crisis.Aaron Campbell
2000-06-12syncAaron Campbell
2000-06-12Don't ask me why, but ADMtek changed the name of their PCI Ethernet controllerAaron Campbell
from AN985 to AN983, and now their CardBus controller is named AN985.
2000-06-12sync with latest KAME doc. talk more about IPv4 mapped address issue.Jun-ichiro itojun Hagino
2000-06-12more registers for the upcoming code; NetBSD.Federico G. Schwindt
2000-06-12move cfdriver to ncr53c9x.c and device declaration to conf/files.Federico G. Schwindt
2000-06-12esp support; commented out by now till i check the other archs.Federico G. Schwindt
2000-06-11Better fix for the scrolling region problem. Fixes PR/1271.Aaron Campbell
2000-06-11apparently in order to write to config registers 1-3 you need to enable itFederico G. Schwindt
first, so do it. also set the default media based on what's on the regs >from NetBSD. Someone with one of these please test the changes.
2000-06-10add ubsec, since it will work soon enoughTheo de Raadt
2000-06-10er, wrongTheo de Raadt
2000-06-10better ifdefTheo de Raadt
2000-06-10correct SIMPLEQ bugs, ack interrupt. 8 packets have crypted, but kernelTheo de Raadt
memory got corrupted.
2000-06-10another vaddr used as paddrJason Wright
2000-06-10paddr not vaddr for mcr1Jason Wright
2000-06-09Add common routines for read/writing Cypress 82c693 control registers fromChris Cappuccio
NetBSD This will be used in pciide shortly, and also can be used in code which controls other functions of this chip (pci-isa and usb)
2000-06-09Import pci_mapreg_type from NetBSDChris Cappuccio
2000-06-09Clean up this file a bit.Aaron Campbell
2000-06-09Add support for 3c656, which is just the 3c575 + 56k modem. Thanks toAaron Campbell
xav@quakeserver.org for testing.
2000-06-09syncAaron Campbell
2000-06-09Add 3c656Aaron Campbell
2000-06-08bad mickeyTheo de Raadt
2000-06-08Add explicit inclusions of signalvar.h to files actually using syms definedNiklas Hallqvist
there but relying on an indirect inclusion
2000-06-08use arch/mvme68k/dev/memdevs.c, not mvme88k.Artur Grabowski
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-08Allow for forks of proc0 even if it's not curproc.Artur Grabowski
(this has been required by kthread for ages)
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-08replace linked lists for event queue with circular buffer,Michael Shalayeff
which gives two advantages -- faster and smaller. do not arc4_stir on pool overflow, it takes too much time, instead just hash data in and keep entropy count trim. some minor cleanups here and there. fixes overdropping of entropy on non-idle system load. provos@ ok
2000-06-08move cnspeed func and comspeed proto in placesMichael Shalayeff
2000-06-08MANSUBDIR is common for this whole dirMichael Shalayeff