aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix r193923 by noting that type of a_fp is struct file *, not int.Konstantin Belousov2009-06-101-1/+1
* s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_argsKonstantin Belousov2009-06-101-1/+1
* - Outindent long printf lines instead of splitting them in theStanislav Sedov2009-06-071-11/+12
* - Remove unused sparc64-bitops.h file. Our ext2fs code doesn't useStanislav Sedov2009-06-031-264/+0
* - Style(9) improvements.Stanislav Sedov2009-06-031-271/+220
* - Sync our copies of ext2fs Linux headers to current Linux versions.Stanislav Sedov2009-06-035-67/+75
* Remove empty files and do nto try to build them.Alexander Kabaev2009-05-183-0/+0
* FreeBSD right now support 32 CPUs on all the architectures at least.Attilio Rao2009-05-141-1/+0
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-113-38/+33
* Fix two issues with bufdaemon, often causing the processes to hang inKonstantin Belousov2009-03-161-2/+2
* Don't declare bin_search() as an inline function, since there's noDavid Schultz2009-03-081-1/+1
* Add memmove() to the kernel, making the kernel compile with Clang.Ed Schouten2009-02-281-4/+0
* - Eliminate warnings in debug print macros by explicitly converting allStanislav Sedov2009-01-181-1/+1
* - Whitespace fixes.Stanislav Sedov2009-01-181-23/+23
* - Obtain inode sizes and location of the first inode based on the contentsStanislav Sedov2009-01-185-8/+14
* Do not incorrectly add the low 5 bits of the offset to the resultingKonstantin Belousov2009-01-041-1/+1
* According to phk@, VOP_STRATEGY should never, _ever_, returnEdward Tomasz Napierala2008-12-163-3/+8
* Adapt to accmode_t changes.Edward Tomasz Napierala2008-11-145-13/+13
* Improve VFS locking:Attilio Rao2008-11-021-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-286-23/+23
* Garbage-collect ext2_kqfilter vop that is now a copy of vop_stdkqfilter().Konstantin Belousov2008-10-281-107/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-235-10/+10
* Remove the struct thread unuseful argument from bufobj interface.Attilio Rao2008-10-104-15/+15