| Commit message (Expand) | Author | Age | Files | Lines |
* | Staticize. | phk | 1995-12-17 | 1 | -5/+1 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -1/+2 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+4 |
* | Fixed the errno returned by rename("dir1", "dir2/."). It was EISDIR | bde | 1995-11-18 | 1 | -1/+5 |
* | Change some of the debug sysctl vars. The semantics of these will change. | phk | 1995-11-14 | 1 | -2/+2 |
* | Fixed a cast in olseek(). | bde | 1995-11-13 | 1 | -3/+3 |
* | Included <sys/sysproto.h> to get central declarations for syscall args | bde | 1995-11-12 | 1 | -1/+92 |
* | Make MNT_ASYNC more effective for UFS. It should not be too much more | dyson | 1995-11-05 | 1 | -2/+3 |
* | Prototype getvnode() in the right place (where ibcs2_stat.c can see it). | bde | 1995-11-04 | 1 | -2/+1 |
* | Moved the filesystem read-only check out of the syscalls and into the | dg | 1995-10-22 | 1 | -54/+26 |
* | Remove prototype definitions from <sys/systm.h>. | swallace | 1995-10-08 | 1 | -1/+5 |
* | Reviewed by: julian with quick glances by bruce and others | julian | 1995-08-28 | 1 | -5/+3 |
* | The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE() | bde | 1995-08-17 | 1 | -2/+2 |
* | Converted mountlist to a CIRCLEQ. | dg | 1995-08-11 | 1 | -6/+9 |
* | Removed my special-case hack for VOP_LINK and fixed the problem with the | dg | 1995-08-01 | 1 | -10/+9 |
* | Ignore trailing slashes in pathnames that "refer to a directory", | bde | 1995-07-31 | 1 | -1/+6 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -2/+2 |
* | 1) Converted v_vmdata to v_object. | dg | 1995-06-28 | 1 | -3/+3 |
* | Fixed VOP_LINK argument order botch. | dg | 1995-06-28 | 1 | -2/+2 |
* | Changes to fix the following bugs: | dg | 1995-05-21 | 1 | -1/+6 |
* | Fixed incompleteness that would allow dirty filesystems to get mounted | dg | 1995-05-15 | 1 | -2/+2 |
* | Removed unused variable caused by last commit. | dg | 1995-05-02 | 1 | -2/+2 |
* | Fix for sync() to close a potential panic with accessing a mount struct | dg | 1995-05-02 | 1 | -3/+2 |
* | Added a set of braces to make the compiler happy. | dg | 1995-03-29 | 1 | -2/+3 |
* | Moved call to vnode_pager_uncache in rename() to before the VOP_RENAME. | dg | 1995-03-19 | 1 | -6/+4 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -8/+5 |
* | Do a vnode_pager_uncache after the VOP_RENAME to lose the remaining | dg | 1995-02-28 | 1 | -2/+4 |
* | In sync(), don't dereference the proc pointer if it's NULL. Should fix | dg | 1995-02-13 | 1 | -2/+2 |
* | From tim@cs.city.ac.uk (Tim Wilkinson): | dg | 1994-11-04 | 1 | -1/+2 |
* | Make my ALLDEVS kernel compile (basically, LINT minus a lot of options). | wollman | 1994-10-21 | 1 | -5/+1 |
* | Fix the problem with panics when mounting on nonexistant directories. Probably | phk | 1994-10-15 | 1 | -2/+2 |
* | Removed static declaration of getvnode() (used in ibcs2) | sos | 1994-10-11 | 1 | -2/+2 |
* | Cosmetics: added ()'s and fixed prinf-formats to make gcc silent. | phk | 1994-10-08 | 1 | -2/+4 |
* | Stuff object into v_vmdata rather than pager. Not important which at | dg | 1994-10-05 | 1 | -1/+3 |
* | All of this is cosmetic. prototypes, #includes, printfs and so on. Makes | phk | 1994-10-02 | 1 | -58/+112 |
* | Make NFS ask the filesystems for directory cookies instead of making them | dfr | 1994-09-28 | 1 | -4/+4 |
* | More loadable VFS changes: | wollman | 1994-09-22 | 1 | -5/+1 |
* | Implemented loadable VFS modules, and made most existing filesystems | wollman | 1994-09-21 | 1 | -1/+6 |
* | Disallow truncating to negative file sizes. Doing so causes ffs_truncate() | dg | 1994-09-02 | 1 | -1/+5 |
* | Make olstat() consistent with lstat() - so they both return the same | dg | 1994-09-02 | 1 | -7/+37 |
* | Implemented filesystem clean bit via: | dg | 1994-08-20 | 1 | -1/+8 |
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -2/+50 |
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+2107 |