Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert infinite sleeps to tsleep_nsec(9). | 2019-12-05 | 1 | -3/+3 | |
| | | | | ok jca@ | ||||
* | fairly simple sizes for free(); ok tedu | 2015-08-28 | 1 | -2/+2 | |
| | |||||
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -2/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | use siphash for key lookups in all the filesystem hashes. | 2014-11-18 | 1 | -5/+13 | |
| | | | | ok deraadt@ tedu@ | ||||
* | remove uneeded proc.h includes | 2014-09-14 | 1 | -2/+1 | |
| | | | | ok mpi@ kspillner@ | ||||
* | add a size argument to free. will be used soon, but for now default to 0. | 2014-07-12 | 1 | -2/+2 | |
| | | | | after discussions with beck deraadt kettenis. | ||||
* | Plug mbuf leaks in the DRC, when we reuse entries we didn't | 2009-06-04 | 1 | -9/+17 | |
| | | | | | | | | | free the mbufs the entry has (socket name, reply). Found with dlg@'s amazing mbuf debug diff, fix is based on the same thing in NetBSD (by yamt@netbsd.org). OK blambert@ | ||||
* | Remove unused procnums (NQNFS leftovers) and cleanup. | 2009-05-30 | 1 | -3/+2 | |
| | | | | OK blambert@ sometime ago | ||||
* | Replace the TRUE/FALSE defines with 1/0 respectively. This doesn't | 2008-12-24 | 1 | -48/+8 | |
| | | | | | | | hurt readability and it was just plain annoying seeing them defined in every other .c file. OK blambert@ | ||||
* | Be pedantically correct in freeing allocated mbufs, even upon clearing | 2008-10-20 | 1 | -1/+5 | |
| | | | | | | the server cache on shutdown. ok thib@ | ||||
* | use m_freem() instead of MFREE() since we ignore the | 2008-07-05 | 1 | -2/+2 | |
| | | | | | | | mbuf that points to the rest of the chain (if it is a chain). ok blambert@ | ||||
* | Remove now-vestigial bpos pointer from NFS. For building outgoing | 2008-06-12 | 1 | -4/+2 | |
| | | | | | | | | | NFS mbufs, mbufs now contain all their internal buffer state internally, the way god intended. ok thib@ testing johan@ (and possibly merdely@; this diff's been around for a bit...) | ||||
* | Canonical for() -> queue.h FOREACH macro conversions. | 2008-06-11 | 1 | -1/+2 | |
| | | | | | | | | | Also, it is historical practice to #include <sys/queue.h> when using queue.h macros. ok thib@ krw@ special thanks to krw@ for reminders vice violence | ||||
* | move the cache lookup code into a function, instead repeating | 2008-04-14 | 1 | -73/+82 | |
| | | | | | | | | it twice, makes this nicer as a bonus; From NetBSD. tested by johan@, ok blambert@. | ||||
* | Touch of KNF and style(9), spaces and comments. | 2007-10-29 | 1 | -37/+22 | |
| | | | | | | make pretty. ok krw@ | ||||
* | Remove the "frev" argument from nfs_rephead(); and clean up the "frev" | 2007-10-28 | 1 | -2/+2 | |
| | | | | | | | variables, that are declared all over, since they are passed via macros to nfs_rephead(); which doesn't do anything with it. OK krw@ | ||||
* | MALLOC/FREE -> malloc/free + M_ZERO. | 2007-09-20 | 1 | -4/+2 | |
| | | | | | | Uneeded includes and casts... ok krw@ | ||||
* | Use list and queue macros where applicable to make the code easier to read; | 2004-12-26 | 1 | -5/+3 | |
| | | | | no change in compiler assembly output. | ||||
* | kill netiso stuff here as well, millert ok | 2004-07-16 | 1 | -6/+2 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Remove unused function parameter 'cache' from nfs_rephead | 2002-07-03 | 1 | -2/+2 | |
| | | | | ok costa@ | ||||
* | use queue.h macro's | 2002-01-16 | 1 | -15/+15 | |
| | | | | remove register | ||||
* | Remove NQNFS | 2001-06-25 | 1 | -2/+1 | |
| | |||||
* | zap the newhashinit hack. | 1999-04-28 | 1 | -2/+2 | |
| | | | | | Add an extra flag to hashinit telling if it should wait in malloc. update all calls to hashinit. | ||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -2/+2 | |
| | |||||
* | Minor cleanups. Checked against Lite2. | 1996-04-17 | 1 | -2/+2 | |
| | | | | (NetBSD's was really just a Lite2's, but w/ 64bit support) | ||||
* | From NetBSD: NFSv3 import (tomorrow's Net's kernel) | 1996-03-31 | 1 | -25/+29 | |
| | | | | | Open's patches kept in. i'll possibly take a look at Lite2 soon, is there smth usefull ?.. | ||||
* | From NetBSD: merge with 960217 (still NFSv2) | 1996-02-29 | 1 | -1/+5 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+332 | |