| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Approved by: re (implicit)
This commit was manufactured to restore the state of the 8.0-RELEASE image.
|
| |
|
|
|
|
|
|
|
|
|
| |
Giant was only used here to lock down a bit mask of allocated unit
numbers. Change the code to use its own mutex.
Reviewed by: hselasky
Approved by: re (kib)
Notes:
svn path=/head/; revision=195146
|
| |
|
|
|
|
|
| |
- Reduce the number of headers needed for a usb driver, the common case is just usb.h and usbdi.h
Notes:
svn path=/head/; revision=194677
|
| |
|
|
| |
Notes:
svn path=/head/; revision=194228
|
| |
|
|
|
|
|
|
| |
earlier since condition variables didnt work with Giant but this was fixed 10
months ago.
Notes:
svn path=/head/; revision=194227
|
| |
|
|
| |
Notes:
svn path=/head/; revision=193045
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
I don't want people to override the mutex when allocating a TTY. It has
to be there, to keep drivers like syscons happy. So I'm creating a
tty_alloc_mutex() which can be used in those cases. tty_alloc_mutex()
should eventually be removed.
The advantage of this approach, is that we can just remove a function,
without breaking the regular API in the future.
Notes:
svn path=/head/; revision=193018
|
| |
|
|
| |
Notes:
svn path=/head/; revision=192984
|
| |
|
|
|
|
|
| |
run to completion and drain the tty queue.
Notes:
svn path=/head/; revision=192820
|
| |
|
|
|
|
|
| |
Submitted by: Hans Petter Selasky
Notes:
svn path=/head/; revision=192502
|
| |
|
|
|
|
|
|
|
| |
Wait until line configuration is complete before starting data transfers.
Submitted by: Hans Petter Selasky
Notes:
svn path=/head/; revision=190742
|
|
|
Notes:
svn path=/head/; revision=188942
|