Remove some white space at EOL.
[dragonfly.git] / sys /
2007-01-13 Thomas E. SpanjaardAdd options ACPI_QUIRK_VMWARE to LINT.
2007-01-13 Thomas E. SpanjaardEnable the ACPI quirks kernel environment variable...
2007-01-13 Thomas E. SpanjaardAdd support for a dynamic environment array in the...
2007-01-13 Matthew DillonPull in a few bits from FreeBSD. Add a structure size...
2007-01-13 YONETANI TomokazuSetting 0 to c_cc[] member doesn't disable the special...
2007-01-13 Simon SchubertMerge from vendor branch GCC:
2007-01-12 Thomas E. SpanjaardForgotten in previous commit: add 'verbose' bit definit...
2007-01-12 Thomas E. SpanjaardPrint names for two more bits in cpu_features2: Supplem...
2007-01-12 Matthew DillonFix the recently committed (and described) page writabi...
2007-01-12 Matthew DillonAdd single-user mode boot option (-s).
2007-01-12 Matthew DillonAdd missing bzero() during low boot after malloc().
2007-01-12 Matthew DillonSet kernel_vm_end to virtual_start instead of virtual_e...
2007-01-12 Matthew DillonMisc cleanups.
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 Wildner[committed on behalf of sephe]
2007-01-10 Matthew DillonMake the size of the pmap structure the same for both...
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 Matthew DillonFix collision with variable named 'errno'.
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 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 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 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* Sync with FreeBSD-RELENG_6.
2007-01-07 Matthew DillonImplement nearly all the remaining items required to...
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 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 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 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 Matthew DillonContinue fleshing out the VKERNEL.
2007-01-05 Matthew DillonMove dumplo from MD to kern/kern_shutdown.c
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-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...
next