Add NETISR_TO_MSGF() to convert netisr.ni_flags to lwkt_msg.ms_flags to
[dragonfly.git] / sys / platform /
2008-09-09 Matthew DillonFix issues with the scheduler that were causing unneces...
2008-09-06 Peter AvalosMerge from vendor branch OPENSSL:
2008-08-29 Matthew DillonAMD64 - Sync AMD64 support from Jordan Gordeev's svn...
2008-08-28 Hasso TepperMove acpi_toshiba.c, it's not pc32 specific.
2008-08-25 Matthew DillonAMD64 Support:
2008-08-02 Matthew DillonAdd amd64 files for the ISA and PCI busses and adjust...
2008-08-02 Matthew DillonCreate an #include layer for bus/pci and bus/isa so...
2008-07-28 Sascha WildnerRemove some old driver remains.
2008-07-26 Sepherosa ZiehauMove em(4) from MD conf/files to MI conf/files
2008-07-24 Sascha WildnerFix LINT now that we build with -Werror-implicit-functi...
2008-07-13 Nicolas TheryFix deadlock occuring when booting vkernel from gdb...
2008-07-12 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-06-30 Hasso TepperMerge from vendor branch GCC:
2008-06-29 Matthew DillonAdjust comments.
2008-06-26 Matthew DillonMerge from vendor branch NETGRAPH:
2008-06-21 Sascha WildnerFix path in comment.
2008-06-19 Aggelos EconomopoulosProvide MP_LOCK_HELD() for UP builds as well
2008-06-16 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-06-07 Michael NeumannMove fetching of "hw.hasbrokenint12" tunable closer...
2008-06-07 Michael NeumannCosmetic changes (remove whitespace).
2008-06-07 Michael NeumannRemove unnecessary conversion to kilobytes (divide...
2008-06-07 Michael NeumannCorrect typos.
2008-06-06 Sascha WildnerDon't use NULL where 0 is meant.
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2008-05-27 Matthew DillonDo not try to set-up the bridge or tap interfaces when...
2008-05-27 Matthew DillonGet rid of an old and terrible hack. Local stream...
2008-05-27 Matthew Dillon* Implement SOCK_SEQPACKET sockets for local communicat...
2008-05-25 Nicolas TheryFix warnings (missing casts).
2008-05-23 Sepherosa Ziehau- Print L3 cache (on NorthBridge) information
2008-05-19 Simon SchubertFill CPU info for vkernels. This makes KTR use TSC...
2008-05-19 Simon SchubertAdd KTR for tracing userland->kernel entries, i.e....
2008-05-18 Peter AvalosIt's "useful" not "usefull".
2008-05-17 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-05-17 Peter AvalosMerge from vendor branch TNFTP:
2008-05-17 Peter AvalosMerge from vendor branch LESS:
2008-05-16 Sepherosa ZiehauCasting anything above ~2.1G to 'int' makes the result...
2008-05-11 Matthew DillonFix UP real kernel crash, a vkernel define was being...
2008-05-10 Matthew DillonFinish moving the kernel from tsc_freq (32 bits) to...
2008-05-09 Matthew DillonFix many bugs and issues in the VM system, particularly...
2008-05-09 Matthew DillonFix a nasty memory corruption issue which can occur...
2008-05-08 Matthew DillonClear the direction flag (CLD) on entry to the kernel...
2008-05-07 Matthew DillonCorrect comments and minor variable naming and sysctl...
2008-05-06 Matthew DillonFix a sizeof() the wrong variable name. The correct...
2008-05-06 Matthew DillonEnable kern.trap_mpsafe and kern.syscall_mpsafe by...
2008-05-06 Matthew DillonRemove the SMP_MAXCPU override for vkernels, causing...
2008-05-06 Sepherosa ZiehauAdd strings for some AMD features
2008-04-30 Matthew DillonCothreads do not have a globaldata context and cannot...
2008-04-28 Matthew DillonFix some pmap races in pc32 and vkernel, and other...
2008-04-24 Matthew DillonFix panics which can occur when killing a threaded...
2008-04-21 Matthew DillonPass the current LWP to sigexit() instead of the curren...
2008-04-20 Sascha WildnerAnother round of typo fixes (mostly in messages).
2008-04-14 Matthew DillonFix ktrace for threaded processes. Move the KTRFAC_ACT...
2008-04-06 Peter AvalosMerge from vendor branch OPENSSH:
2008-04-02 Sascha WildnerAdd support for the Core 2 Duo T7500.
2008-03-27 Matthew DillonMake sure there is no possibility of a cothread trying...
2008-03-21 Sascha WildnerRemove old function (no longer used since r1.25).
2008-03-20 Matthew DillonImprove vkernel support.
2008-03-20 Peter AvalosMerge from vendor branch BZIP:
2008-03-15 Aggelos EconomopoulosThe i386/amd64 abi specifies that the direction flag...
2008-03-12 Dave HayesMerge from vendor branch BSDINSTALLER:
2008-03-08 Sepherosa ZiehauCleanp leftover of the ifnet.if_addrhead parallelizing.
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-02-11 Simon SchubertReport the last error code when searching for a tap...
2008-02-09 Peter AvalosMerge from vendor branch TNFTP:
2008-02-03 Nicolas TheryRemove code accessing debug registers from vkernel...
2008-01-31 Simon SchubertMerge from vendor branch GDB:
2008-01-31 Sascha WildnerRename HAMMER to HAMMER_CPU (like I686_CPU) to not...
2008-01-30 Hasso TepperMerge from vendor branch LIBEVENT:
2008-01-30 Sascha WildnerFix building with CPU_DISABLE_SSE (this fixes LINT...
2008-01-29 Matthew DillonConditionalize the illegal MXCSR tests on SSE support...
2008-01-21 Simon SchubertDon't panic when invalidating a fictitious page.
2008-01-19 Peter AvalosMerge from vendor branch FILE:
2008-01-15 Matthias SchmidtMerge from vendor branch TCSH:
2008-01-15 Simon SchubertMerge from vendor branch GDB:
2008-01-14 Simon SchubertMerge from vendor branch GDB:
2008-01-14 Matthew DillonAttempt to fix an interrupt recursion which can occur...
2008-01-10 Nicolas TheryAdd pselect syscall.
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-12-30 Sascha WildnerMake DDB optional in vkernels.
2007-12-29 Sascha WildnerRemove the xrpu driver as FreeBSD did ~1 month ago.
2007-12-22 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-16 Sascha WildnerFix building with 'options CPU_DISABLE_SSE'.
2007-12-14 Matthew DillonProperly set the mc_fpformat field in the ucontext...
2007-12-12 Matthew DillonSave and restore the FP context in the signal stack...
2007-12-06 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-11-26 Matthew DillonCatch vkernel divide-by-0 traps a bit earlier so they...
2007-11-26 Matthew DillonDrop into DDB if the vkernel hits a floting point excep...
2007-11-25 Peter AvalosMerge from vendor branch LESS:
2007-11-25 Sascha WildnerAdjust acpi.c and bios.c to use kfreeenv()/ktestenv...
2007-11-16 Peter AvalosMerge from vendor branch LESS:
2007-11-07 Sascha WildnerRemove last I386_CPU remains.
2007-11-07 Matthew DillonRemove i386 support.
2007-11-05 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-11-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-10-25 Peter AvalosMerge from vendor branch OPENSSL:
2007-10-23 YONETANI TomokazuMerge ACPI resource manager changes From FreeBSD:
2007-10-12 Peter AvalosMerge from vendor branch LESS:
2007-10-12 Peter AvalosMerge from vendor branch OPENSSL:
2007-10-11 Peter AvalosMerge from vendor branch TCPDUMP:
next