Age | Commit message (Expand) | Author |
2003-09-25 | hifn 7956 support | Jason Wright |
2003-09-25 | hifn 7956 | Jason Wright |
2003-09-25 | sync | Theo de Raadt |
2003-09-25 | support AAA131U2; cmaxwell@themanor.net | Theo de Raadt |
2003-09-25 | sync with netbsd; fixes some problems with the upcoming atw driver. | Federico G. Schwindt |
2003-09-24 | on-link DoS by bogus ARP. reported by apple | Jun-ichiro itojun Hagino |
2003-09-24 | Remove state setup no-ops. | Ryan Thomas McBride |
2003-09-24 | Compile after poll changes... | Miod Vallat |
2003-09-24 | initial support for hifn 7955 (no AES or PK yet) | Jason Wright |
2003-09-23 | Limit "proc: table is full" messages to once every 10 seconds which helps whe... | Todd C. Miller |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-09-23 | regen (Prepare for conversion of select backend -> poll) | Todd C. Miller |
2003-09-23 | Prepare for conversion of select backend -> poll | Todd C. Miller |
2003-09-23 | revert safety checks; requested by mickey@ | Anil Madhavapeddy |
2003-09-23 | sync; hifn 7955 | Jason Wright |
2003-09-23 | hifn 7955 | Jason Wright |
2003-09-22 | Off-by-ones, from aaron@ | Miod Vallat |
2003-09-22 | sync | Alexander Yurchenko |
2003-09-22 | Two new Acard UDMA6 ATA chips | Alexander Yurchenko |
2003-09-21 | revert for now. | Federico G. Schwindt |
2003-09-21 | sync | Alexander Yurchenko |
2003-09-21 | Yet another ServerWorks CSB6 IDE | Alexander Yurchenko |
2003-09-21 | sync with netbsd defines. no functional changes. | Federico G. Schwindt |
2003-09-21 | document and declare 64-bit function/macros. ok millert@ deraadt@ | Federico G. Schwindt |
2003-09-21 | "exp" is a reserved symbol under gcc3/posix. mcbride ok | Jun-ichiro itojun Hagino |
2003-09-20 | Cleanup uses of intstack and interrupt_stack[] - also makes time % in top | Miod Vallat |
2003-09-20 | move the checks after we fixed the hd info. | Federico G. Schwindt |
2003-09-19 | In pmap_changebit(), do not flush tlb entries unless really necessary. | Miod Vallat |
2003-09-19 | Let boot -b return to debugger before invoking the kernels entry point, like | Miod Vallat |
2003-09-19 | Disable 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 before | Federico G. Schwindt |
2003-09-19 | add debug info around #41; toby@ ok. | Federico G. Schwindt |
2003-09-19 | Put in a couple of sanity checks to ensure that the AN_DEFAULT_* | Anil Madhavapeddy |
2003-09-18 | comment spelling, from jonathon gray | Ted Unangst |
2003-09-18 | spacing; | Jason McIntyre |
2003-09-18 | typo 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-17 | More cleaning of the exception handling code, and collateral damage: | Miod Vallat |
2003-09-16 | Do not use | !FOO to mention undesirable flags, but rather & ~FOO - hopefully | Miod Vallat |
2003-09-16 | Remove unused material from include files, as well as the annoying U() macro | Miod Vallat |
2003-09-16 | Clean <machine/db_machdep.h> of unused material. Also, let this file be | Miod Vallat |
2003-09-16 | Provide more information about the CPU/CMMU configuration in the dmesg | Miod Vallat |
2003-09-16 | document extension support bitmap definition; requested by deraadt@. | Federico G. Schwindt |
2003-09-15 | tree unlock, as we move to 3.4-current | Theo de Raadt |
2003-09-11 | permit ramdisks to build | Theo de Raadt |
2003-09-11 | support new via c3 AES instruction; written by jason | Theo de Raadt |
2003-09-11 | handle case where bios EDD support only supports a subset; from fgsch, | Theo de Raadt |
2003-09-09 | fix potential int overflow found by blexim at hush.com. restrict root to | Ted Unangst |
2003-09-09 | Remove DDB conditionals and always define T_KDB_* | Miod Vallat |