summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct u_int_64 casting to remove warnings in printf()grog1998-11-031-2/+2
* Remove some dead code and commentsgrog1998-11-032-20/+16
* Print a warning if we removed a junked drivegrog1998-11-032-2/+14
* Take drive down if the disk driver tells us it's not theregrog1998-11-032-2/+10
* Check for duplicate subdisk namesgrog1998-11-032-18/+18
* Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well,msmith1998-11-0323-2/+9740
* Deal with both foo.hlp and FOO.TXT files.jkh1998-11-038-34/+52
* Copy appropriate docs into help/ directory of boot floppy.jkh1998-11-031-2/+4
* Use the new doc locations.jkh1998-11-031-22/+7
* Stage 1: Move a bunch of docs out from under sysinstall and otherjkh1998-11-0314-0/+1541
* Don't update the screen while the cursor shape is being changedyokota1998-11-032-2/+10
OpenPOWER on IntegriCloud