summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge with i386/isa/diskslice_machdep.c 1.30dfr1998-07-311-32/+14
* TFTP_ACK goes to port 69 (default tftp port) and tftpd says 'Timeout'.phk1998-07-311-0/+1
* In sys/scsi/st.c, st_close() does not check for errors from callingphk1998-07-311-3/+4
* Fixed printf format errors.bde1998-07-308-80/+94
* Fixed printf format errors.bde1998-07-302-4/+4
* Use the slice interfaces for SCSI cdroms. This centralizes handlingbde1998-07-301-203/+115
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEbde1998-07-309-36/+53
OpenPOWER on IntegriCloud