summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Silence warnings.eivind1999-01-1210-22/+37
* Clean up warnings; a couple of these came because of genuine errors ineivind1999-01-121-4/+6
* Silence warnings.eivind1999-01-125-12/+16
* Silence warnings by removing unused convenience function andeivind1999-01-121-16/+3
* Add support for the Cyrix Cx5530 PCI/ISA bridge which also includesjulian1999-01-111-3/+2
* SLOW_VGA -> VGA_SLOW_IOACCESS here, too.eivind1999-01-112-4/+4
* Fix linux sendmsg() emulationmsmith1999-01-111-2/+35
* Don't refer to i386/isa/kbdio.h anymore. Use dev/kbd/atkbdcreg.h instead.yokota1999-01-111-2/+3
* The first stage of console driver reorganization: activate newyokota1999-01-1112-463/+615
* Added file handling to ulpt (USB printer) drivern_hibma1999-01-111-1/+2
* Use truncate() instead of otruncate() - step on the way to stoppingeivind1999-01-101-3/+3
* Forgotten options needed to build last ppbus commit.nsouch1999-01-101-1/+3
* Fix broken low level ppb_rxxx() return type: char becomes u_char.nsouch1999-01-102-18/+18
* Major ppbus commit with:nsouch1999-01-102-52/+486
* Back out last change to sysctl.phk1999-01-102-6/+0
* Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS optiondes1999-01-102-2/+8
* Switch to using ".So" as the extension for PIC object files ratherjdp1999-01-091-6/+7
* Oops --<, replace 1.216 with a version that actually check pv_entries (anddt1999-01-091-3/+5
* Add driver support (and man page) for PCI fast ethernet cards basedwpaul1999-01-094-5/+17
* Change /dev/smb and /dev/iic interface to allow user programs to interact withnsouch1999-01-092-9/+17
* Removed a stray label that broke compiling in the (elf && profiling) case.bde1999-01-091-2/+1
* Fixed switching between consoles (sc0, vt0 or sioN) in userconfig.bde1999-01-091-1/+2
* Fixed pedantic syntax errors caused by a trailing semicolon in a macrobde1999-01-091-2/+2
* Removed the asm version of translate_bytes(). When both the Cbde1999-01-091-29/+0
* Removed buggy, `#if 0'ed asm version of translate_bytes() instead ofbde1999-01-091-18/+0
* Don't put operands in clobber lists, since this is dubious for oldbde1999-01-091-4/+6
* Don't put operands in clobber lists, since this is dubious for oldbde1999-01-091-8/+8
* Don't put operands in clobber lists, since this is dubious for oldbde1999-01-091-13/+16
* Add the new keyboard driver and video card driver. They will beyokota1999-01-093-0/+2421
* Fix faulty logic in handling userconfig_script, INTRO_USERCONFIG andabial1999-01-081-3/+13
* Fixed some style bugs. Clarified a comment.bde1999-01-081-13/+12
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partiallybde1999-01-085-14/+29
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-082-4/+40
* Moved declarations related to copying and zeroing to the right place.bde1999-01-084-20/+19
* Instead of providing bad instructions here, point people at theeivind1999-01-082-16/+18
* Allocate kernel page table object (kptobj) before any kmem_alloc calls.luoqi1999-01-081-5/+6
* Update #ifdef directive.yokota1999-01-081-2/+2
* Make pmap_ts_referenced check more than 1 pv_entry. (One should be carefulldt1999-01-071-5/+5
* Remove a hard-coded table of kernel console I/O functions exportedyokota1999-01-076-58/+61
* When compiled with INTRO_USERCONFIG, skip the intro screen anyway if weabial1999-01-071-8/+15
* Flip the kernel default to ELF.. Add a test to try and warn peoplepeter1999-01-071-2/+12
* OBJFORMAT_DEFAULT = elf now. (this is where /usr/bin/objformat andpeter1999-01-071-5/+1
* Add (but don't activate) code for a special VM option to makejulian1999-01-065-70/+109
* Add new sysctl machdep.uc_devlist. It allows to cleanly retrieve theabial1999-01-061-2/+42
* Don't build biosboot by default - there's no point now that nothingjkh1999-01-061-2/+2
* Move IO_PSMSIZE from kbdio.h to isa.h. I thought I did this a long timeyokota1999-01-063-8/+7
* Assign CDEV 112 to the keyboard driver.yokota1999-01-061-1/+2
* Fix YMF719 detection (report by jose@we.lc.ehu.es).luigi1999-01-041-4/+9
* Bring in ad1816 patches from German Tischler.luigi1999-01-045-8/+604
* Corrected the major number for usb and added ums as major 111n_hibma1999-01-031-1/+2
OpenPOWER on IntegriCloud