summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-08-23kill nnpfs deadTheo de Raadt
2012-08-22Build the kernel with -fno-pie. Just getting Ms out of my tree; this will bePascal Stumpf
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2012-08-08Make this compile again.Miod Vallat
2012-08-07Move the common bits of syscall invocation and return handling intoPhilip Guenthe
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-04-23When handling SIGFPE, do the `advance pc if exception is a fault (as opposedMiod Vallat
2012-04-11The first ktrace record for a newly spawned thread is a returnMike Belopuhov
2012-04-10Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimitPhilip Guenthe
2012-04-06tedu the raidframe.Joel Sing
2012-03-24Missed a reference to the u_stats member when struct pstats was removedPhilip Guenthe
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2011-11-16Make userret() MI. On architectures which jammed stuff into it in theTheo de Raadt
2011-11-15label_t is the kernel setjmp buffer. It should simply be an array ofTheo de Raadt
2011-11-08Garbage collect now unused MKDEP definitions. ok deraadt@Matthieu Herrb
2011-11-01Rework disklabel handling to correctly support label spoofing, and thusMiod Vallat
2011-11-01Remove orphaned comments.Miod Vallat
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-10-06ccd goes to the atticTheo de Raadt
2011-09-29Get size of struct disklabel for the sake of the assembly code with aMiod Vallat
2011-09-27Try to put more sanity in the machine check handling:Miod Vallat
2011-09-26Notify ifmedia layer of loss of link on SGEC interfaces (which only getsMiod Vallat
2011-09-20Don't bother checking for SPX on KA410 (VS2000), since the only colour optionMiod Vallat
2011-09-19Try and clean system type constants a bit:Miod Vallat
2011-09-19Print 64 bit values with %ll to get a meaningful message at attach time.Miod Vallat
2011-09-19Fix obvious cut'n'paste error in a comment.Miod Vallat
2011-09-18Missing error printf argumentMiod Vallat
2011-09-16Fix a bunch of typos: manaul, monnitor, machiune, autload.Miod Vallat
2011-09-15Switch vax to timecounters. There are three different clock sources:Miod Vallat
2011-09-13On KA43:Miod Vallat
2011-09-11Define symbolic constants for the addresses of the vsbus devices onMiod Vallat
2011-09-11Fix inverted test when selecting resolution on the 1024x864 VLC frame buffer.Miod Vallat
2011-09-08Provide namespace-safe alignment macros in <machine/_types.h>, withPhilip Guenthe
2011-09-08Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to.Philip Guenthe
2011-09-04Add emulation support for slinear:8, ulinear:8 and alaw. Written by jason@Miod Vallat
2011-09-03Driver for the audio chip found on VAXstation 4000. Tested on VLC, /60 andMiod Vallat
2011-08-31Report VXT cpu as `VXT', not `KA48', to match what the PROM says.Miod Vallat
2011-08-31Don't pretend to `enable floating point' and fiddle with PR_ACCS register onMiod Vallat
2011-08-29Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99.Mark Kettenis
2011-08-26Be sure to write to the 7990 address register between two consecutive readsMiod Vallat
2011-08-26Be sure not to try to match lcg, and to bail out early in cnprobe as well,Miod Vallat
2011-08-26Make vsbus_search() return the value of the cf_match function it is a wrapperMiod Vallat
2011-07-17Backout a bunch of my SCSI commits from c2k11. At least one of theseMatthew Dempsky
2011-07-10Move the vax/boot code to vax/stand. A cvs 'mv' with de-tagging has beenTheo de Raadt
2011-07-09begone, fucking rotten appletalk shit. ok roomHenning Brauer
2011-07-08First batch of converting SCSI HBAs from setting saa_targets andMatthew Dempsky
2011-07-07The drahn memorial bad kernel build fix: prevent blood pressurePhilip Guenthe
2011-07-06Renumber root busses symbolic values, and drop more fields from struct bp_conf,Miod Vallat
2011-07-06These files no longer need to include <machine/nexus.h>Miod Vallat