| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Change iov_base's type from `char *' to the standard `void *'. All | mike | 2002-10-11 | 1 | -1/+2 |
* | Remove unused include. | jeff | 2002-03-20 | 1 | -1/+0 |
* | When the old nfsm_adv() macro was moved to nfsm_adv_xx(), a '>=' | iedowse | 2001-12-31 | 1 | -1/+1 |
* | Avoid passing the variable `tl' to functions that just use it for | iedowse | 2001-12-18 | 1 | -5/+6 |
* | Unwind some more macros. NFSMADV() was kinda silly since it was right | peter | 2001-09-28 | 1 | -1/+1 |
* | Make nfsm_dissect() have an obvious return value. | peter | 2001-09-27 | 1 | -22/+21 |
* | Tidy up nfsm_build usage. This is only partially finished. | peter | 2001-09-27 | 1 | -3/+5 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 1 | -1999/+70 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -17/+17 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -2/+2 |
* | - Protect the mnt_vnode list with the mntvnode lock. | jhb | 2001-06-28 | 1 | -2/+4 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+2 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -14/+14 |
* | In preparation for deprecating CIRCLEQ macros in favor of TAILQ | mckusick | 2000-11-14 | 1 | -1/+1 |
* | Problem to avoid processes getting stuck in "vmopar". From Ian's | dwmalone | 2000-10-24 | 1 | -3/+12 |
* | This patch corrects the first round of panics and hangs reported | mckusick | 2000-07-24 | 1 | -1/+2 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+1 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 1 | -18/+0 |
* | The alpha build cuases the 'nfsuid bloated' warning to occur. Well, | dillon | 2000-01-13 | 1 | -11/+0 |
* | make getfh a standard syscall instead of dependant on having | alfred | 1999-12-21 | 1 | -14/+0 |
* | Fix a number of server-side issues related to aborting badly formed | dillon | 1999-12-12 | 1 | -0/+3 |
* | Synopsis of problem being fixed: Dan Nelson originally reported that | dillon | 1999-12-12 | 1 | -6/+14 |
* | Before we start to mess with the VFS name-cache clean things up a little bit: | phk | 1999-10-03 | 1 | -2/+0 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -1/+4 |
* | remove unused variables. | phk | 1999-08-28 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Simplify the handling of VCHR and VBLK vnodes using the new dev_t: | phk | 1999-08-26 | 1 | -21/+2 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 1 | -3/+2 |
* | I have not one single time remembered the name of this function correctly | phk | 1999-07-17 | 1 | -2/+2 |
* | Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostly | peter | 1999-06-27 | 1 | -3/+3 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -2/+3 |
* | Matt's NFS fixes. | julian | 1999-06-23 | 1 | -36/+89 |
* | Various changes lifted from the OpenBSD cvs tree: | peter | 1999-06-05 | 1 | -7/+7 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -6/+6 |
* | Fixed bitrot in NFS_ACDEBUG option. | bde | 1999-02-17 | 1 | -1/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -3/+3 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -1/+4 |
* | Remove the 'waslocked' parameter to vfs_object_create(). | eivind | 1999-01-05 | 1 | -2/+2 |
* | Added 3 new errno values, requred by various standards: EOVERFLOW, | dt | 1998-12-14 | 1 | -2/+3 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+1 |
* | Remove [apparently] bogus casts to u_long for the vnode_pager_setsize() | peter | 1998-11-09 | 1 | -3/+3 |
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | peter | 1998-10-31 | 1 | -3/+3 |