vm: Add variable sleep time to vm_zeroidle.
[dragonfly.git] / sys /
2010-06-11 Venkatesh Srinivasvm: Add variable sleep time to vm_zeroidle.
2010-06-11 Matthew Dillonkernel - MPSAFE work - lockup vm_page.c, vm_fault.c
2010-06-10 Sascha Wildnerath(4): Some cleanup regarding ether_sprintf().
2010-06-10 Sascha WildnerMove some FreeBSD CVS IDs to the comments.
2010-06-10 Sascha WildnerFix some -Wold-style-definition warnings in the x86_64...
2010-06-10 Matthew Dillonkernel - MPSAFE work - lockup vm_object.c
2010-06-10 Matthew Dillonkernel - MPSAFE work - lockup i386 pmap
2010-06-10 Matthew Dillonkernel - MPSAFE - Fix UP build issue
2010-06-10 Matthew Dillonkernel - MPSAFE work - lockup i386 pmap
2010-06-10 Matthew Dillonkernel - remove INTR_FAST
2010-06-10 Matthew Dillonkernel - MPSAFE work - adjust global tokens
2010-06-09 Matthew Dillonkernel - MPSAFE work - Remove unused code
2010-06-09 Matthew Dillonkernel - MPSAFE work - Add cpu_pause() in scheduler...
2010-06-09 Matthew Dillonkernel - MPSAFE work - fast-path UP tokens when the...
2010-06-09 Matthew Dillonkernel - MPSAFE work - Add global tokens
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-06-06 Sascha Wildnervesa(4): Remove definition and usage of the obsolete...
2010-06-05 Matthew Dillonkernel - add short-form mutex calls
2010-06-03 Sascha WildnerAdd wpi(4) to LINT and fix a warning.
2010-06-02 Joe Talbottwpi - Build the firmware module along with the driver.
2010-06-02 Joe Talbottwpifw - Bring in wpi(4) firmware blob and license.
2010-06-02 Joe Talbottwlan_amrr - Add module building framework.
2010-06-02 Joe Talbottwpifw - Add firmware module building framework
2010-06-02 Joe Talbottwpi - Serialize interrupts, fixup mcluster allocation...
2010-06-02 Joe Talbottif_wpi - Add into build system.
2010-06-02 Joe Talbottwlan_amrr - Make wlan_amrr its own loadable module.
2010-06-02 Joe Talbottlink_elf - Use proc0 rather than panicing when proc...
2010-06-02 Joe Talbottifaltq - Add ifq_drv_* fields needed for wpi() driver.
2010-06-02 Joe Talbottif_wpi - Port of FreeBSD's wpi driver for Intel 3945ABG...
2010-06-02 Alex Hornungdevfs - implement mkdir/rmdir
2010-06-02 Alex Hornungconf.h - bump SPECNAMELEN to 63 (from 15)
2010-06-02 Alex Hornungoops, strsep dos2unix!
2010-06-02 Alex Hornunglibkern - add strsep
2010-06-02 Alex Hornungproplib - port to dragonfly
2010-06-02 Alex Hornunglibkern - add strchr
2010-06-01 Aggelos EconomopoulosFix -pg compiled programs on i386
2010-05-31 Antonio Huete Jimenezacpica - Use tsleep() instead of DELAY() to avoid long...
2010-05-26 Matthew Dillonkernel - Fix up hysteresis for the zeroidle code
2010-05-26 Matthew Dillonmmap: Remove an additional reference to the disablexwor...
2010-05-26 Aggelos Economopoulosmmap: get rid of old hack to support the XIG X server
2010-05-26 Aggelos EconomopoulosStart using our hash tables for thread switch/lifetime...
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.
next