Remove documentation of the recently removed fuswintr() and suswintr()
[dragonfly.git] / sys / platform /
2007-02-05 Simon SchubertDon't hand-roll an own version on selrecord. This...
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-02-03 Simon SchubertRemove now unused cpu_coredump.
2007-02-03 Simon SchubertFix ps %CPU output in vkernel by exporting hw.availpages.
2007-02-02 Thomas E. SpanjaardDo not generate a trap signal for a spurious SIGTRAP...
2007-02-02 Simon SchubertDon't segfault the kernel if it can't resolve a name...
2007-02-01 Simon SchubertImplement window size passing between real tty and...
2007-02-01 Simon SchubertTeach the vkernel to behave and not fsck with my tty.
2007-01-30 Simon SchubertRework DEV_SUPPORT infrastructure.
2007-01-28 YONETANI Tomokazuo Add modified tables based on the reports/patches...
2007-01-22 Simon SchubertPass structs by reference if you expect the callee...
2007-01-20 Peter AvalosMerge from vendor branch BZIP:
2007-01-19 Matthew DillonRename /usr/src/sys/machine to /usr/src/sys/platform...
2007-01-17 YONETANI TomokazuUpdate ACPI build wrappers to use new ACPI-CA code.
2007-01-17 YONETANI TomokazuMerge from vendor branch INTEL_ACPICA:
2007-01-16 Matthew DillonImplement getcontext(), setcontext(), makecontext(...
2007-01-15 Matthew DillonWe want the virtual kernel to be default-secure. Disab...
2007-01-15 Matthew Dilloncputimer_intr_reload() - prevent a negatively indexed...
2007-01-15 Simon SchubertMerge from vendor branch GCC:
2007-01-15 Matthew DillonClose two holes in the pmap code. The page table self...
2007-01-15 Matthew DillonPass an interrupt frame to kqueue-based interrupts...
2007-01-15 Matthew DillonAdd kqueue based async I/O support to the virtual kerne...
2007-01-14 Matthew DillonLink up the interrupt frame to the systimer API. Use...
2007-01-14 Sepherosa Ziehau- Add multi pseudo network interface support for vkernel
2007-01-14 Matthew DillonImplement a new signal delivery mechanism, SA_MAILBOX...
2007-01-14 Matthew DillonThe FP subsystem might not work properly when a vkernel...
2007-01-13 Matthew DillonAllow VKERNEL builds to build certain non-hardware...
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. 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 DillonAdd missing link options to export global symbols to...
2007-01-11 Matthew DillonRemove unused SWI's.
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 Matthew DillonOpen the root disk with O_DIRECT. We do not want both...
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 Simon SchubertUse SEEK_SET instead of magic constant.
2007-01-09 Matthew DillonGet floating point working in virtual kernels. Add...
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 DillonRename the following special extended I/O system calls...
2007-01-08 Matthew DillonUse CBREAK mode for the console.
2007-01-08 Matthew DillonWhen removing a page directory from a page map, the...
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-07 Matthew DillonImplement nearly all the remaining items required to...
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 Matthew DillonAdd support for a root disk device file.
2007-01-07 Matthew DillonUse itimers to implement the virtual kernel's SYSTIMER...
2007-01-07 Matthew DillonSignal handlers usually inherit %gs. Make them inherit...
2007-01-06 Matthew DillonAssign proc0 a dummy frame to bootstrap vm_fork().
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 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 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 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-02 Matthew DillonGet most of the VKERNEL pmap handling code in.
2007-01-02 Matthew DillonTry to locate any instances where pmap_enter*() is...
2006-12-31 Matthew Dillonzbootinit() was being called with too few pv_entry...
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-28 Matthew DillonIntroduce globals: KvaStart, KvaEnd, and KvaSize. ...
2006-12-27 Matthew DillonMake a chunk of low level initialization code for proc0...
2006-12-27 Sascha Wildnerprintf -> kprintf
2006-12-27 Thomas E. SpanjaardAdd generic printout of extended CPUID feature flags...
2006-12-26 Matthew DillonRename virtual_avail to virtual_start, so name follows...
2006-12-26 Matthew DillonContinue fleshing out VKERNEL support. Initialize...
2006-12-26 Matthew DillonRemove unused procedures and declarations.
2006-12-25 Peter AvalosMerge from vendor branch LIBPCAP:
2006-12-25 Peter AvalosMerge from vendor branch TCPDUMP:
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-17 Matthew DillonRepo copy machine/pc32/i386/mem.c to kern/kern_memio...
2006-12-13 Matthew Dillonrename sscanf -> ksscanf
2006-12-12 Peter AvalosMerge from vendor branch FILE:
next