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
/
geom
Commit message (
Expand
)
Author
Age
Files
Lines
*
Whitespace.
le
2005-11-20
1
-8
/
+8
*
Always declare variables at the start of the function.
le
2005-11-20
1
-47
/
+110
*
Fix whitespace issue.
le
2005-11-20
1
-11
/
+11
*
Finally bring in what was produced during Google SoC 2005:
le
2005-11-19
6
-4
/
+513
*
Fix a bug that caused some /dev entries to continue to exist after
jdp
2005-11-18
3
-2
/
+16
*
o Slightly refactor the ctlreq code to maximize code sharing between
marcel
2005-11-13
1
-67
/
+127
*
Make the kern.geom.conftxt sysctl more usable by also dumping the
marcel
2005-11-12
1
-5
/
+4
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
8
-8
/
+8
*
Fix possible live-lock under heavy load where we can't allocate more
pjd
2005-10-28
1
-1
/
+12
*
Add checking for File record magic.
takawata
2005-10-26
1
-0
/
+6
*
Rough implementation of the create and add verbs. The verbs cause
marcel
2005-10-09
1
-2
/
+290
*
Move some devstat collection to below where large IO operations are chopped
tegge
2005-09-30
1
-3
/
+3
*
- Fix "end_blk out of range" panic when INVARIANTS.
fjoe
2005-09-29
1
-2
/
+5
*
o Don't cause a panic when the control request lacks a verb.
marcel
2005-09-18
1
-5
/
+9
*
Complete rewrite in preparation of adding support for control
marcel
2005-09-17
1
-154
/
+726
*
- Add a new simple facility for marking the current thread as being in a
jhb
2005-09-15
1
-30
/
+7
*
Fix so that when a slice or a partition is removed through g_slice_config(),
rodrigc
2005-09-14
1
-0
/
+1
*
Fix copy&paste typo.
pjd
2005-09-10
1
-1
/
+1
*
Don't forget to initialize crp_etype field.
pjd
2005-09-10
1
-0
/
+1
*
Set the G_PF_WITHER flag on the subdisk provider that is about to
le
2005-09-08
1
-34
/
+1
*
Remove a race condition that could result in processes being stuck
phk
2005-09-04
1
-24
/
+30
*
Typo.
phk
2005-09-03
1
-1
/
+1
*
Use KTR to log allocations and destructions of bios.
pjd
2005-08-29
1
-0
/
+36
*
Prevent that sync operations can be started when they are already
le
2005-08-28
1
-71
/
+81
*
Verify length of the data to read as well.
pjd
2005-08-28
1
-0
/
+2
*
Shuffle around the order in which the components are compiled.
le
2005-08-26
1
-14
/
+4
*
Verify offset before reading.
pjd
2005-08-26
1
-1
/
+5
*
Add NTFS labeling function.
takawata
2005-08-26
3
-0
/
+115
*
Verify if we can actually read the data at given offset.
pjd
2005-08-23
2
-6
/
+13
*
Correct the check if a plex is accessible in case it is not up.
le
2005-08-22
1
-1
/
+1
*
By default, when doing crypto work in software, start as many threads
pjd
2005-08-21
1
-5
/
+10
*
Remove stale comment (we now always start worker thread).
pjd
2005-08-21
1
-5
/
+0
*
Back-out the change from revision 1.14 and allow for '/' in labels again.
pjd
2005-08-20
1
-8
/
+0
*
Add a __packed keyword to g_eli_metadata struct definition, so
pjd
2005-08-20
1
-1
/
+1
*
Allow to change number of iterations for PKCS#5v2. It can only be used
pjd
2005-08-19
1
-2
/
+21
*
- Add a missing period.
pjd
2005-08-19
1
-3
/
+3
*
Avoid code duplication and implement bitcount32() function in systm.h only.
pjd
2005-08-19
2
-7
/
+1
*
Always run dedicated kernel thread (even when we have hardware support).
pjd
2005-08-17
1
-114
/
+37
*
We should now return 0.
pjd
2005-08-17
1
-1
/
+1
*
Even if crypto_dispatch() return an error, request is not canceled and
pjd
2005-08-17
1
-12
/
+2
*
We don't need to clear allocated memory. This will speed-up things a bit.
pjd
2005-08-17
1
-1
/
+1
*
remove stale comments
phk
2005-08-16
1
-2
/
+0
*
Make it possible to remove stale, left-over subdisks.
le
2005-08-16
2
-10
/
+11
*
Fix a stupid logic bug introduced in geom_vinum_drive.c rev 1.18:
le
2005-08-15
3
-1
/
+9
*
Because code paths for I/O requests are quite complex, add comments above
pjd
2005-08-13
1
-0
/
+12
*
Provide more complete "How to add a new file system to glabel." list.
pjd
2005-08-12
1
-3
/
+7
*
Add code for Ext2FS and ReiserFS labels recognition.
pjd
2005-08-12
4
-0
/
+206
*
Avoid creating directories in devfs by changing all '/' in labels to '_'.
pjd
2005-08-12
1
-0
/
+8
*
GELI doesn't need cryptodev.
pjd
2005-08-11
1
-1
/
+0
*
Be case-insensitive when dealing with algorithm names.
pjd
2005-08-08
1
-4
/
+5
[next]