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 |
2006-12-03 |
Matthew Dillon | Add a manual page outlining the rules for committers.
|
commit | commitdiff | tree |
2006-12-03 |
Matthew Dillon | Check an additional special pattern to detect dangerously...
|
commit | commitdiff | tree |
2006-12-02 |
Matthew Dillon | Replace the global VM page hash table with a per-VM...
|
commit | commitdiff | tree |
2006-12-02 |
Matthew Dillon | Allow M_ZERO to be specified when using simple object...
|
commit | commitdiff | tree |
2006-11-20 |
Matthew Dillon | Use spinlocks instead of tokens to interlock the objcache...
|
commit | commitdiff | tree |
2006-11-20 |
Matthew Dillon | Fictitious VM pages must remain structurally stable...
|
commit | commitdiff | tree |
2006-11-17 |
Matthew Dillon | unresolve the vnode associated with the namecache entry...
|
commit | commitdiff | tree |
2006-11-11 |
Matthew Dillon | Check for subdirectories for both the platform architecture...
|
commit | commitdiff | tree |
2006-11-11 |
Matthew Dillon | Enable the building of boot0cfg for pc32.
|
commit | commitdiff | tree |
2006-11-09 |
Matthew Dillon | buildworld depends on hw.machine exported from the...
|
commit | commitdiff | tree |
2006-11-09 |
Matthew Dillon | Adjust for symbol name changes.
|
commit | commitdiff | tree |
2006-11-08 |
Matthew Dillon | Add a missing #undef to properly compile atomic.c functions...
|
commit | commitdiff | tree |
2006-11-08 |
Matthew Dillon | bmake uses /usr/share/mk/sys.mk, so we cannot require...
|
commit | commitdiff | tree |
2006-11-08 |
Matthew Dillon | Get the MI portions of VKERNEL to build, start linking...
|
commit | commitdiff | tree |
2006-11-08 |
Matthew Dillon | Move the Maxmem extern to systm.h
|
commit | commitdiff | tree |
2006-11-07 |
Matthew Dillon | More Machine-dependant/Machine-independant code and...
|
commit | commitdiff | tree |
2006-11-07 |
Matthew Dillon | Move <machine/dvcfg.h> to the one device that actually...
|
commit | commitdiff | tree |
2006-11-07 |
Matthew Dillon | Move <machine/ccbque.h> to <sys/ccbque.h>. ccbque...
|
commit | commitdiff | tree |
2006-11-07 |
Matthew Dillon | Remove system dependancies on <machine/ipl.h>. Only...
|
commit | commitdiff | tree |
2006-11-07 |
Matthew Dillon | Misc cleanups and CVS surgery. Move a number of header...
|
commit | commitdiff | tree |
2006-11-07 |
Matthew Dillon | Major kernel build infrastructure changes, part 2/2...
|
commit | commitdiff | tree |
2006-11-07 |
Matthew Dillon | Major kernel build infrastructure changes, part 1/2...
|
commit | commitdiff | tree |
2006-11-05 |
Matthew Dillon | test 5
|
commit | commitdiff | tree |
2006-11-05 |
Matthew Dillon | test 4
|
commit | commitdiff | tree |
2006-11-05 |
Matthew Dillon | Sync our rm -P option with OpenBSD - if the file has...
|
commit | commitdiff | tree |
2006-10-27 |
Matthew Dillon | Adjust fstat to properly traverse mount points when...
|
commit | commitdiff | tree |
2006-10-27 |
Matthew Dillon | Major namecache work primarily to support NULLFS.
|
commit | commitdiff | tree |
2006-10-26 |
Matthew Dillon | Fix a stack overflow due to recursion. When the namecache...
|
commit | commitdiff | tree |
2006-10-25 |
Matthew Dillon | Do a major clean-up of the BUSDMA architecture. A...
|
commit | commitdiff | tree |
2006-10-24 |
Matthew Dillon | Purge the IFQ when associating a new altq. Packets...
|
commit | commitdiff | tree |
2006-10-23 |
Matthew Dillon | Further normalize the _XXX_H_ symbols used to conditionalize...
|
commit | commitdiff | tree |
2006-10-23 |
Matthew Dillon | Further normalize the _XXX_H_ symbols used to conditionalize...
|
commit | commitdiff | tree |
2006-10-23 |
Matthew Dillon | Bump the config version. Add a 'cpu_arch' directive...
|
commit | commitdiff | tree |
2006-10-23 |
Matthew Dillon | Get rid of the indirect function pointer for bzero...
|
commit | commitdiff | tree |
2006-10-22 |
Matthew Dillon | Fix paths to arch/i386, related to the recent architecture...
|
commit | commitdiff | tree |
2006-10-22 |
Matthew Dillon | memset must be a real procedure rather then an indirect...
|
commit | commitdiff | tree |