| Commit message (Expand) | Author | Age | Files | Lines |
* | Symbolic bindings for the dts files... | Warner Losh | 2014-02-28 | 48 | -0/+5919 |
* | Add missing skeleton file. | Warner Losh | 2014-02-28 | 1 | -0/+13 |
* | Add skeleton.dtsi and update to new place in tree. | Warner Losh | 2014-02-28 | 2 | -2/+3 |
* | These file have a, possibly dubious, GPL claim. Until that's sorted, move to ... | Warner Losh | 2014-02-28 | 76 | -0/+10883 |
* | Garbage collect XFS bits which are now already completely disconnected | Attilio Rao | 2013-03-02 | 164 | -108070/+0 |
* | r16312 is not any longer real since many years (likely since when VFS | Attilio Rao | 2012-11-19 | 1 | -7/+0 |
* | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | Attilio Rao | 2012-11-09 | 1 | -1/+0 |
* | Add an unified macro to deny ability from the compiler to reorder | Attilio Rao | 2012-10-09 | 2 | -5/+1 |
* | Add VFCF_READONLY flag that indicates ntfs and xfs file systems are | Kevin Lo | 2012-09-12 | 1 | -1/+1 |
* | Partially revert r239959, after actually fixing most of the clang | Dimitry Andric | 2012-09-02 | 5 | -8/+6 |
* | Just like the other file systems found in /sys/fs, g_vfs_open() | Tai-hwa Liang | 2012-08-01 | 1 | -2/+2 |
* | Fix build: | Xin LI | 2012-05-23 | 1 | -2/+2 |
* | Remove unused thread argument to vrecycle(). | Edward Tomasz Napierala | 2012-04-23 | 1 | -3/+1 |
* | Make ReiserFS MPSAFE | Jean-Sébastien Pédron | 2012-03-27 | 1 | -3/+11 |
* | Remove fifo.h. The only used function declaration from the header is | Konstantin Belousov | 2012-03-11 | 1 | -2/+0 |
* | Use new OSS-based BSD-licensed header for cs sound driver. | Pedro F. Giffuni | 2012-02-01 | 1 | -341/+0 |
* | Replace GPLd headers from the Maestro3 driver with BSD licensed | Pedro F. Giffuni | 2012-01-20 | 2 | -906/+0 |
* | Make sure all intermediate variables holding mount flags (mnt_flag) | Kirk McKusick | 2012-01-17 | 1 | -1/+1 |
* | Convert files to UTF-8 | Ulrich Spörlein | 2012-01-15 | 12 | -13/+13 |
* | Replace GPL'd headers in the emu10kx snd driver code. | Pedro F. Giffuni | 2012-01-11 | 3 | -2015/+0 |
* | Use strchr() and strrchr(). | Ed Schouten | 2012-01-02 | 1 | -2/+1 |
* | 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 | -271/+220 |
* | - 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 |