#
da5607f6 |
| 26-Jun-2024 |
jsg <jsg@openbsd.org> |
return type on a dedicated line when declaring functions ok mglocker@
|
#
e6c6495d |
| 08-Jul-2014 |
deraadt <deraadt@openbsd.org> |
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h don't need to be married. ok guenther miod beck jsing kettenis
|
#
d874cce4 |
| 26-Jun-2008 |
ray <ray@openbsd.org> |
First pass at removing clauses 3 and 4 from NetBSD licenses.
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code t
First pass at removing clauses 3 and 4 from NetBSD licenses.
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors.
OK deraadt@
show more ...
|
#
af52927a |
| 26-Nov-2007 |
martynas <martynas@openbsd.org> |
typos; ok jmc@ sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@
|
#
47844783 |
| 09-Nov-2002 |
miod <miod@openbsd.org> |
Instead of relying on uvm_useracc(), get a false sense of security, and do not check copyin() result, take care and properly handle copyin() failure.
This was not harmful, but a bit more correctness
Instead of relying on uvm_useracc(), get a false sense of security, and do not check copyin() result, take care and properly handle copyin() failure.
This was not harmful, but a bit more correctness never harms.
show more ...
|
#
773f5b9d |
| 02-Aug-2002 |
millert <millert@openbsd.org> |
Do correct bounds checking in get/set/put cmap routines. A few of these check were already OK but have been modified for consistency. Problem found by Silvio Cesare.
|
#
e00d3f43 |
| 01-Apr-2002 |
matthieu <matthieu@openbsd.org> |
Add support for PowerStorm 4D20 TGA boqrds with IBM 561 ramdac (aka 32bit TGA) From NetBSD, ok deraadt@.
|
#
4f9e30d0 |
| 14-Mar-2002 |
millert <millert@openbsd.org> |
Final __P removal plus some cosmetic fixups
|
#
c4071fd1 |
| 14-Mar-2002 |
millert <millert@openbsd.org> |
First round of __P removal in sys
|
#
489e49f9 |
| 06-Nov-2001 |
miod <miod@openbsd.org> |
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. (Look ma, I might have broken the tree)
|
#
cbaccc6a |
| 27-Jun-2001 |
art <art@openbsd.org> |
zap old vm
|
#
e16d2fb6 |
| 21-Apr-2001 |
aaron <aaron@openbsd.org> |
Add $OpenBSD$ tags.
|
#
2ec33c05 |
| 20-Apr-2001 |
nate <nate@openbsd.org> |
Instead of initializing the colormap to me black & white, initialize the colormap to use ansi colors. This makes alpha kernel messages come out in color during boot, and it allows console users to g
Instead of initializing the colormap to me black & white, initialize the 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@
show more ...
|
#
4cd9f15e |
| 04-Aug-2000 |
ericj <ericj@openbsd.org> |
rest of the work needed for tga2; from NetBSD
|