summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1999-02-17regenMichael Shalayeff
1999-02-17oops, cut&paste errorMichael Shalayeff
1999-02-17better cpu capabilities printing.Michael Shalayeff
print cpu PA level move cpu_gethpa() to mainbus.c
1999-02-17regenMichael Shalayeff
1999-02-17some more devices, cpu pa-risc levelsMichael Shalayeff
1999-02-16Start using new pipe codeArtur Grabowski
1999-02-15lower case even moreMichael Shalayeff
1999-02-15more definitions from apm 1.2Michael Shalayeff
1999-02-15better promisc/allmulti handlingJason Wright
1999-02-15sp or stack, not both.Todd T. Fries
1999-02-14inherit DEBUGFLAGS form Makefile.incMichael Shalayeff
1999-02-14add disassembler, mainly HP code, tamed to ddb by meMichael Shalayeff
1999-02-13update to -currentMichael Shalayeff
remove stuff i would avoid to use add recent stuff, and not recent stuff adjustments in ccd,vnd,bpf to accomodate above changes
1999-02-13remove local cvs IdMichael Shalayeff
1999-02-13pass esym to the kernelMichael Shalayeff
1999-02-12do not accept T_TRCTRAP DDB inside the osyscall stub; weingartTheo de Raadt
1999-02-10branding support and freebsd elfTheo de Raadt
1999-02-09add two nops needed for wrpr/wrwim post-delayTheo de Raadt
1999-02-09$Log is uglyTheo de Raadt
1999-02-09$Log$ is uglyTheo de Raadt
1999-02-09Added kernel support for user debugging. Fixed file ID'sSteve Murphree
1999-02-08Fix cua device to not block on open.Jim Rees
Turn off chip (and dtr) on interrupted open.
1999-02-08PCI_PRODUCT_CONTAQ_SIO -> PCI_PRODUCT_CONTAQ_82C693Todd C. Miller
1999-02-08In alpha_shared_intr_stray(), if intr_maxstrays is 0 just return (NetBSD)Todd C. Miller
1999-02-08match be & qe as part of the bootpathJason Wright
1999-02-08Because of BROKEN_PROM braindamage we need to allow an interuptTodd C. Miller
initialized (but not registered) as IST_LEVEL be assigned IST_EDGE.
1999-02-07implement sparc atomic lock with LDSTUBDavid Leonard
1999-02-07missign extern cpu_hzticksMichael Shalayeff
1999-02-06match qfe's as hme'sJason Wright
1999-02-04implement __weak_alias macro in ECOFF case tooNiklas Hallqvist
1999-02-04Reflect realityNiklas Hallqvist
1999-02-04Deterministic register initalization on process startupNiklas Hallqvist
1999-02-04Code clean up, misc fixesJason Wright
1999-02-02add struct mbufMichael Shalayeff
1999-02-01fix several typosMichael Shalayeff
1999-02-01ignore GECKOMichael Shalayeff
1999-02-01Set fifo tresholdsPer Fogelstrom
1999-02-01modem signal fixupsJason Wright
1999-02-01missed in spif driver addition; spotted by friesJason Wright
1999-02-01add support for spif & magmaJason Wright
1999-02-01driver for the 8 serial 1 parallel SUNW,spif board:Jason Wright
o heavily based on magma driver o no support for the parallel port yet
1999-01-31Typo in commentJason Wright
1999-01-31Fix clobbers so that GENERIC may compile with egcs.Marc Espie
Historically, the documentation of extended asm was lacking, namely you should NOT specify the same register as an input, and a clobber. If the register is clobbered, it should be specified as an output as well, e.g., by linking input and output through the "number" notation. (Beware of lvalues, some local variables needed...) In older versions, up-to egcs1.1.1, the compiler did not even warn about it, but it was liable to output bad code. Newer egcs are pickier and simply refuse to swallow such code.
1999-01-30Remove various kludges I did to get rpc44 working.imp
o Use #define for addresses on Deskstation rPC44 o Attempt to support X on rpc44, it appears to kinda work, but hangs sometimes.
1999-01-27Protect against multiple includes and regularize cpp symbols usedimp
1999-01-27Protect against multiple includes so that arc (and pmax too) make buildimp
works again.
1999-01-26change header protection define nameDavid Leonard
1999-01-26pmax is also mips basedimp
1999-01-26Arc is mips based, not m68k basedimp
1999-01-25call diskless kernel "bsd" so it would be loaded even we haveMichael Shalayeff
problems w/ kbd on PDC console device. remove neva-gonna-b-there stuff from conf.c some improvements to srt0.S code, use constants defined in machine/ files.