| Commit message (Expand) | Author | Age | Files | Lines |
* | Add dev_t freeing code. Controlled by sysctl debug.free_devt, default | phk | 1999-08-29 | 1 | -1/+2 |
* | remove unused variables. | phk | 1999-08-28 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Simplify the handling of VCHR and VBLK vnodes using the new dev_t: | phk | 1999-08-26 | 1 | -218/+57 |
* | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | phk | 1999-08-25 | 1 | -9/+20 |
* | Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw. | julian | 1999-08-25 | 1 | -3/+2 |
* | Support full-precision file timestamps. Until now, only the seconds | jdp | 1999-08-22 | 1 | -1/+43 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | phk | 1999-08-13 | 1 | -2/+2 |
* | s/v_specinfo/v_rdev/ | phk | 1999-08-13 | 1 | -4/+4 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 1 | -4/+2 |
* | Add sysctl and support code to allow directories to be VMIO'd. The default | alc | 1999-07-26 | 1 | -3/+3 |
* | Now a dev_t is a pointer to struct specinfo which is shared by all specdev | phk | 1999-07-20 | 1 | -51/+38 |
* | [click] Now all dev_t's in the kernel have their char device major. | phk | 1999-07-19 | 1 | -2/+4 |
* | Introduce the vn_todev(struct vnode*) function, which returns the dev_t | phk | 1999-07-18 | 1 | -1/+13 |
* | Fix 2nd arg to udev2dev(). | phk | 1999-07-17 | 1 | -2/+2 |
* | I have not one single time remembered the name of this function correctly | phk | 1999-07-17 | 1 | -4/+4 |
* | Correct a couple of spelling errors in comments. | kris | 1999-07-12 | 1 | -3/+3 |
* | These changes appear to give us benefits with both small (32MB) and | mckusick | 1999-07-08 | 1 | -2/+2 |
* | The buffer queue mechanism has been reformulated. Instead of having | mckusick | 1999-07-04 | 1 | -10/+42 |
* | Make sure that stat(2) and friends always return a valid st_dev field. | phk | 1999-07-02 | 1 | -4/+5 |
* | Slight reorganization of kernel thread/process creation. Instead of using | peter | 1999-07-01 | 1 | -3/+4 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -28/+23 |
* | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | mckusick | 1999-06-16 | 1 | -4/+4 |
* | Get rid of the global variable rushjob and replace it with a function in | mckusick | 1999-06-15 | 1 | -6/+36 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -9/+7 |
* | Remove the test for bdevsw(dev) == NULL from bdevvp() because it fails | jb | 1999-05-24 | 1 | -2/+2 |
* | Legally acquire a major number for mfs. | luoqi | 1999-05-14 | 1 | -5/+2 |
* | Previously directories were sync'ed every 10 seconds while bitmaps & | mckusick | 1999-05-14 | 1 | -3/+3 |
* | Fix (?) SPECHASH dev_t/major/minor/etc args | peter | 1999-05-12 | 1 | -2/+2 |
* | Don't peek into dev_t | phk | 1999-05-12 | 1 | -2/+2 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -10/+13 |
* | Fix some of the places where too much inside knowledge about major/minor | phk | 1999-05-08 | 1 | -3/+3 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 1 | -7/+7 |
* | Continue where Julian left off in July 1998: | phk | 1999-05-07 | 1 | -5/+5 |
* | Add sysctl descriptions to many SYSCTL_XXXs | billf | 1999-05-03 | 1 | -2/+3 |
* | Reviewed by: Many at differnt times in differnt parts, | julian | 1999-03-12 | 1 | -12/+23 |
* | Reviewed by: Julian Elischer <julian@whistle.com> | dillon | 1999-02-25 | 1 | -7/+29 |
* | Protect vn worklist and vn->v_{clean,dirty}blkhd at splbio(). | dillon | 1999-02-19 | 1 | -9/+17 |
* | vp->v_object must be valid after normal flow of vfs_object_create() | dillon | 1999-02-04 | 1 | -3/+9 |
* | More const fixes for -Wall, -Wcast-qual | dillon | 1999-01-29 | 1 | -2/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -2/+2 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -1/+45 |
* | KNFize, by bde. | eivind | 1999-01-10 | 1 | -2/+4 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | eivind | 1999-01-08 | 1 | -30/+11 |
* | Remove the 'waslocked' parameter to vfs_object_create(). | eivind | 1999-01-05 | 1 | -19/+6 |
* | Finish staticization. | eivind | 1999-01-05 | 1 | -5/+5 |
* | Ifdefed conditionally used simplock variables. | bde | 1999-01-02 | 1 | -2/+4 |
* | Restored rev.1.31 which was clobbered by rev.1.69 (the big Lite2 | bde | 1998-12-24 | 1 | -2/+3 |
* | Check return value of tsleep(). I've checked of all call points - | eivind | 1998-12-22 | 1 | -4/+7 |
* | Staticize. | eivind | 1998-12-21 | 1 | -9/+9 |