| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Add a new 'flags' parameter to getblk(). | Jeff Roberson | 2003-03-04 | 1 | -3/+3 |
| * | Finish cleanup of vprint() which was begun with changing v_tag to a string. | Nate Lawson | 2003-03-03 | 1 | -2/+2 |
| * | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | Dag-Erling Smørgrav | 2003-03-02 | 3 | -13/+13 |
| * | - The interlock was not being droped in nfs_flush() if the first part of | Jeff Roberson | 2003-02-26 | 1 | -2/+5 |
| * | - Properly handle the vnode interlock in nfs_fsync. | Jeff Roberson | 2003-02-25 | 1 | -1/+1 |
| * | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | Jeff Roberson | 2003-02-25 | 1 | -9/+9 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 8 | -33/+33 |
| * | Get rid of a silly message I added back in Sept 2001 (1.68). | Peter Wemm | 2003-02-18 | 1 | -4/+1 |
| * | Lock proc while accessing p_siglist, p_sigmask and p_sigignore | Tim J. Robbins | 2003-02-15 | 1 | -1/+5 |
| * | Provide a sysctl to allow defaulting of the connectionless (-c) feature | Matthew Dillon | 2003-01-22 | 1 | -0/+15 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 8 | -33/+33 |
| * | Since Jeffr made the std* functions the default in rev 1.63 of | Poul-Henning Kamp | 2003-01-04 | 1 | -6/+0 |
| * | Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op since | Poul-Henning Kamp | 2003-01-03 | 1 | -1/+1 |
| * | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
| * | Abstract-out the constants for the sequential heuristic. | Matthew Dillon | 2002-12-28 | 1 | -1/+1 |
| * | SMP locking for radix nodes. | Jeffrey Hsu | 2002-12-24 | 1 | -0/+2 |
| * | Avoid holding the vnode interlock around malloc() or free() to prevent a | Alan Cox | 2002-12-23 | 1 | -2/+8 |
| * | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 2 | -1/+9 |
| * | do not try to free a mountpoint that we did not allocate. | Matthew Dillon | 2002-12-21 | 1 | -4/+9 |
| * | reapply 1.26 through 1.28. | Alfred Perlstein | 2002-11-20 | 1 | -18/+6 |
| * | forgot about 5.x freeze, backout 1.26 through 1.28 pending re@ appoval. | Alfred Perlstein | 2002-11-20 | 1 | -6/+18 |
| * | remove useless casts, unused macros and cleanup a line wrap. | Alfred Perlstein | 2002-11-20 | 1 | -9/+3 |
| * | comment and untwist error return logic | Alfred Perlstein | 2002-11-20 | 1 | -4/+3 |
| * | Remove an outdated comment complaining about exporting struct ucred | Alfred Perlstein | 2002-11-20 | 1 | -5/+0 |
| * | Don't examine an un-initialized variable. | Poul-Henning Kamp | 2002-10-20 | 1 | -4/+0 |
| * | Remove extern declarations of stuff which is static in nfs_node.c | Poul-Henning Kamp | 2002-10-20 | 2 | -6/+3 |
| * | Regularize the vop_stdlock'ing protocol across all the filesystems | Kirk McKusick | 2002-10-14 | 1 | -1/+0 |
| * | Change iov_base's type from `char *' to the standard `void *'. All | Mike Barcroft | 2002-10-11 | 2 | -10/+21 |
| * | Some kernel threads try to do significant work, and the default KSTACK_PAGES | Scott Long | 2002-10-02 | 1 | -1/+1 |
| * | Back our kernel support for reliable signal queues. | Juli Mallett | 2002-10-01 | 1 | -7/+2 |
| * | Lock access to the signal queue, and related structures, with PROC_LOCK. | Juli Mallett | 2002-09-30 | 1 | -1/+5 |
| * | Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h> | Juli Mallett | 2002-09-30 | 1 | -2/+3 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Remove an errant debugging printf that got left in during my last | Robert Watson | 2002-09-27 | 1 | -1/+0 |
| * | Apparently pxeboot passes in a mygateway of non-zero sin length | Robert Watson | 2002-09-26 | 1 | -1/+6 |
| * | - Lock access to the buf lists. | Jeff Roberson | 2002-09-25 | 5 | -16/+36 |
| * | Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.c | Jake Burkholder | 2002-09-22 | 3 | -5/+241 |
| * | Use m_length() instead of home-rolled versions. | Poul-Henning Kamp | 2002-09-18 | 1 | -7/+1 |
| * | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 2 | -3/+3 |
| * | Now that we have a cached mount credential in struct mount, use it istead | Poul-Henning Kamp | 2002-09-08 | 3 | -5/+1 |
| * | Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn't | Bruce Evans | 2002-09-05 | 1 | -1/+1 |
| * | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | Maxim Sobolev | 2002-08-18 | 1 | -1/+1 |
| * | Remove a case of exposing 'struct ucred' to userspace. Use a struct xucred | Alfred Perlstein | 2002-08-15 | 2 | -2/+2 |
| * | In order to better support flexible and extensible access control, | Robert Watson | 2002-08-15 | 1 | -1/+1 |
| * | Introduce typedefs for the member functions of struct vfsops and employ | Poul-Henning Kamp | 2002-08-13 | 2 | -10/+7 |
| * | Pass IO_NOMACCHECK to vn_rdwr() in the following checks to prevent | Robert Watson | 2002-08-12 | 1 | -1/+1 |
| * | - Add a missing VI_UNLOCK to an error case in nfs_flush. | Jeff Roberson | 2002-08-05 | 1 | -0/+1 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 3 | -6/+14 |
| * | o Lock page queue accesses in nfs_getpages(). | Alan Cox | 2002-07-21 | 1 | -1/+7 |
| * | Fix a bug nfs_write() related to ^C'ing during a file write on an | Matthew Dillon | 2002-07-16 | 1 | -2/+4 |