mycroft
|
c1444078b5
|
Finish making this compile after libkern changes.
|
1998-02-22 15:25:28 +00:00 |
mycroft
|
a81d3c2db8
|
Fix omission in last.
|
1998-02-22 15:24:08 +00:00 |
mycroft
|
b20ba808f2
|
Clean up after ffs() change.
Do *not* set runtime here; the way it was done was highly bogus, and the value
just gets blasted right away by mi_switch().
|
1998-02-22 15:13:36 +00:00 |
mycroft
|
bf94e4e2cd
|
Copy up.
|
1998-02-22 15:11:28 +00:00 |
mycroft
|
a51494cbe3
|
Expose ffstab as __ffstab.
|
1998-02-22 15:11:01 +00:00 |
christos
|
c727065ddd
|
WARNSify
|
1998-02-22 14:57:28 +00:00 |
drochner
|
e225b4cbdd
|
-check MBR signature before using MBR partition data
-add new FAT types and Linux EXT2 to the faked-up partition table
|
1998-02-22 14:48:27 +00:00 |
drochner
|
74b401ffd1
|
-correct misleading name and comment for MBR partition type 14
-add FAT32 and EXT2FS
|
1998-02-22 14:45:43 +00:00 |
ragge
|
1e3fb9012d
|
Type fix so that time get read correct on VS2000, from Ken Wellsch.
|
1998-02-22 14:19:39 +00:00 |
mycroft
|
1638d144ca
|
Always go to splhigh() inside DDB.
|
1998-02-22 14:07:21 +00:00 |
christos
|
795e0608f6
|
WARNSify
|
1998-02-22 12:55:44 +00:00 |
hannken
|
1bb761e96f
|
Didn't compile with option MEMORY_DISK_HOOKS.
|
1998-02-22 12:53:53 +00:00 |
christos
|
0499e8aedb
|
WARNSify
|
1998-02-22 12:17:31 +00:00 |
christos
|
3404312dcc
|
This has been WARNSified..
|
1998-02-22 12:17:24 +00:00 |
christos
|
b4cc7532f2
|
WARNSify
|
1998-02-22 12:08:33 +00:00 |
scw
|
ef52501a4f
|
Implement changes for UVM.
|
1998-02-22 11:33:10 +00:00 |
mycroft
|
8a66afbcba
|
Move random() from kernel.
|
1998-02-22 09:33:27 +00:00 |
mycroft
|
bb0363853f
|
ffs() is identical to the one from libc, so just use that.
Move random() to libkern.
|
1998-02-22 09:31:00 +00:00 |
mycroft
|
8ad4f24f50
|
Add memcpy() and memset(), and sort.
|
1998-02-22 09:18:38 +00:00 |
mycroft
|
79376487cb
|
Sync with libc.
|
1998-02-22 09:13:16 +00:00 |
mycroft
|
d0daf2d571
|
Add the same protection as other files have for _KERNEL, which at least works
for the kernel.
|
1998-02-22 09:12:57 +00:00 |
mycroft
|
4477c62148
|
Add various things from libc.
|
1998-02-22 09:08:34 +00:00 |
mycroft
|
f948529426
|
Add some more items to KMSRCS.
|
1998-02-22 09:04:50 +00:00 |
mycroft
|
5ba0f1cae2
|
Move random.S from kernel.
|
1998-02-22 08:53:33 +00:00 |
mycroft
|
533de19431
|
Remove random.s.
|
1998-02-22 08:51:04 +00:00 |
mycroft
|
dcfb8695ab
|
Move to libkern.
|
1998-02-22 08:50:17 +00:00 |
mycroft
|
0625ac391b
|
Use the new .S files.
|
1998-02-22 08:45:04 +00:00 |
mycroft
|
799bd513de
|
Sync with libc, and add random.S.
|
1998-02-22 08:43:27 +00:00 |
mycroft
|
0b15d23837
|
Copy more files to libkern.
|
1998-02-22 08:40:37 +00:00 |
mycroft
|
065e369ab5
|
Remove random.s.
|
1998-02-22 08:35:33 +00:00 |
mycroft
|
8776736cea
|
Move to libkern.
|
1998-02-22 08:34:35 +00:00 |
mycroft
|
4b6d15532b
|
Nuke random.s.
|
1998-02-22 08:21:33 +00:00 |
mycroft
|
5a22434af5
|
Remove this copy of bzero().
|
1998-02-22 08:19:05 +00:00 |
mycroft
|
52541a2efb
|
Move random.S from arch/i386/i386.
|
1998-02-22 08:14:56 +00:00 |
mycroft
|
f118bc7042
|
Move to libkern.
|
1998-02-22 08:13:47 +00:00 |
mycroft
|
ab5aeaa789
|
Clean up #include paths.
Copy prom2boot() from kernel source.
rename _rtt() to OF_exit(), and add a _rtt() that calls it.
|
1998-02-22 07:42:30 +00:00 |
mycroft
|
28edc3d334
|
Fix typo.
|
1998-02-22 07:33:11 +00:00 |
mycroft
|
cf02652abc
|
And rindex.S...
|
1998-02-22 07:21:32 +00:00 |
mycroft
|
6b7f2d0f92
|
And index.S...
|
1998-02-22 07:20:24 +00:00 |
mycroft
|
03f75a79ff
|
Nuke the override of libkern SRCS from orbit.
|
1998-02-22 07:19:02 +00:00 |
enami
|
0482987447
|
Fix .Nm usage.
|
1998-02-22 07:16:07 +00:00 |
enami
|
9b770726e8
|
Fix message printed in case (b) in last commit; what actually shouldn't
exceeds is not a size of partition but end of partition.
|
1998-02-22 07:14:30 +00:00 |
mycroft
|
b65caec4a0
|
Add strchr.S and strrchr.S.
|
1998-02-22 07:03:08 +00:00 |
mycroft
|
8c0dc3f1e8
|
Add these as well.
|
1998-02-22 07:01:44 +00:00 |
mycroft
|
c8cf6620bb
|
Copy strchr.S and strrchr.S as well.
|
1998-02-22 07:01:11 +00:00 |
mycroft
|
196103b90b
|
Don't list bcopy.c here, since we only want memcpy() and not bcopy().
XXX What a kluge!
|
1998-02-22 06:57:31 +00:00 |
mycroft
|
650b9558c0
|
Need bcopy.c to generate memcpy().
|
1998-02-22 06:55:42 +00:00 |
mycroft
|
ab530e2db7
|
Build memcpy() out of bcopy() by default.
|
1998-02-22 06:54:38 +00:00 |
enami
|
125b4340bd
|
Remove period from end of SEE ALSO list.
|
1998-02-22 06:53:10 +00:00 |
enami
|
512a01869c
|
Check disklabel just read from disk and warn if:
(a) total sector size is different from the size of ccd, or
(b) size of a partition exceeds the size of ccd.
|
1998-02-22 06:50:08 +00:00 |