Age | Commit message (Expand) | Author |
2010-04-22 | De-inline atomic_setbits_int and atomic_clearbits_int, on arm these functions | Dale Rahn |
2010-04-22 | Whitespace cleanup on generated asm code, so it is readable. | Dale Rahn |
2010-04-22 | Committing on behalf or ariane@. | Owain Ainsworth |
2010-04-22 | - remove ptei(), which was verified to be unused. | Jasper Lievisse Adriaanse |
2010-04-21 | More reworking of interrupt handling and VME support, and rename various | Miod Vallat |
2010-04-21 | <sys/systm.h> required now. | Miod Vallat |
2010-04-21 | more proc.h needed | Theo de Raadt |
2010-04-21 | two more proc.h needed | Theo de Raadt |
2010-04-21 | - missing rcs id | Jasper Lievisse Adriaanse |
2010-04-21 | more cleanup to cope with the change that tries to make proc.h not act | Theo de Raadt |
2010-04-21 | more cleanup to cope with the change that tries to make proc.h not act | Theo de Raadt |
2010-04-20 | more misuse of user.h and sysctl.h | Theo de Raadt |
2010-04-20 | cleanup more confusion regarding user.h before proc.h, or missing proc.h | Theo de Raadt |
2010-04-20 | fix amd64 kernel compile after proc.h was removed from uvm_map.h | Peter Hessler |
2010-04-20 | Add bus_dma and oosiop(4), as found on the AV530 family. Tested on model 4605. | Miod Vallat |
2010-04-20 | need proc.h before user.h | Ted Unangst |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-04-20 | Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled | Theo de Raadt |
2010-04-20 | destintation -> destination | Miod Vallat |
2010-04-20 | Allow MD oosiop(4) attachment to override default values for a few of the | Miod Vallat |
2010-04-20 | Instead of using PWT|PCD for uncached (which is wrong on old cpus and | Owain Ainsworth |
2010-04-19 | Make ipending a per-CPU value. | Joel Sing |
2010-04-19 | Make the Processor Status Word (PSW) a per-CPU value. | Joel Sing |
2010-04-19 | Add missing bits for complete softraid support to sparc/sparc64 | David Coppa |
2010-04-19 | Add missing bits for complete softraid support to sparc/sparc64 | David Coppa |
2010-04-18 | Work in progress support for AViiON models 4600 and 530. | Miod Vallat |
2010-04-18 | Correctly identify a machine of the 530 family even if the expansion I/O board | Miod Vallat |
2010-04-18 | Parse commandline options in netboot, and force the onboard ethernet address | Miod Vallat |
2010-04-18 | Apply the same interrupt enable bit fiddling protection as done for le@fwio | Miod Vallat |
2010-04-18 | Allow for multiple options after a dash (getopt style). | Miod Vallat |
2010-04-18 | Fix esym computation logic. | Miod Vallat |
2010-04-17 | Work around yet another MC88110 errata, causing cache writebacks upon snooping | Miod Vallat |
2010-04-17 | - correctly set cpu_model: instead of a vendor + model, set the cpu type | Jasper Lievisse Adriaanse |
2010-04-17 | Do not forget to set nasid to the right value when trying to attach spdmem. | Miod Vallat |
2010-04-16 | Fix handling of shared interrupts. Make sure we use the lowest priority of | Mark Kettenis |
2010-04-16 | Use a somewhat bigger hammer and als flush tlb entries that have the global | Mark Kettenis |
2010-04-16 | catch up to the ttyopen() changes | Theo de Raadt |
2010-04-15 | two missing splx in error path; ok drahn | Theo de Raadt |
2010-04-15 | Add some missing splx()'s (and missing simple_unlock() no-ops) in pmap error | Mark Kettenis |
2010-04-15 | Turn DIO_INHOLE() into a function, returning the next select code to probe at; | Miod Vallat |
2010-04-15 | Let sgc(4) attach on models 362 and 382 - recent documents uploaded to | Miod Vallat |
2010-04-15 | Match the interleaving scheme used on dual-PIMM capable IP35 systems (i.e. | Miod Vallat |
2010-04-15 | Print both the tx and the rx interrup vector numbers instead of the tx number | Mark Kettenis |
2010-04-15 | Allow multiple xbow to attach, to attach devices on multiple node systems. | Miod Vallat |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-04-11 | Make gcc4 happy. From NetBSD. Probably reported to me before by jsg@ or | Mark Kettenis |
2010-04-10 | Make this compile with gcc4. Cleanup some debug code while I'm there. | Mark Kettenis |
2010-04-10 | pmap_extract() does the equivalent of vtophys if pmap_kernel(), so instead of | Owain Ainsworth |
2010-04-10 | The statement c != '\0' != 0 doesn't make an awful lot of sense, so drop the | Mark Kettenis |
2010-04-09 | - add and enable pgs(4), a driver for the Programmers Switch found on | Jasper Lievisse Adriaanse |