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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove the last call in the system to VOP_SPECSTRATEGY(): We can no
phk
2004-10-29
1
-7
/
+2
*
Move NTFS to GEOM backing instead of DEVFS.
phk
2004-10-29
1
-30
/
+1
*
Move HPFS to GEOM backing instead of DEVFS.
phk
2004-10-29
3
-33
/
+26
*
Move EXT2FS to GEOM backing instead of DEVFS.
phk
2004-10-29
8
-100
/
+114
*
Move CD9660 to GEOM backing instead of DEVFS.
phk
2004-10-29
12
-72
/
+74
*
Move UDF to GEOM backing instead of DEVFS.
phk
2004-10-29
3
-25
/
+28
*
Move MSDOSFS to GEOM backing instead of DEVFS.
phk
2004-10-29
4
-52
/
+47
*
Move UFS from DEVFS backing to GEOM backing.
phk
2004-10-29
10
-124
/
+96
*
Add GEOM class "VFS" for filesystems and other buffer cache users
phk
2004-10-29
3
-0
/
+195
*
Give the bufobj a private __bo_vnode for now to keep the syncer floating [1]
phk
2004-10-29
2
-1
/
+7
*
Add g_wither_geom_close() function.
phk
2004-10-29
2
-0
/
+18
*
Backout 1.291.
alfred
2004-10-29
1
-10
/
+0
*
Give dev_strategy() an explict cdev argument in preparation for removing
phk
2004-10-29
6
-19
/
+55
*
Add usage of -m option.
simokawa
2004-10-29
1
-2
/
+3
*
Handle all types of interrupts when operating the uhci(4) controller in
jhb
2004-10-28
1
-2
/
+2
*
Rename debug macro to DBG and indent it properly.
glebius
2004-10-28
2
-35
/
+34
*
Better Xlist command line.
des
2004-10-28
1
-2
/
+2
*
Resolve conflicts
des
2004-10-28
100
-5669
/
+1852
*
Update for OpenSSH 3.9p1.
des
2004-10-28
2
-7
/
+6
*
This commit was generated by cvs2svn to compensate for changes in r137015,
des
2004-10-28
80
-717
/
+3431
|
\
|
*
Vendor import of OpenSSH 3.9p1.
des
2004-10-28
135
-1348
/
+5243
*
|
Use dcons buffer passed by loader on amd64.
simokawa
2004-10-28
1
-2
/
+4
*
|
MFi386: preserve dcons buffer passed by loader.
simokawa
2004-10-28
1
-0
/
+16
*
|
fixed a bug that incorrect IPsec request level may be returned for proto AH
suz
2004-10-28
1
-0
/
+1
*
|
Lock bp->b_bufobj->b_object instead of bp->b_object
phk
2004-10-28
2
-18
/
+18
*
|
Add -I, an option that asks for confirmation once if recursively
delphij
2004-10-28
2
-5
/
+70
*
|
Reduce the locking activity by epsilon by checking VNON condition before
phk
2004-10-28
3
-12
/
+9
*
|
We only support backing UFS/FFS with disks.
phk
2004-10-28
1
-10
/
+3
*
|
What can I say: don't allow people to mount DEVFS with option "nodev".
phk
2004-10-28
2
-8
/
+2
*
|
Assert that the containing vm object is locked in vm_page_cache() and
alc
2004-10-28
1
-0
/
+2
*
|
comment out debug printf.
alfred
2004-10-27
1
-1
/
+1
*
|
Fix a INVARIANTS-only bug introduced in Revision 1.104:
bmilekic
2004-10-27
1
-1
/
+5
*
|
Never be afraid to try something new. Remember, amateurs built the ark.
wilko
2004-10-27
1
-0
/
+3
*
|
Move the 'debug' sysctl tree under options SYSCTL_DEBUG. It generates
rwatson
2004-10-27
3
-0
/
+11
*
|
These are unnecessary and have been causing imp@ trouble.
des
2004-10-27
3
-27
/
+0
*
|
Forcibly disable interrupts, if we find ourselves servicing one when
bms
2004-10-27
2
-2
/
+16
*
|
During traversal of the active queue, try locking the page's containing
alc
2004-10-27
1
-4
/
+12
*
|
Raise MAXDSIZ from 8G to 32G. The old limit was just an arbitary choice
peter
2004-10-27
1
-1
/
+1
*
|
Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops!
peter
2004-10-27
1
-0
/
+1
*
|
Add necessary whitespace to correct cross references.
ceri
2004-10-27
1
-2
/
+2
*
|
Move the syncer linkage from vnode to bufobj.
phk
2004-10-27
4
-44
/
+52
*
|
Eliminate unnecessary KASSERTs.
phk
2004-10-27
11
-29
/
+9
*
|
Eliminate unnecessary KASSERT.
phk
2004-10-27
1
-3
/
+0
*
|
Avoid using bp->b_vp when we already have the vnode by other means.
phk
2004-10-27
1
-6
/
+5
*
|
Eliminate unnecessary KASSERTS.
phk
2004-10-27
2
-4
/
+0
*
|
Fix a typo in a comparison appeared in rev. 1.125.
maxim
2004-10-27
2
-2
/
+2
*
|
Allow tar format to read and accept an empty (or non-existent)
kientzle
2004-10-27
1
-3
/
+9
*
|
Synchronize access to the vm page's PG_BUSY flag using the containing vm
alc
2004-10-27
1
-4
/
+4
*
|
Document that libkvm requires device mem to work.
imp
2004-10-26
1
-0
/
+2
*
|
Give each plex a separate queue where held back bios are put on.
le
2004-10-26
2
-3
/
+16
[prev]
[next]