summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
2006-07-26More files which have changed name or location since some time already andMiod Vallat
2006-07-25Remove cursor register address constants, code should (and does) use dc503reg.hMiod Vallat
2006-07-25Assembly versions of kvtopte() and kvtophys(), better than what gccMiod Vallat
2006-07-24Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) andMiod Vallat
2006-07-24Make sure the mapped frame buffer area is a multiple of the logical pageMiod Vallat
2006-07-24Add a wsdisplay driver for the frame buffer found on VS4000/60 and VLCMiod Vallat
2006-07-24Simplify ioaccess() by computing the pte template outside the loop, andMiod Vallat
2006-07-24Recent change to the way mainbus children attach requires sbi_match to beMiod Vallat
2006-07-23Do not print an odd message on machines where led0 is configured but didMiod Vallat
2006-07-23Make smg(4) on par with the current state of wsdisplay drivers: make it useMiod Vallat
2006-07-20Not all Cheetah machines have the DSSI controller at a non-canonical address;Miod Vallat
2006-07-20Conform to the party's line when printing unconfigured devices.Miod Vallat
2006-07-20Here cometh the blinkenlichten on VAXens.Miod Vallat
2006-07-20Kill an autoconf abuse introduced with Cheetah support, and pass realMiod Vallat
2006-07-20Oops, correctly initialize vax_confdata for VS4k/90.Miod Vallat
2006-07-19Actually we can optimize further an assignment in sendsig().Miod Vallat
2006-07-19Trivial simplification in the signal delivery code; shave one instructionMiod Vallat
2006-07-19Remove long dead meat and irrelevant defines. No functional change.Miod Vallat
2006-07-19Honour L3 switch on VS4k/90, even if we don't support glass console yet;Miod Vallat
2006-07-19Cheetah machines can use dz as a console since a long time already, thus doMiod Vallat
2006-07-19Remove code checking for memory residence of pages in disk_reallymapin(),Miod Vallat
2006-07-16Fix splassert false positives on older VAXstation with devices wired toMiod Vallat
2006-07-14Allow tracebacks of the kernel stack even when the kernel did not panic,Miod Vallat
2006-07-12zap some unused variables.Thordur I. Bjornsson
2006-07-12Shorten the dmesg one line.Miod Vallat
2006-07-04use empty INSTALL_STRIP instead of STRIPFLAG to indicate we don't want toMartin Reindl
2006-06-30Old typos bite the dust.Miod Vallat
2006-06-19move clock_subr.c to a better place, and now it is always in the kernelTheo de Raadt
2006-06-11Working kernel crash dumps.Miod Vallat
2006-06-05In ubareset(), be sure to destroy the uba extent before recreating it, toMiod Vallat
2006-06-04When VM_PHYSSEG_MAX is 1, use VM_PSTRAT_RANDOM for VM_PHYSSEG_STRAT, thisMiod Vallat
2006-06-02Implement splassert() on vax.Miod Vallat
2006-06-01Change spl4() to spl7() to raise-only semantics.Miod Vallat
2006-05-30Define meaningful values for IPL_ levels, which directly map to the splMiod Vallat
2006-05-30Map buffers with pmap_kenter_pa() instead of pmap_enter().Miod Vallat
2006-04-17Remove unused struct mdproc fields.Miod Vallat
2006-04-16Convert the last remaining net-driver users of ether_input to ether_input_mbuf.Christopher Pascoe
2006-04-09#ifdef lint wraps for va_startTheo de Raadt
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-19remove unused bdbtofsb(bn) macroMartin Reindl
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2006-03-15Correct checks against cd_ndevs - valid numbers are strictly inferior toMiod Vallat
2006-03-12IPL_IMP -> IPL_VMBrad Smith
2006-03-12remove splimp.Brad Smith
2006-03-07Remove COMPAT_1x stuff inherited from NetBSD, which does not apply to us.Miod Vallat
2006-03-04Typos grab bag of the month, eyeballed by jmc@Miod Vallat
2006-02-22Remove unused _{ins,rem}que functions - they were not even implemented onMiod Vallat
2006-01-30When delivering SIGFOO, make sure the siginfo code is a FOO_xxx constant;Miod Vallat
2006-01-20b_un.b_addr -> b_data; no functional change.Miod Vallat
2006-01-17Use angle bracket and no relative paths for all include files which are notMiod Vallat