Opened 13 years ago
Last modified 4 years ago
#7975 assigned enhancement
devfs doesn't support symlinks
Reported by: | mmu_man | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1.1 |
Component: | File Systems | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
devfs in BeOS used to support symlinks. It was sometimes useful for some work arounds, like forcing a graphics card device to be picked up first by app_server.
Change History (6)
comment:1 by , 13 years ago
Type: | bug → enhancement |
---|
comment:3 by , 13 years ago
I guess modifying app_server to check some environment variable that would, when defined, force the graphics card device to pick up will be easier. IIRC, there is already one regarding REMOTE_SCREEN or something like this.
comment:4 by , 13 years ago
For the app_server, the solution is actually to simply support multiple graphics cards :-)
comment:5 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:6 by , 4 years ago
Milestone: | R1 → R1.1 |
---|
Note:
See TracTickets
for help on using tickets.
It actually supports symlinks internally, but it doesn't export that functionality to the fs API. I actually see little reason to do so, to be honest.