summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove references to MAP_FILE.. That is now "default" and is onlypeter1996-03-123-10/+10
* The same data segment length rounding problem that was in the elfpeter1996-03-121-4/+4
* Always initialize master_softc. This avoids panics in the idle loop duenate1996-03-122-4/+14
* Bring in some prototypes that shouldn't have been dependant onnate1996-03-121-5/+1
* Removed undocumented an unused APM_SLOWSTART code.nate1996-03-124-53/+5
* Do a APM BIOS dis-connect before attempting to do a 32-bit connectionnate1996-03-114-82/+104
* Removed conditionals on BDE_DEBUGGER around the loading for the IDTnate1996-03-112-14/+6
* Add FAILSAFE option for selecting extra conservativeness when suchjkh1996-03-113-3/+14
* Bring in most of Bruce's prot_to_real() changes into the APM BIOSnate1996-03-119-143/+116
* For Lite2: proc LIST changes.hsu1996-03-111-3/+3
* Disable the selection hardware before acknowledging a SELTO interrupt.gibbs1996-03-111-1/+6
* From Lite2: add typedef for register_t.hsu1996-03-111-1/+3
* Change type of code argument to sendsig from unsigned to u_long to make ithsu1996-03-111-2/+2
* Fix the vm_map_remove and vm_map_protect calls.. Somewhere along thepeter1996-03-102-8/+10
* Improved efficiency in pmap_remove, and also remove some of the pmap_updatedyson1996-03-101-111/+160
* Move the elf linux_interp structure from the lkm stub to here so that itpeter1996-03-101-1/+18
* Implement rudumentry support for the linux TIOC[SG]ETSERIAL ioctl's.peter1996-03-102-2/+97
* Fix the getdents() emulation, the Linux ELF libraries use this, andpeter1996-03-101-3/+11
* Fix a (mostly harmless) bogon when calculating the start of the stack gap.peter1996-03-101-1/+1
* Fix a (mostly harmless) bogon when allocating space above the stackpeter1996-03-101-2/+2
* More missing int32 -> int32_t...dg1996-03-101-4/+4
* First attempt at FreeBSD & Linux ELF support.sos1996-03-104-71/+119
* bt.c, aic7xxx.c:gibbs1996-03-103-239/+247
* Cleanse the SCSI subsystem of its internally defined typesgibbs1996-03-106-29/+27
* aha1742.c:gibbs1996-03-102-9/+9
* Don't print DMA busy messages - the sound code apparently runsjkh1996-03-101-1/+7
* Convert a timeout loop from 100 iterations of 15uS to 50rgrimes1996-03-091-2/+2
* Correct some new and older lurking bugs. Hold count wasn't beingdyson1996-03-091-118/+212
* Saved 14 bytes by avoiding gas braindamage and 8 bytes by betterbde1996-03-081-23/+22
* Probe the keyboard if PROBE_KEYBOARD is defined instead of when `notyet'bde1996-03-084-13/+18
* Made the timeouts in gets() machine-independent. Use the BIOS tickbde1996-03-081-31/+35
* Load %fs with the flat data segment selector while in protected mode.bde1996-03-081-3/+7
* Fixed restoring segment descriptors in prot_to_real(). The descriptorsbde1996-03-082-12/+13
* update linux_times() and linux_utime() emulation,peter1996-03-045-22/+56
* Oops.. I was wrong about the change to sigsuspend. The library interface ispeter1996-03-041-3/+4
* Validate the length before we trust it.phk1996-03-041-1/+3
* Add support for LINUX_TCSETAW and LINUX_TCSETAF, which Linux-pine uses.peter1996-03-041-1/+9
* Add support for the old-style Linux termio (not termios) TCGETA etc.peter1996-03-032-4/+76
* Make the handshake lines do the right thing. This is untested by the authorpeter1996-03-031-13/+14
* USER_LDT changes for the Willows TwinXPDK toolkit. Only tested with WINEjkh1996-03-033-74/+134
* Minor touch-up... make two functions static, and add missing $Id$peter1996-03-022-3/+4
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-0232-1078/+2554
* A new syscalls table for the Linux emulator. This is processed bypeter1996-03-022-0/+221
* This file is "obsolete" and no longer used or referenced.peter1996-03-021-6/+0
* Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-023-2/+10
* Hopefully, this will fix the problems that some people have been having withjkh1996-03-021-1/+14
* Update the Connectix QuickCam driver to match my current work.pst1996-03-025-462/+657
* More b_flags fixes.dyson1996-03-021-3/+3
* Fix a bug that b_flags was getting unnecessarily modified bydyson1996-03-011-4/+4
* Add a new option: DDB_UNATTENDED. Stops machine dropping into DDBgpalmer1996-02-282-2/+16
OpenPOWER on IntegriCloud