summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver/nfs_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* MFp4: 92972, 98913 + one more changebz2006-12-121-9/+13
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Use TAILQ_FOREACH_SAFE() in a couple of places.jhb2006-08-011-3/+1
* Manage the ucred for the NFS server using the crget/crfree API defined incsjp2006-01-281-0/+8
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-3/+3
* Do not do write gathering for NFSv3, since it makes no sense unlessdelphij2005-03-261-1/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Merge additional socket buffer locking from rwatson_netperf:rwatson2004-06-171-0/+8
* Add an assertion that nfssvc() isn't called with Giant.rwatson2004-05-311-0/+10
* No need to conditionally acquire Giant in nfssvc_nfsd() because itrwatson2004-05-291-2/+0
* The socket code upcalls into the NFS server using the so_upcallrwatson2004-05-241-9/+56
* Don't let the NFS server module be unloaded as long as there arepeadar2004-04-111-3/+3
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Spell 2 as SHUT_RDWR when used as an argument to soshutdown().rwatson2004-04-041-1/+1
* Explicitly compare pointers with NULL rather than treating a pointer asrwatson2004-04-041-2/+3
* Assert GIANT_REQUIRED where sockets are manipulated. This issam2003-11-071-0/+2
* - Set the sopt_dir member of the sockopt structure, otherwise, this parameterjeff2003-10-041-0/+2
* Change idle state sleep identifier to "-" for nfsd.phk2003-07-021-1/+1
* Use __FBSDID().obrien2003-06-111-1/+0
* Protect read-modify-write increment of f_count field with file lock.hsu2003-06-051-1/+1
* Add /* FALLTHROUGH */phk2003-05-311-0/+1
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-5/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-6/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* Permit MAC policies to instrument the access control decisions forrwatson2002-11-041-2/+9
* Use m_length() instead of home-rolled versions.phk2002-09-181-6/+1
* Oops, another unused arg to nfssvc_nfsd(). *blush*peter2002-07-241-3/+3
* Fully exterminate nfsd_srvargs and nfsd_cargs. They were either unusedpeter2002-07-241-18/+10
* sync comment with reality. IN6P_BINDV6ONLY -> IN6P_IPV6_V6ONLY.ume2002-07-221-1/+1
* Add IPv6 support.alfred2002-07-151-2/+31
* Convert old style (type foo *)0 casts to NULLsdillon2002-07-111-12/+12
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Rename some variables that end up shadowing their namesakes in the NFS clientmsmith2002-01-081-3/+0
* Give struct socket structures a ref counting interface similar todillon2001-11-171-2/+5
* Unwind some more macros. NFSMADV() was kinda silly since it was rightpeter2001-09-281-1/+1
* Cleanup and split of nfs client and server code.peter2001-09-181-624/+70
* KSE Milestone 2julian2001-09-121-32/+33
* Pushdown Giant for nfs syscalls (nfssvc())dillon2001-08-311-12/+23
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Implement client side NFS locks.alfred2001-04-171-0/+9
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-181-1/+7
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-8/+5
* This patchset fixes a large number of file descriptor race conditions.dillon2000-11-181-2/+5
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
OpenPOWER on IntegriCloud