| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove b_proc from struct buf, it's (now) unused. | Poul-Henning Kamp | 1999-05-06 | 2 | -6/+6 |
| * | Add sufficient braces to keep egcs happy about potentially ambiguous | Peter Wemm | 1999-05-06 | 1 | -2/+3 |
| * | The VFS/BIO subsystem contained a number of hacks in order to optimize | Alan Cox | 1999-05-02 | 3 | -87/+59 |
| * | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 1 | -3/+3 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 2 | -6/+6 |
| * | Fixed printf format errors on alpha. | Dmitrij Tejblum | 1999-04-24 | 1 | -3/+3 |
| * | Untangle the nfs send and receive queue locking a little. One lock | Peter Wemm | 1999-02-25 | 4 | -61/+85 |
| * | Move the declaration of the vfs.nfs sysctl node outside an ifdef so that | Doug Rabson | 1999-02-18 | 1 | -3/+3 |
| * | Fixed bitrot in NFS_ACDEBUG option. | Bruce Evans | 1999-02-17 | 1 | -1/+2 |
| * | * Change sysctl from using linker_set to construct its tree using SLISTs. | Doug Rabson | 1999-02-16 | 2 | -2/+6 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 2 | -5/+5 |
| * | This is a rather large commit that encompasses the new swapper, | Matthew Dillon | 1999-01-21 | 1 | -1/+4 |
| * | Remove the 'waslocked' parameter to vfs_object_create(). | Eivind Eklund | 1999-01-05 | 1 | -2/+2 |
| * | Silence -Wtrigraph. | Tim Vanderhoek | 1998-12-30 | 1 | -4/+4 |
| * | Fix for creating files on a Solaris 7 server with NFSv3 (the request was | Doug Rabson | 1998-12-25 | 1 | -11/+62 |
| * | Added 3 new errno values, requred by various standards: EOVERFLOW, | Dmitrij Tejblum | 1998-12-14 | 1 | -2/+3 |
| * | Remove the if fixed in the last commit; bde quite correctly point out | Eivind Eklund | 1998-12-09 | 1 | -3/+2 |
| * | Fix typo (; in "if (vp == NULL);"). | Eivind Eklund | 1998-12-08 | 1 | -2/+2 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 3 | -6/+3 |
| * | Fix a panic in nfsrv_dorec() where a NULL pointer could be passed to | Doug Rabson | 1998-11-13 | 1 | -2/+4 |
| * | Remove [apparently] bogus casts to u_long for the vnode_pager_setsize() | Peter Wemm | 1998-11-09 | 1 | -3/+3 |
| * | vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm not | Peter Wemm | 1998-10-31 | 1 | -2/+2 |
| * | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | Peter Wemm | 1998-10-31 | 1 | -3/+3 |
| * | The code checks each fragment mark to see if it's valid; if the fragment | Kirk McKusick | 1998-09-29 | 1 | -2/+2 |
| * | Made unloading of the nfs LKM sort of work. This is mainly to test | Bruce Evans | 1998-09-07 | 4 | -7/+47 |
| * | Instantiate `nfs_mount_type' in a standard file so that it is present | Bruce Evans | 1998-09-05 | 1 | -2/+1 |
| * | Check for NULL pointer before freeing a struct sockaddr. m_freem() can handle | Luoqi Chen | 1998-09-01 | 1 | -2/+3 |
| * | Yow! Completely change the way socket options are handled, eliminating | Garrett Wollman | 1998-08-23 | 4 | -23/+47 |
| * | If we get an ENOBUFS from the network, it's normally transient network | Peter Wemm | 1998-08-01 | 1 | -1/+11 |
| * | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | Bruce Evans | 1998-07-15 | 1 | -3/+3 |
| * | Moved `#ifndef NFS_NOSERVER' after including nfs.h. | KATO Takenori | 1998-07-02 | 1 | -2/+2 |
| * | fix buildworld hopefully be3fore anyone complains... | John-Mark Gurney | 1998-06-30 | 2 | -2/+6 |
| * | convert some nfs tunables to options, these are: | John-Mark Gurney | 1998-06-30 | 2 | -2/+6 |
| * | Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore, | Bruce Evans | 1998-06-21 | 1 | -2/+2 |
| * | Avoid an egcs pessimization for 64-bit signed division on i386's. | Bruce Evans | 1998-06-14 | 1 | -4/+4 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 2 | -6/+6 |
| * | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | Peter Wemm | 1998-05-31 | 9 | -319/+322 |
| * | Support 'mount -u' remounts. This may require disconnecting and rebinding | Peter Wemm | 1998-05-31 | 3 | -3/+18 |
| * | Cut-n-paste glitch | Peter Wemm | 1998-05-31 | 1 | -2/+2 |
| * | Prototype support for selectively allowing non-reserved ports on a per | Peter Wemm | 1998-05-31 | 1 | -1/+14 |
| * | Hide whiteouts from NFS, since the protocol doesn't support them. | Peter Wemm | 1998-05-31 | 1 | -5/+7 |
| * | NetBSD has a comment that Solaris 2.5 doesn't do verifiers correctly, | Peter Wemm | 1998-05-31 | 1 | -1/+7 |
| * | Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures, | Peter Wemm | 1998-05-31 | 2 | -11/+7 |
| * | Use the new SB_UPCALL flag, | Peter Wemm | 1998-05-31 | 1 | -1/+4 |
| * | Don't try and free mrep twice on some error conditions. | Peter Wemm | 1998-05-31 | 1 | -2/+5 |
| * | #ifdef a diagnostic panic, plus another missed costmetic change. | Peter Wemm | 1998-05-31 | 1 | -2/+4 |
| * | We have gained 2 more errno's, add them to the NFSv2 mapping table. | Peter Wemm | 1998-05-31 | 1 | -2/+2 |
| * | Missed a cosmetic change that the other BSD's have. | Peter Wemm | 1998-05-31 | 1 | -2/+2 |
| * | oops, nfs_msg() is called from client code too. | Peter Wemm | 1998-05-31 | 1 | -1/+4 |
| * | When we can't reconnect a socket, don't forget to unlock before retrying | Peter Wemm | 1998-05-31 | 1 | -1/+4 |