index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
gnu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Garbage collect XFS bits which are now already completely disconnected
attilio
2013-03-02
164
-108070
/
+0
*
r16312 is not any longer real since many years (likely since when VFS
attilio
2012-11-19
1
-7
/
+0
*
Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.
attilio
2012-11-09
1
-1
/
+0
*
Add an unified macro to deny ability from the compiler to reorder
attilio
2012-10-09
2
-5
/
+1
*
Add VFCF_READONLY flag that indicates ntfs and xfs file systems are
kevlo
2012-09-12
1
-1
/
+1
*
Partially revert r239959, after actually fixing most of the clang
dim
2012-09-02
5
-8
/
+6
*
Just like the other file systems found in /sys/fs, g_vfs_open()
avatar
2012-08-01
1
-2
/
+2
*
Fix build:
delphij
2012-05-23
1
-2
/
+2
*
Remove unused thread argument to vrecycle().
trasz
2012-04-23
1
-3
/
+1
*
Make ReiserFS MPSAFE
dumbbell
2012-03-27
1
-3
/
+11
*
Remove fifo.h. The only used function declaration from the header is
kib
2012-03-11
1
-2
/
+0
*
Use new OSS-based BSD-licensed header for cs sound driver.
pfg
2012-02-01
1
-341
/
+0
*
Replace GPLd headers from the Maestro3 driver with BSD licensed
pfg
2012-01-20
2
-906
/
+0
*
Make sure all intermediate variables holding mount flags (mnt_flag)
mckusick
2012-01-17
1
-1
/
+1
*
Convert files to UTF-8
uqs
2012-01-15
12
-13
/
+13
*
Replace GPL'd headers in the emu10kx snd driver code.
pfg
2012-01-11
3
-2015
/
+0
*
Use strchr() and strrchr().
ed
2012-01-02
1
-2
/
+1
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-2
/
+4
*
Fix typo in unused function name
uqs
2011-05-22
1
-1
/
+1
*
Add a lock flags argument to the VFS_FHTOVP() file system
rmacklem
2011-05-22
2
-2
/
+4
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
2
-3
/
+3
*
Remove prtactive variable and related printf()s in the vop_inactive
kib
2010-11-19
1
-4
/
+0
*
The r184588 changed the layout of struct export_args, causing an ABI
kib
2010-10-10
2
-2
/
+4
*
Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and
jhb
2010-08-20
1
-1
/
+1
*
Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().
trasz
2010-05-05
1
-10
/
+2
*
Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summer
lulf
2010-01-14
22
-8778
/
+10
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Remove unused code.
trasz
2009-12-03
1
-36
/
+0
*
File flags handling fixes for ext2fs:
jh
2009-11-05
2
-4
/
+10
*
Fix the build by using proper format.
rdivacky
2009-06-25
1
-1
/
+1
*
Switch cmd argument of ioctl to u_long as elsewhere in the kernel.
rdivacky
2009-06-25
5
-8
/
+8
*
Do not use casts (int *)0 and (struct thread *)0 for the arguments of
kib
2009-06-16
2
-8
/
+6
*
Fix r193923 by noting that type of a_fp is struct file *, not int.
kib
2009-06-10
1
-1
/
+1
*
s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_args
kib
2009-06-10
1
-1
/
+1
*
- Outindent long printf lines instead of splitting them in the
stas
2009-06-07
1
-11
/
+12
*
- Remove unused sparc64-bitops.h file. Our ext2fs code doesn't use
stas
2009-06-03
1
-264
/
+0
*
- Style(9) improvements.
stas
2009-06-03
1
-271
/
+220
*
- Sync our copies of ext2fs Linux headers to current Linux versions.
stas
2009-06-03
5
-67
/
+75
*
Remove empty files and do nto try to build them.
kan
2009-05-18
3
-0
/
+0
*
FreeBSD right now support 32 CPUs on all the architectures at least.
attilio
2009-05-14
1
-1
/
+0
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
3
-38
/
+33
*
Fix two issues with bufdaemon, often causing the processes to hang in
kib
2009-03-16
1
-2
/
+2
*
Don't declare bin_search() as an inline function, since there's no
das
2009-03-08
1
-1
/
+1
*
Add memmove() to the kernel, making the kernel compile with Clang.
ed
2009-02-28
1
-4
/
+0
*
- Eliminate warnings in debug print macros by explicitly converting all
stas
2009-01-18
1
-1
/
+1
*
- Whitespace fixes.
stas
2009-01-18
1
-23
/
+23
*
- Obtain inode sizes and location of the first inode based on the contents
stas
2009-01-18
5
-8
/
+14
*
Do not incorrectly add the low 5 bits of the offset to the resulting
kib
2009-01-04
1
-1
/
+1
[next]