Age | Commit message (Expand) | Author |
2004-05-22 | Convert to bus_space; but it still uses kvtop()... | Miod Vallat |
2004-05-22 | two more reloc types | Michael Shalayeff |
2004-05-21 | std header ifdef naming conventions; ok mickey@ | Todd T. Fries |
2004-05-21 | More cleaning, better registers programming, better error messages. | Miod Vallat |
2004-05-20 | More "can't help but clean things while reading". | Miod Vallat |
2004-05-20 | Make MINGDTSIZ a multiple of PAGE_SIZE to avoid destroying the gdt table. | Thomas Nordin |
2004-05-20 | Fix arithmetic in vs_getiopb(), from mvme88k. | Miod Vallat |
2004-05-20 | General cleanup before attempting to move towards bus_space and bus_dma. | Miod Vallat |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis |
2004-05-19 | Rewrite va_arg() for correctness. Not only is the new code easier to read, | Miod Vallat |
2004-05-19 | stupid typo that prevented i686 pagezero code from being used. from art | Ted Unangst |
2004-05-19 | No need to force a kernel mapping for the sram, the sram driver will do it | Miod Vallat |
2004-05-19 | de __P of sys/arch/cats. | Dale Rahn |
2004-05-19 | de __P of sys/arch/arm. | Dale Rahn |
2004-05-17 | Work arounda behaviour change in binutils-2.14, now -m<...> -nostdlib | Dale Rahn |
2004-05-17 | KNF and minor cleaning. | Miod Vallat |
2004-05-17 | OF_mapintr: swizzle interrupt for PCI bridges, | Brad Smith |
2004-05-16 | Simplify bugtty_chkinput(), from mvmeppc. | Miod Vallat |
2004-05-15 | Be more careful when using hwirq[] values. | Miod Vallat |
2004-05-14 | Attach a working bugtty device - userland needs at least a console tty. | Miod Vallat |
2004-05-14 | Correctly coalesce buffers in _bus_dmamap_load_buffer(). | Miod Vallat |
2004-05-14 | Really working interrupt engine, at least on both 2600 flavours. | Miod Vallat |
2004-05-13 | activate systrace on amd64, while here get rid of syscall_{plain,fancy} | Nikolay Sturm |
2004-05-13 | 8ks do not have hvt | Michael Shalayeff |
2004-05-13 | Fix userland profiling on amd64, update to new NetBSD version of file. | Dale Rahn |
2004-05-13 | implement spop1,,0 support | Michael Shalayeff |
2004-05-12 | support probe instructions | Michael Shalayeff |
2004-05-12 | if tctrl not there, still let this compile; miod ok | Theo de Raadt |
2004-05-11 | zap false rcs | Theo de Raadt |
2004-05-11 | put mdtphy onto install media | Theo de Raadt |
2004-05-10 | mediabay driver to configure ata bus attached to CD on pismo Powerbook | Dale Rahn |
2004-05-10 | auich for amd64. OK deraadt@ | Marco S Hyman |
2004-05-10 | Make the time getting frame buffer depth earlier. Without this | Kenji Aoyama |
2004-05-10 | When external power is not available, the tadpole video hardware gets | Miod Vallat |
2004-05-09 | Add option ISP_COMPILE_1000_FW, as done in GENERIC; recommended by mjacob@. | Miod Vallat |
2004-05-09 | Replace the event queue with a bit mask of slots needing attention, as | Miod Vallat |
2004-05-09 | Eliminate verbosity parameter to scsi_print_sense and the associated | Kenneth R Westerback |
2004-05-08 | Remove spurious initialization; drahn@ ok | Miod Vallat |
2004-05-08 | In pmap_enu*(), be sure to splx() on low memory conditions. | Miod Vallat |
2004-05-08 | Do not duplicate fragments from <machine/conf.h>. | Miod Vallat |
2004-05-08 | Better bus_dmamap_load() implementation which does not use vtophys(), | Miod Vallat |
2004-05-08 | Kill whitespace at EOL | Miod Vallat |
2004-05-08 | Correct values for the pci_routes[] pci-to-mpic interrupt routing table, | Miod Vallat |
2004-05-08 | Enable ichpcib(4) in GENERIC and on all media. | Alexander Yurchenko |
2004-05-08 | Put back ichpcib(4), it works now. | Alexander Yurchenko |
2004-05-07 | spllower should return the previous level, to match other archs. | Ted Unangst |
2004-05-07 | Replace the old ssh(4) NCR53C710 scsi driver with a pcctwo attachment for | Miod Vallat |
2004-05-07 | bus_dma(9) implementation for mvme88k, mostly based upon powerpc. | Miod Vallat |
2004-05-07 | Introduce a new cmmu operation, cachectl_pa, similar to cachectl, but taking | Miod Vallat |
2004-05-07 | Make #endif /* foo */ comments really match the #if condition. | Miod Vallat |