summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Removed unused includes.bde1998-08-171-9/+1
* Fixed a type mismatch.bde1998-08-171-2/+3
* Removed unused includes. Fixed disordering of includes.bde1998-08-171-8/+6
* Backed out previous commit. The seconds part of microtime() isbde1998-08-171-2/+2
* Oops, the previous commit was of a local version.bde1998-08-172-52/+40
* FIxed typo (syntax error) in previous commit.bde1998-08-173-40/+52
* Add macros for accessing device memory.dfr1998-08-171-1/+9
* Fixed printf format errors.bde1998-08-171-2/+2
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itswpaul1998-08-163-5/+22
* Make ELF kernels build again.jdp1998-08-161-1/+2
* Revamp the ELF include files to better support architecture-independentjdp1998-08-161-1/+6
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-169-29/+35
* Cast an int to (intptr_t) before casting it to (void *).bde1998-08-161-4/+4
* Fixed yet more ioctl breakage due to the type of the `cmd' arg chaningingbde1998-08-161-6/+6
* pmap.c:bde1998-08-164-19/+20
* Use an array of uintptr_t's instead of an array of u_longs to holdbde1998-08-161-2/+2
OpenPOWER on IntegriCloud