summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add new atapi-cd driver that supports atapi CD-R/RW drives.sos1998-09-0810-22/+3949
* Make PCIC_RESUME_RESET an proper option.brian1998-09-084-4/+14
* fix a problem with our definition of SNDCTL_DSP_GETBLKSIZE, to letluigi1998-09-081-0/+2
* Make profiling work for ELF. gprof now autodetects the format ofjdp1998-09-071-1/+5
* Add entries for xl0, tlc0 and adv0. Some of these aren't evenjkh1998-09-071-2/+5
* Don't go below the low water mark of free pages due to optional prefaultingtegge1998-09-061-1/+10
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-0615-156/+468
* Make irq forwarding truely functional.luoqi1998-09-042-22/+2
* Increase 'maxusers' to 32; with the number of people using GENERIC asmsmith1998-09-041-2/+2
* PAGE_WAKEUP -> vm_page_wakeupache1998-09-041-7/+7
* pcf.c added, support for the Philips PCF8584 I2C bus controllernsouch1998-09-041-1/+2
* Reviewed by: Doug Rabsonnsouch1998-09-032-1/+609
* Reviewed by: Doug Rabsonnsouch1998-09-032-0/+103
* Reviewed by: Doug Rabsonnsouch1998-09-031-1/+6
* Reviewed by: Doug Rabsonnsouch1998-09-033-4/+76
* printing with compatible mode fixed if ECP available + more verbose if bootve...nsouch1998-09-021-43/+163
* - Fix style bug.kato1998-09-011-3/+3
* Change BINFORMAT to KERNFORMAT and add -aout or -elf to the tooljb1998-09-011-17/+25
* Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA.sos1998-08-311-2/+2
* Added Capture Area ioctl - BT848[SG]CAPAREA.sos1998-08-311-0/+15
* Use 16bit register in inline asm code to set segment registers.luoqi1998-08-311-3/+3
* Force OBJFORMAT=aout.jb1998-08-311-1/+2
* Argh! *Now* the correct 3.0 fix is committed.jkh1998-08-311-7/+7
* Whoops! Stamp out a 2.2-ism that snuck between branches here.jkh1998-08-311-2/+2
* - hw.machine_arch returns cpu architecture type.kato1998-08-313-15/+12
* Initial support for using linux X servers under emulation - to use anjkh1998-08-312-5/+51
* The aout->elf transition build from a 2.2.5/6/7 system requires thatjb1998-08-301-0/+176
* Enable duplex autodetection if UTP media are autodetected.msmith1998-08-271-11/+12
* Add CFS options to LINT, though commented out for now.jkh1998-08-272-2/+10
* NULLFS_DIAGNOSTICS and PCVT_SCANSET=2 listed twice.obrien1998-08-272-6/+2
* New major number for SR4 streams emulation.msmith1998-08-241-1/+2
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-0/+58
* Use a relative path to bsd.kern.mk if the relative mk directory exists.bde1998-08-241-1/+5
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-2415-68/+90
* remove bdevsw arg from dsopen();phk1998-08-232-5/+4
* Don't check minor number of dump device at all.des1998-08-231-5/+1
* Fixed printf format errors.bde1998-08-233-6/+6
* Fixed printf format errors. `struct eisa_device' uses a strange typebde1998-08-231-8/+8
* Fixed printf format errors.bde1998-08-232-37/+47
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-2311-76/+87
* Removed cxpoll(). Just use ttpoll() like all other tty drivers. It'sbde1998-08-231-11/+1
* A better fix for kern/7144:msmith1998-08-201-36/+28
* Fixed bogus spelling `nx*' of some `no*' devswitch functions.bde1998-08-202-4/+4
* Fixed devfs initialization which I broke in the previous commit.bde1998-08-201-10/+10
* Fixed devfs initialization which I broke in the previous commit.bde1998-08-201-7/+7
* Enabled dynamically sized tty input buffers (with enough bufferingbde1998-08-192-18/+20
* Correct handling of ASCII DEL (0x7F).jkoshy1998-08-191-4/+6
* Correct glyph displayed by PCVT in ISO Latin-1 mode.jkoshy1998-08-191-1/+1
* Presently there is only one `currentldt' variable for all cpusmsmith1998-08-1810-18/+58
* Fix one forgotten instance of \n to \rsos1998-08-181-2/+2
OpenPOWER on IntegriCloud