| Commit message (Expand) | Author | Age | Files | Lines |
* | bootforth seems to be working well enough for me and others to turn | jkh | 1998-11-12 | 1 | -8/+8 |
* | Build libmd shared for a.out too. Required for some PAM modules. | jdp | 1998-11-12 | 1 | -4/+1 |
* | MF22: Bring in some linux sound ioctl support which I committed to 2.2 | jkh | 1998-11-12 | 4 | -4/+154 |
* | Install scripts without .sh suffix. | jkh | 1998-11-12 | 3 | -6/+6 |
* | Modify pciconf(8) so that it will print out PCI devices that have no driver | ken | 1998-11-12 | 2 | -9/+19 |
* | Add MATH_EMULATE back to kern.flp. Now at least the FPU-less have *some* | jkh | 1998-11-11 | 5 | -5/+0 |
* | Consign the 'amd' driver to the Attic. | msmith | 1998-11-11 | 1 | -1709/+0 |
* | Remove the 'amd' driver. | msmith | 1998-11-11 | 1 | -1/+0 |
* | Remove all mention of the 'amd' driver. It can come back if we grow | msmith | 1998-11-11 | 3 | -24/+3 |
* | Be sure to pullup entire IP header when dealing with fragment packets. | dg | 1998-11-11 | 1 | -2/+2 |
* | coda_lookup now passes up an extra flag. But old veni will | rvb | 1998-11-11 | 8 | -32/+168 |
* | Closed a small race condition between wiring/unwiring pages that involved | dg | 1998-11-11 | 1 | -4/+4 |
* | Argh, I don't know how I managed this, but it would help to actually | peter | 1998-11-11 | 1 | -2/+2 |
* | regenerate (+kldsym) | peter | 1998-11-11 | 1 | -1/+7 |
* | kldsym(2) prototype implementation | peter | 1998-11-11 | 2 | -2/+64 |
* | regenerate (+kldsym) | peter | 1998-11-11 | 5 | -7/+12 |
* | A kldsym(2) syscall prototype for extracting information from the in-kernel | peter | 1998-11-11 | 1 | -1/+2 |
* | I got another batch of suggestions for cosmetic changes from bde. | truckman | 1998-11-11 | 10 | -27/+31 |
* | Installed the second patch attached to kern/7899 with some changes suggested | truckman | 1998-11-11 | 22 | -145/+342 |
* | Revise error messages. | rnordier | 1998-11-11 | 2 | -4/+4 |
* | We've overflowed boot.flp again. Go to a boot.flp which contains | jkh | 1998-11-11 | 6 | -18/+247 |
* | Use a name less likely to collide with source files without an obj dir. | peter | 1998-11-11 | 2 | -8/+8 |
* | Install kld version (there can be only one) | peter | 1998-11-11 | 1 | -4/+4 |
* | Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy). | peter | 1998-11-11 | 6 | -67/+8 |
* | Fix bug where trailing slash could confuse the registry removal. | jkh | 1998-11-11 | 1 | -1/+7 |
* | unifdef -DLOGIN_CAP. After almost 2 years, I think we can assume | jdp | 1998-11-11 | 2 | -75/+4 |
* | kldload the screen savers | peter | 1998-11-11 | 2 | -6/+4 |
* | kldload ipfw, it's installed always and works on both kernel formats | peter | 1998-11-11 | 7 | -14/+14 |
* | /usr/bin/ibcs2 comes from src/sys/modules/ibcs2 now. This is probably | peter | 1998-11-11 | 1 | -4/+4 |
* | Make bsd.port.mk includable in two phases. bsd.port.pre.mk defines only | asami | 1998-11-11 | 4 | -30/+69 |
* | Cannot install two different versions of /usr/bin/linux in the same place. | peter | 1998-11-11 | 1 | -4/+4 |
* | Reenable /usr/bin/ibcs2 installing from here; it works now that the | peter | 1998-11-11 | 1 | -4/+4 |
* | Don't forget to remove opt_mfs.h. | bde | 1998-11-11 | 1 | -3/+3 |
* | Remove support for LOGIN_CAP_AUTH. It was never enabled, it was | jdp | 1998-11-11 | 2 | -131/+5 |
* | Fix a const-related compiler warning. | jdp | 1998-11-11 | 1 | -2/+3 |
* | Use an at_shutdown hook to drop back to the SRM in the case where the system | msmith | 1998-11-11 | 1 | -2/+14 |
* | Allow the use of NODEV in CDEV_MODULE and BDEV_MODULE to make the system | dfr | 1998-11-10 | 2 | -6/+8 |
* | We need to install the linux shell script or the lkm version will | jkh | 1998-11-10 | 1 | -4/+4 |
* | Fixed disorder. | bde | 1998-11-10 | 1 | -25/+23 |
* | Fixed disorder. | bde | 1998-11-10 | 1 | -2/+2 |
* | Fixed disorder. | bde | 1998-11-10 | 1 | -4/+4 |
* | Add entry for AOpen AW37 | luigi | 1998-11-10 | 3 | -0/+18 |
* | add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE() | peter | 1998-11-10 | 13 | -15/+27 |
* | Register and unregister vnodeops the new way rather than leaking on | peter | 1998-11-10 | 1 | -12/+6 |
* | kzipboot uses kern/inflate.c outside the kernel by providing its own | peter | 1998-11-10 | 2 | -7/+10 |
* | Make the vnode opv vector construction fully dynamic. Previously we | peter | 1998-11-10 | 7 | -280/+257 |
* | Arrange for unload-time linker set hooks to be called. While cut/pasting | peter | 1998-11-10 | 1 | -14/+71 |
* | Have MALLOC_DECLARE() initialize malloc types explicitly, and have them | peter | 1998-11-10 | 2 | -10/+44 |
* | New macro for building a linker set of things to do at module unload | peter | 1998-11-10 | 1 | -1/+13 |
* | Enable named-xfer and rbootd for alpha. | dima | 1998-11-10 | 1 | -14/+5 |