| Commit message (Expand) | Author | Age | Files | Lines |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 1 | -591/+0 |
* | Add a vop_stdbmap(), and make it part of the default vop vector. | Poul-Henning Kamp | 2001-04-29 | 1 | -1/+0 |
* | Introduce vop_stdinactive() and make it the default if no vop_inactive | Poul-Henning Kamp | 2000-08-18 | 1 | -14/+0 |
* | Fix a typo that was doing something kind of silly, and that is initializing | Chris Costello | 1999-12-21 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Make sure that stat(2) and friends always return a valid st_dev field. | Poul-Henning Kamp | 1999-07-02 | 1 | -2/+1 |
* | Remove declarations for undefined functions and a couple of unused | Eivind Eklund | 1999-01-12 | 1 | -12/+1 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -2/+1 |
* | Make these files compile. | Doug Rabson | 1998-06-10 | 1 | -2/+2 |
* | Don't silently accept attempts to change flags where they are not | Peter Wemm | 1998-06-10 | 1 | -1/+4 |
* | Cleanup after Garret, include unpch.h to get at various macros.. | Søren Schmidt | 1998-05-17 | 1 | -1/+2 |
* | Add two new functions, get{micro|nano}time. | Poul-Henning Kamp | 1998-03-26 | 1 | -3/+2 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | Poul-Henning Kamp | 1997-11-06 | 1 | -3/+2 |
* | Removed unused #includes. The need for most of them went away with | Bruce Evans | 1997-10-27 | 1 | -2/+1 |
* | VFS interior redecoration. | Poul-Henning Kamp | 1997-10-26 | 1 | -3/+3 |
* | VFS clean up "hekto commit" | Poul-Henning Kamp | 1997-10-16 | 1 | -4/+1 |
* | Another VFS cleanup "kilo commit" | Poul-Henning Kamp | 1997-10-16 | 1 | -42/+2 |
* | VFS mega cleanup commit (x/N) | Poul-Henning Kamp | 1997-10-16 | 1 | -91/+9 |
* | Hmm, realign the vnops into two columns. | Poul-Henning Kamp | 1997-10-15 | 1 | -8/+8 |
* | Stylistic overhaul of vnops tables. | Poul-Henning Kamp | 1997-10-15 | 1 | -49/+43 |
* | Convert select -> poll. | Peter Wemm | 1997-09-14 | 1 | -3/+9 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | Garrett Wollman | 1997-08-16 | 1 | -7/+6 |
* | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -3/+1 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | Bruce Evans | 1997-03-23 | 1 | -1/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -17/+40 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel. | Bruce Evans | 1996-09-03 | 1 | -1/+2 |
* | Clean up -Wunused warnings. | Gary Palmer | 1996-06-12 | 1 | -12/+1 |
* | Moved the fsnode MALLOC to before the call to getnewvnode() so that the | David Greenman | 1996-06-12 | 1 | -6/+12 |
* | Kill XNS. | Garrett Wollman | 1996-02-13 | 1 | -2/+2 |
* | Staticize. | Poul-Henning Kamp | 1995-12-11 | 1 | -29/+29 |
* | Added prototypes. | Bruce Evans | 1995-12-03 | 1 | -2/+18 |
* | Introduced a type `vop_t' for vnode operation functions and used | Bruce Evans | 1995-11-09 | 1 | -44/+44 |
* | Add #include <sys/sysproto.h> to get struct close_args and close | Steven Wallace | 1995-10-08 | 1 | -1/+2 |
* | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -4/+4 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-28 | 1 | -4/+2 |
* | Implemented loadable VFS modules, and made most existing filesystems | Garrett Wollman | 1994-09-21 | 1 | -1/+3 |
* | 1) cleaned up after Garrett - fixed more redundant declarations, changed | David Greenman | 1994-08-20 | 1 | -2/+3 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | Rodney W. Grimes | 1994-05-25 | 1 | -0/+1 |
* | BSD 4.4 Lite Kernel Sources | Rodney W. Grimes | 1994-05-24 | 1 | -0/+707 |