| Commit message (Expand) | Author | Age | Files | Lines |
| * | various nits that didn't make it through the brucefilter. | Poul-Henning Kamp | 1998-09-12 | 1 | -5/+6 |
| * | Oops, don't assume that the environment is normal in devfs_mount(). | Bruce Evans | 1998-09-08 | 1 | -4/+6 |
| * | Removed statically configured mount type numbers (MOUNT_*) and all | Bruce Evans | 1998-09-07 | 8 | -20/+20 |
| * | Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform | Poul-Henning Kamp | 1998-09-05 | 1 | -1/+26 |
| * | Cosmetic changes to the PAGE_XXX macros to make them consistent with | Doug Rabson | 1998-09-04 | 2 | -4/+4 |
| * | sort the prototypes | Poul-Henning Kamp | 1998-08-25 | 1 | -12/+12 |
| * | Last commit managed to get mangled somehow. | Poul-Henning Kamp | 1998-08-24 | 1 | -2/+4 |
| * | Remove the last remaining evidence of B_TAPE. | Poul-Henning Kamp | 1998-08-24 | 1 | -13/+3 |
| * | Enabled Lite2 fix for reading from dead ttys. | Bruce Evans | 1998-08-23 | 2 | -21/+3 |
| * | Use [u]intptr_t instead of [u_]long for casts between pointers and | Bruce Evans | 1998-08-16 | 3 | -13/+13 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-30 | 5 | -43/+50 |
| * | Style fixes and a bug fix: don't remove the exit handler if unmount | Alexander Langer | 1998-07-27 | 1 | -5/+6 |
| * | A better solution to the rm_at_exit problem: Register the exit function | Alexander Langer | 1998-07-27 | 1 | -23/+10 |
| * | Override the default VFS LKM dispatch functions so that a module | Alexander Langer | 1998-07-25 | 1 | -4/+19 |
| * | Cast pointers to [u]intptr_t instead of to [unsigned] long. | Bruce Evans | 1998-07-15 | 1 | -2/+2 |
| * | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | Bruce Evans | 1998-07-15 | 3 | -6/+6 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-11 | 3 | -15/+19 |
| * | Quick fix for type mismatches which were fatal if longs aren't 32 | Bruce Evans | 1998-07-07 | 1 | -5/+5 |
| * | DEVFS completely bypasses the cdevsw and bdevsw tables now. | Julian Elischer | 1998-07-05 | 3 | -232/+804 |
| * | There is no such thing any more as "struct bdevsw". | Julian Elischer | 1998-07-04 | 3 | -9/+8 |
| * | VOP_STRATEGY grows an (struct vnode *) argument | Julian Elischer | 1998-07-04 | 4 | -9/+11 |
| * | Remove "not hungly" panics. Cookies now used by the linux and ibcs2 | Dmitrij Tejblum | 1998-06-25 | 2 | -20/+6 |
| * | Removed unused includes. | Bruce Evans | 1998-06-21 | 1 | -3/+1 |
| * | Avoid a 64-bit division in procfs_readdir(). Fixed related overflows. | Bruce Evans | 1998-06-14 | 1 | -10/+6 |
| * | Avoid a 64-bit division in kernfs_readdir(). Fixed related overflows | Bruce Evans | 1998-06-14 | 1 | -3/+8 |
| * | Avoid a 64-bit division in fdesc_readdir(). Fixed related overflows | Bruce Evans | 1998-06-14 | 1 | -27/+14 |
| * | Make these files compile. | Doug Rabson | 1998-06-10 | 3 | -5/+6 |
| * | ENOPNOTSUPP --> EOPNOTSUPP | Alexander Langer | 1998-06-10 | 1 | -2/+2 |
| * | Don't silently accept attempts to change flags where they are not | Peter Wemm | 1998-06-10 | 6 | -9/+29 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 3 | -6/+6 |
| * | Make flushing dirty pages work correctly on filesystems that | John Dyson | 1998-05-21 | 1 | -2/+3 |
| * | Disallow reading the current kernel stack. Only the user structure and | Tor Egge | 1998-05-19 | 3 | -10/+38 |
| * | Cleanup after Garret, include unpch.h to get at various macros.. | Søren Schmidt | 1998-05-17 | 1 | -1/+2 |
| * | In the words of the submitter: | Mike Smith | 1998-05-07 | 3 | -100/+89 |
| * | As described by the submitter: | Mike Smith | 1998-05-06 | 9 | -76/+9 |
| * | Tighten up management of memory and swap space during map allocation, | John Dyson | 1998-04-29 | 1 | -13/+27 |
| * | Make the devfs SLICE option a standard type option. | Julian Elischer | 1998-04-20 | 1 | -4/+8 |
| * | Add changes and code to implement a functional DEVFS. | Julian Elischer | 1998-04-19 | 6 | -71/+152 |
| * | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | Dag-Erling Smørgrav | 1998-04-17 | 6 | -14/+14 |
| * | Moved some #includes from <sys/param.h> nearer to where they are actually | Bruce Evans | 1998-03-28 | 1 | -1/+3 |
| * | Add two new functions, get{micro|nano}time. | Poul-Henning Kamp | 1998-03-26 | 5 | -28/+17 |
| * | If lowervp is NULLVP, vap was clobbered. | KATO Takenori | 1998-03-17 | 1 | -2/+2 |
| * | Free the vnode in the failure case of vop_symlink() | Julian Elischer | 1998-03-10 | 1 | -1/+2 |
| * | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | Julian Elischer | 1998-03-08 | 2 | -10/+11 |
| * | Initialize b_resid, and also print out better diagnostics on I/O | John Dyson | 1998-03-08 | 1 | -7/+19 |
| * | This mega-commit is meant to fix numerous interrelated problems. There | John Dyson | 1998-03-07 | 1 | -31/+55 |
| * | Fix certain kinds of block device operations. For example, tunefs on | John Dyson | 1998-03-04 | 1 | -9/+4 |
| * | The intent is to get rid of WILLRELE in vnode_if.src by making | Mike Smith | 1998-03-01 | 9 | -9/+76 |
| * | Deleted KLOCK-hack. | KATO Takenori | 1998-02-26 | 3 | -29/+7 |
| * | Deleted unused variable. | KATO Takenori | 1998-02-10 | 1 | -2/+1 |