ad
|
5d7468ebd2
|
msdosfs -> msdos
|
2008-11-24 11:27:20 +00:00 |
ad
|
5bf641af07
|
For the x86 boot loader, autoload a kernel module corresponding to the
root file system type.
|
2008-11-19 12:36:41 +00:00 |
christos
|
e1b834bdd8
|
- use mem* instead of b* routines, and kill the b* routines.
- use the mem* routines from libc.
XXX: There will be some lossage, but I am fixing it.
|
2008-03-25 21:23:50 +00:00 |
dsl
|
2694fcbd4b
|
Add a local strcasecmp() instead of pulling the bloat from libkern.
|
2008-03-14 22:21:53 +00:00 |
isaki
|
1c038e6834
|
style, indent, and ANSI-fy.
|
2007-11-24 13:20:53 +00:00 |
dogcow
|
437f8cc149
|
make bootxx_msdos fit in 8k again; thanks, __internal_memset_, for spilling
registers all over the place.
|
2006-12-02 00:38:22 +00:00 |
christos
|
6645a4f37b
|
free -> dealloc
|
2006-01-25 18:27:23 +00:00 |
christos
|
95e1ffb156
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
fvdl
|
60ae17c7ae
|
Fix signed/unsigned warnings.
|
2003-08-31 22:40:13 +00:00 |
dsl
|
8453fb0040
|
make 'path' argument to ufs_open 'const char *' and fix the fallout.
|
2003-08-18 15:45:27 +00:00 |
scw
|
5d91e08442
|
In lookup(), don't free "dir" on exit if we found a matching entry.
Otherwise the caller ends up with a pointer to free'd memory...
|
2003-07-15 13:27:07 +00:00 |
veego
|
a64314e402
|
Fix broken build due too the move of the cd9660 and msdosfs kernel source code.
|
2002-12-30 16:41:53 +00:00 |
matt
|
c4e14613b2
|
dos_unmount is only is dos_close is present but so conditionalize it like
dos_close.
|
2000-11-09 01:55:31 +00:00 |
matt
|
6c15ee2986
|
avoid pointer addition on void pointers
|
2000-11-08 19:38:12 +00:00 |
thorpej
|
abf350ddcf
|
Sprinkle some const -- gets things out of the .data segment, which
is important in the i386 boot blocks (grmumble).
|
2000-11-02 00:34:51 +00:00 |
thorpej
|
904d7ceb3c
|
Add a standalone MS-DOS file system reader package, lifted
from FreeBSD, and modified use NetBSD's already-existing
MS-DOS file system data structure definitions, rather than
defining our own.
|
2000-11-02 00:25:05 +00:00 |