Age | Commit message (Expand) | Author |
2002-05-24 | make a strict check before sending FQDN node information reply. sync w/kame | Jun-ichiro itojun Hagino |
2002-05-24 | Protect biodone with splbio. | Artur Grabowski |
2002-05-24 | protect biodone with splbio | Artur Grabowski |
2002-05-24 | cluster_callback is a b_iodone handler. Since it calls functions | Artur Grabowski |
2002-05-23 | remove unneccesary icache flushes; mdw@umich.edu | Theo de Raadt |
2002-05-23 | Protect biodone calls with splbio. | Artur Grabowski |
2002-05-23 | There is a bunch of people running id-utils on the kernel. | Artur Grabowski |
2002-05-23 | Signed/unsigned int bug caused lp->d_npartitions to be set to zero. | Constantine Sapuntzakis |
2002-05-23 | sync | Theo de Raadt |
2002-05-23 | correct pci id for the sunix 8 port puc | Theo de Raadt |
2002-05-23 | fetch fpu id per the book (even it works otherwise), also, hppa_mod_info() al... | Michael Shalayeff |
2002-05-23 | remove the defines for iodone -> biodone and iowait -> biowait. | Artur Grabowski |
2002-05-23 | In sys_accept don't FILE_SET_MATURE the file if we got an error and we've fre... | Artur Grabowski |
2002-05-23 | Since the days of architectures where page size is smaller than | Artur Grabowski |
2002-05-23 | protect biodone with splbio. | Artur Grabowski |
2002-05-23 | Fix a comment I missed when renaming FILE_UNUSE to FRELE. | Artur Grabowski |
2002-05-23 | Make a promise (not yet true) that the b_iodone callback will | Artur Grabowski |
2002-05-23 | protect biodone calls with splbio | Artur Grabowski |
2002-05-23 | protect biodone calls with splbio. | Artur Grabowski |
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 |