freebsd-dev/lib/libc
Peter Wemm 86854f0360 A feeble attempt at kld compatability. The mount_* programs assume that
they cannot mount a filesystem that they cannot see in getvfsbyname().
Part 1 of this is a hack, make vfsisloadable() always return true - the
ultimate decider of whether it's loadable or not is kldload() or mount().
Part 2 of this is to have vfsload() call kldload(2) and return success if
it works.  This means that we will use a viable kld module in preference
to an LKM!
Ultimately, the thing to do is remove the hacks to do a vfsload in all the
mount_* commands and let the kernel do it by itself in mount(2).
1998-11-03 15:02:29 +00:00
..
alpha In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an alias 1998-09-12 22:03:20 +00:00
amd64 Simplify implementation and eliminate a register preservation problem. 1998-09-18 05:50:52 +00:00
compat-43 Add missing period. We don't allow maternity leaves. 1998-07-29 05:13:39 +00:00
db Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
gen A feeble attempt at kld compatability. The mount_* programs assume that 1998-11-03 15:02:29 +00:00
gmon Change a test for NETBSD_SYSCALLS to __alpha__. We're not ready to 1998-09-05 07:57:43 +00:00
i386 Simplify implementation and eliminate a register preservation problem. 1998-09-18 05:50:52 +00:00
include Implement compile time debug support for spinlocks. 1998-06-09 08:28:49 +00:00
locale fix unsigned overflow 1998-10-25 05:06:42 +00:00
net 64bit portability fixes. 1998-10-05 18:35:04 +00:00
nls Provide meaningful errno value on error return 1998-07-14 18:27:43 +00:00
quad $@ -> ${.TARGET} 1998-09-11 05:34:37 +00:00
regex Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
rpc s/yellow pages/NIS/ 1998-09-17 08:29:16 +00:00
stdio Check for a zero-length as well as a NULL string argument. 1998-10-29 14:40:20 +00:00
stdlib Delete the XXX comments that refer to spinlock recursion. The malloc/free/ 1998-09-30 06:13:59 +00:00
stdtime Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
string (Whoops: make it better instead of worse this time). Clarify 1998-10-29 22:08:59 +00:00
sys Typo. 1998-10-30 23:50:48 +00:00
xdr Add support for the RPC 64-bit integer type ``hyper''. 1998-09-08 17:33:12 +00:00
yp Fixed the usual missing dependencies on headers generated by rpcgen. 1998-05-09 15:10:53 +00:00
Makefile Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98. 1998-09-09 11:22:28 +00:00
Makefile.inc