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