ktrdump: dump some device info
[dragonfly.git] / sys /
2010-05-26 Matthew Dillonath - use ifnet serialization calls instead of directly...
2010-05-25 Matthew Dillonkernel - Fix panic in setrlimit() when changing the...
2010-05-25 Matthew Dillontmpfs - Fix chown for tmpfs
2010-05-23 Constantine A. Mureninlm(4): support W83627EHF-A (an early revision of the...
2010-05-22 Sascha Wildnersys/netproto/ncp/ncp_lib.h: Constify bn_name in struct...
2010-05-22 Matthew DillonAHCI - Fix use of error ccb in error path
2010-05-21 Sascha Wildneracpi(4): Remove an unused variable.
2010-05-18 Sascha Wildnerscsi(4): Add a missing 'break'.
2010-05-18 Sascha Wildnersys/netinet/in_pcb.c: Fix a broken range check.
2010-05-16 Sascha WildnerGo over sys/platform and remove dead initialization...
2010-05-16 Sascha Wildnervkernel64: Do some more replacing amd64 -> x86_64.
2010-05-16 Sascha WildnerAdd a missing break in the 64 bit vkernel, too.
2010-05-16 Sascha Wildnervkernel: To restart the scan, npv needs to be reset...
2010-05-16 Matthew Dillonkernel - zero pages during idle
2010-05-16 Sascha Wildnervkernel: Fix a wrong check of netif_set_tapflags()...
2010-05-16 Sascha Wildnerkx86_64_set_watch(): Add a missing 'break'.
2010-05-16 Sascha Wildnercxm(4) doesn't depend on smbus(4).
2010-05-16 Sascha WildnerFix compiling iic(4) on x86_64 by adding <machine/iic.h>.
2010-05-15 Matthew Dillonkernel - Update random number generator
2010-05-14 Sascha WildnerFix the x86_64 kernel build with 'options BUS_DEBUG'.
2010-05-14 Venkatesh SrinivasRemove unused vm.stats.misc.cnt_prezero sysctl.
2010-05-13 Sascha Wildnerumass(4): Add IDs for the Sony Cybershot, model DSC...
2010-05-13 Sascha WildnerSilence some warnings in the kernel.
2010-04-30 Matthew Dillonkernel - Try to fix NULL pointer issue in syncache_time...
2010-04-30 Matthew Dillonkernel - Disallow dsioctl when no media is present
2010-04-30 Samuel J. Greearkernel - mmap offset is invalid for MAP_ANON
2010-04-30 Sascha Wildnerbpf(4): Fix the division by zero check in bpf_validate().
2010-04-30 Matthew Dillonkernel - Fix resident_count problems with kernel_pmap...
2010-04-29 YONETANI Tomokazuips - Make use of new dumping scheme
2010-04-29 YONETANI Tomokazuips - The comment no longer applies as b_blkno has...
2010-04-28 b86fixup errors for mkdir & rmdir '/' - EEXIST & EACCES...
2010-04-27 Sascha WildnerYet another round of typo fixes in manpages and messages.
2010-04-26 Matthew Dillonkernel - make sysent update
2010-04-26 Matthew Dillonkernel - Update extattr infrastructure
2010-04-26 RumkoWrong variable used.
2010-04-26 Alex Hornungdsched.h - don't provide _KERNEL_STRUCTURES stuff
2010-04-25 Sascha Wildnerkern/subr_firmware.c: Oops, forgot a {
2010-04-25 Sascha Wildnerfirmware(9): Check for securelevel > 0 instead of PRIV_...
2010-04-25 Alex Hornungdsched - Support policy switching via sysctl
2010-04-25 Sascha WildnerMove dsched to sys/kern/.
2010-04-25 Sascha WildnerRemove firmware(9) from LINT, too.
2010-04-25 Sascha WildnerMake firmware(9) standard again instead of optional.
2010-04-25 Sascha Wildnerfirmware(9): GC our old firmware framework in favor...
2010-04-23 Alex Hornungdsched - serno support
2010-04-23 Alex Hornungdsched - Bump diskctx max size to 512
2010-04-22 Sascha WildnerAdd DSCHED_FQ to LINT.
2010-04-22 Sascha WildnerFix buildworld.
2010-04-22 Alex Hornungdsched - expand framework to track threads
2010-04-22 Sascha Wildnerwi(4): Fix -Wold-style-definition.
2010-04-22 Sascha Wildnerkernel: Add TUNABLE_ULONG too and really fix the acpi...
2010-04-22 Sascha Wildneracpi(4): Use TUNABLE_LONG to fix a warning and remove...
2010-04-22 Sascha Wildnerkernel: Add TUNABLE_LONG.
2010-04-22 Sascha WildnerClean up the options in our kernel configs for the...
2010-04-21 Sascha Wildnermmc(4): Remove ARM specific DRIVER_MODULE().
2010-04-21 Matthew Dillonieee80211 - Fix detachment panic
2010-04-21 Antonio Huete Jimenezath - Fix a mismatch in the module options.
2010-04-21 Sascha WildnerFix buildkernel KERNCONF=SOEKRIS.
2010-04-20 Alex Hornungdsched_fq - correct disk busy% calculation
2010-04-20 Sascha Wildnerdsched: Avoid integer overflow.
2010-04-20 Alex Hornungdsched_fq - remove pointless atomic ops
2010-04-20 Alex Hornungdsched_fq - Correct incomplete_tp count
2010-04-20 Sascha Wildnermmcsd(4): Add device statistics.
2010-04-19 Alex Hornungdsched, dsched_fq - Major cleanup
2010-04-19 Alex Hornungdsched - Periph.: call dsched_exit on thread exit
2010-04-19 Alex Hornungdsched_fq - move to lockmgr
2010-04-19 Matthew DillonHAMMER VFS - Fix probable corruption case when filesyst... v2.7.2
2010-04-18 Antonio Huete Jimenezath - Fix module loading.
2010-04-18 Antonio Huete Jimenezx86_64 - Sync wlan options with GENERIC
2010-04-18 YONETANI Tomokazuips - Mark queue_lock as LK_CANRECURSE
2010-04-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-04-17 Matthew DillonHAMMER VFS - Fix assertion panic related to record...
2010-04-17 Alexander PolakovFix LINT kernel build.
2010-04-17 Alexander Polakovsound: implement OSS_GETVERSION.
2010-04-17 Alex Hornungdsched_fq - Overhaul locking
2010-04-17 Sascha WildnerFix ACPI global lock acquisition in x86_64.
2010-04-16 Antonio Huete Jimenezdsched - Correct some length modifiers to fix buildkern... v2.7.1
2010-04-16 Sascha WildnerAdd more __printflike()'s and fix resulting fallout.
2010-04-16 Sascha Wildnermmc(4): Remove two unneeded .PATH lines in the Makefiles.
2010-04-16 Sascha WildnerBring in FreeBSD's MMC (MultiMediaCard) stack.
2010-04-16 Sascha Wildner<sys/kthread.h>: Add some __printflike()'s.
2010-04-16 Sascha Wildnerdsched: Fix x86_64 buildkernel.
2010-04-15 Alex Hornungdsched - Change loader policy tunables (again)
2010-04-15 Alex Hornungdsched_fq - bump minor version
2010-04-15 Alex Hornungdsched_fq - Remove stale comment
2010-04-15 Alex Hornungdsched - change loader tunables
2010-04-15 Alex Hornungdsched_fq - Avoid a rare div by 0
2010-04-15 Alex Hornungdsched_fq - Refactor fqp allocation/destruction
2010-04-15 Alex Hornungdsched_fq - Avoid int64 overflow on total_budget
2010-04-15 Alex Hornungdsched_fq - Fix some issues, sprinkle some asserts
2010-04-15 Alex Hornungdsched_fq - decentralize balancing code
2010-04-15 Alex Hornungdsched_fq - Refactor fq_balance_thread
2010-04-15 Alex Hornungdsched_fq - Finalize switch to new disk-busy calc
2010-04-15 Alex Hornungdsched_fq - Refactor and clean; handle flushes
2010-04-15 Alex Hornungprint_backtrace - Take parameter count
2010-04-15 Alex Hornungdsched_fq - properly drain all queues on teardown
2010-04-15 Alex Hornungdsched_fq - minor cleanup and fix
2010-04-15 Alex Hornungdsched_fq - Improve performance, reduce idle time
2010-04-15 Alex Hornungdsched_fq - Improve disk busy-% calculation
2010-04-15 Alex Hornungdsched - Implement priorities and other improvements
2010-04-15 Alex Hornungdsched - Add the FQ policy
next