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
*
(This commit touches about 15 disk device drivers in a very consistent
phk
2002-09-20
2
-11
/
+9
*
Remove unneeded #include <sys/disklabel.h>
phk
2002-09-20
1
-1
/
+0
*
Retire now unused DIOCGDVIRGIN kludge.
phk
2002-09-20
1
-5
/
+0
*
"Fix" printf format issues by using %j
phk
2002-09-13
3
-5
/
+8
*
Use biowait() rather than DIY.
phk
2002-09-13
1
-24
/
+4
*
Add a couple more of the big/little-endian conversion routines and make
phk
2002-09-13
2
-6
/
+25
*
Fix another two printf() format errors which weren't warned
mux
2002-09-13
1
-4
/
+4
*
Fix another printf() format error which wasn't warned about
mux
2002-09-13
1
-2
/
+3
*
Fix a printf() format error on 64 bits architectures.
mux
2002-09-13
1
-3
/
+4
*
Deal with a new exteded MBR paritition type
phk
2002-09-08
1
-1
/
+1
*
Remove "magicspace". It looks good on paper, it doesn't work in practice.
phk
2002-09-06
6
-113
/
+2
*
Don't respect the O_EXCL flag, we don't get it back on close so we cannot
phk
2002-09-06
1
-0
/
+8
*
Use 'p' as the partition specifier instead of 's'. We continue to use
marcel
2002-08-24
1
-2
/
+5
*
Don't use the static thread.. it is going away.
julian
2002-06-29
1
-2
/
+2
*
Add two new submodes to the AES encryption method.
phk
2002-06-28
1
-11
/
+121
*
Put geom_gpt.c under the GEOM option instead of having a special GEOM_GPT
phk
2002-06-10
1
-3
/
+1
*
Improve some on the naming.
phk
2002-06-09
12
-53
/
+55
*
Change the registration of magic spaces so it does its own memory management.
phk
2002-06-05
5
-36
/
+43
*
Add compile time asserts for the size of struct gpt_hdr and struct
marcel
2002-05-30
1
-0
/
+3
*
Add one copy of crc32() and crc32_tab[] in libkern, and remove it two other
phk
2002-05-29
1
-65
/
+0
*
Add support to GEOM for GUID Partition Tables (GPTs). The support
marcel
2002-05-28
2
-0
/
+331
*
Add a proof-of-concept encryption class.
phk
2002-05-26
1
-0
/
+274
*
Give the closet-dev_t we hand to the diskdrivers a name.
phk
2002-05-26
1
-0
/
+1
*
Only clear the spoiled flag if the class had no spoiled method, the spoiled
phk
2002-05-26
1
-1
/
+2
*
Fixed printf format errors. Most of them are 64-bit daddr_t casualties.
bde
2002-05-25
1
-4
/
+6
*
Introduce the concept of "magic spaces", and implement them in most of
phk
2002-05-21
6
-3
/
+108
*
Remove the "-class" suffix from classes, they will not be ambiguous.
phk
2002-05-21
6
-8
/
+8
*
Don't grab Giant around malloc(9) and free(9).
phk
2002-05-20
4
-59
/
+44
*
Generalize a bit: we don't need separate functions to find the i386 and
phk
2002-05-19
1
-33
/
+9
*
Include needed #include for regression tests.
phk
2002-05-19
1
-2
/
+1
*
Retire the bogus uses of the disklabel field d_sbsize and begin to
phk
2002-05-12
1
-2
/
+1
*
Fix a {} bug which doesn't have any effect yet.
phk
2002-04-27
1
-2
/
+1
*
Improve the cross-references in the XML output.
phk
2002-04-24
1
-12
/
+9
*
Make specific provisions for the kernel simulator used in the regression
phk
2002-04-24
1
-1
/
+1
*
Implement the GEOMGETCONF ioctl which returns vital stats for the
phk
2002-04-23
4
-14
/
+43
*
All in a days work: make a function static.
phk
2002-04-23
2
-2
/
+1
*
Introduce some serious paranoia to try to catch a memory overwrite problem
phk
2002-04-23
5
-6
/
+63
*
Protect against multitple #includes of this file.
phk
2002-04-22
1
-0
/
+4
*
Make kernel dumps work with GEOM.
phk
2002-04-19
4
-0
/
+53
*
Make life easier for reference-vector generatorts in tools/regression/geom
phk
2002-04-19
1
-0
/
+3
*
Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the start
phk
2002-04-09
8
-43
/
+87
*
Various stylistic nit picking.
phk
2002-04-09
3
-16
/
+16
*
Introduce the convenience function g_getattr() and make it DWIM.
phk
2002-04-09
2
-0
/
+15
*
Constifixation of attribute argument to g_io_[gs]etattr()
phk
2002-04-09
2
-4
/
+4
*
Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.
phk
2002-04-08
1
-1
/
+1
*
In reverence of the 3rd X11 development rule:
phk
2002-04-08
2
-6
/
+0
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
2
-2
/
+2
*
Centralize EOF handling and improve access controls for bio scheduling.
phk
2002-04-04
4
-44
/
+71
*
Move access and orphan member functions from class to geom.
phk
2002-04-04
11
-36
/
+31
*
s/classs/classes/ to fixup grammer after the previous global renaming.
phk
2002-04-04
4
-8
/
+8
[next]