summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-06One definition for sleeping states in acpireg.h is enough.Alexander Yurchenko
2006-01-06Err, commited from the wrong treeAlexander Yurchenko
2006-01-06Fix acpi includes.Alexander Yurchenko
2006-01-06fix the mkstemps .Fn;Jason McIntyre
2006-01-06in code fragment:Jason McIntyre
- allocate enough space for sfn. - remove variable initializations that get overwritten anyway. - change spaces to tabs. - change "sizeof sfn" to "sizeof(sfn)". - change fprintf(stderr) to warn(). from ray lai; ok millert
2006-01-06nicer EXAMPLES; from ray laiJason McIntyre
2006-01-06When suspending, check the tid of the arg, not of ourselves, dohOtto Moerbeek
2006-01-06Sudden newlineAlexander Yurchenko
2006-01-06Check for ACPI control availability only if ACPI_ENABLE defined.Alexander Yurchenko
2006-01-06Informative error messages on attach, prettier dmesg.Alexander Yurchenko
2006-01-06fix typo; from ray lai;Jason McIntyre
ok mbalmer millert krw
2006-01-06put the description of vlanprio in the correct place;Jason McIntyre
2006-01-06printf -> dnprintf conversion for debug messages.Alexander Yurchenko
2006-01-06set correct delay() value after executing the `read version' command;Xavier Santolaria
2006-01-06Initialize thread debug in _rthread_init. The debug verbosityMarco S Hyman
can be set in the environment using RTHREAD_DEBUG. ok, tedu@
2006-01-06oring in PCATCH doesn't help if we don't pass the right prio to tsleepTed Unangst
2006-01-06check in of "rwlock.20051230" from art.Ted Unangst
mostly cleanup and simplification, though now also supporting upgrade and downgrade via the magic wand.
2006-01-06take interp[MAXPATHLEN] off the stack. from mickey, ok ottoTed Unangst
while here, switch above from malloc to pool, remove stupid casts
2006-01-06guess it's time to remove the init printf; sturm found a port thatTed Unangst
didn't like it.
2006-01-06we now do these checks in iic_scanTheo de Raadt
2006-01-06update lists of chips each driver supportsTheo de Raadt
2006-01-06add Wacom Graphire3 and Graphire4 support.Brad Smith
From NetBSD via Michael Knudsen ok dlg@
2006-01-06regenBrad Smith
2006-01-06add Wacom Graphire3 and Graphire4 USB ids.Brad Smith
2006-01-06pick some register with a known value, to try to tell a lm96000 apartTheo de Raadt
from any of a variety of National superio chipsets for which documention is very hard to find
2006-01-06DIOCNATLOOK was forgotten in the second access control switch. it's aDaniel Hartmeier
read-only operation (looking up one state entry), so allow it when /dev/pf is opened read-only (allows squid to work read-only). from Andrey Matveev.
2006-01-06for DIOCCLRSTATUS (pfctl -Fi), reset 'Enabled for x' time, too. simplifiesDaniel Hartmeier
computations of change rates. unfortunately, I don't remember who suggested this.
2006-01-06remove NetBSD's event counter code.Brad Smith
ok grange@
2006-01-05check that stdio file descriptors are actually closed before clobberingDamien Miller
them in sanitise_stdfd(). problems occurred when a lower numbered fd was closed, but higher ones weren't. spotted by, and patch tested by Frédéric Olivié
2006-01-05if both debug and verbose defined, only spit out the dump onceTheo de Raadt
2006-01-05Find SLP_TYPx values and store them for future use inAlexander Yurchenko
acpi_enter_sleep_state().
2006-01-05syncTheo de Raadt
2006-01-05Use the system include <spinlock.h> to get the proper functionMarco S Hyman
prototype for _atomic_lock
2006-01-05enable nviicDavid Gwynne
ok deraadt
2006-01-05In aml_eval_name() don't return success if no object found.Alexander Yurchenko
2006-01-05Enable amdpm; ok deraadt@.Alexander Yurchenko
2006-01-05System call stubs don't have a frame of their own, so use EMTRY_LEAF insteadMark Kettenis
of ENTRY. This avoids emitting bogus unwind entries, which makes gdb a lot happier. ok mickey@
2006-01-05In pthread_join(), check if we create a deadlock trying to joinOtto Moerbeek
with ourself and only free thread after a succesful join. ok marc@
2006-01-05System call stubs don't have a frame of their own, so use EMTRY_LEAF insteadMark Kettenis
of ENTRY. This avoids emitting bogus unwind entries, which makes gdb a lot happier. ok mickey@
2006-01-05Random KNF and cleanupAlexander Yurchenko
2006-01-05enable dynamic standby workaround for the 82551 as well.Brad Smith
2006-01-05Kill all typedef struct goo.Marco Peereboom
2006-01-05Disable the minimum size frame bundling when using the CPUSaver microcode.Brad Smith
This could cause 2 interrupts per frame if the frame size is below 128 bytes. From Dmitry Bogdan <dsb at imcs dot dvgu dot ru>
2006-01-05Provide symbolic names for the acpi sleeping states and use it.Alexander Yurchenko
2006-01-05don't include sys/errno.h, pointed out by MiodMartin Reindl
2006-01-05load the CPUSaver 102E microcode for the 82551 Rev 10 chip.Brad Smith
From the Intel e100 driver.
2006-01-05More dead constants.Miod Vallat
2006-01-05A match() function should never, never, ever return UNSUPP for unsupportedMiod Vallat
hardware - if only because UNSUPP is 2, not 0. So you'll match, and later have to do ``oops, twas not my fault, honest'' in attach.
2006-01-05Begone.Miod Vallat
2006-01-05regenBrad Smith