summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-077-253/+39
* Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful asbde1999-09-044-20/+14
* Fixed the previous change. Some more code controlled by UMAPFS_DIAGNOSTICbde1999-09-042-5/+3
* Print out the device name when there is an uninitialised IO size or IO errorjulian1999-09-031-2/+3
* Add a catchall to set default blocksize values for disk like devices.julian1999-09-031-5/+13
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-031-44/+33
* Set the buffersize for non BSDFFS labeled partitions tophk1999-08-311-4/+4
* Make buffered acces to bdevs from userland controllable withphk1999-08-311-8/+18
* Make bdev userland access work like cdev userland access unlessphk1999-08-302-211/+36
* Converted the silly SAFTEY option into a new-style option by renaming it tobde1999-08-302-5/+4
* Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printfbde1999-08-292-12/+11
* Changed old-style options UMAPFS_DIAGNOSTIC and UMAP_DIAGNOSTIC to DEBUGbde1999-08-293-41/+43
* Changed old-style option KERNFS_DIAGNOSTIC to DEBUG and fixed printfbde1999-08-292-30/+31
* Fix various trivial warnings from LINTphk1999-08-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-2844-45/+45
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-262-18/+5
* Make a place to store the devfs hook for the block device, as the samejulian1999-08-251-3/+2
* Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw.julian1999-08-253-128/+120
* Make DEVFS ops reflect some of the changes that have recently occured in thejulian1999-08-251-60/+173
* Fix comment to match reality..julian1999-08-251-1/+2
* Devfs now adds itself to the hook that PHK supplies.julian1999-08-241-1/+21
* Let processes retrieve their argv through procfs. Revert to the originalmarcel1999-08-191-8/+41
* Remove an unused variable.billf1999-08-171-2/+1
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskalc1999-08-172-6/+6
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-3/+3
* Add support for device drivers which want to track all open/closephk1999-08-131-59/+18
* Remove spec_getattr(), which as far as I can tell can never be called from th...phk1999-08-131-3/+1
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-132-11/+11
* s/v_specinfo/v_rdev/phk1999-08-131-6/+6
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-083-81/+2
* Fixed printf format errors (%qu -> %llu; the arg was already unsigned longbde1999-08-081-5/+3
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevphk1999-07-202-10/+7
* Allow jailed proccesses to open non-process vnodes like the root of the fs.phk1999-07-091-2/+2
* Use %q rather than rolling a custom routine.peter1999-07-091-51/+7
* Support for i386 hardware breakpoints.jlemon1999-07-091-0/+101
* Implement support for hardware debug registers on the i386.jlemon1999-07-093-3/+20
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-026-15/+7
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-262-9/+9
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-163-115/+8
* Eliminate the bogus procfs private almost struct dirent structure.phk1999-06-133-43/+27
* Remove an unused variable.dt1999-06-011-2/+1
* Simplify cdevsw registration.phk1999-05-313-18/+9
* Don't call calcru() on a swapped-out process. calcru() access p_stats, whichdt1999-05-221-16/+10
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-114-14/+9
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-082-23/+26
* Continue where Julian left off in July 1998:phk1999-05-072-13/+13
* remove b_proc from struct buf, it's (now) unused.phk1999-05-062-6/+4
* Make the type and map files claim 0 bytes size. Tar doesn't get confusedphk1999-05-041-13/+10
* Add even more () to CHECKIO which by now feels positively LISPish.phk1999-05-041-3/+4
* Add a new "file" to procfs: "rlimit" which shows the resource limits forphk1999-04-304-4/+188
OpenPOWER on IntegriCloud