Age | Commit message (Expand) | Author |
2004-11-18 | enable receive() accounting and use uio_procp for send() accounting, too | Markus Friedl |
2004-11-04 | implememtation -> implementation | Pedro Martelletto |
2004-08-03 | NFS commit coalescion: instead of sending a commit for each block, coalesce | marius eriksen |
2004-08-03 | When accessing device nodes over nfs, do not trim major and minor numbers | Miod Vallat |
2004-07-21 | kqueue support for NFS, adapted from netbsd. | marius eriksen |
2004-07-16 | kill netiso stuff here as well, millert ok | Henning Brauer |
2004-07-14 | on nfs_reconnect(), don't reset the rexmit of all nfs reqs, but only | Pedro Martelletto |
2004-07-13 | Change mode_t and nlink_t from 16bit to 32bit. This allows us to | Todd C. Miller |
2004-07-10 | fix for where a TCP NFS connection could sleep in soreceive() forever, | marius eriksen |
2004-06-25 | Minor fixes suggested by nordin@ and henning@ | Thorsten Lockert |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-05-14 | use pool for namei pathbuf. testing ok millert@ tdeval@ | Ted Unangst |
2004-04-26 | nfs_poll cannot simply be defined to seltrue so use a stub nfs_poll | Todd C. Miller |
2004-04-12 | make sockargs take void *, combine a len check. | Ted Unangst |
2004-03-02 | silly fifos aren't a real fs, so we have to be sure to call reclaim | Ted Unangst |
2004-02-27 | Defer use of NFS_ISV3 macro in nfs_link until sanity checks have been done. | Todd C. Miller |
2003-12-08 | nfs_reqq is operated at softnet other places and thus softclock is not high e... | Michael Shalayeff |
2003-11-28 | crank max sizes. from millert. believed to solve pr3561 | Ted Unangst |
2003-10-22 | typos from Jared Yanovich; | Jason McIntyre |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-14 | constify vfsops; tedu@ ok | Michael Shalayeff |
2003-07-10 | unlock on error condition. from Tim Wiess. ok csapuntz@ millert@ | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-13 | Kill a bunch more commons (very few left =) | Jason Wright |
2003-05-07 | make this at least compile ... | Michael Shalayeff |
2003-05-06 | string cleaning; tedu ok | Theo de Raadt |
2003-03-28 | Ip -> IP; | Jason McIntyre |
2003-01-31 | File system locking fixups, mostly from NetBSD: | Artur Grabowski |
2002-12-11 | in mountroot: | Michael Shalayeff |
2002-11-08 | Implement simple vnodeop inheritance for specfs and fifofs. | Artur Grabowski |
2002-10-29 | Get rid of some commons. | Artur Grabowski |
2002-08-23 | Just like getvnode, make getsock FREF the file so that we can't get away | Artur Grabowski |
2002-08-01 | Fix handling of 0-length RPC fragments | Constantine Sapuntzakis |
2002-07-30 | Bug/type found by tedu | Constantine Sapuntzakis |
2002-07-24 | Use sizeof(array) instead of sizeof(array *) for bcopy length. ok deraadt@ | Thomas Nordin |
2002-07-12 | Change the locking on the mountpoint slightly. Instead of using mnt_lock | Artur Grabowski |
2002-07-03 | Remove unused function parameter 'cache' from nfs_rephead | Nathan Binkert |
2002-07-02 | use hash.h for nfs_hash as well as namei's hash | Eric Jackson |
2002-06-11 | Remove some unused code for dealing with nfs over kerberos. No actual change, | Hans Insulander |
2002-06-11 | splassert where comments tell us to. | Artur Grabowski |
2002-06-02 | correct fake nfs_boot_getfh(); ski@wuhjuhbuh.2y.net | Theo de Raadt |
2002-05-21 | Protect calls to biodone with splbio. Some functions called | Artur Grabowski |
2002-05-17 | Fix nfs_realign to allocate new mbufs. Taken from freebsd | Constantine Sapuntzakis |
2002-05-10 | Fix for PR2641. Length calculation was wrong in loop. Include comment | Constantine Sapuntzakis |
2002-04-29 | constrain readdirplus request count; j@pureftpd.org, ok costa | Theo de Raadt |
2002-04-11 | Back out nfs_realign() change, it causes "pool_get: must have NOWAIT" panics. | Todd C. Miller |
2002-04-10 | nfs_realign from FreeBSD. The old code was over-optimized, occasionally overw... | Constantine Sapuntzakis |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |