Age | Commit message (Expand) | Author |
2002-05-22 | Only map in DFB32 during attach, other stuff will be mapped by _mmap as | Jason Wright |
2002-05-22 | return mappings from DFB24 for DUMBFB mode mmap requests (this makes unaccele... | Jason Wright |
2002-05-22 | splassert_check should be ifdef DIAGNOSTIC | Artur Grabowski |
2002-05-22 | let !DIAGOSTIC kernels build | Theo de Raadt |
2002-05-21 | add creator at mainbus and wsdisplay at creator | Jason Wright |
2002-05-21 | Remove some debugging code and generally clean things up. | Jason Wright |
2002-05-21 | Get the initial cursor position correct so we don't start back at 0,0 when | Jason Wright |
2002-05-21 | Implement splassert just like it's on sparc. | Artur Grabowski |
2002-05-21 | Remove last vestiges of rcons and now it appears to work. | Jason Wright |
2002-05-21 | Use rasops alloc_attr in alloc_screen so it doesn't crash when a screen is | Jason Wright |
2002-05-21 | Skeleton driver for the Creator/Creator3D framebuffer (doesn't do much | Jason Wright |
2002-05-20 | ignore corrupted prom headers w/ length exceeding the scanned isa hole region... | Michael Shalayeff |
2002-05-20 | force alignment on the netisr and sir by mobving 'em into .data | Michael Shalayeff |
2002-05-20 | make sure runing addr gets properly aligned after 0-level page table allocation | Michael Shalayeff |
2002-05-20 | make sure all the funky stack we allocate are properly alligned, the trap_phy... | Michael Shalayeff |
2002-05-20 | gateway page could be cachable, it's not written into. | Michael Shalayeff |
2002-05-20 | minimum pdc stack is 9k, define it to be 16k here | Michael Shalayeff |
2002-05-20 | define BSS() macro to allocate vars in the .bss like other archs do | Michael Shalayeff |
2002-05-20 | gateway is not fixated on the pid in the tlb, make it a not-care value in itlbh | Michael Shalayeff |
2002-05-20 | do not free the kernel page dirs, they are hard to account for sometimes; als... | Michael Shalayeff |
2002-05-20 | hardclock() is not called until clock has been initialized | Michael Shalayeff |
2002-05-19 | there is an sti man there | Michael Shalayeff |
2002-05-19 | 2.11.2 are in the tree now, 10x to federico dude | Michael Shalayeff |
2002-05-18 | Workaround for color restoration on return from X. vgafb will not | Dale Rahn |
2002-05-18 | Optimize pmap_remove(). It frequently is called with no mappings to | Dale Rahn |
2002-05-18 | pasto | Michael Shalayeff |
2002-05-18 | Until we start supporting various modifiers to trace, we have | Artur Grabowski |
2002-05-18 | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument | Artur Grabowski |
2002-05-17 | properly detect the cpu model for the broken cyrix latch; better fix than pr#... | Michael Shalayeff |
2002-05-17 | isp* here too | Theo de Raadt |
2002-05-17 | Add QLogic pci cards in. They seem to work for me at least on a U10. | mjacob |
2002-05-17 | Handle the removal of 'const' from structure definition. | mjacob |
2002-05-16 | miod missed a comma | Michael Shalayeff |
2002-05-16 | Add systrace support to all the remaining architectures. | Miod Vallat |
2002-05-16 | name the registers ignoring the calling conventions | Michael Shalayeff |
2002-05-16 | systrace facility, used to enforce and generate policies for system calls | Niels Provos |
2002-05-16 | fix for a timer latch bug on the cyrix mediagx and gxm cpus. | Michael Shalayeff |
2002-05-16 | Add a an argument to db_printsym that specifies the printf function | Artur Grabowski |
2002-05-16 | Fix a long standing problem on vax: on "arithmetic fault" exceptions, | Miod Vallat |
2002-05-15 | Implement splassert() for sparc - a tool for finding problems related to | Artur Grabowski |
2002-05-15 | Remove the assembler kludges to allow altivec support without assembler help | Dale Rahn |
2002-05-15 | add lofn and nofn | Jason Wright |
2002-05-14 | make resettodr() save the clock (per the pdc manual), tested | Michael Shalayeff |
2002-05-14 | powerpc generates powerpc coredumps, not hppa coredumps. | Dale Rahn |
2002-05-14 | fix the diag insns, make copy_on_fault() usable by the kcopy as well | Michael Shalayeff |
2002-05-14 | disable sid hashing while still in real mode, alos print the parisc arch once... | Michael Shalayeff |
2002-05-13 | Deal with 24bit dvma requests | Jason Wright |
2002-05-13 | add BUS_DMA_24BIT flag (for braindead lance implementations) | Jason Wright |
2002-05-13 | ldi-ldo whatever was in the table, be that much clever | Michael Shalayeff |
2002-05-13 | Add missing cnpollc() calls. | Dale Rahn |