| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove opt_mac.h generation for various kernel modules that no longer | Robert Watson | 2009-06-06 | 1 | -1/+1 |
| * | add opt_mac.h to SRCS to unbreak module build. | Alfred Perlstein | 2002-08-12 | 1 | -1/+1 |
| * | Zap obsolete (died with LKM) EXPORT_SYMS variable | Peter Wemm | 2001-02-04 | 1 | -1/+0 |
| * | Use a consistent style and one much closer to the rest of /usr/src | David E. O'Brien | 2001-01-06 | 1 | -1/+2 |
| * | Remove the ibcs2(8) shell script. | Sheldon Hearn | 2000-11-29 | 3 | -114/+0 |
| * | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -1/+1 |
| * | Use Fx macro wherever possible. | Ruslan Ermilov | 2000-11-14 | 1 | -1/+3 |
| * | Don't install manpages. | David E. O'Brien | 2000-10-08 | 1 | -3/+0 |
| * | Only install secondary components if the destination directory exists. | David E. O'Brien | 2000-10-04 | 1 | -0/+4 |
| * | Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of | Peter Wemm | 2000-05-27 | 1 | -1/+1 |
| * | Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk. | Peter Wemm | 2000-05-04 | 1 | -1/+1 |
| * | Removed special rules for building and cleaning device interface files | Bruce Evans | 1999-11-28 | 1 | -4/+0 |
| * | Install {ibcs2,svr4}.sh in /usr/sbin and not in /usr/bin. | David E. O'Brien | 1999-09-05 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 3 | -3/+3 |
| * | Reference kld(4). | Guy Helmer | 1999-04-23 | 1 | -2/+2 |
| * | Replace LKM with KLD. | Guy Helmer | 1999-04-06 | 1 | -5/+5 |
| * | Clean up some .Os macro uses: quotes are not needed, multiple arguments | Bill Fenner | 1999-02-15 | 1 | -2/+2 |
| * | Install scripts without .sh suffix. | Jordan K. Hubbard | 1998-11-12 | 1 | -2/+2 |
| * | Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy). | Peter Wemm | 1998-11-11 | 2 | -45/+2 |
| * | Reenable /usr/bin/ibcs2 installing from here; it works now that the | Peter Wemm | 1998-11-11 | 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 |
| * | Do not overwrite the lkm versions of the install scripts for now. linux | Peter Wemm | 1998-11-05 | 1 | -4/+4 |
| * | Update to use kldload, no temporary files! | Peter Wemm | 1998-11-05 | 2 | -24/+6 |
| * | Sample initial set of kld-ified modules. Not all have been completely | Peter Wemm | 1998-10-16 | 2 | -21/+25 |
| * | Sort cross references. | Wolfram Schneider | 1998-08-31 | 1 | -3/+3 |
| * | Removed reference to obsolete file "README.iBCS2". | Joseph Koshy | 1998-05-19 | 1 | -2/+1 |
| * | Back out opt_diagnostic.h changes. | Eivind Eklund | 1998-02-06 | 1 | -6/+3 |
| * | Make the LKMs handle DIAGNOSTIC as a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -3/+6 |
| * | Make this work with SPX_HACK as a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -3/+7 |
| * | Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolute | Bruce Evans | 1998-02-01 | 1 | -2/+2 |
| * | Also quiet down the ibcs2 startup (same reason as linux lkm - it screws | Jordan K. Hubbard | 1997-05-01 | 1 | -2/+2 |
| * | Make MOD_* macros almost consistent: | Peter Dufault | 1997-04-06 | 1 | -2/+3 |
| * | Revert $FreeBSD$ back to $Id$ | Peter Wemm | 1997-02-22 | 5 | -5/+5 |
| * | Make ibcs2 a little bit saver. Add copyright. | Wolfram Schneider | 1997-02-02 | 2 | -6/+70 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 5 | -5/+5 |
| * | add forgotten $Id$ | Wolfram Schneider | 1996-09-22 | 1 | -1/+1 |
| * | Correct some man page cross references and some file | Mike Pritchard | 1996-02-05 | 1 | -2/+1 |
| * | No longer generate empty opt_sysvipc.h.. | Peter Wemm | 1996-01-08 | 1 | -6/+2 |
| * | Automatically create an empty opt_sysvipc.h to mimic old option | Garrett Wollman | 1996-01-04 | 1 | -2/+6 |
| * | Add Lyndon's man page. | Joerg Wunsch | 1995-11-28 | 2 | -1/+67 |
| * | Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC() | Bruce Evans | 1995-11-14 | 1 | -9/+5 |
| * | Replaced nosys() by lkm_nullcmd(). Always call lkm load/unload/stat | Bruce Evans | 1995-11-13 | 1 | -2/+2 |
| * | Do a pass over the broken LKM's and update them to use the "new" | Peter Wemm | 1995-10-28 | 4 | -8/+13 |
| * | Remove socksys modload command from ibcs2 startup shell script. | Steven Wallace | 1995-10-10 | 2 | -4/+2 |
| * | Add prototypes and declare function return type in ibcs2.c | Steven Wallace | 1995-10-10 | 2 | -5/+14 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -2/+2 |
| * | install command was missing a ${DESTDIR}. | Garrett Wollman | 1994-12-11 | 1 | -2/+2 |
| * | ibcs2 is not a filesystem, don't compile it as if it were. | Garrett Wollman | 1994-10-27 | 1 | -3/+3 |
| * | Added load of socksys driver. | Søren Schmidt | 1994-10-16 | 2 | -2/+4 |
| * | Fix install of ibcs2 script. | Søren Schmidt | 1994-10-14 | 1 | -3/+4 |