summaryrefslogtreecommitdiffstats
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* MFC r287698: Fixing a memory leak on module unloading.avatar2015-10-071-0/+1
* MFC r286888: Using consistent coding style to deal with error inside the loop.avatar2015-08-291-2/+2
* MFC r279385, r279902, r281412:ian2015-06-06882-5237/+199891
* MFC r271143, r271151: Reimport dts from vendor branch after proper trim.ian2014-10-26186-0/+44037
* MFC 271140:ian2014-10-2675-10796/+0
* MFC r262606, r262607, r262608, r262609, r262610, r269528, r269609, r271133:ian2014-10-26173-0/+21608
* Garbage collect XFS bits which are now already completely disconnectedattilio2013-03-02164-108070/+0
* r16312 is not any longer real since many years (likely since when VFSattilio2012-11-191-7/+0
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-1/+0
* Add an unified macro to deny ability from the compiler to reorderattilio2012-10-092-5/+1
* Add VFCF_READONLY flag that indicates ntfs and xfs file systems arekevlo2012-09-121-1/+1
* Partially revert r239959, after actually fixing most of the clangdim2012-09-025-8/+6
* Just like the other file systems found in /sys/fs, g_vfs_open()avatar2012-08-011-2/+2
* Fix build:delphij2012-05-231-2/+2
* Remove unused thread argument to vrecycle().trasz2012-04-231-3/+1
* Make ReiserFS MPSAFEdumbbell2012-03-271-3/+11
* Remove fifo.h. The only used function declaration from the header iskib2012-03-111-2/+0
* Use new OSS-based BSD-licensed header for cs sound driver.pfg2012-02-011-341/+0
* Replace GPLd headers from the Maestro3 driver with BSD licensedpfg2012-01-202-906/+0
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-1/+1
* Convert files to UTF-8uqs2012-01-1512-13/+13
* Replace GPL'd headers in the emu10kx snd driver code.pfg2012-01-113-2015/+0
* Use strchr() and strrchr().ed2012-01-021-2/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-2/+4
* Fix typo in unused function nameuqs2011-05-221-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-222-2/+4
* Fix typos - remove duplicate "the".brucec2011-02-212-3/+3
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-4/+0
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-102-2/+4
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-201-1/+1
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().trasz2010-05-051-10/+2
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summerlulf2010-01-1422-8778/+10
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Remove unused code.trasz2009-12-031-36/+0
* File flags handling fixes for ext2fs:jh2009-11-052-4/+10
* Fix the build by using proper format.rdivacky2009-06-251-1/+1
* Switch cmd argument of ioctl to u_long as elsewhere in the kernel.rdivacky2009-06-255-8/+8
* Do not use casts (int *)0 and (struct thread *)0 for the arguments ofkib2009-06-162-8/+6
* Fix r193923 by noting that type of a_fp is struct file *, not int.kib2009-06-101-1/+1
* s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_argskib2009-06-101-1/+1
* - Outindent long printf lines instead of splitting them in thestas2009-06-071-11/+12
* - Remove unused sparc64-bitops.h file. Our ext2fs code doesn't usestas2009-06-031-264/+0
* - Style(9) improvements.stas2009-06-031-271/+220
* - Sync our copies of ext2fs Linux headers to current Linux versions.stas2009-06-035-67/+75
* Remove empty files and do nto try to build them.kan2009-05-183-0/+0
* FreeBSD right now support 32 CPUs on all the architectures at least.attilio2009-05-141-1/+0
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-113-38/+33
* Fix two issues with bufdaemon, often causing the processes to hang inkib2009-03-161-2/+2
OpenPOWER on IntegriCloud