summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Revert the logic behind my last change, and use a function calledjoerg1997-09-133-11/+11
* Patch up some more undefined symbols when compiling under ELF.peter1997-09-131-1/+7
* Fix a warning.peter1997-09-131-2/+2
* Support Intel EtherExpress Pro 10+msmith1997-09-121-4/+10
* Do not ever try to coredump adapter memory regions.joerg1997-09-103-5/+38
* Allow a compile-time override of the ipfw deny rule. For a 'firewall'peter1997-09-102-2/+18
* Change the address for the low end of what we permit from c0000 downdg1997-09-101-2/+2
* add neccessary calls to autoconf for pnp,jmg1997-09-092-18/+214
* add pnp device entries...jmg1997-09-093-3/+14
* add the plug-and-play code into current...jmg1997-09-092-0/+806
* Amancio's latest in the Brooktree driver.markm1997-09-091-1/+4
* Added a check for the ISA memory address range being valid. Fixes PR#835.dg1997-09-081-2/+9
* Turn on the 0WS option for 16bit cards. Newer machines insert enoughdg1997-09-081-18/+27
* Change an assemble-time divide into a shift. Under binutils-2.8 gas in elfpeter1997-09-082-4/+4
* Add missing redirection for _inside_intr -> inside_intrpeter1997-09-081-1/+2
* DISABLE LEVEL_3 lock pushdown, somethings seems to have broken!fsmp1997-09-071-2/+2
* General cleanup of the lock pushdown code. They are grouped and enabledfsmp1997-09-0716-256/+522
* Removed more vestiges of config-time swap configuration.bde1997-09-071-15/+1
* Include kernel.h instead of declaring "extern int hz".bde1997-09-072-5/+4
* Fix an intermittent problem during SMP code operation. Not all of thedyson1997-09-071-2/+2
* Enable A law encoding.helbig1997-09-061-0/+73
* Enable A law encoding.helbig1997-09-061-1/+4
* Argh, what was I thinking?? Don't (yet) halt the CPU in the idle looppeter1997-09-051-1/+3
* Cosmetic adjustment for the trap/double fault/panic cpu id listing.peter1997-09-051-8/+9
* Add redirection for new _clock_lock symbolpeter1997-09-051-1/+2
* Add a new compile option SC_HISTORY_SIZE for syscons.yokota1997-09-043-3/+6
* Add a new compile option SC_HISTORY_SIZE to specify the history bufferyokota1997-09-042-14/+19
* Upgrade of EIDE DMA support, Johns comments:sos1997-09-044-47/+82
* Cosmetic change to last commit: speculative_mtest -> speculative_mprobe.dg1997-09-041-8/+8
* Changed the memory sizing code so that if the following conditionsdg1997-09-041-21/+35
* Always defines macros for PC-98 display.kato1997-09-041-12/+6
* Correct ancient spelling bogon.jkh1997-09-041-4/+4
* 1) Changed the volume to be a little louder.sos1997-09-031-12/+29
* Make the aic7xxx sequencer assembler compile in the kernel's objectgibbs1997-09-031-6/+6
* Cleaned up revs 1.36-1.40 (mainly disordered declarations, non-bogusbde1997-09-031-121/+147
* Removed unused #includes.bde1997-09-025-11/+5
* Removed the "globl" nature of the vec array. This was left over from thefsmp1997-09-021-5/+3
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-028-7/+15
* General cleanup of the sub-system locking macros.fsmp1997-09-018-186/+131
* Cleanup.fsmp1997-09-013-24/+30
* Removed unused #includes (<machine/cpu.h> now gives more pollution).bde1997-09-011-2/+1
* Removed unused #includes.bde1997-09-013-24/+2
* Fixed absolute pathnames in #includes.bde1997-09-011-2/+2
* Move closer to supporting VM86 under SMP.bde1997-09-014-4/+31
* Removed unused #includes.bde1997-09-013-18/+3
* Fixed options SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME which were brokenbde1997-08-312-6/+6
* Put I*86_CPU options in opt_global.h and don't #include "opt_cpu.h"bde1997-08-312-10/+8
* Remove pbzero(), things we load zero their own bss.phk1997-08-314-41/+6
* Debug version of simple_lock. This will store the CPU id of thefsmp1997-08-316-71/+144
* Created a private simple_lock to control accesses to com data structsfsmp1997-08-311-51/+76
OpenPOWER on IntegriCloud