summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use [u]intptr_t instead of [unsigned] long to convert and/or representbde1998-08-108-34/+42
* Hide compiler warnings for casting from a long to a pointer of abde1998-08-101-2/+2
* Sync with sys/i386/isa/syscons.c revision 1.273.kato1998-08-101-1/+17
* Sync with sys/i386/isa/diskslice_machdep.c revision 1.31.kato1998-08-102-6/+12
* Sync with sys/i386/conf/majors.i386 revision 1.45.kato1998-08-101-1/+3
* Sync with sys/i386/conf/options.i386 revision up to 1.84.kato1998-08-102-2/+10
* Fixed the formatting of some tables (mainly the one produced by psbde1998-08-105-14/+15
* Reserve majors for M-Systems DiskOnChip driver. This driver will bephk1998-08-102-2/+6
* - Added SC_BAD_FLICKER for syscons.yokota1998-08-105-5/+16
* A workaround for screen flicker; eliminate some I/O access to the VGAyokota1998-08-102-2/+34
* Lots of changes, including:dfr1998-08-1035-91/+2364
* The machine dependent disk slice manager does not recognizephk1998-08-102-6/+12
* Support the PAL version of the BT878 based Haupauge WinTV/PCI.sos1998-08-102-0/+2
* MF22: Shut this thing up by default.jkh1998-08-092-4/+4
* A few misc changes to get the spigot and meteor board working in 3.0.jkh1998-08-085-3/+18
* Updated Hauppauge detection code for Tuner ID 0x0a for newer NTSCsos1998-08-082-10/+26
* Make ../Makefile.inc handling more consistant to prevent multiple includespeter1998-08-081-1/+4
* Fix garbage after quitting X server.kato1998-08-071-1/+3
* Sync with sys/i386/conf/files.i386 and majors.i386 revisions 1.200 andkato1998-08-073-4/+7
* Sync with sys/i386/isa/syscons.c and syscons.h revisions 1.272 andkato1998-08-072-146/+299
* Remove a stupid hack of mine which prevented PCI io memory access on the alpha.dfr1998-08-071-5/+2
* Add support for type1 pci configuration cycles for cia (not pyxis yet).dfr1998-08-071-26/+61
* Add some more useful macros.dfr1998-08-071-1/+7
* Update so that it should build a working kernel for the platforms supporteddfr1998-08-072-16/+54
* Tweaks to console support.dfr1998-08-071-31/+22
* Fix some things Simon had broken, basically making LINT compile again.eivind1998-08-061-9/+3
* Port syscons to the alpha. The driver itself has moved to sys/isa as it willdfr1998-08-0611-116/+241
* The daemon, snake and star savers should refuse to load if the currentyokota1998-08-066-6/+24
* Support files for ISA bus.dfr1998-08-062-0/+260
* Protect all modifications to paging_in_progress with splvm(). The i386dfr1998-08-067-19/+38
* Add Id keywordbrian1998-08-056-4/+18
* Removed prototype for gone-away hzto().bde1998-08-051-39/+37
* Removed unused function hzto().bde1998-08-052-36/+2
* Converted the last instance of hzto() to tvtohz().bde1998-08-051-3/+3
* Converted the second last instance of hzto() to tvtohz().bde1998-08-052-40/+30
* Move assignment of cur_rlp to after the acquisition of the list lock.dg1998-08-051-2/+3
* Define ss_size in struct sigaltstack as size_t instead of int.dfr1998-08-052-4/+14
* Update DPT driver from 1.4.3 to 1.4.5eivind1998-08-059-285/+494
* fix broken loopback code for ddp (again)julian1998-08-042-7/+43
* Add driver dgm - for the Digiboard PC/Xembrian1998-08-047-15/+25
* Add driver dgm - for the Digiboard PC/Xembrian1998-08-048-0/+14046
* remove nonsense code.phk1998-08-041-4/+2
* Implemented a more sophisticated mechanism for handling transmitterdg1998-08-042-90/+206
* Fix this thing to work properly with multiple tlan adapters; incrementwpaul1998-08-041-1/+3
* Correct an irritating documentation error.msmith1998-08-041-2/+2
* Copy in the nfs_diskless structure if NFS_ROOT is defined. A previousmsmith1998-08-033-6/+6
* Major ppbus updates from the author.msmith1998-08-0323-1361/+4286
* Use explicitly sized types when digging through packet headers.dfr1998-08-031-9/+9
* 1. Reorganized screen saver related code so that both the LKM screenyokota1998-08-038-442/+920
* Sync with sys/i386/isa/syscons.h revision 1.38.kato1998-08-031-1/+2
OpenPOWER on IntegriCloud