| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix make world breakage: "$MACHINE_ARCH" -> "${MACHINE_ARCH}". | jdp | 1998-11-04 | 1 | -2/+2 |
* | Don't try to build i386-centric modules on non-i386 systems. | msmith | 1998-11-04 | 1 | -4/+8 |
* | Make a.out kernels kld compatable by default... | peter | 1998-11-04 | 3 | -30/+6 |
* | The handle for the kernel is common. With this fix, ELF kernels can load | peter | 1998-11-04 | 5 | -34/+23 |
* | Remove stray(?) debugging printf's and cngetc()'s that freeze boot several | peter | 1998-11-04 | 1 | -8/+2 |
* | Remove stray .endif from previous commit (I hope this is right) | peter | 1998-11-04 | 1 | -2/+1 |
* | Add usr.bin/gensetdefs to build-tools; it is used for src/sys/modules and | peter | 1998-11-04 | 1 | -1/+2 |
* | Include mergesort() in description of errors. | rnordier | 1998-11-04 | 1 | -1/+3 |
* | Drop unused labels. | rnordier | 1998-11-04 | 1 | -2/+2 |
* | Remove an error message from sb interrupt driver -- it | luigi | 1998-11-04 | 5 | -40/+0 |
* | Handle a zero elements argument. | rnordier | 1998-11-04 | 1 | -0/+3 |
* | Typo curnwid -> currnwid | msmith | 1998-11-04 | 1 | -1/+1 |
* | Don't need this one anymore. | msmith | 1998-11-04 | 1 | -81/+0 |
* | Well I never. Seems like _setjmp()/_longjmp() are just what the doctor | msmith | 1998-11-04 | 3 | -8/+16 |
* | Improve the assertion testing for successful softword compilation. | msmith | 1998-11-04 | 1 | -4/+1 |
* | Improve the quality of isspace() to match expectations. This should make | msmith | 1998-11-04 | 1 | -2/+2 |
* | Simple update to make these work as kld and preload modules. | peter | 1998-11-04 | 13 | -169/+90 |
* | Turn off -g accidentally left in from testing. | msmith | 1998-11-04 | 1 | -3/+3 |
* | Fix includes; we were still pulling in <stdlib.h> in some places. | msmith | 1998-11-04 | 10 | -34/+54 |
* | Use a smaller default dictionary to waste less space. | msmith | 1998-11-04 | 1 | -2/+2 |
* | Typo. | jmz | 1998-11-04 | 1 | -3/+3 |
* | General tidy up: remove more unused code, update comments, simplify some | peter | 1998-11-04 | 1 | -34/+16 |
* | Respect ${.OBJDIR} properly when looking for libficl.a | jkh | 1998-11-04 | 1 | -1/+5 |
* | Don't try to build (nonexistent) Alpha setjmp until we have one. | msmith | 1998-11-04 | 1 | -1/+3 |
* | Add required parts for BootForth building (currently disabled and | msmith | 1998-11-04 | 1 | -5/+10 |
* | Make this work in the libstand environment; don't use stdio/stdlib headers. | msmith | 1998-11-04 | 7 | -30/+12 |
* | Add BootForth hooks; if BOOT_FORTH is defined, pass every line read | msmith | 1998-11-04 | 4 | -5/+155 |
* | Move setjmp/longjmp implementations here from libc; no signal handling | msmith | 1998-11-04 | 4 | -4/+504 |
* | Formatting tweak. | jkh | 1998-11-04 | 2 | -6/+6 |
* | Include "bootstrap.h" to get a definition for bcache_devdata. | msmith | 1998-11-03 | 1 | -1/+2 |
* | Back out previous commit. The bpfilter -> bpf transition will have to be a | des | 1998-11-03 | 12 | -34/+31 |
* | Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legal | des | 1998-11-03 | 12 | -31/+34 |
* | USERCONFIG_BOOT -> INTRO_USERCONFIG | msmith | 1998-11-03 | 1 | -2/+2 |
* | Remove USERCONFIG_BOOT, add INTRO_USERCONFIG | msmith | 1998-11-03 | 2 | -4/+4 |
* | Remove the USERCONFIG_BOOT option. Userconfig script data is searched | msmith | 1998-11-03 | 6 | -94/+119 |
* | A feeble attempt at kld compatability. The mount_* programs assume that | peter | 1998-11-03 | 1 | -1/+10 |
* | make mount(2) automatically kldload modules if the requested filesystem | peter | 1998-11-03 | 2 | -6/+64 |
* | Have the in-kernel linker try a default extension of .ko. This means that | peter | 1998-11-03 | 1 | -3/+30 |
* | Initialize the a.out kld loader after elf, so that elf gets first shot at | peter | 1998-11-03 | 1 | -2/+2 |
* | Use the kvm space pathname that we copied in, not the one in user space. | peter | 1998-11-03 | 1 | -2/+2 |
* | Reactivate coda. Also, KLD isn't just for i386, it will work on all | peter | 1998-11-03 | 1 | -5/+3 |
* | Support KLD. We register and unregister two modules. "coda" (the vfs) | peter | 1998-11-03 | 4 | -88/+130 |
* | In the cyrix Cx5530, there are null (empty) Base address registers before the | julian | 1998-11-03 | 2 | -34/+50 |
* | Move the "root" entry up so people can see it. | phk | 1998-11-03 | 2 | -4/+12 |
* | Update unionfs comments; It could be made to work but isn't worth the | peter | 1998-11-03 | 1 | -2/+5 |
* | The union kld module is now fully functional. | peter | 1998-11-03 | 1 | -5/+2 |
* | Change the #ifdef UNION code into a callable hook. Arrange to have this | peter | 1998-11-03 | 6 | -232/+196 |
* | Correct name of RAID-5 version | grog | 1998-11-03 | 1 | -4/+5 |
* | Update comments on status of modules | peter | 1998-11-03 | 1 | -2/+3 |
* | Build KLD modules, these work for both a.out and elf. | peter | 1998-11-03 | 1 | -1/+4 |