summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2002-05-17Handle the removal of 'const' from structure definition.mjacob
2002-05-16Add systrace support to all the remaining architectures.Miod Vallat
2002-05-16Add a an argument to db_printsym that specifies the printf functionArtur Grabowski
2002-05-15Implement splassert() for sparc - a tool for finding problems related toArtur Grabowski
2002-04-30Fix an ancient problem in how sparc interrupts are handled.Artur Grabowski
2002-04-30dmesg logs show that many NICs run at prio 7. Bump IPL_NET to 7.Artur Grabowski
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-04-28Use assym.h for intrhand fields.Artur Grabowski
2002-04-28Rename all PIL_* constants to IPL_* to match other archs and make themArtur Grabowski
2002-04-27In proc_trampoline, lower the spl level to 0. This way kernel threads that areArtur Grabowski
2002-04-26build release bsd.scsi3 from regular bsd file, by using config -e toTheo de Raadt
2002-04-26Fix spelling in comment and some whitespace.Artur Grabowski
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-04-18call pool_get() with PR_NOWAIT. allocation can fail with low memory, butTheo de Raadt
2002-04-11Make sure this always prints the 'root on' line. Also, treat ramdisksJason Wright
2002-03-31Fix a spl botch for sun4/sun4c, which should fix reported stability issuesMiod Vallat
2002-03-26Honor psratio for addupc_task(), as other arches do.Miod Vallat
2002-03-23typo repair; openbsd@davidkrause.comTheo de Raadt
2002-03-23Add variables for config(8) -e time tweak of systemV shared memoryMarc Espie
2002-03-15Cosmetic changes only, primarily making comments line up nicely after theTodd C. Miller
2002-03-15The previous commit broke the bootblocks, since uvmexp is not availableMiod Vallat
2002-03-14Remove a bunch of #if 0 codeJason Wright
2002-03-14use getprop, not getpropstring to fetch 'magma_prom' property...Jason Wright
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-14Turn the ptrace(2) syscall into a kernel compile option, option PTRACE inMiod Vallat
2002-03-13On sparc, PAGE_SIZE and friends might not be a compile-time constant.Miod Vallat
2002-02-21%s/iommu_clear/iommu_remove/gJason Wright
2002-02-20frantzen's stackghost code. wcookie is set at 0 right now, until debuggerTheo de Raadt
2002-02-19Provide PAGE_{MASK,SHIFT,SIZE} ``constants'' for every cpu combination.Miod Vallat
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2002-02-14__weak_alias() support.Federico G. Schwindt
2002-02-08Better tx interrupt handling; don't call bestart() from betint() unlessJason Wright
2002-02-08since we're checking, avoid an unnecessary writeJason Wright
2002-02-08Better IFF_OACTIVE handling; don't bother calling qestart() unlessJason Wright
2002-02-08simplify qec_put a bitJason Wright
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2002-01-25Add support for the "Magma 2+1HS Sp" (from NetBSD)Jason Wright
2002-01-24Fix a few typosArtur Grabowski
2002-01-23copy*str() sanity fixes for sparc.Miod Vallat
2002-01-23compatability -> compatibility.Federico G. Schwindt
2002-01-23move mb_map allocation to mbinit()Artur Grabowski
2002-01-23move definition of mb_map from zillions of machdep.c to uipc_mbuf.cArtur Grabowski
2002-01-23Pool deals fairly well with physical memory shortage, but it doesn't dealArtur Grabowski
2002-01-20move a few more arch specific drivers to use new allocm and round_buffersize.Eric Jackson
2002-01-18Move CS_TIMEOUT declJason Wright
2002-01-16Don't include <sys/map.h> when you don't need what's in it.Miod Vallat
2002-01-13comment typosJason Wright
2002-01-11Get all of the bit definitions from ad1848reg, apcdmareg, and cs4231regJason Wright