Commit History

Author SHA1 Message Date
  Gregory Nutt 0de294a586 Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 7 years ago
  Gregory Nutt d5207efb5a Be consistent... Use Name: consistent in function headers vs Function: 7 years ago
  Gregory Nutt 7467329a98 Eliminate CONFIG_NO_NOINTS. Lots of files changed -> lots of testing needed. 8 years ago
  Gregory Nutt 33085cb309 Networking: The network device list was protected by a re-entrant semaphore. With the recent change to support network device callback, the network stack needs to access the network device list too. Some drivers, however, run the network stack from the interrupt level -- this is bad but a fact in the current state. Of course,those drivers are unable to take the semaphore and will assert. 9 years ago
  Gregory Nutt 6687e156e6 Revamp last change. IFF_UP only required when allocating callback, not freeing. 9 years ago
  Gregory Nutt 28b46c7bfa To be valid, a network device must not only exist, but be in the UP state 9 years ago
  Gregory Nutt fa8b7c19b7 Forgot to add a file in the last commit 9 years ago