Sync the network and sound modules sections with what we actually have.
[dragonfly.git] / sys /
2007-01-21 Sascha WildnerSync the network and sound modules sections with what...
2007-01-20 Sascha WildnerRemove wrong declarations (fix gcc41 build).
2007-01-20 Peter AvalosMerge from vendor branch BZIP:
2007-01-19 YONETANI TomokazuFix a hang during boot.
2007-01-19 YONETANI TomokazuRework the make rule for patched *.c files.
2007-01-19 YONETANI TomokazuAcpiTbDeleteTable() now takes a (ACPI_TABLE_DESC *...
2007-01-19 Matthew DillonRename /usr/src/sys/machine to /usr/src/sys/platform...
2007-01-18 Victor Balada DiazFix a stack reference bug and do a cleanup.
2007-01-18 Sepherosa ZiehauPut socket() declaration into __{BEGIN,END}_DECL, so...
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-17 YONETANI TomokazuImport acpica-unix-20061109 from Intel. vendor/INTEL_ACPICA
2007-01-16 Sascha WildnerAdd missing #endif.
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 Sepherosa ZiehauBy default do not enable hardware csum on PCIe re(4...
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-15 Matthew DillonAdd O_ASYNC (SIGIO) support to kqueue(). Also add...
2007-01-15 Matthew DillonAdd KQUEUE support to the TAP interface.
2007-01-15 Matthew DillonRename type to avoid conflict with 'kqueue' symbol.
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 Sepherosa ZiehauExpose socket() function declaration for vkernel too.
2007-01-14 Sascha WildnerSync names of fs modules with what's really there.
2007-01-14 Matthew DillonImplement a new signal delivery mechanism, SA_MAILBOX...
2007-01-14 Sepherosa Ziehau- Invoke ifnet_attach_event when open tap(4) device...
2007-01-14 Sepherosa ZiehauInvoke ifnet_detach_event when close a tap(4) device...
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 DillonInclude the VN device by default.
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...
next