| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
in geom_disk.c.
As a side effect this makes a lot of #include <sys/devicestat.h>
lines not needed and some biofinish() calls can be reduced to
biodone() again.
Notes:
svn path=/head/; revision=111979
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
branches:
Initialize struct cdevsw using C99 sparse initializtion and remove
all initializations to default values.
This patch is automatically generated and has been tested by compiling
LINT with all the fields in struct cdevsw in reverse order on alpha,
sparc64 and i386.
Approved by: re(scottl)
Notes:
svn path=/head/; revision=111815
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111753
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move <sys/conf.h> before <sys/disk.h>.
No need for raidread()/raidwrite(), we have generic code for that.
Remove non-functional dump code.
Make raidinit() return the softc, not the dev_t.
Move to "struct disk*" centric API.
Fix printfs' to get name from struct disk instead of dev_t.
OK'ed by: scottl
Notes:
svn path=/head/; revision=111648
|
| |
|
|
|
|
|
|
|
|
|
| |
Change the argument to disk_destroy() to be the same struct disk * as
disk_create() takes.
This enables drivers to ignore the (now) bogus dev_t which disk_create()
returns.
Notes:
svn path=/head/; revision=111216
|
| |
|
|
|
|
|
| |
Approved by: trb
Notes:
svn path=/head/; revision=111119
|
| |
|
|
|
|
|
| |
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
Notes:
svn path=/head/; revision=109623
|
| |
|
|
|
|
|
| |
Hopefully forgiven by: scottl
Notes:
svn path=/head/; revision=109584
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109571
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108586
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108584
|
| |
|
|
|
|
|
| |
especially in troff files.
Notes:
svn path=/head/; revision=108533
|
| |
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=108524
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=108485
|
| |
|
|
|
|
|
|
|
|
|
| |
partition size and sector size. The old way of groveling through the
disklabel doesn't work anymore.
Noticed by: anholt
Approved by: re
Notes:
svn path=/head/; revision=107730
|
| |
|
|
|
|
|
|
| |
Spotted by: kris
Approved by: re
Notes:
svn path=/head/; revision=107219
|
| |
|
|
|
|
|
| |
Spotted-by: bde
Notes:
svn path=/head/; revision=106087
|
|
|
world. This should be considered highly experimental.
Approved-by: re
Notes:
svn path=/head/; revision=105503
|