summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-11-27RegeneratePhilip Guenthe
2009-11-27Add setrdomain() and getrdomain() system calls. Committing now toPhilip Guenthe
2009-11-27Move MB_LEN_MAX into the machine-independent sys/limits.h header,Philip Guenthe
2009-11-27Add a signal for librthread to use for interthread ASTs for cancelationPhilip Guenthe
2009-11-27Convert thrsleep() to an absolute timeout with clockid to eliminate aPhilip Guenthe
2009-11-27Convert thrsigdivert to (almost) be sigtimedwait by adding siginfo_tPhilip Guenthe
2009-11-27Change threxit() to take a pointer to a pid_t to zero out from thePhilip Guenthe
2009-11-27ci->ci_curprocpaddr must initialized before cpu1 get into cpu_switchto().Takuya ASADA
2009-11-27typo in documentation; missing full stop.Igor Sobrado
2009-11-27atomic counter increment for SMP.Takuya ASADA
2009-11-26Visual (and on some machines, audio) feedback while the machine isMike Larkin
2009-11-26Now IPI can interrupt to clock interrupt handler.Takuya ASADA
2009-11-26- let this compile again.Jasper Lievisse Adriaanse
2009-11-26Reset the wakeup vector to ensure that we don't resume on reboot.Mike Larkin
2009-11-26Don't try to be clever and mix tag queueing mechanisms. Few if anyKenneth R Westerback
2009-11-26do not pull acpi_wakecode.o into RAMDISKSTheo de Raadt
2009-11-26move gcu* to near what it is used byTheo de Raadt
2009-11-26If the EC is in burst mode use the fast delay to meet the requirementsTheo de Raadt
2009-11-26Fix an issue where 82573L based em(4) devices had long latencies on theDariusz Swiderski
2009-11-26em_stop() removes IFF_RUNNING flag, so we should rely on the IFF_UP being setDariusz Swiderski
2009-11-26By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-26allow USB xfer requests to use up to 16 frames per xfer, depending onJacob Meuser
2009-11-26greatly reduce latency and kill some XXXs:Jacob Meuser
2009-11-26magical fix for a fault which reliably brings my firewalls down. i thinkDavid Gwynne
2009-11-26initialize cpu_info correctly.Takuya ASADA
2009-11-26unbrak previousDariusz Swiderski
2009-11-26handle DV_SUSPEND and DV_RESUMEDariusz Swiderski
2009-11-26wdc@isa ok deraadtJonathan Gray
2009-11-26Toggle into "cold" when we we disable interrupts, because tsleepingTheo de Raadt
2009-11-26Call the existing power functions with our activate function forTheo de Raadt
2009-11-26By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-26knf relative to i386Theo de Raadt
2009-11-26re-init the fpu like on i386Theo de Raadt
2009-11-26Really want isa.h when using #ifdef NISA > 0Theo de Raadt
2009-11-26Add an explicit check for supported models (10, 13, 15) before setting up theNicholas Marriott
2009-11-26Fix a stack problem on amd64, now the resume functions get called properly.Mike Larkin
2009-11-26Only re-initialise interfaces on suspend if they were IFF_RUNNING.Mark Kettenis
2009-11-25Fix typo.Joel Sing
2009-11-25Add ci_randseed.Joel Sing
2009-11-25Repair typo in commented-out DRM option, 'sure' oga@Ian Darwin
2009-11-25Unbreak GENERIC-IP27.Joel Sing
2009-11-25fix previousDamien Bergamini
2009-11-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-25Suspend when the lid closes (but not when it opens again).Mark Kettenis
2009-11-25something hairy happened with cvs so this file didn't get added.Owain Ainsworth
2009-11-25re-add uvm_objwire and uvm_objunwire. needed for intel GEM support.Owain Ainsworth
2009-11-25re-add uvm_objwire and uvm_objunwire. needed for intel GEM support.Owain Ainsworth
2009-11-25Thinkpad button suspends; ok mlarkinTheo de Raadt
2009-11-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-25fix default phy_addr makes 82545 work againDariusz Swiderski