summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2015-02-28Move consinit() out of the bowels of the zs driver to its own file, inMiod Vallat
2015-02-15Change pmap_remove_holes() to take a vmspace instead of a map as its argument.Miod Vallat
2015-02-11no md code wants lockmgr locks, so no md code needs to include sys/lock.hDavid Gwynne
2015-02-10Convert to uiomove()Miod Vallat
2015-02-10Convert sun4 eeprom access to uiomove()Miod Vallat
2015-02-10Convert to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-02-09Change the way stackgap_random is applied. Instead of applying it within theMiod Vallat
2015-02-09Do not use USRSTACK when VM_MIN_KERNEL_ADDRESS is what you really mean.Miod Vallat
2015-02-08replace hand rolled code to maintain a list of bufs with a fifoDavid Gwynne
2015-02-07Misplaced #endifMiod Vallat
2015-02-07Oh well, APM_USER_HIBERNATE_REQ being used in MI code, needs to be definedMiod Vallat
2015-02-05Do what the comments suggest and check for port-[ab]-ignore-cd properties,Miod Vallat
2015-01-21By popular demand, put NFS, ipv6 and vlan support in sparc installation media.Miod Vallat
2015-01-16Revert forcing a rachitic `c' slice size when the drive geometry is not known,Miod Vallat
2015-01-16disklabel_sun_to_bsd() will nicely set the disk size if it is zero, but it isMiod Vallat
2015-01-15Rework the disk label handling once again. Disk label is read at attach timeMiod Vallat
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2015-01-14Don't forget to register event counter for VME interrupts.Miod Vallat
2015-01-14When a read or write operation fails on a sector found on the bad block table,Miod Vallat
2015-01-14When the outcome of the watchdog processing is a reset, do not bother checkingMiod Vallat
2015-01-14Make the special buffer used for the few sector I/O at attach time a per-softcMiod Vallat
2015-01-14Make x[dy]c_e2str return a const char *.Miod Vallat
2015-01-14Remove pass-through ioctl for SMD disks (DIOSXDCMD). Nothing uses this, becauseMiod Vallat
2015-01-13Initialize d_type to DTYPE_SMD in the default label to avoid disklabel(8)Miod Vallat
2015-01-13for the install: target, use cmp as a rough attempt for avoiding repeatedTheo de Raadt
2015-01-12lager -> larger (no beer involved)Miod Vallat
2015-01-12Fix two 19 years old (since day one) bug in bad144 sector reassignment logic:Miod Vallat
2015-01-11Remove orphaned defines.Miod Vallat
2015-01-11switch prototype warnings to implicit-declaration warnings.Ted Unangst
2015-01-11When using sun4 PROM I/O routines, make sure we never attempt to transfer moreMiod Vallat
2015-01-11Use the softc-specific function pointers for bcopy() and bzero() in iestart(),Miod Vallat
2015-01-11Make sure to initialize nbpg to a sensible value in bootxx, when running onMiod Vallat
2015-01-11Unbreak sun4Miod Vallat
2014-12-22unifdef INETTed Unangst
2014-12-17Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latterPhilip Guenther
2014-12-17delete archaic simplelock use.Theo de Raadt
2014-12-15Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,Philip Guenther
2014-12-10retire shutdown hooks; ok deraadt, krwMike Belopuhov
2014-12-04split the word ops into int and longs so things that care a lotDavid Gwynne
2014-11-22the per-cpu storage page does not need to be executable in thisTheo de Raadt
2014-11-22Be more careful draining the error register and reenabling traps in the sun4mMiod Vallat
2014-11-22Driver for the ECC memory controller found on some sun4m (ss20), so thatMiod Vallat
2014-11-22spell PROT_EXEC correctlyTheo de Raadt
2014-11-19Move {recv,send}udp() out of net.c into their own file; to be used shortly.Miod Vallat
2014-11-19No boot block code shall include <string.h>.Miod Vallat
2014-11-18(except for the arm architectures...) unify the way the ld.script isTheo de Raadt
2014-11-17Two additional POSIX_MADV_RANDOM conversionsTheo de Raadt
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-10-25Don't let qlw attach to non-sun4m yet, as this driver currently depends uponMiod Vallat