| Commit message (Expand) | Author | Age | Files | Lines |
* | In the words of the submitter: | msmith | 1998-05-07 | 2 | -34/+25 |
* | As described by the submitter: | msmith | 1998-05-06 | 1 | -2/+1 |
* | Use random() to find our initial xid. | phk | 1998-04-06 | 2 | -22/+8 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 13 | -87/+111 |
* | Don't allow the readdirplus routine to be used in NFS V2. | steve | 1998-03-28 | 1 | -1/+3 |
* | Don't depend on <sys/mount.h> including <sys/socket.h>. | bde | 1998-03-28 | 1 | -1/+2 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 2 | -2/+4 |
* | Add a BOOTP_WIRED_TO option, for use on machines with multiple network | tegge | 1998-03-14 | 1 | -3/+14 |
* | Update workaround for limitations in the arp code. | tegge | 1998-03-14 | 3 | -9/+9 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 2 | -2/+13 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 2 | -23/+150 |
* | Trivial filesystem getpages/putpages implementations, set the second. | msmith | 1998-03-06 | 3 | -3/+20 |
* | The intent is to get rid of WILLRELE in vnode_if.src by making | msmith | 1998-03-01 | 1 | -1/+2 |
* | Staticize. | eivind | 1998-02-09 | 6 | -25/+27 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 6 | -18/+6 |
* | Fix an omission of a line from the previous commit to this file. The | dyson | 1998-02-05 | 1 | -2/+3 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 6 | -6/+18 |
* | Added #include of <sys/queue.h> so that this file is more "self"-sufficent. | bde | 1998-02-03 | 1 | -1/+3 |
* | Forward declare some structs so that this file is more self-sufficient. | bde | 1998-02-03 | 2 | -2/+6 |
* | Moved declaration of `union nethostadr' outside of the KERNEL section, | bde | 1998-02-01 | 1 | -15/+15 |
* | Forward declare more structs that are used in prototypes here - don't | bde | 1998-02-01 | 1 | -3/+8 |
* | Change the busy page mgmt, so that when pages are freed, they | dyson | 1998-01-31 | 1 | -1/+6 |
* | Release the buffer when an error occurs while reading directory entries. | tegge | 1998-01-31 | 1 | -3/+6 |
* | Various NFS fixes: | dyson | 1998-01-25 | 1 | -87/+78 |
* | Various NFS fixes: | dyson | 1998-01-25 | 1 | -7/+13 |
* | Increase the minimum bootp reply packet size from 16 (bogus) to 300 (correct). | tegge | 1998-01-18 | 1 | -4/+4 |
* | Make the BOOTP family new-style options (in opt_bootp.h) | eivind | 1998-01-09 | 1 | -1/+3 |
* | Make INET a proper option. | eivind | 1998-01-08 | 1 | -1/+5 |
* | Make our v_usecount vnode reference count work identically to the | dyson | 1998-01-06 | 1 | -3/+3 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 2 | -5/+2 |
* | Unspammed nested include of <vm/vm_zone.h>. | bde | 1997-12-27 | 5 | -5/+11 |
* | Added a used include. | bde | 1997-12-20 | 2 | -12/+18 |
* | Various of the ISP users have commented that the 1.41 version of the | dyson | 1997-12-08 | 1 | -115/+19 |
* | Don't call malloc(..., M_WAITOK) at splnet(). Doing so is often | bde | 1997-11-24 | 1 | -4/+7 |
* | Reviewed by: various. | julian | 1997-11-12 | 1 | -1/+2 |
* | Rename some local variables to avoid shadowing other local variables. | phk | 1997-11-07 | 1 | -5/+5 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 4 | -12/+6 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -5/+3 |
* | Removed unused #includes. | bde | 1997-10-28 | 9 | -37/+9 |
* | Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined. | bde | 1997-10-28 | 5 | -9/+10 |
* | Removed unused #includes. The need for most of them went away with | bde | 1997-10-27 | 1 | -4/+1 |
* | VFS interior redecoration. | phk | 1997-10-26 | 1 | -3/+3 |
* | Always initialize the syscall vectors for our "private" syscalls (not | phk | 1997-10-26 | 2 | -20/+8 |
* | VFS clean up "hekto commit" | phk | 1997-10-16 | 1 | -11/+5 |
* | Another VFS cleanup "kilo commit" | phk | 1997-10-16 | 1 | -37/+1 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 2 | -22/+13 |
* | vnops megacommit | phk | 1997-10-15 | 1 | -49/+3 |
* | Hmm, realign the vnops into two columns. | phk | 1997-10-15 | 1 | -17/+17 |
* | Stylistic overhaul of vnops tables. | phk | 1997-10-15 | 1 | -126/+116 |
* | When the default vnops funtion is vn_default_error(), there is no reason to | phk | 1997-10-15 | 2 | -116/+2 |