2007-01-11 |
Matthew Dillon | Fix a bug vm_fault_page(). PG_MAPPED was not getting...
|
commit | commitdiff | tree |
2007-01-11 |
Matthew Dillon | Properly block SIGALARM and disable interrupts (i.e...
|
commit | commitdiff | tree |
2007-01-11 |
Matthew Dillon | Open the root disk with O_DIRECT. We do not want both...
|
commit | commitdiff | tree |
2007-01-10 |
Matthew Dillon | Make the size of the pmap structure the same for both...
|
commit | commitdiff | tree |
2007-01-10 |
Matthew Dillon | Tell the real kernel not to sync the file that backs...
|
commit | commitdiff | tree |
2007-01-10 |
Matthew Dillon | Have vectorctl silently succeed to remove a run-time...
|
commit | commitdiff | tree |
2007-01-10 |
Matthew Dillon | Fix collision with variable named 'errno'.
|
commit | commitdiff | tree |
2007-01-09 |
Matthew Dillon | Get floating point working in virtual kernels. Add...
|
commit | commitdiff | tree |
2007-01-09 |
Matthew Dillon | Name the virtual kernel disk device 'vkd' instead of...
|
commit | commitdiff | tree |
2007-01-09 |
Matthew Dillon | A virtual kernel running another virtual kernel running...
|
commit | commitdiff | tree |
2007-01-09 |
Matthew Dillon | A virtual kernel running an emulated process context...
|
commit | commitdiff | tree |
2007-01-09 |
Matthew Dillon | Fix two incorrect sigblock() calls.
|
commit | commitdiff | tree |
2007-01-09 |
Matthew Dillon | Use our interrupt infrastructure to handle the clock...
|
commit | commitdiff | tree |
2007-01-09 |
Matthew Dillon | Disable terminal control characters while the virtual...
|
commit | commitdiff | tree |
2007-01-08 |
Matthew Dillon | Add a missing pmap_enter() in vm_fault_page(). If...
|
commit | commitdiff | tree |
2007-01-08 |
Matthew Dillon | Rename the following special extended I/O system calls...
|
commit | commitdiff | tree |
2007-01-08 |
Matthew Dillon | Add the virtual kernel's virtual disk device to the...
|
commit | commitdiff | tree |
2007-01-08 |
Matthew Dillon | Use CBREAK mode for the console.
|
commit | commitdiff | tree |
2007-01-08 |
Matthew Dillon | Rewrite vmapbuf() to use vm_fault_page_quick() instead...
|
commit | commitdiff | tree |
2007-01-08 |
Matthew Dillon | Implement vm_fault_page_quick(), which will soon be...
|
commit | commitdiff | tree |
2007-01-08 |
Matthew Dillon | Make libc prototypes available to kernel builds
|
commit | commitdiff | tree |
2007-01-08 |
Matthew Dillon | Make more libc prototypes available to _KERNEL builds.
|
commit | commitdiff | tree |
2007-01-08 |
Matthew Dillon | Add missing header file.
|
commit | commitdiff | tree |
2007-01-08 |
Matthew Dillon | When removing a page directory from a page map, the...
|
commit | commitdiff | tree |
2007-01-08 |
Matthew Dillon | The signal return code was trying to access user mode...
|
commit | commitdiff | tree |
2007-01-08 |
Matthew Dillon | Modify the trapframe sigcontext, ucontext, etc. Add...
|
commit | commitdiff | tree |
2007-01-07 |
Matthew Dillon | Implement nearly all the remaining items required to...
|
commit | commitdiff | tree |
2007-01-07 |
Matthew Dillon | Make the vmspace_*() system call prototypes available...
|
commit | commitdiff | tree |
2007-01-07 |
Matthew Dillon | Set rootdevnames[0] to automatically boot from ufs...
|
commit | commitdiff | tree |
2007-01-07 |
Matthew Dillon | Handle page faults within the virtual kernel process...
|
commit | commitdiff | tree |
2007-01-07 |
Matthew Dillon | The stack frame available from a signal to user mode...
|
commit | commitdiff | tree |
2007-01-07 |
Matthew Dillon | Add support for a root disk device file.
|
commit | commitdiff | tree |
2007-01-07 |
Matthew Dillon | Add a virtual disk device for virtual kernels to boot...
|
commit | commitdiff | tree |
2007-01-07 |
Matthew Dillon | Use itimers to implement the virtual kernel's SYSTIMER...
|
commit | commitdiff | tree |
2007-01-07 |
Matthew Dillon | Allow certain cpufunc.h inlines to be overridden by...
|
commit | commitdiff | tree |
2007-01-07 |
Matthew Dillon | Make libc prototypes available for kernel builds.
|
commit | commitdiff | tree |
2007-01-07 |
Matthew Dillon | define _KERNEL_VIRTUAL if not defined to hack-fix conflicts...
|
commit | commitdiff | tree |
2007-01-07 |
Matthew Dillon | Fix symbol conflict with falloc()
|
commit | commitdiff | tree |
2007-01-07 |
Matthew Dillon | Signal handlers usually inherit %gs. Make them inherit...
|
commit | commitdiff | tree |
2007-01-07 |
Matthew Dillon | Fix compiler warnings
|
commit | commitdiff | tree |
2007-01-07 |
Matthew Dillon | Fix a conflict with libc's killpg().
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | Assign proc0 a dummy frame to bootstrap vm_fork().
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | Add a new procedure, vm_fault_page(), which does all...
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | If no memory image file is specified, locate or create...
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | Offset KernelPTD and KernelPTA so we can directly translate...
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | Initialize thread0.td_gd prior to calling various gdinit...
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | Use Maxmem instead of physmem. physmem is used only...
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | Remove old debugging printf.
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | Remove the hack.So hack for virtual kernels.
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | VKERNEL work, deal with remaining undefined symbols.
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | Remove all physio_proc_*() calls. They were all NOPs...
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | Rename errno to error to avoid conflict with errno.h
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | Conditionalize the existance of a gdt[] array for the...
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | Conditionalize the existance of a gdt[] array for the...
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | Conditionalize all of the subdirectories in dev so...
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | The last commit was incomplete, correct.
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | GDB stubs were only being compiled on systems with...
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | Repo-move machine/pc32/i386/i386-gdbstub.c to cpu/i386...
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | Remove fuswintr() and suswintr(), they were never implemente...
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | Move uiomove_fromphyhs() source from MD to MI.
|
commit | commitdiff | tree |
2007-01-06 |
Matthew Dillon | Rename system calls, removing a "sys_" prefix that...
|
commit | commitdiff | tree |
2007-01-05 |
Matthew Dillon | Continue fleshing out the VKERNEL.
|
commit | commitdiff | tree |
2007-01-05 |
Matthew Dillon | Move dumplo from MD to kern/kern_shutdown.c
|
commit | commitdiff | tree |
2007-01-02 |
Matthew Dillon | Remove pmap_kernel() (which just returned a pointer...
|
commit | commitdiff | tree |
2007-01-02 |
Matthew Dillon | Get most of the VKERNEL pmap handling code in.
|
commit | commitdiff | tree |
2007-01-02 |
Matthew Dillon | Try to locate any instances where pmap_enter*() is...
|
commit | commitdiff | tree |
2006-12-31 |
Matthew Dillon | Remove an old debugging kprintf.
|
commit | commitdiff | tree |
2006-12-31 |
Matthew Dillon | None of the patches in dhclient/client were being applied...
|
commit | commitdiff | tree |
2006-12-31 |
Matthew Dillon | Fix manual page references to omshell.
|
commit | commitdiff | tree |
2006-12-31 |
Matthew Dillon | Fix compilation error when building without INET6....
|
commit | commitdiff | tree |
2006-12-31 |
Matthew Dillon | zbootinit() was being called with too few pv_entry...
|
commit | commitdiff | tree |
2006-12-31 |
Matthew Dillon | Correct a conditional used to detect a panic situation...
|
commit | commitdiff | tree |
2006-12-28 |
Matthew Dillon | Make kernel_map, buffer_map, clean_map, exec_map, and...
|
commit | commitdiff | tree |
2006-12-28 |
Matthew Dillon | Introduce globals: KvaStart, KvaEnd, and KvaSize. ...
|
commit | commitdiff | tree |
2006-12-27 |
Matthew Dillon | Make certain libc prototypes / system calls visible...
|
commit | commitdiff | tree |
2006-12-27 |
Matthew Dillon | Make a chunk of low level initialization code for proc0...
|
commit | commitdiff | tree |
2006-12-27 |
Matthew Dillon | Remove unused defines.
|
commit | commitdiff | tree |
2006-12-26 |
Matthew Dillon | Rename virtual_avail to virtual_start, so name follows...
|
commit | commitdiff | tree |
2006-12-26 |
Matthew Dillon | Continue fleshing out VKERNEL support. Initialize...
|
commit | commitdiff | tree |
2006-12-26 |
Matthew Dillon | Remove unused procedures and declarations.
|
commit | commitdiff | tree |
2006-12-20 |
Matthew Dillon | Rename sprintf -> ksprintf
|
commit | commitdiff | tree |
2006-12-19 |
Matthew Dillon | Add IFF_MONITOR support.
|
commit | commitdiff | tree |
2006-12-18 |
Matthew Dillon | Undo some renames that don't apply to the boot code...
|
commit | commitdiff | tree |
2006-12-18 |
Matthew Dillon | Add 'k' versions for printf, sprintf, and snprintf...
|
commit | commitdiff | tree |
2006-12-18 |
Matthew Dillon | Rename kvprintf -> kvcprintf (call-back version)
|
commit | commitdiff | tree |
2006-12-18 |
Matthew Dillon | Add a prototype for the new mcontrol() system call.
|
commit | commitdiff | tree |
2006-12-17 |
Matthew Dillon | Repo copy machine/pc32/i386/mem.c to kern/kern_memio...
|
commit | commitdiff | tree |
2006-12-17 |
Matthew Dillon | Pass NULL to objcache_create() to indicate that null_ctor...
|
commit | commitdiff | tree |
2006-12-13 |
Matthew Dillon | rename sscanf -> ksscanf
|
commit | commitdiff | tree |
2006-12-13 |
Matthew Dillon | Fix umct and add F5U409 USB Serial Adaptor.
|
commit | commitdiff | tree |
2006-12-12 |
Matthew Dillon | Add another ICH PCI ID.
|
commit | commitdiff | tree |
2006-12-11 |
Matthew Dillon | Document MADV_SETMAP and MAP_VPAGETABLE. These functions...
|
commit | commitdiff | tree |
2006-12-11 |
Matthew Dillon | Use ${.CURDIR} to get the correct path to the root...
|
commit | commitdiff | tree |
2006-12-05 |
Matthew Dillon | Local variables that were improperly named 'errno'...
|
commit | commitdiff | tree |
2006-12-05 |
Matthew Dillon | For the moment conditionally remove the declaration...
|
commit | commitdiff | tree |
2006-12-05 |
Matthew Dillon | Fix a NULL pointer dereference introduced in the previous...
|
commit | commitdiff | tree |
2006-12-05 |
Matthew Dillon | Generate forwarding header files to mimic /usr/include...
|
commit | commitdiff | tree |
2006-12-05 |
Matthew Dillon | Add a generic interrupt controller type that the virtual...
|
commit | commitdiff | tree |
2006-12-04 |
Matthew Dillon | Misc vkernel work.
|
commit | commitdiff | tree |
2006-12-04 |
Matthew Dillon | Make int bootverbose and int cold declarations machine...
|
commit | commitdiff | tree |