aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp1999-08-262-18/+5
* Make a place to store the devfs hook for the block device, as the sameJulian Elischer1999-08-251-3/+2
* Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw.Julian Elischer1999-08-253-128/+120
* Make DEVFS ops reflect some of the changes that have recently occured in theJulian Elischer1999-08-251-60/+173
* Fix comment to match reality..Julian Elischer1999-08-251-1/+2
* Devfs now adds itself to the hook that PHK supplies.Julian Elischer1999-08-241-1/+21
* Let processes retrieve their argv through procfs. Revert to the originalMarcel Moolenaar1999-08-191-8/+41
* Remove an unused variable.Bill Fumerola1999-08-171-2/+1
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskAlan Cox1999-08-172-6/+6
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-3/+3
* Add support for device drivers which want to track all open/closePoul-Henning Kamp1999-08-131-59/+18
* Remove spec_getattr(), which as far as I can tell can never be called from th...Poul-Henning Kamp1999-08-131-3/+1
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-132-11/+11
* s/v_specinfo/v_rdev/Poul-Henning Kamp1999-08-131-6/+6
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-083-81/+2
* Fixed printf format errors (%qu -> %llu; the arg was already unsigned longBruce Evans1999-08-081-5/+3
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevPoul-Henning Kamp1999-07-202-10/+7
* Allow jailed proccesses to open non-process vnodes like the root of the fs.Poul-Henning Kamp1999-07-091-2/+2
* Use %q rather than rolling a custom routine.Peter Wemm1999-07-091-51/+7
* Support for i386 hardware breakpoints.Jonathan Lemon1999-07-091-0/+101
* Implement support for hardware debug registers on the i386.Jonathan Lemon1999-07-093-3/+20
* Make sure that stat(2) and friends always return a valid st_dev field.Poul-Henning Kamp1999-07-026-15/+7
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-262-9/+9
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodeKirk McKusick1999-06-163-115/+8
* Eliminate the bogus procfs private almost struct dirent structure.Poul-Henning Kamp1999-06-133-43/+27
* Remove an unused variable.Dmitrij Tejblum1999-06-011-2/+1
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-313-18/+9
* Don't call calcru() on a swapped-out process. calcru() access p_stats, whichDmitrij Tejblum1999-05-221-16/+10
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-114-14/+9
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-082-23/+26
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-072-13/+13
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-062-6/+4
* Make the type and map files claim 0 bytes size. Tar doesn't get confusedPoul-Henning Kamp1999-05-041-13/+10
* Add even more () to CHECKIO which by now feels positively LISPish.Poul-Henning Kamp1999-05-041-3/+4
* Add a new "file" to procfs: "rlimit" which shows the resource limits forPoul-Henning Kamp1999-04-304-4/+188
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-284-11/+29
* Change suser_xxx() to suser() where it applies.Poul-Henning Kamp1999-04-271-4/+5
* Suser() simplification:Poul-Henning Kamp1999-04-275-20/+19
* Catch a case spotted by Tor where files mmapped could leave garbage in theJulian Elischer1999-04-051-3/+13
* Don't allow anyone except root to mount file systems that map uids.Warner Losh1999-03-121-1/+7
* This code got moved as a result of confusion between union mounts andPeter Wemm1999-02-281-10/+1
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).Bruce Evans1999-02-251-1/+2
* Reviewed by: Julian Elischer <julian@whistle.com>Matthew Dillon1999-02-252-26/+46
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). ThisLuoqi Chen1999-02-191-2/+2
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used toMatthew Dillon1999-02-071-2/+2
* Correct a format mismatch on 64-bit architectures. This shouldJohn Polstra1999-02-051-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-282-4/+7
* Fix but in devfs_strategy(). Switch cases were falling throughMatthew Dillon1999-01-271-1/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-2712-86/+99
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-213-14/+12