Robert Watson
07ca1fdb84
Use UID_ and GID_ constants for uid and gid arguments to make_dev()
...
for the raidctl device.
Select a more conservative default for the permissions for /dev/raidctl
since the operations are performed using ioctl() not read() and write().
Submitted by: kris
Reviewed by: scottl
2002-12-31 06:13:47 +00:00
Scott Long
749142ecbf
Play nice with GEOM and use the appropriate ioctls for getting the
...
partition size and sector size. The old way of groveling through the
disklabel doesn't work anymore.
Noticed by: anholt
Approved by: re
2002-12-10 15:52:56 +00:00
Scott Long
bde9cfc2b0
Fix make_dev() to use 0644 instead of 0x644 for default permissions
...
Spotted by: kris
Approved by: re
2002-11-25 04:55:09 +00:00
Scott Long
3754626f78
Reduce namespace pollution to userland.
...
Spotted-by: bde
2002-10-28 17:08:07 +00:00
Scott Long
f9d186edc8
After much delay and anticipation, welcome RAIDFrame into the FreeBSD
...
world. This should be considered highly experimental.
Approved-by: re
2002-10-20 08:17:39 +00:00