rvb
ee04be1c0c
Fixes for lkm:
...
1. use VFS_LKM vs ACTUALLY_LKM_NOT_KERNEL
2. don't pass -DCODA to lkm build
1998-09-29 20:19:45 +00:00
grog
90ae3eab9d
Include vinum in SUBDIR
1998-09-28 05:38:52 +00:00
grog
bc08182a5d
Correct calculation of revive blocksize
...
Submitted by: Chris Csanady
1998-09-28 04:24:10 +00:00
grog
4afb4efa2f
Get include paths right
1998-09-28 04:21:20 +00:00
rvb
30ffd484a6
This commit was generated by cvs2svn to compensate for changes in r39652,
...
which included commits to RCS files with non-trunk default branches.
1998-09-25 17:51:44 +00:00
rvb
5a8cd70229
lkm for coda
1998-09-25 17:51:44 +00:00
rvb
6e906a5c45
lkm for coda
1998-09-25 17:51:44 +00:00
msmith
23bdbca2d4
Add support for glibc consumers using the new ld-linux.so.2 linker.
...
I can't say this was the most inspired fix, but it matches the design OK.
1998-09-17 22:08:34 +00:00
sos
34a7bb526b
Fix the sreensavers so the work again with the new syscons & friends.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1998-09-17 19:40:30 +00:00
grog
fbec2c5e5c
This commit was generated by cvs2svn to compensate for changes in r39330,
...
which included commits to RCS files with non-trunk default branches.
1998-09-16 05:56:21 +00:00
grog
633c70539f
Import base vinum lkm sources
1998-09-16 05:56:21 +00:00
sos
a53d2c6aab
Add the vesa module to the list
1998-09-15 20:17:35 +00:00
sos
1cecbdf1b4
Double oops, committed the wrong Makefile ata that, fixed.
1998-09-15 20:14:11 +00:00
sos
8610298fa8
Oops for the Makefile for the VESA lkm
1998-09-15 20:09:18 +00:00
sos
653c2af6ae
Add VESA support to syscons.
...
Kazu writes:
The VESA support code requires vm86 support. Make sure your kernel
configuration file has the following line.
options "VM86"
If you want to statically link the VESA support code to the kernel,
add the following option to the kernel configuration file.
options "VESA"
The vidcontrol command now accepts the following video mode names:
VESA_132x25, VESA_132x43, VESA_132x50, VESA_132x60, VESA_800x600
The VESA_800x600 mode is a raster display mode. The 80x25 text will
be displayed on the 800x600 screen. Useful for some laptop computers.
vidcontrol accepts the new `-i <info>' option, where <info> must be
either `adapter' or `mode'. When the `-i adapter' option is given,
vidcontrol will print basic information (not much) on the video
adapter. When the `-i mode' option is specified, vidcontrol will
list video modes which are actually supported by the video adapter.
Submitted by: Kazutaka YOKOTA yokota@FreeBSD.ORG
1998-09-15 18:16:39 +00:00
cracauer
43e1e522ff
Load linux emulator lkm only when not already loaded. This avoids
...
leftover files in /tmp. Script slightly modified from PR version
to use fewer processes.
PR: i386/7725
Submitted by: Stefan Eggers seggers@semyam.dinoco.de
1998-09-07 16:15:59 +00:00
wosch
68cda92e4a
Sort cross references.
1998-08-31 16:41:09 +00:00
jkh
9db9cf0feb
Shut this thing up, like the other LKMs
1998-08-24 05:31:57 +00:00
yokota
c6de79f7a5
The daemon, snake and star savers should refuse to load if the current
...
video mode is the VESA mode, because they cannot work properly under the
VESA mode support as in the current form.
1998-08-06 09:14:26 +00:00
alex
be85829abc
A better solution to the rm_at_exit problem: Register the exit function
...
during first mount. Unregister the exit function at last unmount.
Concept by: sef
Reviewed by: sef
Implemented by: alex
1998-07-27 01:07:01 +00:00
alex
4ab63c85e2
Override the default VFS LKM dispatch functions so that a module
...
unload function can be provided (this is necessary to unregister
the at_exit handler).
1998-07-25 15:52:44 +00:00
bde
8b5694de2c
Finished previous fix - don't forget to add one dummy options header
...
to CLEANFILES.
Fixed lots of style bugs.
1998-07-07 02:27:09 +00:00
bde
1654593f59
Added a `build-tools' target for internal tools. (linux_genassym may
...
not actually work for cross compiling, but that is another problem.)
Honor LDFLAGS for building internal tools. (Tools should normally
be built static to avoid problems with picking up target shared
libraries. bsd.kmod doesn't set -static yet, and has some problems
with `LDFLAGS=-static ...' in the environment.)
1998-07-07 02:04:20 +00:00
sos
32932516db
Fix the N'th occurance of missed bits due to opt_???? mucking.
...
Doesn't anybody TEST code before committing....
This is the N+1'th time these laste couble of days...
1998-07-02 14:09:44 +00:00
bde
66357b6a9f
Fixed missing options headers. Options that affect LKMs shouldn't
...
exist.
1998-07-01 17:10:00 +00:00
bde
ffd353a1b8
Added opt_vmpage.h to SRCS so that it actually gets created.
1998-07-01 17:02:57 +00:00
sos
3f9005123d
Leading whitespace in Makefile are TABS not spaces....
1998-06-30 16:09:28 +00:00
jmg
21cfaa17d8
add new opt_nfs.h to cleanfiles...
1998-06-30 11:29:01 +00:00
jmg
95ee86d880
fix more of my breakage... :(
...
create opt_vmpage.h
1998-06-30 11:28:06 +00:00
jmg
c8ef0cb9cd
fix buildworld hopefully be3fore anyone complains...
...
NFS_*TIMO should possibly be converted to sysctl vars (jkh's suggestion),
but in some cases it looks like nfs keeps a copy of the value in a struct
hash sizes are already ifdef'd KERNEL, so there aren't userland inpact
from them...
1998-06-30 11:19:22 +00:00
jkoshy
47f7483616
Removed reference to obsolete file "README.iBCS2".
...
Submitted by: Max Euston <max@jmrodgers.com>
PR: 6679
1998-05-19 03:31:34 +00:00
jb
2ffd3c532c
The FreeBSD lkm design is aout specific.
1998-05-15 11:57:05 +00:00
peter
0807c0761d
Give this a shot at actually working as an LKM..
1998-03-27 04:05:08 +00:00
bde
04d259c11a
Fixed a race to build the @' and
machine' symlinks early enough
...
for `make -jN'.
1998-03-19 12:35:55 +00:00
eivind
0d78faee3c
The coff LKM needs IBCS2 to be able to link (for the 'make regress'
...
linktest) - add this as a dependency.
1998-03-12 20:04:38 +00:00
bde
179b1c1aa9
Don't add files handled by bsd.kmod.mk to CLEANFILES. Don't add never-
...
generated files to CLEANFILES.
1998-02-25 01:40:55 +00:00
msmith
115161cc63
Don't reference (nonesxistent) qcam module.
1998-02-18 14:30:07 +00:00
eivind
19c2e7eb57
Back out opt_diagnostic.h changes.
1998-02-06 23:54:27 +00:00
eivind
357ed84053
Make the LKMs handle DIAGNOSTIC as a new-style option.
1998-02-04 21:56:39 +00:00
eivind
0c08f6bbc6
Make this work with SPX_HACK as a new-style option.
1998-02-04 04:07:43 +00:00
bde
6a99eb78ce
Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolute
...
path to the obj directory in ${CFLAGS}. This is actually equivalent
to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}.
1998-02-01 18:12:15 +00:00
bde
bd8db5a10e
Don't put a path to "sys" in ${CFLAGS} here. bsd.kmod.mk now handles
...
this more generally.
1998-02-01 17:59:59 +00:00
bde
c9dfcc430a
Don't handle the `machine' symlink or related include paths here.
...
bsd.kmod.mk now handles it more generally.
1998-02-01 17:53:56 +00:00
bde
88e9a98172
Fixed breakage from converting NULLFS_DEBUG to a new-style option.
1998-02-01 17:34:11 +00:00
eivind
71161cca14
LKM-support for converting all file-system options to new-style options.
1998-01-24 02:21:53 +00:00
bde
9437b36c24
Include <machine/pc/display.h>, not <i386/include/pc/display.h>. This is
...
not quite correct, because the Makefiles in lkm/syscons don't set up the
`machine' symlink, but other, more volatile headers in <machine> are
already used.
1998-01-16 17:58:55 +00:00
eivind
7b61fe3f84
Minor fixups after INET option change.
1998-01-09 01:01:21 +00:00
eivind
d0bda339f4
Make the LKMs compile with the INET option as a newstyle option in
...
opt_inet.h.
1998-01-08 23:50:27 +00:00
eivind
ee509b6933
Fix my typo.
...
Submitted by: helbig
1997-12-16 22:50:18 +00:00
eivind
274059dce1
Handle COMPAT_43 define -> option change.
1997-12-16 18:45:50 +00:00