Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-07 | global decl for *intr() routines, plus add INET6 | Theo de Raadt | |
1999-01-07 | Take advantage of kernel printf %b | Jason Wright | |
1999-01-06 | support lebuffer devices on sparc ramdisk | Theo de Raadt | |
1999-01-06 | fix for "halt -p" and BIOS goes "no disk drives" | kstailey | |
1999-01-05 | be extra careful to not divide by zero; more arches to come | Todd C. Miller | |
1999-01-04 | better cache handling in bus_space_barrier(), seem to work now | Michael Shalayeff | |
1999-01-03 | ie driver, needs MI part, which involves sparc testing and (most likely) ↵ | Michael Shalayeff | |
i386 rewrite hehe (; | |||
1999-01-03 | fix uncompilable | Michael Shalayeff | |
1999-01-03 | implement bus_space_{un,}map w/ extents | Michael Shalayeff | |
1999-01-03 | add pmap_changebit(); fix pmap_enter() so it handles mapping's PA changes | Michael Shalayeff | |
1999-01-02 | sysbeep + com->pccom | Niklas Hallqvist | |
1999-01-02 | Argh forgot the pcppi and sysbeep devices: If you want sysbeeps in your /bsd: | Niklas Hallqvist | |
pcppi0 at isa? sysbeep0 at pcppi? | |||
1999-01-02 | Remove old spkr attachment. If you want a new spkr device do: | Niklas Hallqvist | |
pcppi0 at isa? spkr0 at pcppi? | |||
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist | |
1999-01-01 | some traps, hehe | Michael Shalayeff | |
1998-12-31 | semantic change: prefer unshared intr, settle for level shared. this will ↵ | Theo de Raadt | |
still fail in some cases | |||
1998-12-31 | STI graphics | Michael Shalayeff | |
1998-12-30 | machdep; more work needed | Michael Shalayeff | |
1998-12-30 | fix pmap_steal_memory - related things: | Michael Shalayeff | |
shudup vm_page_bootstrap about "lost pages" always use pmap_steal_memory() to allocate from block-mapped area add pmap_steal_memory debugging flag | |||
1998-12-29 | assign interrupts | Michael Shalayeff | |
1998-12-29 | sti graphics does not need raster | Michael Shalayeff | |
1998-12-29 | add bus_space_barrier() proto | Michael Shalayeff | |
1998-12-29 | help MI code | Michael Shalayeff | |
1998-12-29 | fix special tr* registers names, spaces vs tabs | Michael Shalayeff | |
1998-12-29 | make fcacheall(), ptlball() void on args, so anybody can call 'em | Michael Shalayeff | |
1998-12-29 | utilize PDC_ALIGNMENT | Michael Shalayeff | |
1998-12-29 | memory | Michael Shalayeff | |
1998-12-29 | no microtime() yet | Michael Shalayeff | |
1998-12-29 | Viper mem/mainbus controller definitions | Michael Shalayeff | |
1998-12-29 | some cpu | Michael Shalayeff | |
1998-12-29 | -a don't work yet | Michael Shalayeff | |
1998-12-29 | some *machdep stuff | Michael Shalayeff | |
1998-12-29 | first cut at a bpp driver; mailed to me by downsj eons ago | Theo de Raadt | |
1998-12-28 | cleanup and comments | Michael Shalayeff | |
1998-12-28 | Small hack to pass out VM86 traps using a siginfo field. | Jason Downs | |
(There is no other way in our kernel.) VM86 applications must use real sigaction handlers with SA_SIGINFO in order to get their traps. | |||
1998-12-28 | add mtdphy (commented out for now) | Jason Wright | |
1998-12-27 | non-working isapnp aha support | Theo de Raadt | |
1998-12-27 | ne* at isapnp? | Theo de Raadt | |
1998-12-27 | new priority mechanism for pcmcia interrupt allocation, ie. "best effort" | Theo de Raadt | |
for machines low on interrupts. work by fgsch, and myself | |||
1998-12-23 | remove bogus CACHE_LINE_SIZE | Michael Shalayeff | |
1998-12-23 | remove bogus gkd.h | Michael Shalayeff | |
1998-12-23 | remove bogus comments | Michael Shalayeff | |
better inline for spl{hign,low} inline splx(), which is 5 insn long, and call would add 2-3 more, which is 50% loss (not that "small or none" as it was in those (see above) comments) | |||
1998-12-23 | this is to shutup binutils | Michael Shalayeff | |
1998-12-23 | less files and options (; | Michael Shalayeff | |
1998-12-22 | only define le_softc variables ifdef SUN4M; C. W. Wilkerson ↵ | Jason Wright | |
(wilker@purdue116.gte.net). | |||
1998-12-19 | make alpha ramdisk fit | Theo de Raadt | |
1998-12-16 | Part of remove to get rid of unwanted directories | Steve Murphree | |
1998-12-16 | cast multipliers in boot record byte offset calculation to | Michael Shalayeff | |
off_t to avoid overflow for partitions starting at high cylinders. spotted and tested by WHS <wouters@cistron.nl>, 10x! | |||
1998-12-15 | This fixed a number of things. A serious bug in bugcrt.c's initial stack | Steve Murphree | |
among other things. | |||
1998-12-15 | Added sdcrt.c to make bootxx and bootsd work. | Steve Murphree | |