Age | Commit message (Expand) | Author |
2003-03-09 | autri flags here too. pointed out by deraadt@ | Ted Unangst |
2003-03-09 | autri now takes flags, provide sample 0x0000 | Ted Unangst |
2003-03-09 | A work-in-progress driver for the Sun ZX (aka Leo) accelerated frame buffers, | Miod Vallat |
2003-03-09 | When a sparc machine is running with serial console, the zskbd probe would | Miod Vallat |
2003-03-08 | qe tested and working well; enable | Hugh Graham |
2003-03-08 | more deletions | Theo de Raadt |
2003-03-08 | bye bye, noted by david | Theo de Raadt |
2003-03-08 | agten does not need to imply rasops32 at the moment. | Miod Vallat |
2003-03-07 | New athlon models, ok deraadt@ | Peter Stromberg |
2003-03-07 | - make a copyout into a copyin for correct semantics | Jason Wright |
2003-03-06 | enable elansc; ok deraadt@ | Markus Friedl |
2003-03-06 | Improve comments, including type fixes; lebel@ | Miod Vallat |
2003-03-06 | Premiliminary driver for the Fujitsu AG-10e SBus frame buffer. | Miod Vallat |
2003-03-06 | The existing IOMMU code had a rounding problem that was most noticeable | Henric Jungheim |
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause |
2003-03-05 | Driver for the Parallax XVideo and PowerVideo frame buffers. | Miod Vallat |
2003-03-05 | Some typos prevented STCs from being detected and the size of the | Henric Jungheim |
2003-03-04 | told you it was not knf | Theo de Raadt |
2003-03-04 | Move 'userret' code to a seperate function, add it to child_return(). w/KNF | Dale Rahn |
2003-03-03 | Prefer pmap_kenter_pa() in pmap_map(). | Miod Vallat |
2003-03-03 | Enabled inclusion of ISP SBus f/w for GENERIC kernels. This tends | mjacob |
2003-03-03 | march through the trapframes on the stack trace until the very last | Michael Shalayeff |
2003-03-01 | - only declare and provide pmap_map() for mac68k, until it bites the dust. | Miod Vallat |
2003-03-01 | Provide real ieee fp*() functions; from NetBSD. | Miod Vallat |
2003-02-28 | intrcnt's are now int's to fit with kern.intrcnt assumptions; miod ok | Jason Wright |
2003-02-28 | update lasttick in clockintr() so that time doesn't run away with us | Jason Wright |
2003-02-28 | make intrcnt[n] an int to fit with the kern.intrcnt changes in January | Jason Wright |
2003-02-28 | Fix more evil typos. | Miod Vallat |
2003-02-28 | fix comments, from weissmanndude. | Michael Shalayeff |
2003-02-26 | Let this compile if no DDB | Miod Vallat |
2003-02-26 | Fix symbol clash that would prevent a kernel configured with both ncr5380 | Miod Vallat |
2003-02-26 | minor fix in a debug printf | Michael Shalayeff |
2003-02-26 | Remove an unnecessary structure copy from useage of setfault(), call | Dale Rahn |
2003-02-26 | Remove a poor error message which is emitted on perfectly fine MBR labeled | Dale Rahn |
2003-02-26 | Volatile to prevent the optimizer from eliminating these, and fix the | Dale Rahn |
2003-02-26 | eliminate some useless checks. yichen xie's checker. | Ted Unangst |
2003-02-25 | Let pmap_remove_mapping() do its job correctly if option DIAGNOSTIC is | Miod Vallat |
2003-02-25 | In trap(), always initialize tts, even if TRAPDEBUG is not defined, as it | Miod Vallat |
2003-02-25 | Destaticize, and add RAMDISK_HOOK glue for bsd.rd | Miod Vallat |
2003-02-24 | Hammer the disklabel code once more: a few fixes, lots of simplifications, | Miod Vallat |
2003-02-24 | Use MAKEDISKDEV and DISKUNIT macros instead of rolling our own inline version | Miod Vallat |
2003-02-24 | Do not redefine stuff already in <sys/disklabel.h> | Miod Vallat |
2003-02-24 | Defer the iomem extent initialization until the MMU is enabled. This is | Miod Vallat |
2003-02-24 | Oops, forgot to commit that part of the pmap_kenter changes; spotted by art@ | Miod Vallat |
2003-02-24 | Sync struct pcb and struct mdproc with what other m68k ports use. This will | Miod Vallat |
2003-02-24 | Prefer pmap_kenter_pa() rather than pmap_enter() for the buffers. | Miod Vallat |
2003-02-22 | don't use home grown timeval comparison when timercmp() is available; pointed... | Jason Wright |
2003-02-22 | always use %tick based microtime (ie. remove conditional for counter-timer) | Jason Wright |
2003-02-22 | check for a NULL tag in bus_space_render_tag() so that other debug code doesn... | Jason Wright |
2003-02-22 | rearrange allocations and such so that this actually attaches (still panics | Jason Wright |