summaryrefslogtreecommitdiffstats
path: root/lkm
Commit message (Collapse)AuthorAgeFilesLines
* Fix my typo.eivind1997-12-161-2/+2
| | | | Submitted by: helbig
* Handle COMPAT_43 define -> option change.eivind1997-12-161-4/+7
|
* Whoops - fix this after yesterday's IPX option changes. Also fixeivind1997-12-161-3/+12
| | | | | | minor buglet when neither bsdcomp, deflate or filter is used. Pointed out by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
* - The daemon might go off the screen and crashed the system if theyokota1997-10-261-35/+148
| | | | | | | | | | | | | | | screen size was changed while the screen saver was inactive. Adjust the positions of the daemon and the text and clip them accordingly each time. - Don't call set_border() too often. Some video chip may produce flicker. Pointed out by tony@dell.com - Don't fill the entire screen with blank char every time the saver is called. Blank only the part of the screen where the daemon and the text was previously printed.
* Update Makefile to know about PPP_FILTER and fix the PPP_BSDCOMP andpeter1997-10-181-6/+13
| | | | | | | | PPP_DEFLATE options... The code uses #if defined(PPP_DEFLATE) etc, so the original method of "#define PPP_DEFLATE 0" did not actually disable anything. It was not possible to configure out bsdcomp or zlib compression. Also, join the settings for PPP_FILTER and NBPFILTER together since they are related here (can't have PPP_FILTER without NBPFILTER).
* Make the blank screen saver work with MDA and CGA. The fade and greenyokota1997-10-044-39/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | savers are also modified so that they behave in the same way as the blank saver on MDA and CGA, although it's not the way these screen savers are supposed to work, but fading monitor and tickling green monitor cannot be done on MDA and CGA, AFAIK. So, this is the second best solution. As of this change, the current state of support of screen savers is summarized in the following table. MDA CGA EGA VGA blank OK OK NA OK daemon OK OK OK OK fade * * NA OK green * * NA OK snake OK OK OK OK star OK OK OK OK OK: works NA: doesn't work, the module cannot be loaded for this adapter. *: behave the same way as the blank saver. As you can see, EGA is left out for now. But, we can do no better, as EGA registers cannot be read... Reviewed by: sos
* Add example for IPFIREWALL_DEFAULT_TO_ACCEPTpeter1997-09-101-1/+4
|
* Remove the vm86 LKM.jlemon1997-08-282-11/+2
|
* Removed bogus -I path in CFLAGS.bde1997-08-261-2/+2
|
* make lkm/if_ppp build again.. opt_ppp.h is needed again...jmg1997-08-211-3/+9
| | | | | | similar fix to one provided in pr4348 Closes PR#4348
* Add VM86 to the lkm build.dyson1997-08-091-2/+2
|
* Add the VM86 module to the lkm build.dyson1997-08-091-0/+9
|
* Don't use /sys.bde1997-08-072-4/+4
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Fixed bitrot in fpu LKMs.bde1997-07-202-5/+6
|
* Incorporated lots of fixes and suggestions from Bruce and changes toyokota1997-07-1513-160/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | facilitate the new saver loading/unloading notification interface in syscons. daemon_saver: - M_NOWAIT was wrong, since NULL returns are not handled. Just use M_WAITOK. - use `ostype' instead of hard-coded "FreeBSD". Now there is no more hard-coded string! (But, who will run this screen saver on other OS?!) - put macros and data declarations in a consistent order. - -DDEAMON_ONLY and -DSHOW_HOSTNAME options added in the previous commit are removed. Options of this kind can go stale and no one notices because no one uses them. DEAMON_ONLY is just removed. SHOW_HOSTNAME is made default. snake_saver: - use `ostype' and `osrelease' as in the daemon saver. The string changes slightly - there was a hyphen after "FreeBSD"; now there is a space. (It is consistent with uname -a, like the daemon server already is.) all screen savers: - Use the new add_scrn_saver()/remove_scrn_saver() in syscons.c to declare loading/unloading of a screen saver. Removed reference to `current_saver' and the variable `old_saver' as they are not necessary anymore. - The blank, fade and green screen savers manipulate VGA registers. Module loading should fail for non-VGA cards. - `scrn_blanked' is consistently treated as a number/counter rather than boolean. - Some savers touch `scp->start' and `scp->end' to force entire screen update when stopping themselves. This is unnecessary now because syscons.c takes care of that. - cleared up many unused or unnecessary #include statements. - Removed -DLKM from Makefiles. YOU NEED TO RECOMPILE BOTH SCREEN SAVERS AND KERNEL AS OF THIS CHANGE.
* Take the OS release string from the kernel variable `osrelease'yokota1997-06-242-5/+34
| | | | | | | | rather than hard-code it in the message text. Optinally include the host name in the message if SHOW_HOSTNAME is defined. The origianl idea and sample code submitted by Angelo Turetta <ATuretta@stylo.it>.
* Corrected accidental breakage in the last commit.yokota1997-05-261-3/+3
| | | | Pointed out by: Steve Passe, smp@csn.net
* Fixed up ssigala@globalnet.it's "Jumping Daemon" screen saver for < v3.0.obrien1997-05-251-4/+4
|
* Flip the daemon at the edge of the screen.yokota1997-05-241-14/+53
| | | | Submitted by: Sandro Sigala, Chris Shenton
* Introducing "Jumping Daemon" screen saver. This is really cute andyokota1997-05-212-0/+224
| | | | | | eye-catching :-) Submitted by: ssigala@globalnet.it
* Introducing "Jumping Daemon" screen saver. This is really cute andyokota1997-05-212-5/+5
| | | | | | | | eye-catching :-) Submitted by: ssigala@globalnet.it Also fixed some `extern' declarations in saver.h.
* Also quiet down the ibcs2 startup (same reason as linux lkm - it screwsjkh1997-05-011-2/+2
| | | | the console output).
* Merge 1.8.2.1 into -current.jkh1997-05-011-2/+2
|
* Make MOD_* macros almost consistent:dufault1997-04-061-3/+3
| | | | | | | | | | | | | | | | | | | | Use the name argument almost the same in all LKM types. Maintain the current behavior for the external (e.g., modstat) name for DEV, EXEC, and MISC types being #name ## "_mod" and SYCALL and VFS only #name. This is a candidate for change and I vote just the name without the "_mod". Change the DISPATCH macro to MOD_DISPATCH for consistency with the other macros. Add an LKM_ANON #define to eliminate the magic -1 and associated signed/unsigned warnings. Add MOD_PRIVATE to support wcd.c's poking around in the lkm structure. Change source in tree to use the new interface. Reviewed by: Bruce Evans
* Make MOD_* macros almost consistent:dufault1997-04-067-19/+21
| | | | | | | | | | | | | | | | | | | | Use the name argument almost the same in all LKM types. Maintain the current behavior for the external (e.g., modstat) name for DEV, EXEC, and MISC types being #name ## "_mod" and SYCALL and VFS only #name. This is a candidate for change and I vote just the name without the "_mod". Change the DISPATCH macro to MOD_DISPATCH for consistency with the other macros. Add an LKM_ANON #define to eliminate the magic -1 and associated signed/unsigned warnings. Add MOD_PRIVATE to support wcd.c's poking around in the lkm structure. Change source in tree to use the new interface. Reviewed by: Bruce Evans
* Revert $FreeBSD$ back to $Id$peter1997-02-2253-53/+53
|
* Make ibcs2 a little bit saver. Add copyright.wosch1997-02-021-3/+35
|
* Upgrade the kbdio rutines to provide queued kbd & mouse events.sos1997-01-152-4/+36
| | | | | | Minor other updates to syscons by me. Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1453-53/+53
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Sort cross references.wosch1997-01-132-6/+6
|
* Add a man page for linux(8) (loads the Linux emulator kernel module).mpp1997-01-102-2/+47
|
* Make snake 3.0-CURRENT here.jkh1996-11-111-2/+2
| | | | There's gotta be a better way of syncronizing our release numbers. :-)
* Prepare kernel to take advantage of "branded" ELF binaries.sos1996-10-161-4/+4
|
* delete unused variable BINDIR, use new variable MODLOAD/MODUNLOADwosch1996-10-068-21/+14
|
* add forgotten $Id$wosch1996-09-224-1/+7
|
* Fiexed CFLAGS. Compiling things in the kernel without -O now causesbde1996-09-211-2/+2
| | | | | zillions of warnings about static inline functions because `inline' is ignored without -O.
* Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h.pst1996-09-062-8/+14
|
* `struct linker_set execsw_set' was declared as const and pointers in itbde1996-09-032-4/+4
| | | | | | | were declared as non-const. This is backwards (_lkm_exec() changes the pointers but all the target `struct execsw's are const). Fixed this and poisoned related declarations to match and removed the bogus casts that hid the bug.
* Added or restored #include of <machine/md_var.h>. Some declarationsbde1996-07-012-4/+10
| | | | moved from <machine/cpufunc.h> to better places.
* Fixed the `machine' link. It pointed to the wrong place, and was createdbde1996-06-251-6/+9
| | | | | | | | | too late to be used in all cases. It should probably be created (early) in bsd.kmod.mk for all LKMs. Use cc instead of cpp | as for the same reasons as in the kernel makefile. CFLAGS isn't split up as well as in the kernel makefile, but cc doesn't pass compiler warning flags to cpp, so there is no need to split it.
* Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative)bde1996-06-232-4/+4
| | | | path.
* Don't claim to be a VFS_LKM - generate vnode_if.h by putting it in SRCS.bde1996-06-231-5/+4
| | | | | Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative) path.
* Don't (re)define ACTUALLY_LKM_NOT_KERNEL. It wasn't even used by thebde1996-06-231-1/+1
| | | | | | | joy driver proper. Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative) path.
* Don't (re)define or use ACTUALLY_LKM_NOT_KERNEL - use the existingbde1996-06-231-1/+1
| | | | | | | | definition of QCAM_MODULE for everything involving LKM'ness. Makefile: Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative) path.
* Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicatebde1996-06-231-2/+3
| | | | | | | | | | LKM'ness. ACTUALLY_LKM_NOT_KERNEL is supposed to be so ugly that it only gets used until <machine/conf.h> goes away. bsd.kmod.mk should define a better-named general macro for this. Some places use PSEUDO_LKM. This is another bad name. Makefile: Added IPFIREWALL_VERBOSE_LIMIT option (commented out).
* Disabled unusable union lkm.bde1996-06-231-3/+3
|
* Add new parts, kernel not booted in other caseache1996-06-181-3/+3
|
* Add ccd.asami1996-06-121-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r16314,asami1996-06-121-0/+17
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * A Makefile for a ccd lkm. You need to explicitly /sbin/modload it forasami1996-06-121-0/+17
| | | | now. Someday I'll add a hook to ccdconfig to do it automatically.
OpenPOWER on IntegriCloud