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 |
2006-10-22 |
Matthew Dillon | Add advice if a kernel config file cannot be found...
|
commit | commitdiff | tree |
2006-10-22 |
Matthew Dillon | Reorganize the way machine architectures are handled...
|
commit | commitdiff | tree |
2006-10-22 |
Matthew Dillon | Reorganize the way machine architectures are handled...
|
commit | commitdiff | tree |
2006-10-21 |
Matthew Dillon | Reformulate the way the kernel updates the PMAPs in...
|
commit | commitdiff | tree |
2006-10-20 |
Matthew Dillon | Add a ton of infrastructure for VKERNEL support. ...
|
commit | commitdiff | tree |
2006-10-14 |
Matthew Dillon | Remove inode free race warning messages. These were...
|
commit | commitdiff | tree |
2006-10-12 |
Matthew Dillon | Greatly reduce memory requirements when fsck'ing filesystems...
|
commit | commitdiff | tree |
2006-10-10 |
Matthew Dillon | Add a device that attaches to the memory controller...
|
commit | commitdiff | tree |
2006-10-10 |
Matthew Dillon | Correct a compiler warning from the last commit.
|
commit | commitdiff | tree |
2006-10-10 |
Matthew Dillon | NULLFS was not releasing a reference to the root of...
|
commit | commitdiff | tree |
2006-10-10 |
Matthew Dillon | Add two more vmspace_*() system calls to read and write...
|
commit | commitdiff | tree |
2006-10-10 |
Matthew Dillon | Fix a long-standing bug inherited from FreeBSD. It...
|
commit | commitdiff | tree |
2006-10-04 |
Matthew Dillon | Add Marc's monthly statistics script to DragonFly's...
|
commit | commitdiff | tree |
2006-10-04 |
Matthew Dillon | Do not temporarily set signals to SIG_IGN when polling...
|
commit | commitdiff | tree |
2006-10-04 |
Matthew Dillon | Fix a bug where mmap()ing a revoked descriptor caused...
|
commit | commitdiff | tree |
2006-09-26 |
Matthew Dillon | Follow up to kern_conf.c 1.16. We can't just ignore...
|
commit | commitdiff | tree |
2006-09-26 |
Matthew Dillon | Fix a bug in the device intercept code used by /dev...
|
commit | commitdiff | tree |
2006-09-26 |
Matthew Dillon | Fix an off-by-one error. Track #1 is index 0 in the...
|
commit | commitdiff | tree |
2006-09-24 |
Matthew Dillon | Try to clean up any remaining filesystem references...
|
commit | commitdiff | tree |
2006-09-22 |
Matthew Dillon | Fix a compile error when DDB is not defined. db_print_backt...
|
commit | commitdiff | tree |
2006-09-21 |
Matthew Dillon | Recent dev_t work confused sysctl. Adjust the reported...
|
commit | commitdiff | tree |
2006-09-21 |
Matthew Dillon | Add an option that causes cpdup to skip CHR or BLK...
|
commit | commitdiff | tree |
2006-09-21 |
Matthew Dillon | Fix a bug in the script softlink code. The softlinks...
|
commit | commitdiff | tree |