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 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
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
4
-6
/
+6
*
Sync timestamp changes for inodes of special files to disk as late
bde
1998-07-03
4
-16
/
+18
*
Centralized in-core inode update. Update the in-core inode directly
bde
1998-07-03
2
-32
/
+8
*
Fixed (?) races in mark_buffer_dirty(). We abuse the buffer cache
bde
1998-06-21
2
-6
/
+12
*
Removed unused function ll_w_block(). It has always had races due
bde
1998-06-21
4
-38
/
+0
*
Removed unused includes.
bde
1998-06-21
2
-4
/
+0
*
Removed unused includes.
bde
1998-06-21
2
-2
/
+0
*
Added a missing options include.
bde
1998-06-21
2
-0
/
+2
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Don't use "ffs" in an ext2fs sleep message string.
bde
1998-05-16
2
-6
/
+28
*
Abbreviate "ext2fs_fsync" as "e2fsyn" instead of as "extfsn" in a sleep
bde
1998-05-16
2
-2
/
+2
*
In the words of the submitter:
msmith
1998-05-07
2
-44
/
+26
*
As described by the submitter:
msmith
1998-05-06
2
-2
/
+0
*
- breakage of the warnings about pessimized i/o port types.
brian
1998-04-21
2
-31
/
+12
*
Correct the digiboard device names in agreement
brian
1998-04-21
1
-11
/
+16
*
o Move debug stuff down a bit so that it doesn't try to
brian
1998-04-21
1
-31
/
+38
[next]