summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2015-01-22Let powerpc's bus_space(9) use the same pmap and uvm interfaces than theMartin Pieuchot
2015-01-22Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.Kenneth R Westerback
2015-01-21By popular demand, put NFS, ipv6 and vlan support in sparc installation media.Miod Vallat
2015-01-21Even without BATs memory under ``physmaxaddr'' is mapped 1:1 in theMartin Pieuchot
2015-01-21I don't foresee knowing that my i386 netbook has an AT/286+ bios andTed Unangst
2015-01-21Enable ix(4).Mark Kettenis
2015-01-20Move ps_strings "after" the random stackgap. This makes its location aMark Kettenis
2015-01-20Merge two copies of the (almost) identical bus space code into one file.Martin Pieuchot
2015-01-20Nothing in this file requires <sys/queue.h>. While here remove old andMartin Pieuchot
2015-01-20Merge two copies of the same dma code into one file and sync the headers.Martin Pieuchot
2015-01-20Various cleanups. Explicitly include <sys/atomic.h>, Use pmap_remove_pg()Martin Pieuchot
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2015-01-19Make use of an msr available on recent Intel processors to obtain theJonathan Gray
2015-01-18When restoring spsr values when handling traps use spsr_fsxc insteadJonathan Gray
2015-01-18Switch some uses of msr that only deal with interrupts/mode to useJonathan Gray
2015-01-18Add commented-out necsb(4) and audio(4) configuration to GENERIC.Kenji Aoyama
2015-01-18The 'mrs' instruction only deals with the whole register withoutJonathan Gray
2015-01-18The 'mrs' instruction only deals with the whole register withoutJonathan Gray
2015-01-18unifdef IPKDB. These codepaths are holdouts from NetBSD code and areJonathan Gray
2015-01-17guard usingacpi variable inside NACPI. from oyvind jaegtnesTed Unangst
2015-01-17Delete an extra tab.Kenji Aoyama
2015-01-17Add an ascii bit/field diagram for armv7-a psr to match theJonathan Gray
2015-01-17More complete gpio reset sequences for SABRE Lite/Nitrogen6X.Jonathan Gray
2015-01-16Revert forcing a rachitic `c' slice size when the drive geometry is not known,Miod Vallat
2015-01-16Don't bother to initialize %g1; we don't do this on sparc either.Mark Kettenis
2015-01-16disklabel_sun_to_bsd() will nicely set the disk size if it is zero, but it isMiod Vallat
2015-01-16Binary code patching on amd64Stefan Fritsch
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-15Don't include i82489 headers in cpu.hStefan Fritsch
2015-01-15Define and print HV cpuid flag on i386.Stefan Fritsch
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-13Add missing Utilite case in imx_platform_init_cons()Jonathan Gray
2015-01-13for the install: target, use cmp as a rough attempt for avoiding repeatedTheo de Raadt
2015-01-12include NFSCLIENT. ok deraadtTed Unangst
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-12exphy and ciphy are not needed with this list of network devicesTheo de Raadt
2015-01-12Due to recent savings with instbin, we can take i386 to one installTheo de Raadt
2015-01-12Enable lid suspends by default in the kernel, and remove the question fromTheo de Raadt
2015-01-11Remove orphaned defines.Miod Vallat
2015-01-11LOCKDEBUG is dead; perform the funeral ritesPhilip Guenther
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