Searched +hist:1.56 +hist:2.25 (Results 1 - 3 of 3) sorted by relevance

/src/distrib/sets/lists/xbase/
H A Dmi1.146 Sun Dec 30 09:19:04 GMT 2018 mrg install symbols/trans for xkeyboard-config 2.25.
1.56 Thu Jan 03 20:48:03 GMT 2008 jdc branches: 1.56.2; 1.56.6; 1.56.8; 1.56.10;
Add a note about marking entries as "obsolete", instead of deleting them.
1.56 Thu Jan 03 20:48:03 GMT 2008 jdc branches: 1.56.2; 1.56.6; 1.56.8; 1.56.10;
Add a note about marking entries as "obsolete", instead of deleting them.
1.56 Thu Jan 03 20:48:03 GMT 2008 jdc branches: 1.56.2; 1.56.6; 1.56.8; 1.56.10;
Add a note about marking entries as "obsolete", instead of deleting them.
1.56 Thu Jan 03 20:48:03 GMT 2008 jdc branches: 1.56.2; 1.56.6; 1.56.8; 1.56.10;
Add a note about marking entries as "obsolete", instead of deleting them.
1.56 Thu Jan 03 20:48:03 GMT 2008 jdc branches: 1.56.2; 1.56.6; 1.56.8; 1.56.10;
Add a note about marking entries as "obsolete", instead of deleting them.
1.146 Sun Dec 30 09:19:04 GMT 2018 mrg install symbols/trans for xkeyboard-config 2.25.
1.56 Thu Jan 03 20:48:03 GMT 2008 jdc branches: 1.56.2; 1.56.6; 1.56.8; 1.56.10;
Add a note about marking entries as "obsolete", instead of deleting them.
1.56 Thu Jan 03 20:48:03 GMT 2008 jdc branches: 1.56.2; 1.56.6; 1.56.8; 1.56.10;
Add a note about marking entries as "obsolete", instead of deleting them.
1.56 Thu Jan 03 20:48:03 GMT 2008 jdc branches: 1.56.2; 1.56.6; 1.56.8; 1.56.10;
Add a note about marking entries as "obsolete", instead of deleting them.
1.56 Thu Jan 03 20:48:03 GMT 2008 jdc branches: 1.56.2; 1.56.6; 1.56.8; 1.56.10;
Add a note about marking entries as "obsolete", instead of deleting them.
1.56 Thu Jan 03 20:48:03 GMT 2008 jdc branches: 1.56.2; 1.56.6; 1.56.8; 1.56.10;
Add a note about marking entries as "obsolete", instead of deleting them.
/src/sys/kern/
H A Dkern_lock.c1.173 Sun Oct 31 16:26:26 GMT 2021 skrll Revert the 2015 change I made that allowed sleeping in the idle lwp
if it wasn't running yet, e.g. in cpu_hatch
---
sys/kern/kern_lock.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c
index 40557427de86..c0c9d8adaf9e 100644
--- a/sys/kern/kern_lock.c
+++ b/sys/kern/kern_lock.c
@@ -89,8 +89,7 @@ assert_sleepable(void)
} while (pctr != lwp_pctr());

reason = NULL;
- if (idle && !cold &&
- kcpuset_isset(kcpuset_running, cpu_index(curcpu()))) {
+ if (idle && !cold) {
reason = "idle";
}
if (cpu_intr_p()) {
--
2.25.1
1.56 Sun Jul 08 17:41:14 GMT 2001 wiz branches: 1.56.2; 1.56.4;
synchron*, not sychron*
1.56 Sun Jul 08 17:41:14 GMT 2001 wiz branches: 1.56.2; 1.56.4;
synchron*, not sychron*
1.56 Sun Jul 08 17:41:14 GMT 2001 wiz branches: 1.56.2; 1.56.4;
synchron*, not sychron*
/src/sys/dev/ata/
H A Dwd.c1.431 Sat Oct 14 13:15:14 GMT 2017 jdolecek only call drive reset with AT_POLL when the command itself was
polled, so that the logic for AT_POLL matches how e.g. ata_dmaerr() is
called; this was the original intent of the change in 1.428.2.25,
to make the error handling safe wrt. polled xfers

this is stopgap fix for ATA channel wedge after DMA error, as reported
by Martin Husemann in PR kern/52606, and PR kern/52605

problem happened due to ata_reset_channel() being called once in ata_dmaerr()
with flags == 0, which freezed channel and set flag to reset via thread,
then ata_reset_channel() was called via wdc_drive_reset() with AT_POLL, which
just executed the reset and cleared the flag, without clearing the extra
freeze; that logic will be refactored in separate commit
1.56 Fri Mar 04 04:15:24 GMT 1994 mycroft Start the timeout loop *after* we've decided there is a disk there.

Completed in 101 milliseconds