| Commit message (Expand) | Author | Age | Files | Lines |
* | Renumber license clauses in sys/kern to avoid skipping #3 | Ed Maste | 2016-09-15 | 1 | -1/+1 |
* | sysctl: switch sysctllock to a sleepable rmlock, take 2 | Mateusz Guzik | 2015-09-15 | 1 | -2/+2 |
* | Revert r285125 until rmlocks get fixed. | Mateusz Guzik | 2015-07-30 | 1 | -2/+2 |
* | sysctl: switch sysctllock to a sleepable rmlock | Mateusz Guzik | 2015-07-04 | 1 | -2/+2 |
* | Remove several write-only variables, all reported by the gcc 4.9 | Konstantin Belousov | 2015-05-29 | 1 | -3/+1 |
* | Rename sysctl_lock and _unlock to sysctl_xlock and _xunlock. | Mateusz Guzik | 2014-10-21 | 1 | -2/+2 |
* | Remove Giant acquisition from the mount and unmount pathes. | Konstantin Belousov | 2014-08-03 | 1 | -32/+61 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -2/+1 |
* | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -1/+2 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -2/+1 |
* | Revert accidental commit. | Peter Wemm | 2013-06-29 | 1 | -1/+0 |
* | Help out gcc. clang understands. | Peter Wemm | 2013-06-29 | 1 | -0/+1 |
* | Don't worry if a module is already loaded when looking for a fstype to mount | Jamie Gritton | 2013-02-21 | 1 | -2/+6 |
* | Remove the support for using non-mpsafe filesystem modules. | Konstantin Belousov | 2012-10-22 | 1 | -1/+1 |
* | Modify vfs_register() to use a hash calculation | Rick Macklem | 2011-09-13 | 1 | -1/+44 |
* | Expand the scope of the sysctllock sx lock to protect the sysctl tree itself. | John Baldwin | 2009-02-06 | 1 | -0/+3 |
* | Remove VFS_VPTOFH entirely. API is already broken and it is good time to | Pawel Jakub Dawidek | 2007-02-16 | 1 | -7/+0 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | Pawel Jakub Dawidek | 2007-02-15 | 1 | -0/+4 |
* | Remove duplicate security checks already performed in kern_kldload(). | John Baldwin | 2006-06-26 | 1 | -7/+1 |
* | Use kern_kldload() and kern_kldunload() to load and unload modules when | John Baldwin | 2006-06-13 | 1 | -7/+5 |
* | Remove VFS_START(). Its original purpose involved the mfs filesystem, | David Schultz | 2005-02-20 | 1 | -3/+0 |
* | Make various mountpoint related functions static. | Poul-Henning Kamp | 2005-02-10 | 1 | -2/+4 |
* | Change the generated VOP_ macro implementations to improve type checking | Poul-Henning Kamp | 2005-01-13 | 1 | -26/+0 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | The remaining part of nmount/omount/rootfs mount changes. I cannot sensibly | Poul-Henning Kamp | 2004-12-07 | 1 | -2/+2 |
* | make "ffs" and alias for "ufs" when it comes to filesystem names. | Poul-Henning Kamp | 2004-12-06 | 1 | -0/+2 |
* | Introduce vfs_byname_kld() which will try to load the filesystem | Poul-Henning Kamp | 2004-12-03 | 1 | -0/+37 |
* | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp | 2004-12-01 | 1 | -263/+21 |
* | Simplify initialization of va_null a little bit. | Poul-Henning Kamp | 2004-09-15 | 1 | -13/+13 |
* | Put a version element in the VFS filesystem configuration structure | Poul-Henning Kamp | 2004-07-30 | 1 | -2/+7 |
* | Convert the vfsconf list to a TAILQ. | Poul-Henning Kamp | 2004-07-27 | 1 | -25/+19 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -1/+2 |
* | do the vfsstd thing instead of messing up our VFS_SYSCTL macro. | Alfred Perlstein | 2004-07-07 | 1 | -0/+2 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
* | Remove opv_desc_vector from vfs_add_vnodeops, since it is defined | Colin Percival | 2004-02-15 | 1 | -2/+0 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | Mike Silbersack | 2003-10-21 | 1 | -1/+1 |
* | Initialize struct vfsops C99-sparsely. | Poul-Henning Kamp | 2003-06-12 | 1 | -0/+61 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+2 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -8/+8 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -8/+8 |
* | We don't need to check the return value of malloc() against | Maxime Henrion | 2002-06-22 | 1 | -14/+0 |
* | More s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 1 | -4/+4 |
* | These are Alexander Kabaev's VFSops fixes (see the thread 'Found: module | Matthew Dillon | 2002-04-30 | 1 | -21/+82 |
* | Commit work-around for panics when mounting FS's that are auto-loaded as | David E. O'Brien | 2002-03-25 | 1 | -0/+2 |
* | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -1/+0 |
* | Document all functions, global and static variables, and sysctls. | Eivind Eklund | 2002-03-05 | 1 | -1/+23 |
* | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | Poul-Henning Kamp | 2001-02-04 | 1 | -2/+1 |
* | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -2/+2 |