Julian Elischer
b5def701c7
Compile the linux module with the same flags as the kernel.
...
(oops).
Submitted by: "Richard Seaman, Jr." <dick@tar.com>
1999-01-26 21:29:01 +00:00
Kazutaka YOKOTA
6dab3d1e54
Oops, one line was accidentally commented out in the previous commit.
1999-01-26 10:00:02 +00:00
Peter Wemm
2c9b3ec2ff
Make the -I paths closer to what happens when compiling as part of the
...
kernel where #include "filename.h" has been disabled.
1999-01-23 01:32:44 +00:00
Kazutaka YOKOTA
325fca905e
Add VESA mode support. If the VESA support is compiled into the kernel
...
or the VESA KLD is preloaded by the boot loader, you can load a 256 color
BMP file larger than 320x200.
1999-01-21 18:29:33 +00:00
Peter Wemm
17cdafdef8
Oops, I accidently had devfs enabled in the vn module..
1999-01-21 17:23:30 +00:00
Peter Wemm
7ed6908ffd
Add vn module to build list.
1999-01-21 17:19:56 +00:00
Peter Wemm
ff598d17ce
Build a vn module. I've lost count of the number of times I could have
...
used vn but didn't have it compiled in.
1999-01-21 17:18:34 +00:00
Greg Lehey
447a8172e9
Add source file vinumdaemon.c
1999-01-21 00:25:47 +00:00
Peter Wemm
afce57191c
Update for pcic for kld modules and activate
1999-01-19 00:41:17 +00:00
Peter Wemm
8e203b83a7
Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h.
...
XXX It probably makes sense to have a flag for bsd.kern.mk to avoid these
rules.
XXX IO_NDELAY seems to be the main reason for it, when used in a cdevsw
read or write "flag" context. Perhaps a redundant declaration
somewhere like sys/conf.h might help remove the need for vnode.h in
these device drivers in the first place.
1999-01-17 20:53:48 +00:00
Peter Wemm
6bfaa53754
Clean up the KLD/LKM goop a bit.
1999-01-17 20:25:22 +00:00
Peter Wemm
72a3f9e4d1
Add the lkm module
1999-01-17 19:06:06 +00:00
Peter Wemm
e54a0f3279
World, please meet the kld module called "lkm". If you have an a.out
...
kernel and you forgot to add 'options LKM', you can kldload this module
and get LKM compatability. (!)
1999-01-17 19:05:40 +00:00
Kazutaka YOKOTA
f9e730bbb3
Retrun EAGAIN if the current video mode is a graphics mode.
1999-01-17 14:25:19 +00:00
Dag-Erling Smørgrav
9402dfb01a
Move the definition of set_origin from logo_saver.c to saver.h.
1999-01-16 10:20:16 +00:00
Kazutaka YOKOTA
15401862e4
Calculate the number of bitmap colors in the correct way.
...
The bug found by: Kevin Street <street@iname.com>
1999-01-13 09:59:30 +00:00
Kazutaka YOKOTA
61329bcee4
Update the pointer into the bitmap correctly. The previous code
...
had the pointer off by 4 bytes if the width of the bitmap is
a multiple of four.
1999-01-11 17:32:22 +00:00
Kazutaka YOKOTA
1243dad08d
Add splash screen module. This version has rather limited
...
capabilities, but should be a good start... Well, sort of.
It can handle W*ndows 256 color BMP file. (Other color depth probably
won't work.) The size of the image must be 320x200 or less. *sigh*
1999-01-11 03:34:56 +00:00
Kazutaka YOKOTA
2ad872c579
The first stage of console driver reorganization: activate new
...
keyboard and video card drivers.
Because of the changes, you are required to update your kernel
configuration file now!
The files in sys/dev/syscons are still i386-specific (but less so than
before), and won't compile for alpha and PC98 yet.
syscons still directly accesses the video card registers here and
there; this will be rectified in the later stages.
1999-01-11 03:18:56 +00:00
Dag-Erling Smørgrav
0a3e1d6535
Use M_VGA_VG320 if M_VESA_CG800x600 is not available. It looks ugly in
...
low-res, but it works...
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
1999-01-01 14:40:49 +00:00
Bruce Evans
9dd98e24ca
Fixed bitrot in comments.
1999-01-01 10:33:52 +00:00
Dag-Erling Smørgrav
71df997b52
Activate the rain screensaver.
1998-12-31 13:42:00 +00:00
Dag-Erling Smørgrav
52ff03bd8b
Here's one for the terminally melancholic amongst us.
1998-12-31 13:41:40 +00:00
Dag-Erling Smørgrav
9d852dd5a7
Eliminate "initialization from incompatible type" warning in SAVER_MODULE
...
macro.
1998-12-31 13:40:26 +00:00
Dag-Erling Smørgrav
52529398ad
Compile without warnings.
1998-12-31 13:38:59 +00:00
Kazutaka YOKOTA
13e05026dd
Make the VESA KLD module work!
1998-12-30 11:21:08 +00:00
Peter Wemm
b23841bc64
Add -I${.CURDIR} since it #includes logo.c from the source dir and breaks
...
when building with an obj dir.
Reported by: Quite a few people.. :-/
1998-12-29 09:02:44 +00:00
Peter Wemm
7dcf95bf27
Update for pseudo-device support tweaks..
1998-12-28 16:43:21 +00:00
Dag-Erling Smørgrav
21a9954850
Activate the logo screensaver.
1998-12-28 14:23:43 +00:00
Dag-Erling Smørgrav
ee57f3c3d8
One more for the road: Chuck the friendly floating daemon. Requires
...
VESA_800x600 to run.
1998-12-28 14:22:57 +00:00
Dag-Erling Smørgrav
00e53a11e8
Save the palette in case syscons doesn't restore it properly.
...
Fix a minor overflow.
1998-12-28 14:20:13 +00:00
Peter Wemm
8b26ae02c5
Reconnect vinum KLD module and have it build from sys/dev/vinum rather than
...
from outside the src/sys tree like before.
1998-12-28 05:27:24 +00:00
Dag-Erling Smørgrav
77aa2f658f
Activate the warp screensaver.
1998-12-27 22:03:40 +00:00
Dag-Erling Smørgrav
2aebedc3ad
Finally give FreeBSD a graphical screensaver. It isn't much, but it works,
...
and can serve as a template for further efforts. Consider this my (belated)
Christmas present to the Project :)
Requested by: jkh
1998-12-27 22:03:09 +00:00
Søren Schmidt
380366f204
Temporaryly disable vinum, awaiting repository copy of misplaced files.
1998-12-27 19:43:28 +00:00
Søren Schmidt
b31f6ba123
Remove depricated wcd module.
1998-12-27 19:01:47 +00:00
Jordan K. Hubbard
531842e143
Install scripts without .sh suffix.
1998-11-12 00:37:39 +00:00
Peter Wemm
0ddd3cf262
Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy).
1998-11-11 07:04:10 +00:00
Peter Wemm
8f1dc34cf9
Reenable /usr/bin/ibcs2 installing from here; it works now that the
...
guaranteed kernel stack overflow is fixed.
1998-11-11 05:18:22 +00:00
Bruce Evans
c5f25b1912
Don't forget to remove opt_mfs.h.
...
Fixed style bugs (bitrotted FOOFS options and hard-coded ${.TARGET}).
1998-11-11 03:06:46 +00:00
Jordan K. Hubbard
aab22db753
We need to install the linux shell script or the lkm version will
...
still be in place.
1998-11-10 19:39:58 +00:00
Peter Wemm
9fe66b94a2
Make this work now; fixing the kstack overflow allows the dependency to
...
be added to the symbol search order safely.
1998-11-06 16:02:14 +00:00
Peter Wemm
578c822198
Don't use a glue file for the module; use the one in the kernel.
1998-11-06 16:01:19 +00:00
Peter Wemm
ce6bd34722
Build linux_genassym static, this should help aout-to-elf builds
1998-11-05 04:39:26 +00:00
Peter Wemm
6a1a9040f4
Do not overwrite the lkm versions of the install scripts for now. linux
...
works but ibcs2 has a load failure and joy doesn't look like it'll work.
1998-11-05 04:22:52 +00:00
Peter Wemm
38266231ef
Update to use kldload, no temporary files!
1998-11-05 04:19:26 +00:00
John Polstra
68d0b83d98
Fix make world breakage: "$MACHINE_ARCH" -> "${MACHINE_ARCH}".
1998-11-04 18:25:23 +00:00
Mike Smith
28cc91d8c5
Don't try to build i386-centric modules on non-i386 systems.
1998-11-04 17:15:07 +00:00
Peter Wemm
0640d357f2
Simple update to make these work as kld and preload modules.
1998-11-04 03:49:39 +00:00
Peter Wemm
cabb29ecf0
Reactivate coda. Also, KLD isn't just for i386, it will work on all
...
architectures since it is a key part of the configuration mechanism. The
exact same code runs in the kernel as it does in a kld module.
1998-11-03 08:58:27 +00:00
Peter Wemm
3b49cbc625
The union kld module is now fully functional.
1998-11-03 08:03:04 +00:00
Peter Wemm
d679319f61
Update comments on status of modules
1998-11-03 06:51:48 +00:00
Peter Wemm
ba6927e973
Refer to vinum driver sources in a single location (outside of the
...
kernel src/sys tree, sigh - it should really be sys/dev/vinum/*).
1998-10-23 11:56:45 +00:00
Peter Wemm
00e280ca86
Missed this file.
1998-10-16 04:31:35 +00:00
Peter Wemm
a654d07295
Sample initial set of kld-ified modules. Not all have been completely
...
converted yet. These are more of a starting point. This is NOT connected
to the parent Makefile.
OK'ed by jkh (who is ever so patiently waiting)
1998-10-16 04:30:52 +00:00
Alexander Langer
514058dc0d
Unregister the glibc2 brand at module unload time.
...
Change the ELF registration/unregistration scheme to be less error prone.
Adding a new brand requires a single addition to linux_brandlist instead of
modifying linux_load(), linux_unload(), and linux_elf_init().
Approved by: jkh
Reviewed by: msmith
1998-10-11 21:08:02 +00:00
Robert V. Baron
ecee3646ce
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
Greg Lehey
3d8357b49c
Include vinum in SUBDIR
1998-09-28 05:38:52 +00:00
Greg Lehey
759ae89394
Correct calculation of revive blocksize
...
Submitted by: Chris Csanady
1998-09-28 04:24:10 +00:00
Greg Lehey
02d719b0f5
Get include paths right
1998-09-28 04:21:20 +00:00
Robert V. Baron
34b01b8c34
lkm for coda
1998-09-25 17:51:44 +00:00
Mike Smith
4e138a28a0
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
Søren Schmidt
d74e86d9e3
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
Greg Lehey
e4381fa521
Import base vinum lkm sources
1998-09-16 05:56:21 +00:00
Søren Schmidt
e0b1054764
Add the vesa module to the list
1998-09-15 20:17:35 +00:00
Søren Schmidt
35e46e3eaf
Double oops, committed the wrong Makefile ata that, fixed.
1998-09-15 20:14:11 +00:00
Søren Schmidt
c3fa0a68ff
Oops for the Makefile for the VESA lkm
1998-09-15 20:09:18 +00:00
Søren Schmidt
a8445737e7
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
Martin Cracauer
62e334347c
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
Wolfram Schneider
acd8019083
Sort cross references.
1998-08-31 16:41:09 +00:00
Jordan K. Hubbard
447aadb17e
Shut this thing up, like the other LKMs
1998-08-24 05:31:57 +00:00
Kazutaka YOKOTA
11afcc8f9f
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
Alexander Langer
3f47ee5c4d
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
Alexander Langer
ca2be56ff9
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
Bruce Evans
90665a1b48
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
Bruce Evans
8c1a5985d2
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
Søren Schmidt
22ae800eb6
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
Bruce Evans
7f591b7e4b
Fixed missing options headers. Options that affect LKMs shouldn't
...
exist.
1998-07-01 17:10:00 +00:00
Bruce Evans
857c5980c4
Added opt_vmpage.h to SRCS so that it actually gets created.
1998-07-01 17:02:57 +00:00
Søren Schmidt
7b8e054911
Leading whitespace in Makefile are TABS not spaces....
1998-06-30 16:09:28 +00:00
John-Mark Gurney
ae3efda3a4
add new opt_nfs.h to cleanfiles...
1998-06-30 11:29:01 +00:00
John-Mark Gurney
bd362ab12d
fix more of my breakage... :(
...
create opt_vmpage.h
1998-06-30 11:28:06 +00:00
John-Mark Gurney
56786ee91b
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
Joseph Koshy
e4ef858515
Removed reference to obsolete file "README.iBCS2".
...
Submitted by: Max Euston <max@jmrodgers.com>
PR: 6679
1998-05-19 03:31:34 +00:00
John Birrell
6e19590c40
The FreeBSD lkm design is aout specific.
1998-05-15 11:57:05 +00:00
Peter Wemm
cbd71a62bb
Give this a shot at actually working as an LKM..
1998-03-27 04:05:08 +00:00
Bruce Evans
77d71f644a
Fixed a race to build the @' and
machine' symlinks early enough
...
for `make -jN'.
1998-03-19 12:35:55 +00:00
Eivind Eklund
97df91b415
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
Bruce Evans
e25af463f2
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
Mike Smith
34ec3b3cc9
Don't reference (nonesxistent) qcam module.
1998-02-18 14:30:07 +00:00
Eivind Eklund
ccf5ba7483
Back out opt_diagnostic.h changes.
1998-02-06 23:54:27 +00:00
Eivind Eklund
8e734a64e3
Make the LKMs handle DIAGNOSTIC as a new-style option.
1998-02-04 21:56:39 +00:00
Eivind Eklund
cb71d9bfa8
Make this work with SPX_HACK as a new-style option.
1998-02-04 04:07:43 +00:00
Bruce Evans
98f3fd4b49
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
Bruce Evans
609e0c94f2
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
Bruce Evans
77783a2701
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
Bruce Evans
4d889d1c84
Fixed breakage from converting NULLFS_DEBUG to a new-style option.
1998-02-01 17:34:11 +00:00
Eivind Eklund
7f4ba71355
LKM-support for converting all file-system options to new-style options.
1998-01-24 02:21:53 +00:00
Bruce Evans
33b77e2dec
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 Eklund
9e1d8a7b92
Minor fixups after INET option change.
1998-01-09 01:01:21 +00:00