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
/
lib
/
libdisk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed the calculation of the reserved space for bad144. Thanks Rod!
phk
1995-05-15
1
-2
/
+2
*
Create_Chunk_DWIM will not allocate anything in the last cylinder of a
phk
1995-05-15
1
-3
/
+18
*
Added MakeDevDisk(struct disk*, char *path);
phk
1995-05-12
3
-4
/
+93
*
Get the CHUNK_COMPAT_BSD flag right.
phk
1995-05-11
3
-45
/
+40
*
Create_Chunk_DWIM() is here, though it doesn't quite do what the name implies.
phk
1995-05-10
4
-4
/
+53
*
Recognize slice type #6 as dos
phk
1995-05-08
4
-12
/
+28
*
Add check for rootfs > cyl 1024.
phk
1995-05-08
1
-2
/
+6
*
I bet Jordan is tearing his hair out, trying to figure the previous patch
phk
1995-05-08
1
-2
/
+2
*
Fix bug.
phk
1995-05-08
1
-1
/
+2
*
Whoops! An extra paren somehow got in there. Fixed.
jkh
1995-05-07
1
-2
/
+2
*
Always zero new chunks - keeps things like the private structures from having
jkh
1995-05-07
1
-2
/
+2
*
General sanitation and cleanup. Killed the "reserved" type, it wasn't.
phk
1995-05-06
6
-79
/
+76
*
If in Create_Chunk we (type==freebsd && (flags&CHUNK_ALIGN)), then we will
phk
1995-05-05
2
-8
/
+41
*
Make the partitions names even more sensible
phk
1995-05-04
7
-31
/
+56
*
Add the private void *pointer to the chunks, and the functions to manage it.
phk
1995-05-03
4
-8
/
+41
*
Export the chunk names properly.
jkh
1995-05-03
3
-7
/
+16
*
Make the target for tst01 more sensible.
phk
1995-05-03
5
-43
/
+60
*
foo -> unknown
jkh
1995-05-02
1
-2
/
+2
*
I need Open_Disk() to not spew on my screen. #ifdef out some diagnostic
jkh
1995-05-02
1
-1
/
+3
*
foo -> unknown.
jkh
1995-05-01
2
-8
/
+8
*
Stick a more BSD-like Makefile here so that I can link to the library.
jkh
1995-05-01
1
-14
/
+15
*
start CHS is 0xff,0xff,0xff if past 1024.
phk
1995-05-01
3
-19
/
+68
*
Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning).
phk
1995-04-30
4
-43
/
+45
*
get bootblocks right.
phk
1995-04-30
5
-52
/
+133
*
Use 0xff for CHS when past 1024 cyls.
phk
1995-04-30
2
-28
/
+47
*
Make the default case less scary :-)
phk
1995-04-30
1
-0
/
+2
*
Now we do writes too.
phk
1995-04-30
9
-53
/
+360
*
Names are assigned when chunks are created.
phk
1995-04-29
7
-10
/
+238
*
Even More stuff. Disk_Names() is here amongst other things.
phk
1995-04-29
3
-32
/
+212
*
Next Iteration, getting better.
phk
1995-04-29
7
-46
/
+181
*
Sanitize and explain a little bit... Implement the first rules...
phk
1995-04-29
8
-73
/
+198
*
This is a revision 0.00 of the backend stuff for the fdisk/disklabel stuff
phk
1995-04-28
9
-0
/
+837