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