| Commit message (Expand) | Author | Age | Files | Lines |
* | Retire LFS. | phk | 1998-01-30 | 15 | -5017/+0 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | Add better support for larger I/O clusters, including larger physical | dyson | 1998-01-24 | 1 | -5/+5 |
* | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | phk | 1997-12-02 | 1 | -2/+2 |
* | Use the same algorithm as ffs for generation numbers. | bde | 1997-12-02 | 1 | -6/+3 |
* | Reviewed by: various. | julian | 1997-11-12 | 1 | -2/+2 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -9/+5 |
* | Removed unused #includes. The need for most of them went away with | bde | 1997-10-27 | 1 | -5/+1 |
* | Another VFS cleanup "kilo commit" | phk | 1997-10-16 | 4 | -24/+23 |
* | Remove an overlapping variable I created in last round. | phk | 1997-10-16 | 2 | -21/+13 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 5 | -59/+45 |
* | Two more places where root filesystems were mounted, put them at the head of | julian | 1997-10-16 | 1 | -2/+2 |
* | vnops megacommit | phk | 1997-10-15 | 1 | -112/+6 |
* | Hmm, realign the vnops into two columns. | phk | 1997-10-15 | 1 | -23/+23 |
* | Stylistic overhaul of vnops tables. | phk | 1997-10-15 | 1 | -145/+131 |
* | I think my previous change may have opened a race conditio. | phk | 1997-10-14 | 1 | -3/+1 |
* | ufs_ihashrem() should not be called from the UFS layer, but from the | phk | 1997-10-14 | 1 | -1/+3 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 2 | -3/+9 |
* | Use generic ufs_reclaim(). | phk | 1997-10-10 | 3 | -27/+8 |
* | Convert select -> poll. | peter | 1997-09-14 | 1 | -5/+19 |
* | Removed yet more vestiges of config-time swap configuration and/or | bde | 1997-09-07 | 1 | -8/+4 |
* | Removed unused #includes. | bde | 1997-09-02 | 2 | -13/+2 |
* | Change the 0xdeadb hack to a flag called VDOOMED. | phk | 1997-08-31 | 1 | -2/+2 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -4/+4 |
* | Removed unused #includes. | bde | 1997-08-02 | 7 | -30/+7 |
* | Fix a problem with the VN device. Specifically, the VN device can | dyson | 1997-06-15 | 2 | -2/+13 |
* | Fix warnings (from LINT). Missing static prototype, missing vm includes | peter | 1997-05-25 | 1 | -1/+9 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -2/+2 |
* | Merged the rest of lfs from Lite2. It compiles (uncleanly) but is as | bde | 1997-03-23 | 9 | -185/+460 |
* | Merged enough of lfs from Lite2 for mkdep of LINT to work again. | bde | 1997-03-22 | 2 | -179/+218 |
* | Removed `volatile' from declaration of `time', and removed the resulting | bde | 1997-03-22 | 1 | -2/+2 |
* | Fixed some invalid (non-atomic) accesses to `time', mostly ones of the | bde | 1997-03-22 | 2 | -4/+4 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 13 | -13/+13 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 2 | -9/+10 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 13 | -13/+13 |
* | Whoops, I should've used the LINT config file. More ts -> tv changes | nate | 1996-09-20 | 1 | -4/+4 |
* | Don't depend in the kernel on the gcc feature of doing arithmetic on | bde | 1996-08-31 | 1 | -2/+2 |
* | Don't use NULL in non-pointer contexts. | bde | 1996-07-12 | 1 | -2/+2 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -1/+5 |
* | Moved the fsnode MALLOC to before the call to getnewvnode() so that the | dg | 1996-06-12 | 1 | -2/+9 |
* | Removed bogus _BEGIN_DECLS/_END_DECLS. | bde | 1996-05-01 | 1 | -9/+4 |
* | Make type compatible with Lite2. | hsu | 1996-03-27 | 1 | -2/+2 |
* | Convert QUOTA to new-style option. | wollman | 1996-01-05 | 3 | -3/+9 |
* | Fixed prototyping and staticizing for -DDEBUG case. | bde | 1995-12-22 | 2 | -8/+8 |
* | Staticize. | phk | 1995-12-17 | 6 | -233/+82 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 3 | -3/+10 |
* | Fixed compilation of lfs utilities which I broke the other day by | bde | 1995-12-06 | 2 | -7/+15 |
* | Completed function declarations and/or added prototypes and/or #includes | bde | 1995-12-03 | 3 | -5/+14 |
* | Included <sys/sysproto.h> to get central declarations for syscall args | bde | 1995-11-12 | 1 | -1/+10 |