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
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
2
-8
/
+8
*
Simplify cdevsw registration.
phk
1999-05-31
4
-40
/
+11
*
This commit should be a extensive NO-OP:
phk
1999-05-30
2
-14
/
+42
*
Fixed printing of a dev_t in a panic message. Fixed the function name
bde
1999-05-13
2
-4
/
+4
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
1
-2
/
+2
*
Fix some of the places where too much inside knowledge about major/minor
phk
1999-05-08
2
-8
/
+6
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
4
-22
/
+22
*
Continue where Julian left off in July 1998:
phk
1999-05-07
4
-22
/
+22
*
Add an additional probe, hopefully allowing me to distinguish
brian
1999-05-03
1
-6
/
+10
*
The VFS/BIO subsystem contained a number of hacks in order to optimize
alc
1999-05-02
2
-2
/
+4
*
s/size == 0;/size = 0;/
peter
1999-05-02
2
-6
/
+6
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
2
-2
/
+2
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
2
-4
/
+4
*
Suser() simplification:
phk
1999-04-27
4
-10
/
+10
*
Fix so that this driver works again when compiled with EGCS (which
davidn
1999-04-22
1
-31
/
+31
*
Remove unused function int fi() {return 0;}
eivind
1999-04-11
1
-4
/
+1
*
Staticize.
eivind
1999-04-11
1
-2
/
+2
*
Make NDGBPORTS an official option.
joerg
1999-03-13
1
-1
/
+2
*
Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite including
bde
1999-03-06
2
-2
/
+4
*
Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename that
imp
1999-03-02
2
-0
/
+10
*
Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).
bde
1999-02-25
2
-0
/
+2
*
Use suser() to check for super user rather than examining cr_uid directly.
phk
1999-01-30
2
-4
/
+6
*
Fixed parenthesization botch in previous commit. Async update of inodes
bde
1999-01-29
2
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
2
-4
/
+4
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
2
-4
/
+4
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
18
-124
/
+124
*
Remove LKM support, src/lkm that built it is gone and it never worked as an
peter
1999-01-17
1
-35
/
+1
*
Avoid warning for unused variable.
eivind
1999-01-11
2
-4
/
+4
*
Don't pass unused unused timestamp args to UFS_UPDATE() or waste
bde
1999-01-07
12
-82
/
+42
*
UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the value
bde
1999-01-06
2
-2
/
+2
*
Ifdefed conditionally used simplock variables.
bde
1999-01-02
1
-1
/
+3
*
PR: kern/8819
dillon
1998-12-13
1
-55
/
+55
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
6
-30
/
+16
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-1
/
+1
*
Fixed a misspelling of boolean true as MNT_WAIT.
bde
1998-11-15
2
-2
/
+2
*
Finished updating module event handlers to be compatible with
bde
1998-11-15
1
-2
/
+2
*
add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()
peter
1998-11-10
1
-1
/
+2
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
6
-14
/
+12
*
error return assignment was less than ideal. Fix the part that caused
peter
1998-10-29
2
-4
/
+4
*
Use vtruncbuf() to clean out cached blocks on a file shorten rather than
peter
1998-10-29
2
-6
/
+8
*
Oops, the redundant tests for major numbers weren't redundant here.
bde
1998-10-27
2
-4
/
+6
*
Removed redundant bitrotted checks for major numbers instead of updating
bde
1998-10-26
2
-8
/
+4
*
Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted
bde
1998-10-25
2
-2
/
+4
*
Initialize earlier (ie: before npx) in case it makes any difference.
peter
1998-10-18
1
-4
/
+8
*
OOPS!
peter
1998-10-18
1
-2
/
+2
*
*gulp*. Jordan specifically OK'ed this..
peter
1998-10-16
1
-9
/
+29
*
Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs,
bde
1998-10-13
8
-16
/
+16
*
Quick fix for not being able to sync all the buffers in boot() if
bde
1998-10-03
4
-16
/
+20
*
Fixed initialization of new inodes. ext2fs doesn't clear inodes when
bde
1998-09-29
2
-2
/
+6
*
Updated ext2_reload() and ext2_sync(). Locking was broken, and MNT_LAZY
bde
1998-09-26
2
-84
/
+126
[next]