summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Sync with sys/i386/boot/biosboot/table.c revision 1.17.kato1998-10-111-2/+2
* Sync with sys/i386/boot/biosboot/boot.c revision up to 1.74.kato1998-10-111-9/+9
* Sync with sysi/386/boot/biosboot/boot.h revision 1.24.kato1998-10-111-2/+2
* Sync with sys/i386/i386/machdep.c revision 1.313.kato1998-10-112-8/+16
* Sync with sys/i386/conf/files.i386 revision 1.206.kato1998-10-112-2/+6
* Sync with sys/i386/conf/Makefile.i386 revision 1.126.kato1998-10-112-4/+4
* Sync with sys/i386/conf/GENERIC revision 1.124.kato1998-10-112-2/+6
* Override for ELF.rnordier1998-10-111-4/+4
* Override for ELF. Override .s.o suffix rule.rnordier1998-10-111-1/+5
* Fix a warning that's been bugging me for ages.peter1998-10-111-4/+10
* Fix a warningpeter1998-10-111-2/+2
* Probe all consoles, not just the first. It doesn't make a lot ofpeter1998-10-111-7/+21
* Cosmetic: After the autoboot timeout, print a \n.peter1998-10-111-2/+6
* Only call vidc_init() once (unless forced).peter1998-10-111-3/+8
* Fix comconsole mode. The int 0x14 read and status commands were reversed.peter1998-10-111-7/+21
* Warn that one of the DEBUG statements has a v86 recursion bug.peter1998-10-111-1/+2
* Fix comment to match codepeter1998-10-111-1/+1
* Clear out transmit descriptor memory in fxp_attach when it's malloced.dg1998-10-112-2/+4
* Fix a couple of out-of-bounds array references in mapping betweenjdp1998-10-112-8/+18
* add <sys/linker.h>dima1998-10-111-1/+2
* If the bus delay is >= 2 seconds, notify the user that we are waitinggibbs1998-10-101-2/+7
* Fixed mbuf leak in fxp_stop().dg1998-10-102-10/+18
* Make kernel build on alpha again. New kld stuff needs rindex.gpalmer1998-10-102-2/+4
* Don't pretend to support ix86's with 16-bit ints by using longs justbde1998-10-103-11/+11
* Fix a typo.rnordier1998-10-101-3/+4
* Fixed warnings for pointer versus int type mismatches. Addresses mustbde1998-10-102-7/+7
* Fixed warnings for pointer versus int type mismatches. Addresses mustbde1998-10-101-3/+3
* mp_machdep.c: Set a vector to boot code (PC-98).kato1998-10-1010-34/+34
* PC-98 doesn't have CMOS ram.kato1998-10-102-4/+4
* PC-98 doesn't have CMOS ram.kato1998-10-107-14/+56
* Add GENERIC rev 1.124 changesobrien1998-10-103-6/+9
* Add entries for MFS which are consistent with the others, now thatjkh1998-10-102-2/+6
* Allow more flexible use of MFS root.jkh1998-10-103-36/+48
* Attempt to work around the page fault in tulip_txput(). I've been runningpeter1998-10-102-4/+4
* Display module type as well as module name when we find one preloaded.peter1998-10-101-3/+8
* rm *.so and *.ko in clean as well.peter1998-10-103-6/+6
* Fix conficts in probe:imp1998-10-107-7/+182
* Use Mike Smith's linker module search path code.peter1998-10-101-16/+261
* Keep track of the containing file for modules. This is a bit of a hack,peter1998-10-101-7/+11
* Updates for alignment rounding. XXX this is highly machine dependent andpeter1998-10-091-15/+134
* Fully implement KLD and preloading.peter1998-10-092-106/+284
* Updates for KLD backends.peter1998-10-091-34/+102
* Implement merging SYSINIT's from preloaded KLD modules. This means wepeter1998-10-091-12/+68
* MODINFO_ADDR has real addresses now, remove the manual relocation basedpeter1998-10-091-10/+5
* Relocate the preload module info from machdep specifically rather thanpeter1998-10-095-59/+19
* Call some helper routines to be supplied by kern_linker.c in order topeter1998-10-091-14/+7
* At the moment, the alpha tentatively uses the ddb elf code rather than KLD,peter1998-10-091-10/+4
* Turn off the new /sys/boot stuff (except boot0) unless OBJFORMATrnordier1998-10-091-1/+5
* We don't compile this on an elf kernel (and explicitly not on alpha inpeter1998-10-091-5/+4
* Remove DDB_ELF_SYMBOLS and DDB_KLD_SYMBOLS options. KLD will be the solepeter1998-10-092-5/+4
OpenPOWER on IntegriCloud