summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing ';' - use the one supplied by the caller: "VFS_SET(foo);"peter1998-11-061-2/+2
* Make this work now; fixing the kstack overflow allows the dependency topeter1998-11-061-4/+4
* Don't use a glue file for the module; use the one in the kernel.peter1998-11-062-66/+2
* Create an 'ibcs2' module so that scripts can tell if it's staticallypeter1998-11-061-1/+20
* Don't put aggregate structs 4K large on the kernel stack, especially whenpeter1998-11-062-46/+60
* Define the kld_debug variable if KLD_DEBUG is enabledpeter1998-11-061-1/+5
* make lnc0 definition in LINT match GENERICobrien1998-11-063-6/+6
* add AMD Am7990 & Am79C960 to description of lnc(4)obrien1998-11-063-6/+6
* Sync with sys/i386/i386/userconfig.c revision up to 1.115.kato1998-11-061-46/+106
* Sync with sys/i386/i386/machdep.c revision up to 1.315.kato1998-11-062-46/+4
* Sync with sys/i386/conf/options.i386 revision 1.91.kato1998-11-062-4/+4
* Sync with sys/i386/conf/Makefile.i386 revision 1.128.kato1998-11-062-20/+4
* Use proper literal names.jkh1998-11-061-2/+2
* Ack. Create parseable command tail properly, and eat args out of the TIB.msmith1998-11-061-2/+5
* Don't not print the prompt string; not doing this has funny side-effects.msmith1998-11-062-4/+6
* Don't use the poxy vmGetString interface (who uses counted strings thesemsmith1998-11-061-7/+23
* put a \n on an error message printfpeter1998-11-061-2/+2
* If this is going to have checks for kernel versions, it might as wellpeter1998-11-064-30/+58
* Remove machine/cputypes.h - it's an i386 only thingpeter1998-11-061-2/+1
* Make use of BIOS int 0x13 extensions configurable, and disabledrnordier1998-11-055-9/+20
* Document the new NSFBUFS option.dg1998-11-053-3/+24
* Implemented zero-copy TCP/IP extensions via sendfile(2) - send adg1998-11-0515-13/+462
* Remember a bit more of my forth and do:jkh1998-11-054-16/+59
* 1. rebuild all elements of testmain properly for safety.jkh1998-11-053-7/+99
* Explicitly invoke perl to run the softwords.pl script in case themsmith1998-11-051-2/+2
* Build linux_genassym static, this should help aout-to-elf buildspeter1998-11-051-2/+2
* Do not overwrite the lkm versions of the install scripts for now. linuxpeter1998-11-053-12/+12
* Update to use kldload, no temporary files!peter1998-11-056-38/+24
* Do not add ${KMOD} to the CLEANFILES list. We want ${PROG} which is eitherpeter1998-11-051-2/+2
* iicbus probe and attach deferred until root_bus_configure() call.nsouch1998-11-042-10/+2
* Properly reset parent to get interface addr.nsouch1998-11-041-3/+3
* Fix sbcheck() to check all packets on socket buffer.fenner1998-11-042-18/+22
* Generalize the quirk entry that disables multi-lun probing for Sony CDROMken1998-11-041-4/+3
* 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 an error message from sb interrupt driver -- itluigi1998-11-045-40/+0
* Improve the assertion testing for successful softword compilation.msmith1998-11-041-4/+1
* 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
* 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
* 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
* Include "bootstrap.h" to get a definition for bcache_devdata.msmith1998-11-031-1/+2
OpenPOWER on IntegriCloud