| Commit message (Expand) | Author | Age | Files | Lines |
* | Guard against MLEN growing larger than a uint8_t due to MSIZE grwoing to a | scottl | 2003-07-26 | 1 | -0/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | SMP locking for radix nodes. | hsu | 2002-12-24 | 1 | -4/+10 |
* | Partial backout of 1.318, remove error handling added because it may be | alfred | 2002-06-30 | 1 | -15/+3 |
* | Fix several style bugs: | alfred | 2002-06-29 | 1 | -7/+17 |
* | Unbreak computation of 'smask' that I broke when removing caddr_t. | alfred | 2002-06-29 | 1 | -1/+1 |
* | nuke caddr_t. | alfred | 2002-06-28 | 1 | -10/+9 |
* | Fixed some style bugs in the removal of __P(()). The main ones were | bde | 2002-03-24 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -4/+4 |
* | Check the version of ex_anon (a `struct xucred') before using it to | dd | 2002-03-03 | 1 | -0/+10 |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | kris | 2001-09-10 | 1 | -0/+5 |
* | Since the netexport struct was centralised to 'struct mount', | iedowse | 2001-05-29 | 1 | -1/+1 |
* | vfs_subr.c is getting rather fat. The underlying repocopy and this | phk | 2001-04-26 | 1 | -2852/+4 |
* | Move the netexport structure from the fs-specific mountstructure | phk | 2001-04-25 | 1 | -5/+61 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | Reclaim directory vnodes held in namecache if few free vnodes are | tanimura | 2001-04-18 | 1 | -0/+26 |
* | This patch removes the VOP_BWRITE() vector. | phk | 2001-04-17 | 1 | -1/+1 |
* | Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean(). | jlemon | 2001-02-23 | 1 | -0/+5 |
* | Switch to using a struct xucred instead of a struct xucred when not | green | 2001-02-18 | 1 | -2/+10 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -87/+87 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -1/+1 |
* | Properly lock new vnode. | bp | 2001-01-31 | 1 | -4/+9 |
* | Convert all simplelocks to mutexes and remove the simplelock implementations. | jasone | 2001-01-24 | 1 | -55/+55 |
* | o The move to using VADMIN under vaccess() resulted in some system | rwatson | 2001-01-23 | 1 | -1/+1 |
* | Stick the kthread API in a kthread_* namespace, and the specialized kproc | jhb | 2000-12-15 | 1 | -2/+2 |
* | Use proper mutex locking when calling setrunnable from speedup_syncer(). | mckusick | 2000-12-13 | 1 | -3/+2 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -4/+2 |
* | Untangle vfsinit() a bit. Use seperate sysinit functions rather than | peter | 2000-12-06 | 1 | -2/+4 |
* | Correct int/long type mismatch in the proper place this time. freevnodes | gallatin | 2000-12-02 | 1 | -3/+3 |
* | Use msleep() instead of mtx_exit()/tsleep() so that we release the lock and | jhb | 2000-12-01 | 1 | -13/+7 |
* | Get rid of a bogus mtx_exit (it was attempting to release an | mckusick | 2000-11-30 | 1 | -1/+0 |
* | Implement a low-memory deadlock solution. | dillon | 2000-11-18 | 1 | -4/+10 |
* | Clear the VFREE flag when the vnode is removed from the free list in | tegge | 2000-11-02 | 1 | -0/+1 |
* | Take VBLK devices further out of their missery. | phk | 2000-11-02 | 1 | -12/+11 |
* | Catch up to moving headers: | jhb | 2000-10-20 | 1 | -1/+1 |
* | o Introduce new VOP_ACCESS() flag VADMIN, allowing file systems to perform | rwatson | 2000-10-19 | 1 | -0/+5 |
* | Blow away the v_specmountpoint define, replacing it with what it was | eivind | 2000-10-09 | 1 | -2/+2 |
* | Do not call lockdestroy() for v_vnlock, which may point to a lock in a | jasone | 2000-10-06 | 1 | -4/+1 |
* | Style fixes based on comments by bde | eivind | 2000-10-05 | 1 | -20/+31 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -53/+58 |
* | Move KASSERTs which checks value of v_usecount after vnode locking, so | bp | 2000-10-02 | 1 | -2/+4 |
* | Do the right thing if bdevvp is called twice for the same device. | mckusick | 2000-09-27 | 1 | -0/+2 |
* | Add a lock structure to vnode structure. Previously it was either allocated | bp | 2000-09-25 | 1 | -4/+5 |
* | Style fixes: | eivind | 2000-09-22 | 1 | -52/+107 |
* | Staticize addalias() | eivind | 2000-09-22 | 1 | -1/+2 |
* | comment vfs_export functions, requested by: eivind | alfred | 2000-09-21 | 1 | -1/+12 |
* | o Add additional comment describing vaccess() behavior. | rwatson | 2000-09-20 | 1 | -0/+7 |
* | Rename lminor() to dev2unit(). This function gives a linear unit number | phk | 2000-09-19 | 1 | -2/+2 |