summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* Oops, don't assume that the environment is normal in devfs_mount().bde1998-09-081-4/+6
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-078-20/+20
* Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to informphk1998-09-051-1/+26
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-042-4/+4
* sort the prototypesphk1998-08-251-12/+12
* Last commit managed to get mangled somehow.phk1998-08-241-2/+4
* Remove the last remaining evidence of B_TAPE.phk1998-08-241-13/+3
* Enabled Lite2 fix for reading from dead ttys.bde1998-08-232-21/+3
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-163-13/+13
* Fixed printf format errors.bde1998-07-305-43/+50
* Style fixes and a bug fix: don't remove the exit handler if unmountalex1998-07-271-5/+6
* A better solution to the rm_at_exit problem: Register the exit functionalex1998-07-271-23/+10
* Override the default VFS LKM dispatch functions so that a modulealex1998-07-251-4/+19
* Cast pointers to [u]intptr_t instead of to [unsigned] long.bde1998-07-151-2/+2
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-153-6/+6
* Fixed printf format errors.bde1998-07-113-15/+19
* Quick fix for type mismatches which were fatal if longs aren't 32bde1998-07-071-5/+5
* DEVFS completely bypasses the cdevsw and bdevsw tables now.julian1998-07-053-232/+804
* There is no such thing any more as "struct bdevsw".julian1998-07-043-9/+8
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-044-9/+11
* Remove "not hungly" panics. Cookies now used by the linux and ibcs2dt1998-06-252-20/+6
* Removed unused includes.bde1998-06-211-3/+1
* Avoid a 64-bit division in procfs_readdir(). Fixed related overflows.bde1998-06-141-10/+6
* Avoid a 64-bit division in kernfs_readdir(). Fixed related overflowsbde1998-06-141-3/+8
* Avoid a 64-bit division in fdesc_readdir(). Fixed related overflowsbde1998-06-141-27/+14
* Make these files compile.dfr1998-06-103-5/+6
* ENOPNOTSUPP --> EOPNOTSUPPalex1998-06-101-2/+2
* Don't silently accept attempts to change flags where they are notpeter1998-06-106-9/+29
* This commit fixes various 64bit portability problems required fordfr1998-06-073-6/+6
* Make flushing dirty pages work correctly on filesystems thatdyson1998-05-211-2/+3
* Disallow reading the current kernel stack. Only the user structure andtegge1998-05-193-10/+38
* Cleanup after Garret, include unpch.h to get at various macros..sos1998-05-171-1/+2
* In the words of the submitter:msmith1998-05-073-100/+89
* As described by the submitter:msmith1998-05-069-76/+9
* Tighten up management of memory and swap space during map allocation,dyson1998-04-291-13/+27
* Make the devfs SLICE option a standard type option.julian1998-04-201-4/+8
* Add changes and code to implement a functional DEVFS.julian1998-04-196-71/+152
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-176-14/+14
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+3
* Add two new functions, get{micro|nano}time.phk1998-03-265-28/+17
* If lowervp is NULLVP, vap was clobbered.kato1998-03-171-2/+2
* Free the vnode in the failure case of vop_symlink()julian1998-03-101-1/+2
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-082-10/+11
* Initialize b_resid, and also print out better diagnostics on I/Odyson1998-03-081-7/+19
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-31/+55
* Fix certain kinds of block device operations. For example, tunefs ondyson1998-03-041-9/+4
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-019-9/+76
* Deleted KLOCK-hack.kato1998-02-263-29/+7
* Deleted unused variable.kato1998-02-101-2/+1
* Undo UN_KLOCK hack except union_allocvp(). Now, vput() doesn't lockkato1998-02-103-54/+32
OpenPOWER on IntegriCloud