summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-26Now IPI can interrupt to clock interrupt handler.Takuya ASADA
It prevents deadlock with TLB shootdown and clock interrupt. ok miod@
2009-11-26Silence dhclient by immediately exiting if the interface doesn't existKenneth R Westerback
or can't return important flags via ioctl. Excess verbiage pointed out by deraadt@. ok henning@
2009-11-26This doesn't need to be u_int.Nicholas Marriott
2009-11-26- let this compile again.Jasper Lievisse Adriaanse
ok jsing@
2009-11-26Make types clearer and lint happier.Nicholas Marriott
2009-11-26Fix type - attributes should be u_char not int.Nicholas Marriott
2009-11-26Change paranoia check to check for <= 0 and to avoid warning.Nicholas Marriott
2009-11-26Tidy up various bits of the paste code, make the data buffer char * and addNicholas Marriott
comments.
2009-11-26Continue rather than returning if not a mouse key, to avoid hanging on anyNicholas Marriott
function key...
2009-11-26fix copy & paste error: IMSG_MTA_RESUME --> IMSG_MDA_RESUMECharles Longeau
ok gilles
2009-11-26Reset the wakeup vector to ensure that we don't resume on reboot.Mike Larkin
Temporarily disabled for debugging purposes, but can be turned on if needed. ok deraadt@
2009-11-26Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott
the rest to reduce lint output.
2009-11-26Don't try to be clever and mix tag queueing mechanisms. Few if anyKenneth R Westerback
disks actually do queueing correctly. Keep it SIMPLE. Fixes naddy@'s magic DNES disks on siop even if dlg@'s new midlayer is active. ok marco@, tested by naddy@.
2009-11-26Rename a variable to something more helpful.Nicholas Marriott
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-26Get a u_char from the string, otherwise it isn't possible to enter \0377 as itNicholas Marriott
is mistaken for EOF (doh). Also drop an unused argument.
2009-11-26grammar;Jason McIntyre
2009-11-26If the EC is in burst mode use the fast delay to meet the requirementsTheo de Raadt
of the spec, instead of using tsleep and screwing up. from canacar, ok kettenis jsing pirofti
2009-11-26sync snmp_imsg_hdr with imsg_hdr and unbreak the snmp trap interfaceReyk Floeter
2009-11-26Fix an issue where 82573L based em(4) devices had long latencies on theDariusz Swiderski
recieved packets. fix from intel drivers, via Brad ok claudio@, deraadt@
2009-11-26em_stop() removes IFF_RUNNING flag, so we should rely on the IFF_UP being setDariusz Swiderski
ok deraadt@
2009-11-26By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year.
2009-11-26allow USB xfer requests to use up to 16 frames per xfer, depending onJacob Meuser
blocksize
2009-11-26greatly reduce latency and kill some XXXs:Jacob Meuser
* reduce number of outstanding USB xfers: 6 -> 3 * reduce number of USB frames per xfer: 10 -> 2 * if the device uses wMaxPacketSize frame sizes that are longer than 1 ms, allow 1 frame per xfer * instead of making blocksizes big enough to hold all outstanding xfers, just make it big enough to hold one xfer * calculate blocksizes a little better * be more careful to let the upper layer know exactly when a block has been moved in/out of the upper layer buffer ok ratchov
2009-11-26Handle the possibility of partial mouse reads, and fix a comment while here.Nicholas Marriott
2009-11-26sync description with .Nd macro in dc(4).Igor Sobrado
2009-11-26Emulate il1, dl1, ich1 to run (albeit slowly) with vt100 feature set.Nicholas Marriott
2009-11-26magical fix for a fault which reliably brings my firewalls down. i thinkDavid Gwynne
not having sks and sks set to NULL causes random memory to be pool_put(). ok deraadt@ jsing@
2009-11-26initialize cpu_info correctly.Takuya ASADA
ok miod@
2009-11-26unbrak previousDariusz Swiderski
ok deraadt@
2009-11-26handle DV_SUSPEND and DV_RESUMEDariusz Swiderski
tested by deraadt@ and me ok deraadt@
2009-11-26support for set origin; based on an initial diff fromHenning Brauer
Sebastian Benoit <benoit-lists at fb12 dot de> who also tested this version claudio ok
2009-11-26wdc@isa ok deraadtJonathan Gray
2009-11-26Toggle into "cold" when we we disable interrupts, because tsleepingTheo de Raadt
in the AML interpreter and context switching into userland processes tends to sometimes pop the ACPI trampoline page out of our address space. Makes lots more machines work. ok kettenis mlarkin
2009-11-26Call the existing power functions with our activate function forTheo de Raadt
the suspend and resume operations ok kettenis
2009-11-26By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year.
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-26sncTheo de Raadt
2009-11-26Add an explicit check for supported models (10, 13, 15) before setting up theNicholas Marriott
Via CPU temperature sensor task, otherwise it is added for model 9 as well which is not supported. ok kevlo
2009-11-26Fix a stack problem on amd64, now the resume functions get called properly.Mike Larkin
Tested mlarkin on thinkpad x60, pirofti on dell d620, and deraadt on thinkpad T61. ok deraadt@, pirofti@
2009-11-26Only re-initialise interfaces on suspend if they were IFF_RUNNING.Mark Kettenis
ok deraadt@, claudio@
2009-11-25Fix typo.Joel Sing
ok kettenis@
2009-11-25Add ci_randseed.Joel Sing
ok kettenis@
2009-11-25Repair typo in commented-out DRM option, 'sure' oga@Ian Darwin
2009-11-25Unbreak GENERIC-IP27.Joel Sing
2009-11-25+gcuJason McIntyre
2009-11-25tweak previous;Jason McIntyre