Age | Commit message (Expand) | Author |
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 |
2002-02-23 | Sigh. The diff is out for testing for three months without a single problem. | Artur Grabowski |
2002-02-22 | More locking in the NFS code | Constantine Sapuntzakis |
2002-02-12 | Fix all users of getsock to use FREF/FRELE properly. | Artur Grabowski |
2002-02-10 | theo doesn't like this code | Nathan Binkert |
2002-02-08 | - Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't have | Artur Grabowski |
2002-02-08 | There are NFS servers where it's possible to modify a symbolic link. Remove a... | Constantine Sapuntzakis |
2002-02-05 | Add counting of temporary references to a struct file (as opposed to references | Artur Grabowski |
2002-02-04 | Cleanup mountroot-related definitions. | Miod Vallat |
2002-01-28 | add NFS_VER4 | Jim Rees |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-20 | Move nfs_norsvport out from behind #ifdef NFSSERVER so ramdisk | Hugh Graham |
2002-01-16 | use queue.h macro's | Eric Jackson |
2002-01-11 | Add a new sysctl that removes the requirement for reserved ports to be | Nathan Binkert |
2001-12-22 | Init the creds in nfs_open too. | Artur Grabowski |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-14 | Workaround a compiler bug on m68k. | Artur Grabowski |
2001-12-11 | minor fixes. | Artur Grabowski |