summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Remove bus-dependent addresses from `ic' file.kato1999-01-033-112/+130
* Revert r1.4 - I was confused as to its real meaning.jkh1999-01-031-1/+1
* Support following devices:kato1999-01-033-16/+128
* Clean up some more residual /usr/mdec references. I left all thejkh1999-01-032-4/+4
* Extraneous space.hoek1999-01-022-4/+4
* unbreak devfs support after wrong cut&paste...luigi1999-01-011-17/+16
* Correct typo in macro name.des1999-01-012-4/+4
* Minor English and spelling fixes.bde1999-01-011-3/+3
* The previous commit was bogus. malloc(..., M_WAITOK) should not bebde1999-01-011-2/+6
* Part 3 of the pcvt/voxware revival.peter1999-01-0112-0/+18029
* Part 2 of pcvt/voxware revival. I hope I have not clobbered any otherpeter1999-01-0180-0/+37053
OpenPOWER on IntegriCloud