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
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
2
-5
/
+5
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
10
-25
/
+39
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
4
-25
/
+32
*
Fix warnings preparing for -Wall -Wcast-qual
dillon
1999-01-27
2
-4
/
+12
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
2
-10
/
+8
*
Add 'options DEBUG_LOCKS', which stores extra information in struct
eivind
1999-01-20
1
-1
/
+11
*
Missed a stray LKM #ifdef
peter
1999-01-17
1
-5
/
+8
*
Mountroot could concievably make sense to a KLD though, in the preload
peter
1999-01-17
1
-6
/
+1
*
Clean up the KLD/LKM goop a bit.
peter
1999-01-17
3
-93
/
+23
*
Remove declarations for undefined functions and a couple of unused
eivind
1999-01-12
2
-21
/
+2
*
Don't pass unused unused timestamp args to UFS_UPDATE() or waste
bde
1999-01-07
1
-2
/
+5
*
Remove the 'waslocked' parameter to vfs_object_create().
eivind
1999-01-05
2
-6
/
+9
*
A partial implementation of the procfs cmdline pseudo-file. This
peter
1999-01-05
4
-5
/
+51
*
Now empty DOS filesystems default to long file names. Non-empty filesystems
dt
1999-01-02
1
-5
/
+7
*
Ensure that deHighClust in direntry always initialized.
dt
1999-01-02
1
-19
/
+29
*
Ifdefed conditionally used simplock variables.
bde
1999-01-02
2
-2
/
+6
*
Made this compile if UMAPFS_DIAGNOSTIC is defined. This has been broken
bde
1999-01-01
1
-2
/
+2
*
Fix possible NULL-pointer deref in error case (same as DEVFS).
eivind
1998-12-16
1
-2
/
+2
*
Cleanup uninitialized-possibly-used (but really not) warnings
dillon
1998-12-14
3
-6
/
+6
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
10
-30
/
+12
*
'\0' is the most ugly NULL pointer constant I've ever seen in real code.
eivind
1998-12-07
1
-2
/
+2
*
MFC: loosen compare even though bde doesn't like it.
jkh
1998-12-06
1
-3
/
+3
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
3
-8
/
+12
*
Don't print diagnostic anymore
rvb
1998-12-04
1
-1
/
+6
*
Honor MNT_NOATIME.
dt
1998-11-29
1
-3
/
+3
*
Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixes
bde
1998-11-22
1
-2
/
+2
*
Support NT VFAT lower case flags.
dt
1998-11-21
5
-11
/
+20
*
A few bug fixes for Robert Watson
rvb
1998-11-16
2
-5
/
+24
*
Finished updating module event handlers to be compatible with
bde
1998-11-15
2
-4
/
+5
*
coda_lookup now passes up an extra flag. But old veni will
rvb
1998-11-11
4
-16
/
+84
*
add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()
peter
1998-11-10
1
-1
/
+2
*
"fix" a warning that has been bugging me for ages. Eliminate a couple
peter
1998-11-09
1
-11
/
+10
*
Support KLD. We register and unregister two modules. "coda" (the vfs)
peter
1998-11-03
2
-44
/
+65
*
Change the #ifdef UNION code into a callable hook. Arrange to have this
peter
1998-11-03
2
-2
/
+83
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
3
-13
/
+12
*
Use vtruncbuf() rather than vinvalbuf() when shortening files.
peter
1998-10-29
1
-6
/
+9
*
Change the way unmounting happens to guarantee that the
rvb
1998-10-28
2
-21
/
+61
*
Venus must be passed O_CREAT flag on VOP_OPEN iff this is
rvb
1998-10-28
4
-74
/
+123
*
Added a second argument, "activate" to the vm_page_unwire() call so that
dg
1998-10-28
1
-2
/
+2
*
Removed redundant bitrotted checks for major numbers instead of updating
bde
1998-10-26
1
-4
/
+3
*
Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted
bde
1998-10-25
2
-4
/
+7
*
Nitpicking and dusting performed on a train. Removes trivial warnings
phk
1998-10-25
1
-3
/
+4
*
Fixes for lkm:
rvb
1998-09-29
4
-10
/
+23
*
Cleanup and fix THE bug
rvb
1998-09-28
4
-22
/
+39
*
Don't lose this file
rvb
1998-09-25
1
-0
/
+39
*
Put "stray" printouts under DIAGNOSTIC. Make everything build
rvb
1998-09-25
7
-77
/
+205
*
Remove the SLICE code.
sos
1998-09-14
1
-13
/
+1
*
Remove unused variable.
dt
1998-09-13
1
-3
/
+1
*
Fix a bug related to renaming in root directory. This bug reported by
dt
1998-09-13
1
-2
/
+4
[next]