alfred
bf8e8a6e8f
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
...
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
2003-01-21 08:56:16 +00:00
phk
fc76286e41
#if 0 one more line to make this compile without subr_disklabel.c.
...
Hopefully forgiven by: scottl
2003-01-20 19:43:46 +00:00
scottl
a752ec7b60
Remove stale reference to deprecated mini-disklayer stuff.
2003-01-20 16:15:47 +00:00
phk
00ede7aab1
Remove unused second argument from DEV_STRATEGY().
2003-01-03 05:57:35 +00:00
phk
bfabff54fe
Remove unused second argument from BIO_STRATEGY()
2003-01-03 05:51:11 +00:00
schweikh
d3367c5f5d
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
alfred
927595101c
When compiling the kernel do not implicitly include filedesc.h from proc.h,
...
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.
2003-01-01 01:56:19 +00:00
rwatson
68495449e4
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
scottl
25d9b23924
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
scottl
9dbc7e40ad
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
scottl
7895420367
Reduce namespace pollution to userland.
...
Spotted-by: bde
2002-10-28 17:08:07 +00:00
scottl
710948de69
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