summaryrefslogtreecommitdiffstats
path: root/sys/modules
Commit message (Collapse)AuthorAgeFilesLines
* Use perl, not perl5 to compile interfaces.dfr1999-04-181-4/+4
|
* Actually build the new fxp module.bde1999-04-181-6/+6
| | | | | | Updated comments about rotten modules. Fixed disorder and English errors.
* Disconnect lkm subdir so we don't build a lkm module, in case somethingpeter1999-04-171-2/+3
| | | | | I do breaks world or the nightly snapshots. (you can still do it by hand though for the moment)
* Reverse last checkin, which was a regression. Grrr.grog1999-04-171-663/+4
|
* Replace with the correct version which sources in the other .gdbinits.grog1999-04-171-4/+663
|
* Add a sample loadable pci driver Makefile..peter1999-04-161-0/+28
|
* Drop the atapi module from the build, it's just wasting time.peter1999-04-131-2/+2
|
* Fixed bogus SRCS definition which broke `make depend'. Plain `make'bde1999-04-131-3/+2
| | | | | | | worked accidentally because the rule to generate ${OBJS} from ${SRCS} is sloppy. Fixed style bugs.
* PCX loader for pseudo-device splash.des1999-04-123-2/+272
|
* Centralize and reorganize a few macros.des1999-04-124-18/+19
|
* Add kldstat macro, which basically does the same thing as kldstat(8)grog1999-04-101-0/+16
|
* Replace LKM with KLD.ghelmer1999-04-062-10/+10
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* 'fr' macro: trace back to new kernel base 0xc0000000grog1999-04-051-1/+1
|
* Correct forgotten defs in defproc macrogrog1999-04-041-0/+4
|
* Various bug fixes to make them actually work.grog1999-03-313-650/+5
|
* Make the splash screen alternate "fade out" and "fade in" action atyokota1999-03-291-5/+20
| | | | | | regular intervals, when the module is used as a screen saver. Submitted by: asami
* Restructure the .gdbinit files:grog1999-03-284-1/+804
| | | | | | | | | | | | | | | | | | | .gdbinit.crash contains a top-level .gdbinit suitable for debugging crash dumps .gdbinit.serial contains a top-level .gdbinit suitable for serial debugging Each of these two files reads the following files: .gdbinit.kernel: This file contains general macros suitable for kernel debugging. It is not related to vinum .gdbinit.vinum: This file contains macros specific to debugging vinum. .gdbinit.paths: Contains information about the location of the source and object files on the system.
* Restructure the .gdbinit files:grog1999-03-281-644/+3
| | | | | | | | | | | | | | | | | | | .gdbinit.crash contains a top-level .gdbinit suitable for debugging crash dumps .gdbinit.serial contains a top-level .gdbinit suitable for serial debugging Each of these two files reads the following files: .gdbinit.kernel: This file contains general macros suitable for kernel debugging. It is not related to vinum .gdbinit.vinum: This file contains macros specific to debugging vinum. .gdbinit.paths: Contains information about the location of the source and object files on the system.
* quick BDE premptionjulian1999-03-141-2/+2
|
* A bit of a hack, but allows the vn device to be a module again.julian1999-03-141-3/+3
| | | | Submitted by: Matt Dillon <dillon@freebsd.org>
* Submitted by: Matt Dillon <dillon@freebsd.org>julian1999-03-141-3/+3
| | | | | | | | | | | The old VN device broke in -4.x when the definition of B_PAGING changed. This patch fixes this plus implements additional capabilities. The new VN device can be backed by a file ( as per normal ), or it can be directly backed by swap. Due to dependencies in VM include files (on opt_xxx options) the new vn device cannot be a module yet. This will be fixed in a later commit. This commit delimitted by tags {PRE,POST}_MATT_VNDEV
* Improve the manner in which the location of the kld is found. Itgrog1999-03-131-1/+15
| | | | should now be completely automatic.
* Oops. Adding a Makefile might help anyone who wants to use streamsnewton1999-02-221-0/+30
| | | | as a module...
* Update for the man page. 4.0 is using KLD's not LKM's.n_hibma1999-02-221-5/+7
|
* Converted "streams" pseudo-device into a KLDnewton1999-02-222-5/+12
|
* Clean up some .Os macro uses: quotes are not needed, multiple argumentsfenner1999-02-151-2/+2
| | | | | don't really work if the first one isn't "FreeBSD", and "FreeBSD-Experimental" isn't an OS name.
* Honor ${LDFLAGS} for building svr4_genassym. This is part of fixingbde1999-02-061-5/+3
| | | | | | | | | | | | | | | | | | | | | world breakage (mainly for cross-world cases). The world Makefile attempts to build tools static so that nonexistent or wrong shared libraries and interpreters don't get used. This is broken anyway since the world Makefile doesn't know about svr4_genassym. Force building svr4_genassym static. This is part of "fixing" aout-to-elf-build breakage. aout-to-elf-build abuses NOTOOLS to avoid rebuilding all the aout tools. This saves time and avoids some complications. However, it breaks all the internal tools -- they get linked to target libraries which might not work. Cases where the host can run the target's static libraries are "fixed" by encrufting all Makefiles that build internal tools to build the tools static. Don't add .depend to CLEANFILES -- it just breaks the separation of `make cleandepend' from `make clean'. Removed some superflous explicit dependencies.
* Followup to yokota's last commit:des1999-02-054-13/+14
| | | | | - va_mode_flags -> va_info.vi_flags - scanline width may be different from screen width
* - Don't assume the line length in the video memory is always the same asyokota1999-02-051-7/+8
| | | | | | | the screen width. - Store the current video mode information in the `video_adapter' struct. - The size of the `v_offscreensize' field in the VESA mode information block is u_int16, not u_int8.
* Split .gdbinit file into two versions, on suitable for remotegrog1999-02-042-20/+631
| | | | debugging, the other for dump analysis.
* Added ntfs subdirectory.semenu1999-02-031-2/+2
| | | | Reviewed by: David O'Brien <obrien@NUXI.com>
* This commit was generated by cvs2svn to compensate for changes in r43550,semenu1999-02-031-0/+15
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * First version.semenu1999-02-031-0/+15
| | | | Reviewed by: David O'Brien
* Move CFLAGS to God's Own Positiongrog1999-02-011-3/+5
| | | | | | | Remove white space between CFLAGS and += Remove unneeded options Implied-by: bde
* Nuked the "hello, world!" program from this directory (it hasnewton1999-01-301-0/+0
| | | | been teleported to share/examples/svr4).
* Added a "README" file containing text taken from the message I sentnewton1999-01-301-0/+33
| | | | to -current explaining how to use this sucker.
* Activate svr4 modulenewton1999-01-301-2/+2
|
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-303-0/+63
| | | | | See http://www.freebsd.org/~newton/freebsd-svr4 for limitations, capabilities, history and TO-DO list.
* Add MAINTAINERgrog1999-01-301-0/+1
|
* Include .gdbinit for debugginggrog1999-01-292-1/+664
|
* Compile the linux module with the same flags as the kernel.julian1999-01-261-2/+2
| | | | | | (oops). Submitted by: "Richard Seaman, Jr." <dick@tar.com>
* Oops, one line was accidentally commented out in the previous commit.yokota1999-01-261-3/+1
|
* Make the -I paths closer to what happens when compiling as part of thepeter1999-01-231-2/+2
| | | | kernel where #include "filename.h" has been disabled.
* Add VESA mode support. If the VESA support is compiled into the kernelyokota1999-01-211-5/+61
| | | | | or the VESA KLD is preloaded by the boot loader, you can load a 256 color BMP file larger than 320x200.
* Oops, I accidently had devfs enabled in the vn module..peter1999-01-211-2/+1
|
* Add vn module to build list.peter1999-01-211-2/+2
|
* Build a vn module. I've lost count of the number of times I could havepeter1999-01-211-0/+18
| | | | used vn but didn't have it compiled in.
* Add source file vinumdaemon.cgrog1999-01-211-4/+5
|
* Update for pcic for kld modules and activatepeter1999-01-192-6/+4
|
* Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h.peter1999-01-172-4/+6
| | | | | | | | | 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.
OpenPOWER on IntegriCloud