| Commit message (Expand) | Author | Age | Files | Lines |
* | In sys/time.h, struct timespec is defined as: | nate | 1996-09-19 | 4 | -44/+44 |
* | Even though this looks like it, this is not a complex code change. | dyson | 1996-08-21 | 4 | -61/+12 |
* | Various fixes from frank@fwi.uva.nl (Frank van der Linden) via | dfr | 1996-07-16 | 3 | -14/+34 |
* | Modify the kernel to use the new pr_usrreqs interface rather than the old | wollman | 1996-07-11 | 1 | -5/+6 |
* | Don't truncate minor or major numbers in the nfsv3 client. | bde | 1996-06-23 | 1 | -3/+3 |
* | Fix for NFS_NOSERVER | phk | 1996-06-14 | 2 | -9/+12 |
* | Moved the fsnode MALLOC to before the call to getnewvnode() so that the | dg | 1996-06-12 | 1 | -2/+9 |
* | Clear flags before using an inactive buffer. This is a kludge, but | pst | 1996-06-08 | 1 | -1/+2 |
* | removed: | phk | 1996-05-02 | 1 | -2/+2 |
* | #include <sys/filedesc.h> explicitly instead of depending on it being | bde | 1996-04-30 | 1 | -1/+2 |
* | Fixed nfs sysctls. They missed out on the fs -> vfs name changes from | bde | 1996-04-30 | 1 | -3/+3 |
* | Kill XNS. | wollman | 1996-02-13 | 2 | -4/+6 |
* | Fix a bunch of spelling errors in the comment fields of | mpp | 1996-01-30 | 3 | -9/+9 |
* | Fixed spelling of s_namlen so that this compiles again. | bde | 1996-01-25 | 1 | -2/+2 |
* | Use new printf features rather than local kludges. | phk | 1996-01-24 | 1 | -8/+2 |
* | Add a check to prevent a computation from underflowing and causing | mpp | 1996-01-24 | 1 | -3/+4 |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -2/+2 |
* | Add an option NFS_NOSERVER which saves 100K in the install kernel (or | phk | 1996-01-13 | 3 | -10/+53 |
* | Don't print swap server as root server. | phk | 1995-12-28 | 1 | -2/+2 |
* | Move fs.nfs.nfsstats sysctl var back to it's old OID. | phk | 1995-12-22 | 1 | -2/+2 |
* | Staticize. | phk | 1995-12-17 | 10 | -175/+93 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 4 | -4/+13 |
* | Completed function declarations and/or added prototypes and/or moved | bde | 1995-12-03 | 7 | -88/+181 |
* | Completed function declarations, added prototypes and removed redundant | bde | 1995-11-21 | 3 | -43/+111 |
* | Completed function declarations and/or added prototypes. | bde | 1995-11-21 | 4 | -5/+14 |
* | Get rid of hostnamelen variable. | phk | 1995-11-14 | 1 | -2/+1 |
* | Included <sys/sysproto.h> to get central declarations for syscall args | bde | 1995-11-14 | 1 | -1/+6 |
* | Introduced a type `vop_t' for vnode operation functions and used | bde | 1995-11-09 | 2 | -143/+143 |
* | Replaced bogus macros for dummy devswitch entries by functions. | bde | 1995-11-06 | 2 | -4/+27 |
* | Include a prerequisite header (so this is consistent again with the | joerg | 1995-10-31 | 3 | -3/+9 |
* | Second batch of cleanup changes. | phk | 1995-10-29 | 10 | -158/+114 |
* | Fix order problem: unbusy pages before releasing the buffer. | dg | 1995-10-22 | 1 | -2/+2 |
* | Moved the filesystem read-only check out of the syscalls and into the | dg | 1995-10-22 | 1 | -4/+45 |
* | Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count | dyson | 1995-09-04 | 1 | -1/+4 |
* | Make nfs diskless work again. | dfr | 1995-08-30 | 1 | -1/+3 |
* | Killed redundant declarations of nfsm_rpchead(). | dg | 1995-08-24 | 1 | -2/+1 |
* | Some fixes found using gcc -Wall: | dfr | 1995-08-24 | 1 | -2/+8 |
* | Add support for amd direct maps. | dfr | 1995-08-24 | 3 | -6/+12 |
* | Converted mountlist to a CIRCLEQ. | dg | 1995-08-11 | 1 | -5/+1 |
* | Removed my special-case hack for VOP_LINK and fixed the problem with the | dg | 1995-08-01 | 1 | -3/+3 |
* | Eliminate sloppy common-style declarations. There should be none left for | bde | 1995-07-29 | 5 | -21/+31 |
* | Slightly better fix than previous revision. | dfr | 1995-07-24 | 1 | -4/+3 |
* | Fix a problem which appeared to truncate a file to the nearest block boundary | dfr | 1995-07-24 | 1 | -2/+3 |
* | Correct my cut-'n-paste job from ffs_vfsops.c and fix up the formatting | dg | 1995-07-22 | 1 | -14/+6 |
* | Implemented an nfs_node hash list lock, similar to what was implemented | dg | 1995-07-21 | 1 | -1/+31 |
* | vnode_pager_alloc() never returns NULL, so don't check for it. | dg | 1995-07-20 | 1 | -3/+2 |
* | I believe that the following fix to nfs_vnops.c should do the trick w.r.t. | dfr | 1995-07-13 | 1 | -10/+8 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 2 | -9/+5 |
* | Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the places | dg | 1995-07-09 | 1 | -3/+10 |
* | Use a consistent blocksize for sizing bufs to avoid panicing the bio system. | dfr | 1995-07-07 | 2 | -7/+23 |