dragonfly.git
2007-01-12 Matthew DillonFix a number of places where the kernel assumed it...
2007-01-12 Matthew DillonAdd missing link options to export global symbols to...
2007-01-11 Matthew DillonRemove unused SWI's.
2007-01-11 Matthew DillonReplace remaining uses of vm_fault_quick() with vm_faul...
2007-01-11 Sascha WildnerRemove DEBUG_VFS_LOCKS which is not used anymore.
2007-01-11 Matthew DillonMajor pmap update. Note also that this commit temporar...
2007-01-11 Matthew DillonWhen removing a page directory, tell the real kernel...
2007-01-11 Matthew DillonFix a bug vm_fault_page(). PG_MAPPED was not getting...
2007-01-11 Matthew DillonProperly block SIGALARM and disable interrupts (i.e...
2007-01-11 Simon SchubertUnbreak build by moving the include up.
2007-01-11 Matthew DillonOpen the root disk with O_DIRECT. We do not want both...
2007-01-10 Simon SchubertSubstitute a phony target with a cookie, thus not requi...
2007-01-10 Sascha WildnerRemove old zoneinfo files.
2007-01-10 Sascha Wildner[committed on behalf of sephe]
2007-01-10 Jeffrey HsuAdd support for parsing MCFG tables.
2007-01-10 Jeffrey HsuSync up to FreeBSD rev 1.23:
2007-01-10 Jeffrey HsuMerge FreeBSD revs 1.20 through 1.21: update list...
2007-01-10 Matthew DillonMake the size of the pmap structure the same for both...
2007-01-10 Jeffrey HsuJust bump version numbers due to null offsetting change...
2007-01-10 Jeffrey HsuAdd some comments. Same as FreeBSD revs 1.28 through...
2007-01-10 Matthew DillonTell the real kernel not to sync the file that backs...
2007-01-10 Matthew DillonHave vectorctl silently succeed to remove a run-time...
2007-01-10 Jeffrey HsuSame as FreeBSD rev 1.19:
2007-01-10 Matthew DillonFix collision with variable named 'errno'.
2007-01-10 Jeffrey HsuSame as FreeBSD rev 1.27:
2007-01-10 Jeffrey HsuAdd support for SSDT tables.
2007-01-10 Simon SchubertUse SEEK_SET instead of magic constant.
2007-01-09 Matthew DillonGet floating point working in virtual kernels. Add...
2007-01-09 Thomas E. SpanjaardAdd 'cd9660:acd0' and 'cd9660:acd1' to cdrom_rootdevnam...
2007-01-09 Thomas E. SpanjaardAdd a temporary fix to ata_interrupt() to ignore weird...
2007-01-09 Thomas E. SpanjaardBail out of acd_open() when we're called with a cdev_t...
2007-01-09 Matthew DillonName the virtual kernel disk device 'vkd' instead of...
2007-01-09 Sascha WildnerFix 'make upgrade'.
2007-01-09 Simon SchubertInstall tap headers.
2007-01-09 Sascha WildnerSync zoneinfo database with tzdata2007a from elsie.
2007-01-09 Sascha WildnerRemove old MLINKS.
2007-01-09 Matthew DillonA virtual kernel running another virtual kernel running...
2007-01-09 Matthew DillonA virtual kernel running an emulated process context...
2007-01-09 Matthew DillonFix two incorrect sigblock() calls.
2007-01-09 Matthew DillonUse our interrupt infrastructure to handle the clock...
2007-01-09 Matthew DillonDisable terminal control characters while the virtual...
2007-01-08 Matthew DillonAdd a missing pmap_enter() in vm_fault_page(). If...
2007-01-08 Matthew DillonRename the following special extended I/O system calls...
2007-01-08 Simon SchubertFix the obscure at(1) permission problem.
2007-01-08 Simon SchubertInstall gdb docs.
2007-01-08 Matthew DillonAdd the virtual kernel's virtual disk device to the...
2007-01-08 Matthew DillonUse CBREAK mode for the console.
2007-01-08 Matthew DillonRewrite vmapbuf() to use vm_fault_page_quick() instead...
2007-01-08 Matthew DillonImplement vm_fault_page_quick(), which will soon be...
2007-01-08 Matthew DillonMake libc prototypes available to kernel builds
2007-01-08 Matthew DillonMake more libc prototypes available to _KERNEL builds.
2007-01-08 Matthew DillonAdd missing header file.
2007-01-08 Matthew DillonWhen removing a page directory from a page map, the...
2007-01-08 Sascha Wildner[committed on behalf of sephe]
2007-01-08 Sascha Wildner[committed on behalf of sephe]
2007-01-08 Sascha WildnerAdd a vkernel(7) manpage which I hacked together from...
2007-01-08 Matthew DillonThe signal return code was trying to access user mode...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2007-01-08 Sascha Wildner* Remove some zoneinfo files from 'make upgrade' that...
2007-01-08 Sascha Wildner* Sync with FreeBSD-RELENG_6.
2007-01-07 Victor Balada... Update the man page, now jail returns a non-negative...
2007-01-07 Victor Balada... Add support for -l and -U. -l creates a jail in a clear...
2007-01-07 Peter AvalosFix expanding of quoted positional parameters in case...
2007-01-07 Sascha Wildner/usr/include/machine/physio_proc.h is no longer there.
2007-01-07 Sascha WildnerOops, wrong year.
2007-01-07 Sascha WildnerUpdate ktr.9 for Matt's rewrite.
2007-01-07 Matthew DillonImplement nearly all the remaining items required to...
2007-01-07 Peter AvalosAdd the "wordexp" shell built-in command.
2007-01-07 Matthew DillonMake the vmspace_*() system call prototypes available...
2007-01-07 Matthew DillonSet rootdevnames[0] to automatically boot from ufs...
2007-01-07 Matthew DillonHandle page faults within the virtual kernel process...
2007-01-07 Matthew DillonThe stack frame available from a signal to user mode...
2007-01-07 YONETANI Tomokazuremove extra crit_exit()
2007-01-07 Peter AvalosSort by bltincmd and remove lines that have been commen...
2007-01-07 Matthew DillonAdd support for a root disk device file.
2007-01-07 Matthew DillonAdd a virtual disk device for virtual kernels to boot...
2007-01-07 Sascha Wildner* Add documentation for KERNCONF and KERNCONFDIR.
2007-01-07 Peter AvalosUse -s to flag POSIX's "special built-in" utilities...
2007-01-07 Matthew DillonUse itimers to implement the virtual kernel's SYSTIMER...
2007-01-07 Matthew DillonAllow certain cpufunc.h inlines to be overridden by...
2007-01-07 Matthew DillonMake libc prototypes available for kernel builds.
2007-01-07 Matthew Dillondefine _KERNEL_VIRTUAL if not defined to hack-fix confl...
2007-01-07 Matthew DillonFix symbol conflict with falloc()
2007-01-07 Matthew DillonSignal handlers usually inherit %gs. Make them inherit...
2007-01-07 Matthew DillonFix compiler warnings
2007-01-07 Matthew DillonFix a conflict with libc's killpg().
2007-01-06 Matthew DillonAssign proc0 a dummy frame to bootstrap vm_fork().
2007-01-06 Matthew DillonAdd a new procedure, vm_fault_page(), which does all...
2007-01-06 Matthew DillonIf no memory image file is specified, locate or create...
2007-01-06 Matthew DillonOffset KernelPTD and KernelPTA so we can directly trans...
2007-01-06 Matthew DillonInitialize thread0.td_gd prior to calling various gdini...
2007-01-06 Matthew DillonUse Maxmem instead of physmem. physmem is used only...
2007-01-06 Matthew DillonRemove old debugging printf.
2007-01-06 Matthew DillonRemove the hack.So hack for virtual kernels.
2007-01-06 Matthew DillonVKERNEL work, deal with remaining undefined symbols.
2007-01-06 Matthew DillonRemove all physio_proc_*() calls. They were all NOPs...
2007-01-06 Matthew DillonRename errno to error to avoid conflict with errno.h
2007-01-06 Matthew DillonConditionalize the existance of a gdt[] array for the...
2007-01-06 Matthew DillonConditionalize the existance of a gdt[] array for the...
2007-01-06 Matthew DillonConditionalize all of the subdirectories in dev so...
next