aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unused variablesEivind Eklund1999-12-201-3/+1
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-1/+3
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-22/+0
* Lock reporting and assertion changes.Eivind Eklund1999-12-111-1/+1
* Remove unused #includes.Poul-Henning Kamp1999-12-081-3/+0
* Report swapdevices as cdevs rather than bdevs.Poul-Henning Kamp1999-11-291-0/+2
* s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp1999-11-211-2/+2
* Get rid of calls to vfinddev() by doing like specfs.Poul-Henning Kamp1999-11-201-15/+7
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-201-1/+1
* Remove WILLRELE from VOP_SYMLINKEivind Eklund1999-11-131-5/+3
* Remove the iskmemdev() function. Make it the responsibility of the mem.cPoul-Henning Kamp1999-11-071-3/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein1999-09-071-48/+5
* Make bdev userland access work like cdev userland access unlessPoul-Henning Kamp1999-08-301-182/+6
* Fix various trivial warnings from LINTPoul-Henning Kamp1999-08-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp1999-08-261-15/+3
* 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
* Devfs now adds itself to the hook that PHK supplies.Julian Elischer1999-08-241-1/+21
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskAlan Cox1999-08-171-3/+3
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-2/+1
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-4/+4
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-4/+4
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-061-3/+2
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-7/+7
* Suser() simplification:Poul-Henning Kamp1999-04-271-10/+10
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).Bruce Evans1999-02-251-1/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-1/+4
* 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-273-59/+63
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-4/+4
* Remove declarations for undefined functions and a couple of unusedEivind Eklund1999-01-121-11/+1
* Avoid NULL-pointer dereference on error condition.Eivind Eklund1998-12-151-2/+2
* Rename one of the two devfs_link's to devfs_makelink.Eivind Eklund1998-12-101-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-072-14/+8
* Staticize.Eivind Eklund1998-11-261-2/+2
* Delete stray extern declaration for non-existing variables.Peter Wemm1998-11-091-2/+1
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-312-6/+6
* Make devfs update the atime timestamp so that 'w' works when usingSøren Schmidt1998-09-302-5/+12
* Oops, don't assume that the environment is normal in devfs_mount().Bruce Evans1998-09-081-4/+6
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-6/+6
* Cosmetic changes to the PAGE_XXX macros to make them consistent withDoug Rabson1998-09-041-2/+2
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-162-11/+10
* Fixed printf format errors.Bruce Evans1998-07-301-2/+2
* DEVFS completely bypasses the cdevsw and bdevsw tables now.Julian Elischer1998-07-053-232/+804
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-042-5/+5
* Removed unused includes.Bruce Evans1998-06-211-3/+1