| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvs | cvs2svn | 2005-05-07 | 111 | -111/+111 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5_4'. | cvs2svn | 2005-04-20 | 2 | -65/+41 |
| * | MFC 1.44: Fix multi-byte access with optimized mbnambuf. | Nate Lawson | 2005-04-18 | 1 | -19/+29 |
| * | MFC: rev 1.5 | Christian Brueffer | 2005-04-15 | 1 | -1/+1 |
| * | MFC 1.39 - 1.43: Optimize mbnambuf and chksum routines, saving 75% wall time. | Nate Lawson | 2005-04-14 | 1 | -40/+54 |
| * | Revert MFC: Do not change number of arguments to vrecycle(). | Poul-Henning Kamp | 2005-03-01 | 4 | -4/+4 |
| * | Back out the rework of how we store process times in the kernel. | David E. O'Brien | 2005-03-01 | 1 | -2/+3 |
| * | MFC: | Poul-Henning Kamp | 2005-02-28 | 4 | -4/+4 |
| * | MFC: Rework how we store process times in the kernel such that we always | David E. O'Brien | 2005-02-28 | 1 | -7/+6 |
| * | MFC revision 1.94 | Jeff Roberson | 2005-02-27 | 1 | -5/+5 |
| * | MFC revision 1.48 | Jeff Roberson | 2005-02-27 | 1 | -2/+2 |
| * | MFC revision 1.70 | Jeff Roberson | 2005-02-27 | 1 | -2/+2 |
| * | MFC revision 1.80 | Jeff Roberson | 2005-02-27 | 1 | -2/+2 |
| * | Merge udf.h:1.10 and udp_vfsops.c:1.27 from HEAD to RELENG_5: | Robert Watson | 2005-02-25 | 2 | -2/+0 |
| * | MFC: /*- and related license changes | Warner Losh | 2005-01-31 | 67 | -68/+70 |
| * | FreeBSD-SA-04:17.procfs: | Colin Percival | 2004-12-01 | 1 | -1/+13 |
| * | MFC revision 1.41 | Xin LI | 2004-10-13 | 1 | -3/+18 |
| * | MFC revision 1.36 | Xin LI | 2004-10-13 | 1 | -0/+5 |
| * | MFC src/sys/fs/procfs/procfs_dbregs.c, v1.25 src/sys/fs/procfs/procfs_fpregs.... | David Schultz | 2004-10-09 | 3 | -6/+3 |
| * | MFC rev. 1.28: Ensure that struct defid is no larger than struct fid on | Tim J. Robbins | 2004-09-11 | 1 | -3/+3 |
| * | Merge pseudofs_vnops.c:1.46 to RELENG_5: | Robert Watson | 2004-09-06 | 1 | -11/+0 |
| * | MFC rev. 1.127, 1.128: Improve the robustness of MSDOSFSMNT_KICONV handling. | Tim J. Robbins | 2004-09-05 | 1 | -12/+37 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5'. | cvs2svn | 2004-08-18 | 36 | -11982/+0 |
| * | Release the vnode cache mutex when calling vgone(), since vgone() may | Dag-Erling Smørgrav | 2004-08-15 | 1 | -26/+39 |
| * | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | John-Mark Gurney | 2004-08-15 | 1 | -5/+5 |
| * | Commit a work-around for a more general bug involving process state: | Robert Watson | 2004-08-13 | 1 | -0/+11 |
| * | use bufdone() not biodone(). | Poul-Henning Kamp | 2004-08-08 | 1 | -3/+3 |
| * | Use bufdone(), not biodone(). | Poul-Henning Kamp | 2004-08-08 | 1 | -2/+2 |
| * | Push all changes to disk before downgrading a mount from rw to ro. | Poul-Henning Kamp | 2004-08-07 | 1 | -0/+3 |
| * | Put a version element in the VFS filesystem configuration structure | Poul-Henning Kamp | 2004-07-30 | 16 | -96/+88 |
| * | Remove global variable rootdevs and rootvp, they are unused as such. | Poul-Henning Kamp | 2004-07-28 | 4 | -5/+6 |
| * | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 1 | -1/+1 |
| * | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 1 | -1/+1 |
| * | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 4 | -9/+9 |
| * | In devfs_allocv(), rather than assigning 'td = curthread', assert that | Robert Watson | 2004-07-22 | 1 | -7/+9 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 3 | -3/+4 |
| * | Another LINT compilation fix | Poul-Henning Kamp | 2004-07-13 | 1 | -1/+0 |
| * | Make LINT compile | Poul-Henning Kamp | 2004-07-13 | 2 | -2/+0 |
| * | Remove 'td = curthread' that shadows the arguments to coda_root(). | Robert Watson | 2004-07-12 | 1 | -1/+0 |
| * | Make VFS_ROOT() and vflush() take a thread argument. | Alfred Perlstein | 2004-07-12 | 18 | -49/+59 |
| * | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 1 | -3/+4 |
| * | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 2 | -3/+3 |
| * | Accumulate directory entries in a fixed-length sbuf, and uiomove them in | Dag-Erling Smørgrav | 2004-07-09 | 1 | -8/+10 |
| * | When we traverse the vnodes on a mountpoint we need to look out for | Poul-Henning Kamp | 2004-07-04 | 2 | -14/+3 |
| * | Remove "register" keyword and trailing white space. | Poul-Henning Kamp | 2004-07-03 | 5 | -60/+60 |
| * | By popular request, add a workaround that allows large (>128GB or so) | Tim J. Robbins | 2004-07-03 | 4 | -14/+233 |
| * | Remove spls from portal_open(). Acquire socket lock while sleeping | Robert Watson | 2004-06-24 | 1 | -7/+8 |
| * | Make the udf_vnops side endian clean. | Scott Long | 2004-06-23 | 1 | -35/+41 |
| * | First half of making UDF be endian-clean. This addresses the vfsops side. | Scott Long | 2004-06-23 | 3 | -23/+28 |
| * | Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of | Bruce Evans | 2004-06-23 | 1 | -10/+11 |