summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2013-12-18Provide MI symbol _STACKALIGNBYTESTheo de Raadt
2013-12-08reflect reality, mark as NOOBJMarc Espie
2013-11-28fix typoTheo de Raadt
2013-11-27Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-11-26make this compile after dlg's recent changeMartin Reindl
2013-11-21remove the #define b_cylinder b_resid from bufs. i hated theDavid Gwynne
2013-11-20replace bare use of disksort with bufqs. this is the last disksort userDavid Gwynne
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
2013-11-18replace disksort with bufqs. basically a copy of the same change in sparc64David Gwynne
2013-11-12Use daddr_t to hold calculated disk sector address. %d -> %lld toKenneth R Westerback
2013-11-03size no longer has a.out knowledge, so .. skip itTheo de Raadt
2013-11-01Sprinkle (long long) casts where %lld is being used to print daddr_tKenneth R Westerback
2013-10-30Introduce a private copy of old a.out-capable nlist.c, because bootxxTheo de Raadt
2013-10-21Fix lies in comments, and apply some KNF and unused or duplicate prototypeMiod Vallat
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-10-20(daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl toKenneth R Westerback
2013-10-20catch up with elf(5)/stab(5) removal;Jason McIntyre
2013-10-17Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.Miod Vallat
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-10-15Rewrite the awk script that generates the data for option DDB_STRUCT:Philip Guenther
2013-10-14XXsize() returns daddr_t, so calculate the return value in a daddr_tKenneth R Westerback
2013-09-29various fixes to sync usage() with SYNOPSIS, and make these pages a bitJason McIntyre
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
2013-09-28Fix use of uninitialized variable, found by Maxime Villard.Mike Larkin
2013-09-24Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:Miod Vallat
2013-09-21Create process map holes with UVM_INH_SHARE so that they don't get lost inMiod Vallat
2013-09-15Replace a hardcoded delay() with ZS_DELAY() to make sun4c happierMiod Vallat
2013-09-05Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2013-08-15Add RI_VCONS support.Mark Kettenis
2013-08-07We uniformly define size_t to be unsigned long and ssize_t to be long. MakeMark Kettenis
2013-07-27Revert wrong chunk introduced in 1.50, causing console keyboards not to attachMiod Vallat
2013-07-13unify register_t to long on all platformsTheo de Raadt
2013-07-05Avoid truncation when calculating clock gain/lossPhilip Guenther
2013-07-05Take II, this time without flubbing off_t: : move several internalPhilip Guenther
2013-07-04backout previous; off_t must be signed and there might be other C++ APIOtto Moerbeek
2013-07-04To ease future changes, move several internal type definitions that arePhilip Guenther
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat
2013-06-13new integral bcopy/memmove/memcpy, pulled out of sparc locoreTheo de Raadt
2013-06-13ovbcopy begoneTheo de Raadt
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-09the kernel is supposed to provide memmove, but some archs are missing it.Ted Unangst
2013-06-04Support for the SS10/SS20 NVSIMM as block devices; tested by nick@Miod Vallat
2013-06-03Get rid of SYSCALL_G7RFLAG. It's been deprecated for a long time already,Mark Kettenis
2013-06-03changes for isc fuse support. not enabled. ok beck deraadt.Ted Unangst
2013-06-01cleanup and consolidate the spinlock_lock (what a name!) code.Ted Unangst
2013-05-31Replace shutdownhooks with activate functions, properly doing thoseTheo de Raadt
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt