| Commit message (Expand) | Author | Age | Files | Lines |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 3 | -919/+0 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -12/+2 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -7/+9 |
* | Add a vop_stdbmap(), and make it part of the default vop vector. | phk | 2001-04-29 | 1 | -1/+0 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -2/+0 |
* | Update to reflect the disappearance of getsock(). | jlemon | 2000-11-25 | 1 | -2/+6 |
* | Introduce vop_stdinactive() and make it the default if no vop_inactive | phk | 2000-08-18 | 1 | -14/+0 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | Fix a typo that was doing something kind of silly, and that is initializing | chris | 1999-12-21 | 1 | -1/+1 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -0/+2 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -0/+1 |
* | All unimplemented VFS ops now have entries in kern/vfs_default.c that return | alfred | 1999-09-07 | 1 | -39/+7 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | Make sure that stat(2) and friends always return a valid st_dev field. | phk | 1999-07-02 | 1 | -2/+1 |
* | Remove declarations for undefined functions and a couple of unused | eivind | 1999-01-12 | 1 | -12/+1 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+1 |
* | Removed statically configured mount type numbers (MOUNT_*) and all | bde | 1998-09-07 | 1 | -2/+2 |
* | Make these files compile. | dfr | 1998-06-10 | 1 | -2/+2 |
* | Don't silently accept attempts to change flags where they are not | peter | 1998-06-10 | 1 | -1/+4 |
* | Cleanup after Garret, include unpch.h to get at various macros.. | sos | 1998-05-17 | 1 | -1/+2 |
* | As described by the submitter: | msmith | 1998-05-06 | 1 | -4/+1 |
* | Add two new functions, get{micro|nano}time. | phk | 1998-03-26 | 1 | -3/+2 |
* | The intent is to get rid of WILLRELE in vnode_if.src by making | msmith | 1998-03-01 | 1 | -1/+4 |
* | Fixed missing initialization of mp->mnt_stat. At least vm depends on | bde | 1998-01-01 | 1 | -1/+2 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -3/+2 |
* | Removed unused #includes. The need for most of them went away with | bde | 1997-10-27 | 1 | -2/+1 |
* | VFS interior redecoration. | phk | 1997-10-26 | 1 | -3/+3 |
* | VFS clean up "hekto commit" | phk | 1997-10-16 | 1 | -4/+1 |
* | Another VFS cleanup "kilo commit" | phk | 1997-10-16 | 1 | -42/+2 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 1 | -91/+9 |
* | Hmm, realign the vnops into two columns. | phk | 1997-10-15 | 1 | -8/+8 |
* | Stylistic overhaul of vnops tables. | phk | 1997-10-15 | 1 | -49/+43 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -4/+6 |
* | Convert select -> poll. | peter | 1997-09-14 | 1 | -3/+9 |
* | Some staticized variables were still declared to be extern. | bde | 1997-09-07 | 1 | -2/+1 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 2 | -9/+8 |
* | Removed unused #includes. | bde | 1997-08-02 | 2 | -9/+2 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -1/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 3 | -3/+3 |
* | Add function prototypes for most of the new Lite2 functions. | mpp | 1997-02-12 | 1 | -0/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 2 | -94/+60 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
* | Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel. | bde | 1996-09-03 | 1 | -1/+2 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -12/+1 |
* | Moved the fsnode MALLOC to before the call to getnewvnode() so that the | dg | 1996-06-12 | 2 | -12/+25 |
* | Kill XNS. | wollman | 1996-02-13 | 1 | -2/+2 |
* | Staticize. | phk | 1995-12-11 | 2 | -53/+53 |
* | Added prototypes. | bde | 1995-12-03 | 1 | -2/+18 |
* | Fixed the type of portal_sync(). Trailing args were missing. | bde | 1995-11-16 | 1 | -3/+28 |
* | Introduced a type `vop_t' for vnode operation functions and used | bde | 1995-11-09 | 2 | -46/+46 |