summaryrefslogtreecommitdiffstats
path: root/sys/dev/raidframe
Commit message (Collapse)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-8/+8
| | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
* #if 0 one more line to make this compile without subr_disklabel.c.phk2003-01-201-0/+4
| | | | Hopefully forgiven by: scottl
* Remove stale reference to deprecated mini-disklayer stuff.scottl2003-01-201-13/+0
|
* Remove unused second argument from DEV_STRATEGY().phk2003-01-031-2/+2
|
* Remove unused second argument from BIO_STRATEGY()phk2003-01-031-1/+1
|
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
| | | | especially in troff files.
* When compiling the kernel do not implicitly include filedesc.h from proc.h,alfred2003-01-011-0/+1
| | | | | | this was causing filedesc work to be very painful. In order to make this work split out sigio definitions to thier own header (sigio.h) which is included from proc.h for the time being.
* Use UID_ and GID_ constants for uid and gid arguments to make_dev()rwatson2002-12-311-1/+2
| | | | | | | | | | 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
* Play nice with GEOM and use the appropriate ioctls for getting thescottl2002-12-101-20/+12
| | | | | | | | partition size and sector size. The old way of groveling through the disklabel doesn't work anymore. Noticed by: anholt Approved by: re
* Fix make_dev() to use 0644 instead of 0x644 for default permissionsscottl2002-11-251-1/+1
| | | | | Spotted by: kris Approved by: re
* Reduce namespace pollution to userland.scottl2002-10-281-0/+2
| | | | Spotted-by: bde
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDscottl2002-10-20134-0/+42340
world. This should be considered highly experimental. Approved-by: re
OpenPOWER on IntegriCloud