Age | Commit message (Expand) | Author |
2014-01-19 | Remove max_datalen. It is only used once an can be replaced easily with | Claudio Jeker |
2014-01-18 | Use arc4random_buf() for fetching 64-bits of data because it is faster | Theo de Raadt |
2013-12-26 | either dvp == vp or dvp != vp: zap extra test. | Marc Espie |
2013-12-01 | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and | Kenneth R Westerback |
2013-11-27 | If the v_type is going to change when loading the NFS attribute cache, | Joel Sing |
2013-11-26 | grow NFS request cache for the server side from 64 to 2048 entries. | Bob Beck |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-11-03 | Fix bogus kthread_create() usage leading to wrong struct proc * pointer | Miod Vallat |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-10-02 | format string fix: int64_t | Stefan Fritsch |
2013-09-20 | Add support for root on nfs using v3. Code adapted from NetBSD. | Federico G. Schwindt |
2013-09-14 | Correct the handling of I/O of >=2^32 bytes and the ktracing there of | Philip Guenther |
2013-09-14 | Snapshots for all archs have been built, so remove the T32 code | Philip Guenther |
2013-09-12 | typo; Eivind Evensen | Theo de Raadt |
2013-08-27 | Manipulate timevals seperately, not inside a mbuf. Alignment constraints | Theo de Raadt |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-07-04 | format string fixes: size_t and signedness | Stefan Fritsch |
2013-06-25 | When we remove work from the nfs queue, wake up people waiting for | Bob Beck |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2013-05-31 | Use %lld for printing time_t | Philip Guenther |
2013-05-22 | Use SIOCAIFADDR rather than SIOCSIFADDR to set the address. | Martin Pieuchot |
2013-04-17 | Unbreak and cleanup diskless swap automount. | Florian Obser |
2013-04-15 | Add an f_mntfromspec member to struct statfs, which specifies the name of | Joel Sing |
2013-03-28 | Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2, | Philip Guenther |
2013-03-28 | add a comment that we are faking it until code to ask the server is written. | Ted Unangst |
2013-03-28 | a better try at pathconf for nfs. there may be lies, but they are better | Ted Unangst |
2013-03-27 | rename NCHNAMLEN to NAMECACHE_MAXLEN. easier to read, easier to type. | Ted Unangst |
2013-01-16 | do not expose NETDEV to userland from param.h | Theo de Raadt |
2012-12-10 | Ensure NFS will only consume up to 1/4 of the available buffer | Bob Beck |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-11-17 | buf_acquire() can sleep, so advance down b_vnbufs afterwards | Theo de Raadt |
2012-09-10 | Cleanup VFS mount string handling: | Joel Sing |
2012-07-11 | If the current offset is strictly less than the process filesize | Philip Guenthe |
2012-04-22 | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | Philip Guenthe |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2012-03-21 | Prevent vrele() being called with a NULL argument if nfs_namei() returns an | Mark Kettenis |
2011-07-09 | KNF | Bob Beck |
2011-07-08 | fix nfs pending writes, which were not handled correctly in the commit | Bob Beck |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-07-05 | When calling nfs_request() for what could be an async request, pass | Philip Guenthe |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2011-04-05 | Every single vop_default is set to eopnotsupp, so retire it | Thordur I. Bjornsson |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-12-05 | Make sure we only initialize the nfsrv_descript_pl pool once. | Mark Kettenis |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-09 | Rename lookup/relookup to vfs_lookup/vfs_relookup. | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |