Age | Commit message (Expand) | Author |
2002-05-23 | simplify condition to perform DAD. sync w/kame | Jun-ichiro itojun Hagino |
2002-05-22 | Match on "SUNW,afb" as well, a guess to make Elite3D cards work and print | Federico G. Schwindt |
2002-05-22 | - Allow matching of devices with fewer than 24 register sets | Jason Wright |
2002-05-22 | add WSDISPLAY_TYPE_SUNFFB | Jason Wright |
2002-05-22 | max length of debug variables | Thierry Deval |
2002-05-22 | Allow brightness buttons to affect the console brightness whenever possible; | Miod Vallat |
2002-05-22 | Put abtn back in GENERIC. RAMDISK kernels do not need it. | Miod Vallat |
2002-05-22 | - in the OpenFirmware console initialisation, check if the console device | Miod Vallat |
2002-05-22 | I was on drugs when I commited this initially, and still do not understand | Miod Vallat |
2002-05-22 | Implement splassert. Even simpler than on the sparc. | Artur Grabowski |
2002-05-22 | regen | Michael Shalayeff |
2002-05-22 | another 4800 weirdo from cisco; from condor@vcable.net | Michael Shalayeff |
2002-05-22 | Copy only the register paddrs/lens that we have room for | Jason Wright |
2002-05-22 | splassert(IPL_BIO) in the b_iodone handlers. | Artur Grabowski |
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 | Eh, mark scsi_free_xs with splassert(IPL_BIO) too. | Artur Grabowski |
2002-05-22 | splassert_check should be ifdef DIAGNOSTIC | Artur Grabowski |
2002-05-22 | let !DIAGOSTIC kernels build | Theo de Raadt |
2002-05-22 | some b_iodone handlers and vwakeup require splbio. | Artur Grabowski |
2002-05-22 | splassert(IPL_BIO) in scsi_done (its children have this assumption). | Artur Grabowski |
2002-05-21 | Protect calls to biodone with splbio. Some functions called | Artur Grabowski |
2002-05-21 | Enable the blanker now that the X stuff is fixed | Jason Wright |
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 | Junk gcc's deprecated __FUNCTION__. Use standard __func__ instead. | Marc Espie |
2002-05-21 | Move enum definitions to global scope. Local scope is meaningless, and | Marc Espie |
2002-05-21 | Skeleton driver for the Creator/Creator3D framebuffer (doesn't do much | Jason Wright |
2002-05-20 | Do not blindly call wsdisplay routines if no wsdisplay device is active | Miod Vallat |
2002-05-20 | Allow SIOCSIFMTU on gif interfaces. | Artur Grabowski |
2002-05-20 | Add one more level to the kern.splassert sysctl. | Artur Grabowski |
2002-05-20 | ignore corrupted prom headers w/ length exceeding the scanned isa hole region... | Michael Shalayeff |
2002-05-20 | sync | 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 it compile w/ debugging on | 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-19 | KNF again | Theo de Raadt |