aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/slice
Commit message (Expand)AuthorAgeFilesLines
* Typo fix: teh --> (the|they)Alexander Langer1998-07-301-2/+2
* Don't return an error if the magic number is not present.Julian Elischer1998-07-221-7/+14
* Start cleaning up the aynchronous probing code for SLICE handlers.Julian Elischer1998-07-203-72/+106
* SLICE probing becomes asynchronous. It can now be triggered byJulian Elischer1998-07-134-911/+696
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-17/+23
* Horrible hack to allow newfs to work again in SLICE kernels.Julian Elischer1998-06-141-1/+4
* Fix some more ioctls which I missed becausese they were hidden by optionsDoug Rabson1998-06-073-8/+8
* Fix the retyping of the ioctl cmd parm from int to u_long.Søren Schmidt1998-06-071-2/+2
* Don't call a dump routine if there isn't one. (e.g. in floppy driver)Julian Elischer1998-05-062-4/+12
* Add dump support to the DEVFS/slice code.Julian Elischer1998-05-064-9/+68
* slice_device.c: permissions changes for SLICE devicesJulian Elischer1998-04-241-3/+3
* Bad144 support for the slice system (!)Julian Elischer1998-04-223-23/+143
* close() is no longer a SLICE method.Julian Elischer1998-04-224-31/+49
* Don't allow an open to succeed if the device is invalidated during theJulian Elischer1998-04-221-1/+3
* Add changes and code to implement a functional DEVFS.Julian Elischer1998-04-197-0/+3194