summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
2014-03-26Move p_emul and p_sigcode from proc to process.Philip Guenther
2014-03-22Move p_sigacts from struct proc to struct process.Philip Guenther
2014-03-19It's safe to assumed 'signed' existsPhilip Guenther
2014-03-18More a.out detritusPhilip Guenther
2014-03-16DDB supports ELF symbols are all archs, and it's always the same as thePhilip Guenther
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-03-11lint is gone, and the 'lint' conditional was never in the implementationPhilip Guenther
2014-02-19/etc/random.seed support (only loaded from disk devices).Miod Vallat
2014-02-13Checking if the per-interface address list is empty when configuringMartin Pieuchot
2014-02-09Fix copying of the previous pte entries in grow_p1(). Found the hard way byMiod Vallat
2014-01-30Move declaration of struct vm_page_md from <machine/vmparam.h> toMiod Vallat
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxMiod Vallat
2014-01-23unifdef -D__HAVE_VM_PAGE_MD - no functional change.Miod Vallat
2014-01-21dtucker@ pointed out i suck at grep.David Gwynne
2014-01-04Add rnddata[] placeholders to make these boot blocks build again.Miod Vallat
2013-12-18Provide MI symbol _STACKALIGNBYTESTheo de Raadt
2013-12-08reflect reality, mark as NOOBJMarc Espie
2013-11-27Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-24Increase NMBCLUSTERS a bit. Riding upon the kernel memory saved by the pmapMiod Vallat
2013-11-24Increase MAXDSIZ to 128MB, and BRKSIZ to 16MB, now that we can afford this.Miod Vallat
2013-11-24Rework pmap to use dynamic P0 and P1 region allocation, instead of allocatingMiod Vallat
2013-11-20Update comments mentioning `resource maps' to mention `extents' instead.Miod Vallat
2013-11-20replace bare use of disksort with bufqs.David Gwynne
2013-11-15Make vax stand build cross-build friendly.Masao Uebayashi
2013-11-13Honor RB_TIMEBAD on vax too as other ports.Masao Uebayashi
2013-11-01Use %lu to print u_long, not %lld.Kenneth R Westerback
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-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-15We do not produce "core" files, so they do not need to be deleted. theyTheo 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-30Unbreak after am7990/lance split.Miod Vallat
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
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-08-15fix getsecs() prototypes, vax still boots with 64-bit time_t; ok miod@Otto Moerbeek
2013-08-08Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-07We uniformly define size_t to be unsigned long and ssize_t to be long. MakeMark Kettenis
2013-07-13unify register_t to long on all platformsTheo de Raadt
2013-07-13Rework multiline string literal to appease gcc3.Miod Vallat
2013-07-07Fix pmap_extract() to actually only return TRUE for mappings which have theMiod Vallat
2013-07-06Forgot to commit this file during the a.out->ELF transition.Miod Vallat
2013-07-05VAX ELF boot block bits, and version crank.Miod Vallat
2013-07-05VAX ELF kernel bits.Miod Vallat
2013-07-05VAX ELF userland bits. Consists mostly of register prefix additions.Miod Vallat
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