summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Oops, the previous fix confused Linux's sigset_t with a pointer type.bde1998-08-151-5/+5
* Use offsetof() to avoid some casts from pointers to integers (of abde1998-08-152-2/+6
* Only write a filemark on close when data has actually been written.sos1998-08-141-5/+5
* Changed \n to \r in the mouse cutbuffer, this makes pine & Emacssos1998-08-141-4/+4
* Fix BNC/AUI autodetection.msmith1998-08-131-18/+32
* Cleaned up previous commit, mainly by moving repetitive calculationsbde1998-08-132-121/+65
* Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock andbde1998-08-132-41/+127
* Removed support for FreeBSD-1.x.bde1998-08-121-6/+1
* Fixed printf format errors.bde1998-08-121-50/+4
* Removed unused includes.bde1998-08-121-25/+1
* Removed a bogus ifdef that broke using SWI_* in LKMs.bde1998-08-111-6/+2
* Don't depend on "implicit int".bde1998-08-111-2/+2
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-118-78/+37
* Fixed printf format errors.bde1998-08-111-2/+2
* Implemented dynamic registration of software interrupt handlers. Notbde1998-08-119-72/+62
* Fixed null setting of multiple wakeup prevention variable.bde1998-08-101-3/+3
* Fixed restoring of cpl after trap handling. The wrong cpl (SWI_AST_MASKbde1998-08-101-41/+10
* Use [u]intptr_t instead of [unsigned] long to convert and/or representbde1998-08-103-15/+19
* Fixed the formatting of some tables (mainly the one produced by psbde1998-08-101-3/+3
* Reserve majors for M-Systems DiskOnChip driver. This driver will bephk1998-08-101-1/+3
* - Added SC_BAD_FLICKER for syscons.yokota1998-08-103-3/+10
* A workaround for screen flicker; eliminate some I/O access to the VGAyokota1998-08-101-1/+17
* The machine dependent disk slice manager does not recognizephk1998-08-101-3/+6
* MF22: Shut this thing up by default.jkh1998-08-091-2/+2
* A few misc changes to get the spigot and meteor board working in 3.0.jkh1998-08-082-1/+5
* Converted the second last instance of hzto() to tvtohz().bde1998-08-051-20/+15
* Update DPT driver from 1.4.3 to 1.4.5eivind1998-08-052-8/+44
* Add driver dgm - for the Digiboard PC/Xembrian1998-08-044-9/+15
* Correct an irritating documentation error.msmith1998-08-041-2/+2
OpenPOWER on IntegriCloud