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
*
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
*
Fixed missing newlines in messages in ext2_check_descriptors().
bde
1998-09-26
2
-16
/
+24
*
Fixed clean flag handling:
bde
1998-09-26
4
-20
/
+72
*
Fixed the usual missing permissions checks in mount(). As for cd9660,
bde
1998-09-09
2
-2
/
+70
*
Don't forget to initialize the inode lock. This bug caused
bde
1998-09-09
2
-0
/
+2
*
Support compiling with `gcc -pedantic' (don't use hard newlines in
bde
1998-09-09
2
-38
/
+40
*
Removed statically configured mount type numbers (MOUNT_*) and all
bde
1998-09-07
2
-6
/
+6
*
Fixed printf format errors. Only one left in LINT on i386's.
bde
1998-08-24
2
-21
/
+17
*
Added D_TTY to the cdevswitch flags for all tty drivers. This is required
bde
1998-08-23
2
-16
/
+18
*
Quick fix for breakage of read clustering on non-IDE drives. Read
bde
1998-08-18
2
-4
/
+4
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
6
-22
/
+28
*
Use offsetof() to avoid some casts from pointers to integers (of a
bde
1998-08-15
1
-1
/
+3
*
Remove some #if 0'd and commented-out code.
brian
1998-08-12
1
-34
/
+2
*
"The releaseing of the reference and lock is not temporary and belongs
msmith
1998-08-12
2
-2
/
+0
*
Synced with dgb.c. Important changes from 1.29 (ioctl handling
bde
1998-08-12
1
-52
/
+27
*
Fixed printf format errors.
bde
1998-08-12
1
-7
/
+6
*
Add Id keyword
brian
1998-08-05
3
-2
/
+9
*
Add driver dgm - for the Digiboard PC/Xem
brian
1998-08-04
4
-0
/
+7023
*
Fixed printf format errors.
bde
1998-07-30
2
-4
/
+4
*
add anti-panic workaround from chris radek (cradek@in221.inetnebr.com)
julian
1998-07-30
2
-0
/
+4
*
Fixed printf format errors.
bde
1998-07-11
6
-8
/
+12
*
Catch a few corner cases where FreeBSD differs enough from BSD 4.4 to
julian
1998-07-08
2
-2
/
+4
[next]