summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Copy in the nfs_diskless structure if NFS_ROOT is defined. A previousmsmith1998-08-031-2/+2
* Major ppbus updates from the author.msmith1998-08-034-192/+615
* 1. Reorganized screen saver related code so that both the LKM screenyokota1998-08-033-148/+310
* - When the system is shut down, switch to the vty0 if possible.yokota1998-08-031-3/+17
* Fix the bug which always reallocated the cut buffer wheneveryokota1998-08-031-7/+18
* Don't accept the blank time value, if it is too big.yokota1998-08-031-2/+4
* - Add new bell types: "quiet.normal" and "quiet.visual".yokota1998-08-032-4/+12
* Add the ISP Qlogic SCSI card to the list of known devices.gpalmer1998-08-021-2/+4
* TFTP_ACK goes to port 69 (default tftp port) and tftpd says 'Timeout'.phk1998-07-311-0/+1
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEbde1998-07-302-5/+6
* Typo fix: teh --> (the|they)alex1998-07-301-2/+2
* Fixed sign extension bugs awoken by changing speed_t to an unsignedbde1998-07-291-2/+4
* Fixed print format errors.bde1998-07-296-61/+70
* Fixed printf format errors.bde1998-07-291-9/+11
* Fixed error handling:bde1998-07-292-57/+63
* Set p->p_switchtime to switchtime instead of to the current time inbde1998-07-281-1/+11
* Micro-optimized and cleaned up the clearing of switchtime in idle().bde1998-07-281-12/+8
* u_int --> unsigned int, remove (now unneeded) <sys/types.h>jlemon1998-07-281-3/+3
* Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesjlemon1998-07-281-1/+4
* Fix an off-by-one error when setting the iomap bits.jlemon1998-07-281-5/+5
* Extend cpl workaround so that it applies when we are returning tojlemon1998-07-271-3/+5
OpenPOWER on IntegriCloud