summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2010-04-27noone needs comments about QUOTA and TRACETheo de Raadt
2010-04-27over the years we have moved to a machine+architectures scheme that hasTheo de Raadt
2010-04-27use -f assymp.dep again; worked out with miodTheo de Raadt
2010-04-27alpha/conf/Makefile.alphaTheo de Raadt
2010-04-26even cleaner mach/arch/machdir/archdirTheo de Raadt
2010-04-26next step towards unification: make all the genassym chunks handle bothTheo de Raadt
2010-04-26next unification step: move all MD naming _mach, _machdir, _arch, and _archdirTheo de Raadt
2010-04-26first step of unification: spaces at end of lines; comments, etc.Theo de Raadt
2010-04-25introducing a 64-bit type to the disklabel structure leads some architecturesTheo de Raadt
2010-04-24grammar in commentsMiod Vallat
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-04-22Committing on behalf or ariane@.Owain Ainsworth
2010-04-21more cleanup to cope with the change that tries to make proc.h not actTheo de Raadt
2010-04-19Add missing bits for complete softraid support to sparc/sparc64David Coppa
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-03-27Fix the pageqlock recusion on sun4m.Owain Ainsworth
2010-03-06remove the (now inaccurate) note about not being able to runJason McIntyre
2010-03-03Bring back cua code for sparc zs; lost in zs.c 1.36 on sparc and later forgottenMiod Vallat
2010-02-26when we build a vendor label for writing, clear the memory supplied by theTheo de Raadt
2009-12-25Fix (currently unused) bus_space_vaddr() return value.Miod Vallat
2009-11-27Move MB_LEN_MAX into the machine-independent sys/limits.h header,Philip Guenthe
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-11-04Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.Mark Kettenis
2009-11-02s/hz/Hz/ on multiples of the SI unit hertz other than MHz.Igor Sobrado
2009-10-31in the absense of link state handling, drivers should still be silent; ok miodTheo de Raadt
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt
2009-10-26Do not do strncmp comparisons on dv_xname because longer device names whichTheo de Raadt
2009-10-19Correct a target name so that we don't rebuild vers.o (and thenPhilip Guenthe
2009-09-12Add DIOCSDINFO support to the three fd drivers. No change to existingKenneth R Westerback
2009-09-05fix typosTheo de Raadt
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2009-09-05Make DIOCSDINFO code consistant everywhere.Kenneth R Westerback
2009-08-30Add support for ISP2200 SBus FC cards.Mark Kettenis
2009-08-29Glue for the SBus version of the Sun Vector Gigabit Ethernet card.Mark Kettenis
2009-08-29The intention is to map the dvma map at a fixed address, so specifyMark Kettenis
2009-08-24- fix format strings for values that are daddr64_tJasper Lievisse Adriaanse
2009-08-13rewrite the promisc mode / multicast handling code for the sparc hme(4)Peter Hessler
2009-08-13Replace the error strings that were being passed around with much simplerTheo de Raadt
2009-08-13wire vscsi up to a cdevDavid Gwynne
2009-08-13A new(er) mtx_enter_try().Tobias Weingartner
2009-08-11Do not bother initializing bufpages in the md code if the computation isMiod Vallat
2009-08-11With the SysV memory allocation changes, allocsys() doesn't do anythingMiod Vallat
2009-08-09Introduce option DDB_STRUCT. Kernels compiled with this option (except onMiod Vallat
2009-08-09No need to clean genassym{.,o} during `make clean', genassym.sh does thisMiod Vallat
2009-08-09Rototill system V message queues.Bret Lambert
2009-08-02Dynamic buffer cache support - a re-commit of what was backed outBob Beck
2009-07-30Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can beMiod Vallat
2009-07-28gem(4) + gentbi(4) do fit; requested by bradTheo de Raadt
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat