An error occurred fetching the project authors.
- 20 Mar, 2003 1 commit
-
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Update version, copyright year, changelog
-
- 24 Feb, 2003 1 commit
-
-
Michael Hayes authored
This fixes: occured -> occurred Fixes 135 occurrences in all.
-
- 27 Aug, 2002 1 commit
-
-
Scott Feldman authored
(yay!) o Changed license from Dual BSD/GPL to GPL
-
- 03 Aug, 2002 1 commit
-
-
Scott Feldman authored
Feedback from review by Arjan @ Redhat: o Cleanup: Removed unneccesary #ifdef/#endif wrappers for features already part of kernel. o Bug fix: Added read-behind-write calls to post writes before delays. o Cleanup: added "e100" prefix to all driver messages. o Cleanup: removed unnecessary barrier() call because spin_unlock already implies a barrier. o Cleanup: removed __NO_VERSION__ o Cleanup: fixed some spelling mistakes. o Cleanup: removed some proprietary /proc entries.
-
- 14 Mar, 2002 2 commits
-
-
Eli Kupermann authored
- switch to yield function as suggested by you, Arjan and Andrew. - fixed broken logic in the use of time_before/time_after - possible bug cause in previous design - in most of the places we were going to sleep and than check if time expires before checking if condition is satisfied. If, for example, we needed to wait up to 3 jiffies we could do schedule_timeout(1) and get up after 4 ticks check that time expired and go away crying about failure without checking that condition is OK.(in fact I saw it happen on one SMP platform here).
-
Eli Kupermann authored
- minor changes to the license from our technical writer [still GPL ;-)]
-
- 13 Mar, 2002 1 commit
-
-
Jeff Garzik authored
Contributor: Eli Kupermann @ Intel
-
- 12 Mar, 2002 1 commit
-
-
Jeff Garzik authored
* fix PCI posting bugs * remove ia64-specific code, requires an arch workaround/fix instead * other misc cleanups and small bug fixes
-
- 06 Mar, 2002 1 commit
-
-
Jeff Garzik authored
version 2.0.19, plus boolean cleanups. Bump version to 2.0.20-pre1. Contributors: Eli Kupermann @ Intel, Amir Noam @ Intel
-