HAMMER 53D/Many: Stabilization
[dragonfly.git] / sys / platform /
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:
2007-10-11 Peter AvalosMerge from vendor branch LIBPCAP:
2007-10-10 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-10-09 Peter AvalosMerge from vendor branch LESS:
2007-09-24 Yonghong Yancleanup the duplicated $DragonFly$ cvs id, my bad
2007-09-24 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-09-23 Yonghong YanMore headers for pc64 platform kernel build/linking
2007-09-23 Yonghong Yanmore header changes for amd64 port; the pc64 building...
2007-09-15 Sascha WildnerSilence gcc 4.1's "packed attribute ignored..." warnings.
2007-09-08 Peter AvalosMerge from vendor branch OPENSSH:
2007-09-07 Matthew DillonRemove a bogus assertion. in_vm86call may have been...
2007-09-04 Matthew DillonChange the virtual kernel's default hz to 20, because...
2007-09-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-08-29 Sascha WildnerFix LINT: Remove cm(4) and fla(4) remains.
2007-08-27 Hasso TepperNuke fla(4). It's known to be buggy, supports very...
2007-08-27 Hasso TepperRemove remainings of the oltr(4).
2007-08-27 Hasso TepperNuke ARCnet support.
2007-08-25 Peter AvalosMerge from vendor branch TNFTP:
2007-08-24 Matthew DillonAdd T2300 cpu support to EST.
next