Opened 14 years ago
Last modified 7 years ago
#269 new defect
Characters must be written atomically to the console
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | helenos/srv/console | Version: | |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
Currently the handler of VFS_WRITE in console expects that the provided data buffer consist of entire characters. If it does not, the incomplete characters won't be printed correctly.
This might not be the best behavior, because it means that anyone writing to the console file interface needs to know they are writing text (as opposed to binary data).
Currently 'cat' command in Bdsh is probably suffering from this.
Change History (4)
comment:1 by , 14 years ago
Milestone: | 0.4.3 → 0.5.0 |
---|
comment:2 by , 13 years ago
Milestone: | 0.5.0 → 0.5.1 |
---|
comment:3 by , 10 years ago
Milestone: | 0.6.0 → 0.7.1 |
---|
comment:4 by , 7 years ago
Milestone: | 0.7.1 |
---|
Note:
See TracTickets
for help on using tickets.