aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Using consistent coding style to deal with error inside the loop.Tai-hwa Liang2015-08-181-2/+2
* The GNU Amlogic DTS files have some errors (e.g. bad registerGanbold Tsagaankhuu2015-04-113-11/+20
* File names with commas in them cause issues for freebsd-update. WeWarner Losh2015-03-1279-12867/+0
* Merge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec529059) filesWarner Losh2015-02-28923-2021/+209533
* reiserfs: Use signed i_nlinkPedro F. Giffuni2014-09-251-1/+1
* Merge forgotten .h files from vendor branch.Warner Losh2014-09-055-0/+5177
* Reimport dts files from vendor repo now that it has been properlyWarner Losh2014-09-04181-0/+38860
* Delete old arm dts tree. This was created by cherry picking from aWarner Losh2014-09-0476-11013/+0
* Update bindings to latest vendor branch representing 3.17-rc2 level ofWarner Losh2014-09-0468-44/+4836
* New DTS files to suppport the SAM9260EK eval board. Derived, in part,Warner Losh2014-08-191-0/+217
* Revert r269528; this was not the right way to bring these changes in.Ian Lepore2014-08-052-258/+1
* Bring in the latest standard defines for imx6 clocks referenced in dts files.Ian Lepore2014-08-042-1/+258
* Symbolic bindings for the dts files...Warner Losh2014-02-2848-0/+5919
* Add missing skeleton file.Warner Losh2014-02-281-0/+13
* Add skeleton.dtsi and update to new place in tree.Warner Losh2014-02-282-2/+3
* These file have a, possibly dubious, GPL claim. Until that's sorted, move to ...Warner Losh2014-02-2876-0/+10883
* Garbage collect XFS bits which are now already completely disconnectedAttilio Rao2013-03-02164-108070/+0
* r16312 is not any longer real since many years (likely since when VFSAttilio Rao2012-11-191-7/+0
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-1/+0
* Add an unified macro to deny ability from the compiler to reorderAttilio Rao2012-10-092-5/+1
* Add VFCF_READONLY flag that indicates ntfs and xfs file systems areKevin Lo2012-09-121-1/+1
* Partially revert r239959, after actually fixing most of the clangDimitry Andric2012-09-025-8/+6
* Just like the other file systems found in /sys/fs, g_vfs_open()Tai-hwa Liang2012-08-011-2/+2
* Fix build:Xin LI2012-05-231-2/+2
* Remove unused thread argument to vrecycle().Edward Tomasz Napierala2012-04-231-3/+1
* Make ReiserFS MPSAFEJean-Sébastien Pédron2012-03-271-3/+11
* Remove fifo.h. The only used function declaration from the header isKonstantin Belousov2012-03-111-2/+0
* Use new OSS-based BSD-licensed header for cs sound driver.Pedro F. Giffuni2012-02-011-341/+0
* Replace GPLd headers from the Maestro3 driver with BSD licensedPedro F. Giffuni2012-01-202-906/+0
* Make sure all intermediate variables holding mount flags (mnt_flag)Kirk McKusick2012-01-171-1/+1
* Convert files to UTF-8Ulrich Spörlein2012-01-1512-13/+13
* Replace GPL'd headers in the emu10kx snd driver code.Pedro F. Giffuni2012-01-113-2015/+0
* Use strchr() and strrchr().Ed Schouten2012-01-021-2/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-2/+4
* Fix typo in unused function nameUlrich Spörlein2011-05-221-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-222-2/+4
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-212-3/+3
* Remove prtactive variable and related printf()s in the vop_inactiveKonstantin Belousov2010-11-191-4/+0
* The r184588 changed the layout of struct export_args, causing an ABIKonstantin Belousov2010-10-102-2/+4
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andJohn Baldwin2010-08-201-1/+1
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().Edward Tomasz Napierala2010-05-051-10/+2
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google SummerUlf Lilleengen2010-01-1422-8778/+10
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Remove unused code.Edward Tomasz Napierala2009-12-031-36/+0
* File flags handling fixes for ext2fs:Jaakko Heinonen2009-11-052-4/+10
* Fix the build by using proper format.Roman Divacky2009-06-251-1/+1
* Switch cmd argument of ioctl to u_long as elsewhere in the kernel.Roman Divacky2009-06-255-8/+8
* Do not use casts (int *)0 and (struct thread *)0 for the arguments ofKonstantin Belousov2009-06-162-8/+6