Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-09 | Instead of relying on uvm_useracc(), get a false sense of security, and | Miod Vallat | |
do not check copyin() result, take care and properly handle copyin() failure. This was not harmful, but a bit more correctness never harms. | |||
2002-08-02 | Do correct bounds checking in get/set/put cmap routines. A few of | Todd C. Miller | |
these check were already OK but have been modified for consistency. Problem found by Silvio Cesare. | |||
2002-04-01 | Add support for PowerStorm 4D20 TGA boqrds with IBM 561 ramdac (aka | Matthieu Herrb | |
32bit TGA) From NetBSD, ok deraadt@. | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-06-27 | zap old vm | Artur Grabowski | |
2001-04-21 | Add $OpenBSD$ tags. | Aaron Campbell | |
2001-04-20 | Instead of initializing the colormap to me black & white, initialize the | Nathan Binkert | |
colormap to use ansi colors. This makes alpha kernel messages come out in color during boot, and it allows console users to get ansi colors. ok deraadt@ | |||
2000-08-04 | rest of the work needed for tga2; from NetBSD | Eric Jackson | |