| Commit message (Expand) | Author | Age | Files | Lines |
| * | Install scripts without .sh suffix. | Jordan K. Hubbard | 1998-11-12 | 3 | -6/+6 |
| * | Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy). | Peter Wemm | 1998-11-11 | 6 | -67/+8 |
| * | Reenable /usr/bin/ibcs2 installing from here; it works now that the | Peter Wemm | 1998-11-11 | 1 | -4/+4 |
| * | Don't forget to remove opt_mfs.h. | Bruce Evans | 1998-11-11 | 1 | -3/+3 |
| * | We need to install the linux shell script or the lkm version will | Jordan K. Hubbard | 1998-11-10 | 1 | -4/+4 |
| * | Make this work now; fixing the kstack overflow allows the dependency to | Peter Wemm | 1998-11-06 | 1 | -4/+4 |
| * | Don't use a glue file for the module; use the one in the kernel. | Peter Wemm | 1998-11-06 | 2 | -66/+2 |
| * | Build linux_genassym static, this should help aout-to-elf builds | Peter Wemm | 1998-11-05 | 1 | -2/+2 |
| * | Do not overwrite the lkm versions of the install scripts for now. linux | Peter Wemm | 1998-11-05 | 3 | -12/+12 |
| * | Update to use kldload, no temporary files! | Peter Wemm | 1998-11-05 | 6 | -38/+24 |
| * | Fix make world breakage: "$MACHINE_ARCH" -> "${MACHINE_ARCH}". | John Polstra | 1998-11-04 | 1 | -2/+2 |
| * | Don't try to build i386-centric modules on non-i386 systems. | Mike Smith | 1998-11-04 | 1 | -4/+8 |
| * | Simple update to make these work as kld and preload modules. | Peter Wemm | 1998-11-04 | 7 | -85/+56 |
| * | Reactivate coda. Also, KLD isn't just for i386, it will work on all | Peter Wemm | 1998-11-03 | 1 | -5/+3 |
| * | The union kld module is now fully functional. | Peter Wemm | 1998-11-03 | 1 | -5/+2 |
| * | Update comments on status of modules | Peter Wemm | 1998-11-03 | 1 | -2/+3 |
| * | Refer to vinum driver sources in a single location (outside of the | Peter Wemm | 1998-10-23 | 23 | -8249/+8 |
| * | Missed this file. | Peter Wemm | 1998-10-16 | 1 | -0/+3 |
| * | Sample initial set of kld-ified modules. Not all have been completely | Peter Wemm | 1998-10-16 | 48 | -337/+219 |
| * | Unregister the glibc2 brand at module unload time. | Alexander Langer | 1998-10-11 | 1 | -6/+23 |
| * | Fixes for lkm: | Robert V. Baron | 1998-09-29 | 1 | -2/+1 |
| * | Include vinum in SUBDIR | Greg Lehey | 1998-09-28 | 1 | -2/+2 |
| * | Correct calculation of revive blocksize | Greg Lehey | 1998-09-28 | 1 | -2/+2 |
| * | Get include paths right | Greg Lehey | 1998-09-28 | 1 | -2/+2 |
| * | lkm for coda | Robert V. Baron | 1998-09-25 | 2 | -2/+13 |
| * | Add support for glibc consumers using the new ld-linux.so.2 linker. | Mike Smith | 1998-09-17 | 1 | -3/+4 |
| * | Fix the sreensavers so the work again with the new syscons & friends. | Søren Schmidt | 1998-09-17 | 7 | -35/+46 |
| * | Import base vinum lkm sources | Greg Lehey | 1998-09-16 | 23 | -0/+8235 |
| * | Add the vesa module to the list | Søren Schmidt | 1998-09-15 | 1 | -2/+2 |
| * | Double oops, committed the wrong Makefile ata that, fixed. | Søren Schmidt | 1998-09-15 | 1 | -2/+2 |
| * | Oops for the Makefile for the VESA lkm | Søren Schmidt | 1998-09-15 | 1 | -0/+19 |
| * | Add VESA support to syscons. | Søren Schmidt | 1998-09-15 | 7 | -39/+39 |
| * | Load linux emulator lkm only when not already loaded. This avoids | Martin Cracauer | 1998-09-07 | 2 | -4/+18 |
| * | Sort cross references. | Wolfram Schneider | 1998-08-31 | 1 | -3/+3 |
| * | Shut this thing up, like the other LKMs | Jordan K. Hubbard | 1998-08-24 | 1 | -2/+2 |
| * | The daemon, snake and star savers should refuse to load if the current | Kazutaka YOKOTA | 1998-08-06 | 3 | -3/+12 |
| * | A better solution to the rm_at_exit problem: Register the exit function | Alexander Langer | 1998-07-27 | 1 | -2/+2 |
| * | Override the default VFS LKM dispatch functions so that a module | Alexander Langer | 1998-07-25 | 1 | -2/+2 |
| * | Finished previous fix - don't forget to add one dummy options header | Bruce Evans | 1998-07-07 | 3 | -39/+30 |
| * | Added a `build-tools' target for internal tools. (linux_genassym may | Bruce Evans | 1998-07-07 | 1 | -2/+4 |
| * | Fix the N'th occurance of missed bits due to opt_???? mucking. | Søren Schmidt | 1998-07-02 | 3 | -6/+15 |
| * | Fixed missing options headers. Options that affect LKMs shouldn't | Bruce Evans | 1998-07-01 | 1 | -3/+6 |
| * | Added opt_vmpage.h to SRCS so that it actually gets created. | Bruce Evans | 1998-07-01 | 1 | -5/+5 |
| * | Leading whitespace in Makefile are TABS not spaces.... | Søren Schmidt | 1998-06-30 | 1 | -2/+2 |
| * | add new opt_nfs.h to cleanfiles... | John-Mark Gurney | 1998-06-30 | 3 | -6/+6 |
| * | fix more of my breakage... :( | John-Mark Gurney | 1998-06-30 | 1 | -1/+5 |
| * | fix buildworld hopefully be3fore anyone complains... | John-Mark Gurney | 1998-06-30 | 3 | -3/+9 |
| * | Removed reference to obsolete file "README.iBCS2". | Joseph Koshy | 1998-05-19 | 1 | -2/+1 |
| * | The FreeBSD lkm design is aout specific. | John Birrell | 1998-05-15 | 1 | -1/+3 |
| * | Give this a shot at actually working as an LKM.. | Peter Wemm | 1998-03-27 | 1 | -3/+11 |