summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-05-24More splbio around biodone protection.Artur Grabowski
2002-05-24Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO)...Artur Grabowski
2002-05-24protect biodone with splbio.Artur Grabowski
2002-05-24protect biodone with splbio (this is the first time the splbio isArtur Grabowski
2002-05-24Replace a home-grown splassert-like thing with the real stuff.Artur Grabowski
2002-05-24make a strict check before sending FQDN node information reply. sync w/kameJun-ichiro itojun Hagino
2002-05-24Protect biodone with splbio.Artur Grabowski
2002-05-24protect biodone with splbioArtur Grabowski
2002-05-24cluster_callback is a b_iodone handler. Since it calls functionsArtur Grabowski
2002-05-23remove unneccesary icache flushes; mdw@umich.eduTheo de Raadt
2002-05-23Protect biodone calls with splbio.Artur Grabowski
2002-05-23There is a bunch of people running id-utils on the kernel.Artur Grabowski
2002-05-23Signed/unsigned int bug caused lp->d_npartitions to be set to zero.Constantine Sapuntzakis
2002-05-23syncTheo de Raadt
2002-05-23correct pci id for the sunix 8 port pucTheo de Raadt
2002-05-23fetch fpu id per the book (even it works otherwise), also, hppa_mod_info() al...Michael Shalayeff
2002-05-23remove the defines for iodone -> biodone and iowait -> biowait.Artur Grabowski
2002-05-23In sys_accept don't FILE_SET_MATURE the file if we got an error and we've fre...Artur Grabowski
2002-05-23Since the days of architectures where page size is smaller thanArtur Grabowski
2002-05-23protect biodone with splbio.Artur Grabowski
2002-05-23Fix a comment I missed when renaming FILE_UNUSE to FRELE.Artur Grabowski
2002-05-23Make a promise (not yet true) that the b_iodone callback willArtur Grabowski
2002-05-23protect biodone calls with splbioArtur Grabowski
2002-05-23protect biodone calls with splbio.Artur Grabowski
2002-05-23simplify condition to perform DAD. sync w/kameJun-ichiro itojun Hagino
2002-05-22Match on "SUNW,afb" as well, a guess to make Elite3D cards work and printFederico G. Schwindt
2002-05-22- Allow matching of devices with fewer than 24 register setsJason Wright
2002-05-22add WSDISPLAY_TYPE_SUNFFBJason Wright
2002-05-22max length of debug variablesThierry Deval
2002-05-22Allow brightness buttons to affect the console brightness whenever possible;Miod Vallat
2002-05-22Put abtn back in GENERIC. RAMDISK kernels do not need it.Miod Vallat
2002-05-22- in the OpenFirmware console initialisation, check if the console deviceMiod Vallat
2002-05-22I was on drugs when I commited this initially, and still do not understandMiod Vallat
2002-05-22Implement splassert. Even simpler than on the sparc.Artur Grabowski
2002-05-22regenMichael Shalayeff
2002-05-22another 4800 weirdo from cisco; from condor@vcable.netMichael Shalayeff
2002-05-22Copy only the register paddrs/lens that we have room forJason Wright
2002-05-22splassert(IPL_BIO) in the b_iodone handlers.Artur Grabowski
2002-05-22Only map in DFB32 during attach, other stuff will be mapped by _mmap asJason Wright
2002-05-22return mappings from DFB24 for DUMBFB mode mmap requests (this makes unaccele...Jason Wright
2002-05-22Eh, mark scsi_free_xs with splassert(IPL_BIO) too.Artur Grabowski
2002-05-22splassert_check should be ifdef DIAGNOSTICArtur Grabowski
2002-05-22let !DIAGOSTIC kernels buildTheo de Raadt
2002-05-22some b_iodone handlers and vwakeup require splbio.Artur Grabowski
2002-05-22splassert(IPL_BIO) in scsi_done (its children have this assumption).Artur Grabowski
2002-05-21Protect calls to biodone with splbio. Some functions calledArtur Grabowski
2002-05-21Enable the blanker now that the X stuff is fixedJason Wright
2002-05-21add creator at mainbus and wsdisplay at creatorJason Wright
2002-05-21Remove some debugging code and generally clean things up.Jason Wright
2002-05-21Get the initial cursor position correct so we don't start back at 0,0 whenJason Wright