| Commit message (Expand) | Author | Age | Files | Lines |
| * | Another round of the <sys/queue.h> FOREACH transmogriffer. | Poul-Henning Kamp | 2001-02-04 | 1 | -2/+1 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -2/+2 |
| * | Untangle vfsinit() a bit. Use seperate sysinit functions rather than | Peter Wemm | 2000-12-06 | 1 | -23/+2 |
| * | Do not panic on an uninitialized VOP_xxx() call. This was meant as a | Peter Wemm | 2000-09-06 | 1 | -2/+2 |
| * | The sysctl mod_xx hack is no longer required now that we have totally | Peter Wemm | 1999-12-12 | 1 | -10/+0 |
| * | Move a couple of globals here where they are initialised, rather than | Mike Smith | 1999-11-01 | 1 | -0/+7 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Removed references to a nonexistent variable. This fixes building kernels | Bruce Evans | 1999-07-29 | 1 | -4/+1 |
| * | * Register sysctl nodes before running sysinits when loading files and | Doug Rabson | 1999-03-07 | 1 | -2/+21 |
| * | * Change sysctl from using linker_set to construct its tree using SLISTs. | Doug Rabson | 1999-02-16 | 1 | -46/+1 |
| * | Fix warnings related to -Wall -Wcast-qual | Matthew Dillon | 1999-01-28 | 1 | -2/+2 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-28 | 1 | -12/+12 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -6/+2 |
| * | Fixed the type of vfs_modevent (a little late, to match the corresponding | Bruce Evans | 1998-11-15 | 1 | -2/+2 |
| * | Make the vnode opv vector construction fully dynamic. Previously we | Peter Wemm | 1998-11-10 | 1 | -125/+223 |
| * | General tidy up: remove more unused code, update comments, simplify some | Peter Wemm | 1998-11-04 | 1 | -34/+16 |
| * | Nitpicking and dusting performed on a train. Removes trivial warnings | Poul-Henning Kamp | 1998-10-25 | 1 | -12/+2 |
| * | Fixed sysctl attachment for statically configured vfs's. | Bruce Evans | 1998-10-25 | 1 | -16/+25 |
| * | *gulp*. Jordan specifically OK'ed this.. | Peter Wemm | 1998-10-16 | 1 | -79/+194 |
| * | Taking the GENERIC kernel and commenting out MSDOSFS, CD9660{,_ROOT}, PROCFS, | David E. O'Brien | 1998-10-05 | 1 | -2/+3 |
| * | Ignore the statically configured vfs type numbers and assign vfs | Bruce Evans | 1998-09-05 | 1 | -10/+12 |
| * | Staticize. | Eivind Eklund | 1998-02-09 | 1 | -2/+2 |
| * | Simplify the lease_check stuff. | Poul-Henning Kamp | 1997-10-26 | 1 | -29/+1 |
| * | VFS mega cleanup commit (x/N) | Poul-Henning Kamp | 1997-10-16 | 1 | -12/+3 |
| * | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -1/+3 |
| * | Change the M_NAMEI allocations to use the zone allocator. This change | John Dyson | 1997-09-21 | 1 | -1/+9 |
| * | 3 lines of code and updates to a number of comments. | Poul-Henning Kamp | 1997-09-10 | 1 | -15/+18 |
| * | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -8/+1 |
| * | Moved vfs sysctls to where Lite2 put them. No code changes yet. | Bruce Evans | 1997-03-02 | 1 | -60/+1 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so that | Bruce Evans | 1997-02-18 | 1 | -3/+3 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -31/+75 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | From Lite2: rename fs to vfs. | Jeffrey Hsu | 1996-03-11 | 1 | -4/+4 |
| * | Staticize. | Poul-Henning Kamp | 1995-12-17 | 1 | -4/+4 |
| * | A major sweep over the sysctl stuff. | Poul-Henning Kamp | 1995-12-04 | 1 | -2/+2 |
| * | Oops, the last commit left a redundant declaration. | Bruce Evans | 1995-12-03 | 1 | -3/+1 |
| * | Completed function declarations and/or added prototypes. | Bruce Evans | 1995-12-02 | 1 | -2/+3 |
| * | Finished (?) cleaning up sysinit stuff. | Bruce Evans | 1995-12-02 | 1 | -7/+5 |
| * | Mega commit for sysctl. | Poul-Henning Kamp | 1995-11-20 | 1 | -56/+16 |
| * | Introduced a type `vop_t' for vnode operation functions and used | Bruce Evans | 1995-11-09 | 1 | -8/+8 |
| * | Fixed init functions argument type - caddr_t -> void *. Fixed a couple of | David Greenman | 1995-09-09 | 1 | -4/+4 |
| * | Reviewed by: julian with quick glances by bruce and others | Julian Elischer | 1995-08-28 | 1 | -3/+12 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -4/+4 |
| * | Actually implement the functionality documented in sysctl.h for type CTL_FS. | Garrett Wollman | 1994-10-20 | 1 | -1/+13 |
| * | Cosmetics: added ()'s and fixed prinf-formats to make gcc silent. | Poul-Henning Kamp | 1994-10-08 | 1 | -3/+3 |
| * | Make NFS loadable. | Garrett Wollman | 1994-09-22 | 1 | -1/+9 |
| * | mount.h: Declare getvfs* functions from libc. | Garrett Wollman | 1994-09-22 | 1 | -2/+2 |
| * | Implemented loadable VFS modules, and made most existing filesystems | Garrett Wollman | 1994-09-21 | 1 | -12/+91 |
| * | Fix up some sloppy coding practices: | Garrett Wollman | 1994-08-18 | 1 | -1/+2 |