Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-17 | regen | Michael Shalayeff | |
1999-02-17 | oops, cut&paste error | Michael Shalayeff | |
1999-02-17 | better cpu capabilities printing. | Michael Shalayeff | |
print cpu PA level move cpu_gethpa() to mainbus.c | |||
1999-02-17 | regen | Michael Shalayeff | |
1999-02-17 | some more devices, cpu pa-risc levels | Michael Shalayeff | |
1999-02-16 | Start using new pipe code | Artur Grabowski | |
1999-02-15 | lower case even more | Michael Shalayeff | |
1999-02-15 | more definitions from apm 1.2 | Michael Shalayeff | |
1999-02-15 | better promisc/allmulti handling | Jason Wright | |
1999-02-15 | sp or stack, not both. | Todd T. Fries | |
1999-02-14 | inherit DEBUGFLAGS form Makefile.inc | Michael Shalayeff | |
1999-02-14 | add disassembler, mainly HP code, tamed to ddb by me | Michael Shalayeff | |
1999-02-13 | update to -current | Michael 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-13 | remove local cvs Id | Michael Shalayeff | |
1999-02-13 | pass esym to the kernel | Michael Shalayeff | |
1999-02-12 | do not accept T_TRCTRAP DDB inside the osyscall stub; weingart | Theo de Raadt | |
1999-02-10 | branding support and freebsd elf | Theo de Raadt | |
1999-02-09 | add two nops needed for wrpr/wrwim post-delay | Theo de Raadt | |
1999-02-09 | $Log is ugly | Theo de Raadt | |
1999-02-09 | $Log$ is ugly | Theo de Raadt | |
1999-02-09 | Added kernel support for user debugging. Fixed file ID's | Steve Murphree | |
1999-02-08 | Fix cua device to not block on open. | Jim Rees | |
Turn off chip (and dtr) on interrupted open. | |||
1999-02-08 | PCI_PRODUCT_CONTAQ_SIO -> PCI_PRODUCT_CONTAQ_82C693 | Todd C. Miller | |
1999-02-08 | In alpha_shared_intr_stray(), if intr_maxstrays is 0 just return (NetBSD) | Todd C. Miller | |
1999-02-08 | match be & qe as part of the bootpath | Jason Wright | |
1999-02-08 | Because of BROKEN_PROM braindamage we need to allow an interupt | Todd C. Miller | |
initialized (but not registered) as IST_LEVEL be assigned IST_EDGE. | |||
1999-02-07 | implement sparc atomic lock with LDSTUB | David Leonard | |
1999-02-07 | missign extern cpu_hzticks | Michael Shalayeff | |
1999-02-06 | match qfe's as hme's | Jason Wright | |
1999-02-04 | implement __weak_alias macro in ECOFF case too | Niklas Hallqvist | |
1999-02-04 | Reflect reality | Niklas Hallqvist | |
1999-02-04 | Deterministic register initalization on process startup | Niklas Hallqvist | |
1999-02-04 | Code clean up, misc fixes | Jason Wright | |
1999-02-02 | add struct mbuf | Michael Shalayeff | |
1999-02-01 | fix several typos | Michael Shalayeff | |
1999-02-01 | ignore GECKO | Michael Shalayeff | |
1999-02-01 | Set fifo tresholds | Per Fogelstrom | |
1999-02-01 | modem signal fixups | Jason Wright | |
1999-02-01 | missed in spif driver addition; spotted by fries | Jason Wright | |
1999-02-01 | add support for spif & magma | Jason Wright | |
1999-02-01 | driver 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-31 | Typo in comment | Jason Wright | |
1999-01-31 | Fix 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-30 | Remove 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-27 | Protect against multiple includes and regularize cpp symbols used | imp | |
1999-01-27 | Protect against multiple includes so that arc (and pmax too) make build | imp | |
works again. | |||
1999-01-26 | change header protection define name | David Leonard | |
1999-01-26 | pmax is also mips based | imp | |
1999-01-26 | Arc is mips based, not m68k based | imp | |
1999-01-25 | call diskless kernel "bsd" so it would be loaded even we have | Michael 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. |