summaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-07111-111/+111
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_4'.cvs2svn2005-04-202-65/+41
* MFC 1.44: Fix multi-byte access with optimized mbnambuf.Nate Lawson2005-04-181-19/+29
* MFC: rev 1.5Christian Brueffer2005-04-151-1/+1
* MFC 1.39 - 1.43: Optimize mbnambuf and chksum routines, saving 75% wall time.Nate Lawson2005-04-141-40/+54
* Revert MFC: Do not change number of arguments to vrecycle().Poul-Henning Kamp2005-03-014-4/+4
* Back out the rework of how we store process times in the kernel.David E. O'Brien2005-03-011-2/+3
* MFC:Poul-Henning Kamp2005-02-284-4/+4
* MFC: Rework how we store process times in the kernel such that we alwaysDavid E. O'Brien2005-02-281-7/+6
* MFC revision 1.94Jeff Roberson2005-02-271-5/+5
* MFC revision 1.48Jeff Roberson2005-02-271-2/+2
* MFC revision 1.70Jeff Roberson2005-02-271-2/+2
* MFC revision 1.80Jeff Roberson2005-02-271-2/+2
* Merge udf.h:1.10 and udp_vfsops.c:1.27 from HEAD to RELENG_5:Robert Watson2005-02-252-2/+0
* MFC: /*- and related license changesWarner Losh2005-01-3167-68/+70
* FreeBSD-SA-04:17.procfs:Colin Percival2004-12-011-1/+13
* MFC revision 1.41Xin LI2004-10-131-3/+18
* MFC revision 1.36Xin LI2004-10-131-0/+5
* MFC src/sys/fs/procfs/procfs_dbregs.c, v1.25 src/sys/fs/procfs/procfs_fpregs....David Schultz2004-10-093-6/+3
* MFC rev. 1.28: Ensure that struct defid is no larger than struct fid onTim J. Robbins2004-09-111-3/+3
* Merge pseudofs_vnops.c:1.46 to RELENG_5:Robert Watson2004-09-061-11/+0
* MFC rev. 1.127, 1.128: Improve the robustness of MSDOSFSMNT_KICONV handling.Tim J. Robbins2004-09-051-12/+37
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2004-08-1836-11982/+0
* Release the vnode cache mutex when calling vgone(), since vgone() mayDag-Erling Smørgrav2004-08-151-26/+39
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemJohn-Mark Gurney2004-08-151-5/+5
* Commit a work-around for a more general bug involving process state:Robert Watson2004-08-131-0/+11
* use bufdone() not biodone().Poul-Henning Kamp2004-08-081-3/+3
* Use bufdone(), not biodone().Poul-Henning Kamp2004-08-081-2/+2
* Push all changes to disk before downgrading a mount from rw to ro.Poul-Henning Kamp2004-08-071-0/+3
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-3016-96/+88
* Remove global variable rootdevs and rootvp, they are unused as such.Poul-Henning Kamp2004-07-284-5/+6
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-1/+1
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-1/+1
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-264-9/+9
* In devfs_allocv(), rather than assigning 'td = curthread', assert thatRobert Watson2004-07-221-7/+9
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-153-3/+4
* Another LINT compilation fixPoul-Henning Kamp2004-07-131-1/+0
* Make LINT compilePoul-Henning Kamp2004-07-132-2/+0
* Remove 'td = curthread' that shadows the arguments to coda_root().Robert Watson2004-07-121-1/+0
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-1218-49/+59
* Update for the KDB framework:Marcel Moolenaar2004-07-101-3/+4
* Update for the KDB framework:Marcel Moolenaar2004-07-102-3/+3
* Accumulate directory entries in a fixed-length sbuf, and uiomove them inDag-Erling Smørgrav2004-07-091-8/+10
* When we traverse the vnodes on a mountpoint we need to look out forPoul-Henning Kamp2004-07-042-14/+3
* Remove "register" keyword and trailing white space.Poul-Henning Kamp2004-07-035-60/+60
* By popular request, add a workaround that allows large (>128GB or so)Tim J. Robbins2004-07-034-14/+233
* Remove spls from portal_open(). Acquire socket lock while sleepingRobert Watson2004-06-241-7/+8
* Make the udf_vnops side endian clean.Scott Long2004-06-231-35/+41
* First half of making UDF be endian-clean. This addresses the vfsops side.Scott Long2004-06-233-23/+28
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofBruce Evans2004-06-231-10/+11