Age | Commit message (Expand) | Author |
2003-03-18 | Restore bootable tape functionality. Previous loadfile() would never use | Miod Vallat |
2003-03-16 | Old unused stuff left under the carpet. | Miod Vallat |
2003-03-14 | Support for the VIA C3 Nehemiah on-cpu random number generator. This chip | Theo de Raadt |
2003-03-14 | spl police. | Miod Vallat |
2003-03-14 | Zombies on the bridge, captain. | Miod Vallat |
2003-03-13 | Always protect pv_unlink4_4c() with splvm(). This suddenly makes sun4/4c | Miod Vallat |
2003-03-12 | backout the two previous patches, it breaks the 3com ae card and I don't | Jason Wright |
2003-03-12 | reclaim more resources on failures. | Michael Shalayeff |
2003-03-10 | Sun documentation mentions that ZX can not run on a sun4c or inside an xbox, | Miod Vallat |
2003-03-09 | zx fits on the floppies. | Miod Vallat |
2003-03-09 | Add and enable zx. Not put in RAMDISK yet, need to check if this still fits | Miod Vallat |
2003-03-09 | Correctly switch back and forth the 8-bit overlay plane (used in console | Miod Vallat |
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 |