| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 2 | -6/+6 |
* | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | peter | 1998-05-31 | 9 | -319/+322 |
* | Support 'mount -u' remounts. This may require disconnecting and rebinding | peter | 1998-05-31 | 3 | -3/+18 |
* | Cut-n-paste glitch | peter | 1998-05-31 | 1 | -2/+2 |
* | Prototype support for selectively allowing non-reserved ports on a per | peter | 1998-05-31 | 1 | -1/+14 |
* | Hide whiteouts from NFS, since the protocol doesn't support them. | peter | 1998-05-31 | 1 | -5/+7 |
* | NetBSD has a comment that Solaris 2.5 doesn't do verifiers correctly, | peter | 1998-05-31 | 1 | -1/+7 |
* | Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures, | peter | 1998-05-31 | 2 | -11/+7 |
* | Use the new SB_UPCALL flag, | peter | 1998-05-31 | 1 | -1/+4 |
* | Don't try and free mrep twice on some error conditions. | peter | 1998-05-31 | 1 | -2/+5 |
* | #ifdef a diagnostic panic, plus another missed costmetic change. | peter | 1998-05-31 | 1 | -2/+4 |
* | We have gained 2 more errno's, add them to the NFSv2 mapping table. | peter | 1998-05-31 | 1 | -2/+2 |
* | Missed a cosmetic change that the other BSD's have. | peter | 1998-05-31 | 1 | -2/+2 |
* | oops, nfs_msg() is called from client code too. | peter | 1998-05-31 | 1 | -1/+4 |
* | When we can't reconnect a socket, don't forget to unlock before retrying | peter | 1998-05-31 | 1 | -1/+4 |
* | Don't log zero length reads, this can happen during normal operation. | peter | 1998-05-31 | 1 | -1/+9 |
* | Consider for readdir chunk sizes when tuning socket buffer reservations. | peter | 1998-05-31 | 1 | -3/+5 |
* | Refuse READDIR / READDIRPLUS rpc's for non-directories | peter | 1998-05-31 | 1 | -1/+9 |
* | Some const's | peter | 1998-05-31 | 4 | -8/+8 |
* | NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim | peter | 1998-05-31 | 8 | -545/+561 |
* | When using NFSv3, use the remote server's idea of the maximum file size | peter | 1998-05-30 | 1 | -6/+12 |
* | Convert a couple of large allocations to use zones rather than malloc | peter | 1998-05-24 | 3 | -17/+15 |
* | Only ignore "owner" permissions selectively rather than always. In some | peter | 1998-05-20 | 1 | -22/+31 |
* | Allow control of the attribute cache timeouts at mount time. | peter | 1998-05-19 | 5 | -107/+170 |
* | Get timespecs directly instead of via timevals. | bde | 1998-05-16 | 1 | -13/+7 |
* | In the words of the submitter: | msmith | 1998-05-07 | 1 | -13/+24 |
* | Use random() to find our initial xid. | phk | 1998-04-06 | 1 | -11/+4 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 7 | -52/+64 |
* | Staticize. | eivind | 1998-02-09 | 3 | -9/+9 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 3 | -10/+3 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 3 | -3/+10 |
* | 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 | 1 | -1/+3 |
* | Moved declaration of `union nethostadr' outside of the KERNEL section, | bde | 1998-02-01 | 2 | -30/+30 |
* | Change the busy page mgmt, so that when pages are freed, they | dyson | 1998-01-31 | 1 | -1/+6 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 1 | -3/+1 |
* | Unspammed nested include of <vm/vm_zone.h>. | bde | 1997-12-27 | 2 | -2/+4 |
* | Added a used include. | bde | 1997-12-20 | 1 | -6/+9 |
* | Don't call malloc(..., M_WAITOK) at splnet(). Doing so is often | bde | 1997-11-24 | 1 | -4/+7 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 2 | -8/+4 |
* | 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 | 4 | -13/+4 |
* | Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined. | bde | 1997-10-28 | 1 | -2/+2 |
* | Always initialize the syscall vectors for our "private" syscalls (not | phk | 1997-10-26 | 1 | -10/+4 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 5 | -9/+31 |
* | Distribute and statizice a lot of the malloc M_* types. | phk | 1997-10-11 | 1 | -1/+3 |
* | Change the M_NAMEI allocations to use the zone allocator. This change | dyson | 1997-09-21 | 2 | -32/+33 |
* | Remove a couple of stubborn NetBSD #if's. | phk | 1997-09-10 | 1 | -5/+1 |
* | unifdef -U__NetBSD__ -D__FreeBSD__ | phk | 1997-09-10 | 4 | -38/+4 |
* | Added used #include - don't depend on <sys/mbuf.h> including | bde | 1997-09-02 | 2 | -2/+4 |