summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
2005-09-15In syscall(), do not recompute the struct proc * after the syscall hasMiod Vallat
2005-09-15Change child_return() to record a proper ktrace record for vfork childMiod Vallat
2005-08-24some scsi xs transactions can come in without a buffer pointer obviously; tes...Theo de Raadt
2005-08-06Remove 16 bit mode_t leftover in syscall processing.Miod Vallat
2005-08-06We do not need a char machine_arch[] constant.Miod Vallat
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
2005-07-30Pull in moddi3.c and negdi2.c from libkern since libz needs them.Todd C. Miller
2005-07-14More netccitt and netns removals; OK henning, brad, mickeyUwe Stuehler
2005-07-02Remove dead code; ok deraadt@Miod Vallat
2005-06-30oops, used USRPTSIZE incorrectlyTheo de Raadt
2005-06-2940MB virtual address space in p0; start mmap's 8MB into the data segmentTheo de Raadt
2005-06-12index() function is deprecated and shouldn't be used in new code,Xavier Santolaria
2005-06-08remove netns crud.Henning Brauer
2005-06-08No need to export NETISR fields explicitely for intvec.s, as <net/netisr.h>Miod Vallat
2005-06-07remove NETISR_ISO and NETISR_CCITTMartin Reindl
2005-05-25comment typoJason Wright
2005-05-24Do not assume anything about the calling frame in the inline assemblyMiod Vallat
2005-05-23loose is not lose. ok deraadt tdeval and a few more typos from jfbTed Unangst
2005-05-10- add vax optimized in4_cksumBrad Smith
2005-05-06Use *ENTRY() macros for function prologues, rather than providing theMiod Vallat
2005-05-06Use <machine/psl.h> instead of redefining PSL bits.Miod Vallat
2005-05-01To allow for MD override of in4_cksum()...Brad Smith
2005-05-01spacing; ok miod@ deraadt@David Krause
2005-04-30start the job of making things look more alikeTheo de Raadt
2005-04-30nice docs at top of GENERICTheo de Raadt
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-04-14internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types.Marc Espie
2005-04-11use MD #define to choose stackgap size per-architecture. on sparc, specialTheo de Raadt
2005-04-04Nuke pmap_bootstrap_alloc(), not used anymore.Miod Vallat
2005-03-31Reduce MAX and Default DATA Segment sizes to leave more MMAP space forThierry Deval
2005-03-30first approximation: spoof UDF filesystem disklabels when we see them.Theo de Raadt
2005-03-08Cosmetics...Thierry Deval
2005-02-17== has a higher priority than &, so put braces wherever necessary; from cloder@Miod Vallat
2005-01-27long unused and/or documented in better places alreadyMartin Reindl
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2005-01-04SET_PC_REGS, arches tested between me and miod.Marc Espie
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-24{e,}intr{cnt,names} bye-bye.Miod Vallat
2004-12-06Use uvm_grow() to account for stack growth, rather than home-grown codeMiod Vallat
2004-12-02We do not support 2MB machines, so don't bother taking them into accountMiod Vallat
2004-11-28MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t...Michael Shalayeff
2004-11-26Kill __HAVE_EVCOUNT, now that all architectures provide them.Miod Vallat
2004-11-09Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappingsClaudio Jeker
2004-10-16Provide a dummp __swap64md() on MD_SWAP architectures; needed by nm(1) now.Miod Vallat
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
2004-09-24Add DELAY in rx_putonline() such that we can boot on the SIMH VAX simulator.Mark Kettenis
2004-09-19constify speedtabs and make ttspeedtab() take a const struct speedtab *Michael Shalayeff
2004-09-16spacingTheo de Raadt
2004-09-16cleanup deafult locators (blah ?); please check that your most hated architec...Michael Shalayeff
2004-09-15Kill more netiso ghosts.Alexander Yurchenko