summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync with sys/i386/isa/syscons.c revision up to 1.271.kato1998-08-031-12/+46
* Sync with sys/i386/i386/userconfig.c revision 1.106.kato1998-08-031-2/+4
* - When the system is shut down, switch to the vty0 if possible.yokota1998-08-033-9/+51
* Fix the bug which always reallocated the cut buffer wheneveryokota1998-08-033-21/+54
* Don't accept the blank time value, if it is too big.yokota1998-08-033-6/+12
* - Add new bell types: "quiet.normal" and "quiet.visual".yokota1998-08-036-12/+36
* Updates for the ThunderLAN driver:wpaul1998-08-032-32/+136
* Add the ISP Qlogic SCSI card to the list of known devices.gpalmer1998-08-021-2/+4
* Added 82555B support for media status.dg1998-08-022-2/+4
* Reordered fxp_softc for optimal cacheline behavior.dg1998-08-022-16/+20
* Killed unused variable/assignment.dg1998-08-022-4/+2
* Sync with sys/i386/boot/netboot/main.c revision 1.23.kato1998-08-011-0/+1
* If we get an ENOBUFS from the network, it's normally transient networkpeter1998-08-013-3/+33
* Fix a compile error if IPFIREWALL_FORWARD active without IPDIVERT.peter1998-08-011-3/+2
* Cosmetic change to driver registration.dfr1998-07-313-6/+6
* Make it possible to have a driver registered with more than one parent bus.dfr1998-07-311-16/+17
* Only perform byte/word accesses in the correct EV56 memory space.dfr1998-07-311-78/+69
* Add definitions of EV56 INT1/INT2/INT4/INT8 memory spaces.dfr1998-07-311-1/+9
OpenPOWER on IntegriCloud