dragonfly.git
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...
2007-01-06 Peter AvalosConvert the remaining callers of errmsg() to use strerr...
2007-01-06 Matthew DillonThe last commit was incomplete, correct.
2007-01-06 Matthew DillonGDB stubs were only being compiled on systems with...
2007-01-06 Matthew DillonRepo-move machine/pc32/i386/i386-gdbstub.c to cpu/i386...
2007-01-06 Matthew DillonRemove fuswintr() and suswintr(), they were never imple...
2007-01-06 Matthew DillonMove uiomove_fromphyhs() source from MD to MI.
2007-01-06 Matthew DillonRename system calls, removing a "sys_" prefix that...
2007-01-05 Simon SchubertAdd handler for timespec values.
2007-01-05 Peter AvalosDon't strip a leading ./ from the path for the cd built...
2007-01-05 Matthew DillonContinue fleshing out the VKERNEL.
2007-01-05 Matthew DillonMove dumplo from MD to kern/kern_shutdown.c
2007-01-05 Sascha WildnerRemove page in cat4 as well.
2007-01-05 Simon SchubertMove makewhatis to the end so that pages which will...
2007-01-05 Simon Schubertremove old man pages and modules
2007-01-05 Peter AvalosUse \."- to begin license clause.
2007-01-04 Simon SchubertSay hello to a sound system update from FreeBSD. This...
2007-01-04 Thomas E. SpanjaardAs bridge_rtupdate() can be called from interrupt conte...
2007-01-04 Thomas E. SpanjaardAdjust a couple of kmalloc calls to use M_WAITOK instea...
2007-01-04 YONETANI Tomokazuuname(1) is still used in a few places during buildworld,
2007-01-04 Peter AvalosSync with FreeBSD:
2007-01-04 Peter AvalosReturn 1 from the unalias builtin if _any_ removal...
2007-01-04 Peter AvalosCorrect assorted grammos and typos.
2007-01-03 Sascha WildnerUnbreak ndis(4) building.
2007-01-03 Sascha WildnerRemove redundant #ifdefs.
2007-01-03 Sascha WildnerAs discussed with sephe: uncomment awi(4), seems to...
2007-01-02 Sascha Wildner- little mdoc cleanup
2007-01-02 Sascha Wildner[committed on behalf of sephe]
next