| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 1 | -2/+4 |
| * | Fix typo in unused function name | Ulrich Spörlein | 2011-05-22 | 1 | -1/+1 |
| * | Add a lock flags argument to the VFS_FHTOVP() file system | Rick Macklem | 2011-05-22 | 2 | -2/+4 |
| * | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 2 | -3/+3 |
| * | Remove prtactive variable and related printf()s in the vop_inactive | Konstantin Belousov | 2010-11-19 | 1 | -4/+0 |
| * | The r184588 changed the layout of struct export_args, causing an ABI | Konstantin Belousov | 2010-10-10 | 2 | -2/+4 |
| * | Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and | John Baldwin | 2010-08-20 | 1 | -1/+1 |
| * | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). | Edward Tomasz Napierala | 2010-05-05 | 1 | -10/+2 |
| * | Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summer | Ulf Lilleengen | 2010-01-14 | 22 | -8778/+10 |
| * | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 1 | -1/+1 |
| * | Remove unused code. | Edward Tomasz Napierala | 2009-12-03 | 1 | -36/+0 |
| * | File flags handling fixes for ext2fs: | Jaakko Heinonen | 2009-11-05 | 2 | -4/+10 |
| * | Fix the build by using proper format. | Roman Divacky | 2009-06-25 | 1 | -1/+1 |
| * | Switch cmd argument of ioctl to u_long as elsewhere in the kernel. | Roman Divacky | 2009-06-25 | 5 | -8/+8 |
| * | Do not use casts (int *)0 and (struct thread *)0 for the arguments of | Konstantin Belousov | 2009-06-16 | 2 | -8/+6 |
| * | Fix r193923 by noting that type of a_fp is struct file *, not int. | Konstantin Belousov | 2009-06-10 | 1 | -1/+1 |
| * | s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_args | Konstantin Belousov | 2009-06-10 | 1 | -1/+1 |
| * | - Outindent long printf lines instead of splitting them in the | Stanislav Sedov | 2009-06-07 | 1 | -11/+12 |
| * | - Remove unused sparc64-bitops.h file. Our ext2fs code doesn't use | Stanislav Sedov | 2009-06-03 | 1 | -264/+0 |
| * | - Style(9) improvements. | Stanislav Sedov | 2009-06-03 | 1 | -270/+219 |
| * | - Sync our copies of ext2fs Linux headers to current Linux versions. | Stanislav Sedov | 2009-06-03 | 5 | -67/+75 |
| * | Remove empty files and do nto try to build them. | Alexander Kabaev | 2009-05-18 | 3 | -0/+0 |
| * | FreeBSD right now support 32 CPUs on all the architectures at least. | Attilio Rao | 2009-05-14 | 1 | -1/+0 |
| * | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 3 | -38/+33 |
| * | Fix two issues with bufdaemon, often causing the processes to hang in | Konstantin Belousov | 2009-03-16 | 1 | -2/+2 |
| * | Don't declare bin_search() as an inline function, since there's no | David Schultz | 2009-03-08 | 1 | -1/+1 |
| * | Add memmove() to the kernel, making the kernel compile with Clang. | Ed Schouten | 2009-02-28 | 1 | -4/+0 |
| * | - Eliminate warnings in debug print macros by explicitly converting all | Stanislav Sedov | 2009-01-18 | 1 | -1/+1 |
| * | - Whitespace fixes. | Stanislav Sedov | 2009-01-18 | 1 | -23/+23 |
| * | - Obtain inode sizes and location of the first inode based on the contents | Stanislav Sedov | 2009-01-18 | 5 | -8/+14 |
| * | Do not incorrectly add the low 5 bits of the offset to the resulting | Konstantin Belousov | 2009-01-04 | 1 | -1/+1 |
| * | According to phk@, VOP_STRATEGY should never, _ever_, return | Edward Tomasz Napierala | 2008-12-16 | 3 | -3/+8 |
| * | Adapt to accmode_t changes. | Edward Tomasz Napierala | 2008-11-14 | 5 | -13/+13 |
| * | Improve VFS locking: | Attilio Rao | 2008-11-02 | 1 | -1/+1 |
| * | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 6 | -23/+23 |
| * | Garbage-collect ext2_kqfilter vop that is now a copy of vop_stdkqfilter(). | Konstantin Belousov | 2008-10-28 | 1 | -107/+1 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 5 | -10/+10 |
| * | Remove the struct thread unuseful argument from bufobj interface. | Attilio Rao | 2008-10-10 | 4 | -15/+15 |
| * | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | Konstantin Belousov | 2008-09-20 | 1 | -1/+0 |
| * | Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don't | Konstantin Belousov | 2008-09-20 | 1 | -6/+0 |
| * | Garbage-collect vn_write_suspend_wait(). | Konstantin Belousov | 2008-09-16 | 1 | -10/+2 |
| * | Make ddb command registration dynamic so modules can extend | Sam Leffler | 2008-09-15 | 1 | -1/+1 |
| * | Remove VSVTX, VSGID and VSUID. This should be a no-op, | Edward Tomasz Napierala | 2008-09-10 | 1 | -1/+1 |
| * | Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions. | Attilio Rao | 2008-08-31 | 1 | -2/+2 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 2 | -5/+1 |
| * | - Disallow XFS mounting in write mode. The write support never worked really | Attilio Rao | 2008-07-21 | 2 | -5/+12 |
| * | Move the head of byte-level advisory lock list from the | Konstantin Belousov | 2008-04-16 | 3 | -24/+3 |
| * | Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo' | John Baldwin | 2008-03-26 | 1 | -1/+1 |