summaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* Centralize and reorganize a few macros.Dag-Erling Smørgrav1999-04-124-18/+19
* Add kldstat macro, which basically does the same thing as kldstat(8)Greg Lehey1999-04-101-0/+16
* Replace LKM with KLD.Guy Helmer1999-04-062-10/+10
* 'fr' macro: trace back to new kernel base 0xc0000000Greg Lehey1999-04-051-1/+1
* Correct forgotten defs in defproc macroGreg Lehey1999-04-041-0/+4
* Various bug fixes to make them actually work.Greg Lehey1999-03-313-650/+5
* Make the splash screen alternate "fade out" and "fade in" action atKazutaka YOKOTA1999-03-291-5/+20
* Restructure the .gdbinit files:Greg Lehey1999-03-284-1/+804
* Restructure the .gdbinit files:Greg Lehey1999-03-281-644/+3
* quick BDE premptionJulian Elischer1999-03-141-2/+2
* A bit of a hack, but allows the vn device to be a module again.Julian Elischer1999-03-141-3/+3
* Submitted by: Matt Dillon <dillon@freebsd.org>Julian Elischer1999-03-141-3/+3
* Improve the manner in which the location of the kld is found. ItGreg Lehey1999-03-131-1/+15
* Oops. Adding a Makefile might help anyone who wants to use streamsMark Newton1999-02-221-0/+30
* Update for the man page. 4.0 is using KLD's not LKM's.Nick Hibma1999-02-221-5/+7
* Converted "streams" pseudo-device into a KLDMark Newton1999-02-222-5/+12
* Clean up some .Os macro uses: quotes are not needed, multiple argumentsBill Fenner1999-02-151-2/+2
* Honor ${LDFLAGS} for building svr4_genassym. This is part of fixingBruce Evans1999-02-061-5/+3
* Followup to yokota's last commit:Dag-Erling Smørgrav1999-02-054-13/+14
* - Don't assume the line length in the video memory is always the same asKazutaka YOKOTA1999-02-051-7/+8
* Split .gdbinit file into two versions, on suitable for remoteGreg Lehey1999-02-042-20/+631
* Added ntfs subdirectory.Semen Ustimenko1999-02-031-2/+2
* First version.Semen Ustimenko1999-02-031-0/+15
* Move CFLAGS to God's Own PositionGreg Lehey1999-02-011-3/+5
* Nuked the "hello, world!" program from this directory (it hasMark Newton1999-01-301-0/+0
* Added a "README" file containing text taken from the message I sentMark Newton1999-01-301-0/+33
* Activate svr4 moduleMark Newton1999-01-301-2/+2
* Emulator KLD for SysVR4 executables grabbed from NetBSD.Mark Newton1999-01-303-0/+63
* Add MAINTAINERGreg Lehey1999-01-301-0/+1
* Include .gdbinit for debuggingGreg Lehey1999-01-292-1/+664
* Compile the linux module with the same flags as the kernel.Julian Elischer1999-01-261-2/+2
* Oops, one line was accidentally commented out in the previous commit.Kazutaka YOKOTA1999-01-261-3/+1
* Make the -I paths closer to what happens when compiling as part of thePeter Wemm1999-01-231-2/+2
* Add VESA mode support. If the VESA support is compiled into the kernelKazutaka YOKOTA1999-01-211-5/+61
* Oops, I accidently had devfs enabled in the vn module..Peter Wemm1999-01-211-2/+1
* Add vn module to build list.Peter Wemm1999-01-211-2/+2
* Build a vn module. I've lost count of the number of times I could havePeter Wemm1999-01-211-0/+18
* Add source file vinumdaemon.cGreg Lehey1999-01-211-4/+5
* Update for pcic for kld modules and activatePeter Wemm1999-01-192-6/+4
* Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h.Peter Wemm1999-01-172-4/+6
* Clean up the KLD/LKM goop a bit.Peter Wemm1999-01-171-2/+10
* Add the lkm modulePeter Wemm1999-01-171-2/+2
* World, please meet the kld module called "lkm". If you have an a.outPeter Wemm1999-01-171-0/+12
* Retrun EAGAIN if the current video mode is a graphics mode.Kazutaka YOKOTA1999-01-173-6/+6
* Move the definition of set_origin from logo_saver.c to saver.h.Dag-Erling Smørgrav1999-01-162-4/+4
* Calculate the number of bitmap colors in the correct way.Kazutaka YOKOTA1999-01-131-2/+2
* Update the pointer into the bitmap correctly. The previous codeKazutaka YOKOTA1999-01-111-2/+2
* Add splash screen module. This version has rather limitedKazutaka YOKOTA1999-01-115-2/+512
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-1111-306/+258
* Use M_VGA_VG320 if M_VESA_CG800x600 is not available. It looks ugly inDag-Erling Smørgrav1999-01-011-23/+31