summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-09-25more codecMichael Shalayeff
2003-09-25better structs alignment; jason@ testing on sparc64 and okMichael Shalayeff
2003-09-25no need for a redundant check; from form@ and jason okMichael Shalayeff
2003-09-25syncAlexander Yurchenko
2003-09-25serverworks csb6 lpc; found in dmesg from mtoups@andrew.cmu.eduAlexander Yurchenko
2003-09-25hifn 7956 supportJason Wright
2003-09-25hifn 7956Jason Wright
2003-09-25syncTheo de Raadt
2003-09-25support AAA131U2; cmaxwell@themanor.netTheo de Raadt
2003-09-25sync with netbsd; fixes some problems with the upcoming atw driver.Federico G. Schwindt
2003-09-24on-link DoS by bogus ARP. reported by appleJun-ichiro itojun Hagino
2003-09-24Remove state setup no-ops.Ryan Thomas McBride
2003-09-24Compile after poll changes...Miod Vallat
2003-09-24initial support for hifn 7955 (no AES or PK yet)Jason Wright
2003-09-23Limit "proc: table is full" messages to once every 10 seconds which helps whe...Todd C. Miller
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-09-23regen (Prepare for conversion of select backend -> poll)Todd C. Miller
2003-09-23Prepare for conversion of select backend -> pollTodd C. Miller
2003-09-23revert safety checks; requested by mickey@Anil Madhavapeddy
2003-09-23sync; hifn 7955Jason Wright
2003-09-23hifn 7955Jason Wright
2003-09-22Off-by-ones, from aaron@Miod Vallat
2003-09-22syncAlexander Yurchenko
2003-09-22Two new Acard UDMA6 ATA chipsAlexander Yurchenko
2003-09-21revert for now.Federico G. Schwindt
2003-09-21syncAlexander Yurchenko
2003-09-21Yet another ServerWorks CSB6 IDEAlexander Yurchenko
2003-09-21sync with netbsd defines. no functional changes.Federico G. Schwindt
2003-09-21document and declare 64-bit function/macros. ok millert@ deraadt@Federico G. Schwindt
2003-09-21"exp" is a reserved symbol under gcc3/posix. mcbride okJun-ichiro itojun Hagino
2003-09-20Cleanup uses of intstack and interrupt_stack[] - also makes time % in topMiod Vallat
2003-09-20move the checks after we fixed the hd info.Federico G. Schwindt
2003-09-19In pmap_changebit(), do not flush tlb entries unless really necessary.Miod Vallat
2003-09-19Let boot -b return to debugger before invoking the kernels entry point, likeMiod Vallat
2003-09-19Disable USB_USE_SOFTINTR until we have generic support for soft interrupts.Anil Madhavapeddy
2003-09-19- some bios return a valid geometry for inexistent hd's so beforeFederico G. Schwindt
2003-09-19add debug info around #41; toby@ ok.Federico G. Schwindt
2003-09-19Put in a couple of sanity checks to ensure that the AN_DEFAULT_*Anil Madhavapeddy
2003-09-18comment spelling, from jonathon grayTed Unangst
2003-09-18spacing;Jason McIntyre
2003-09-18typo in error;Jason McIntyre
2003-09-18- move checks earlier to catch inexistent devices before testing for edd.Federico G. Schwindt
2003-09-18- pass the correct device to bios_getdisklabel().Federico G. Schwindt
2003-09-17More cleaning of the exception handling code, and collateral damage:Miod Vallat
2003-09-16Do not use | !FOO to mention undesirable flags, but rather & ~FOO - hopefullyMiod Vallat
2003-09-16Remove unused material from include files, as well as the annoying U() macroMiod Vallat
2003-09-16Clean <machine/db_machdep.h> of unused material. Also, let this file beMiod Vallat
2003-09-16Provide more information about the CPU/CMMU configuration in the dmesgMiod Vallat
2003-09-16document extension support bitmap definition; requested by deraadt@.Federico G. Schwindt
2003-09-15tree unlock, as we move to 3.4-currentTheo de Raadt