Merge from vendor branch LIBARCHIVE:
[dragonfly.git] / sys / platform /
2007-04-27 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-27 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-21 Peter AvalosMerge from vendor branch TNFTP:
2007-04-13 Simon SchubertMerge from vendor branch BINUTILS:
2007-04-12 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-11 Matthew DillonKernel virtual memory must be mapped on a segment addre...
2007-04-07 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-01 Sepherosa ZiehauUnbreak make -j X buildkernel KERNCONF=LINT, X > 1
2007-03-29 Peter AvalosMerge from vendor branch OPENSSH:
2007-03-28 Peter AvalosMerge from vendor branch OPENSSL:
2007-03-25 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-03-25 Peter AvalosMerge from vendor branch FILE:
2007-03-16 Sascha WildnerFix message.
2007-03-16 Sascha WildnerAdd code for creating multiple virtual disks. Multiple...
2007-03-16 Sascha WildnerActivate -i and add some documentation for it.
2007-03-05 Sascha Wildnererr() and warn() print the strerror() message by themse...
2007-03-01 Simon Schubert1:1 Userland threading stage 4.7/4:
2007-02-26 Simon Schubert1:1 Userland threading stage 4.6/4:
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-24 Simon Schubert1:1 Userland threading stage 4.4/4:
2007-02-24 Simon Schubert1:1 Userland threading stage 4.3/4:
2007-02-22 Simon Schubert1:1 Userland threading stage 4.2/4:
2007-02-19 Simon SchubertRemove outdated comment.
2007-02-19 Simon Schubert1:1 Userland threading stage 2.18/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.17/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.13/4:
2007-02-18 Simon SchubertRe-order #includes to silence warning and use inline...
2007-02-17 Simon SchubertMerge from vendor branch GCC:
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
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().
next