Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
rescinded 22 July 1999. Proofed by myself and Theo.
|
|
|
|
|
|
|
|
|
|
have the mail.
|
|
|
|
do it in those consoles either.
|
|
|
|
own; thus fix a lot of foo_open(), foo_close() and foo_ioctl() prototypes
in the process.
|
|
|
|
|
|
|
|
|
|
|
|
weeks ago.
|
|
|
|
|
|
|
|
|
|
instead of case statements based on cpu type.
|
|
|
|
|
|
|
|
and I am fed up with dissecting diffs to put back code that disappeared.
This will likely be fixed shortly.
|
|
|
|
|
|
|
|
|
|
vm_map_t -> struct vm_map *
vm_map_entry_t -> struct vm_map_entry *
simple_lock_data_t -> struct simplelock
(uvm not done yet, coming in the next commit)
|
|
|
|
(Look ma, I might have broken the tree)
|
|
|
|
int (*d_mmap) __P((dev_t, int, int));
to:
paddr_t (*d_mmap) __P((dev_t, off_t, int));
This allows us to mmap devices past 4GB offsets.
|
|
|
|
gramatically correct and only there if DEBUG is defined.
|
|
|
|
idea from deraadt@ via NetBSD
millert@ ok
|
|
|
|
|
|
hint, hint) compile.
|
|
db_console setting.
|
|
|
|
|
|
|
|
|
|
|