summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync with sys/i386/isa/fd.c revision 1.120.kato1998-07-302-114/+124
* Change load address to 0xfffffc0000300000 to help support AS200.dfr1998-07-306-9/+9
* Remove spurious printf.dfr1998-07-301-2/+1
* add anti-panic workaround from chris radek (cradek@in221.inetnebr.com)julian1998-07-302-0/+4
* Typo fix: teh --> (the|they)alex1998-07-304-7/+7
* Fixed sign extension bugs awoken by changing speed_t to an unsignedbde1998-07-293-6/+12
* Only access an int for READU/WRITEU since that is what ptrace is declared todfr1998-07-291-2/+2
* Default to FreeBSD if no brand detected. This makes life easier whendfr1998-07-291-5/+12
* Fix msgbuf so that it actually works properly.dfr1998-07-292-22/+3
* Fixed printf format errors.bde1998-07-295-61/+68
* Fixed print format errors.bde1998-07-2911-116/+131
* Fixed printf format errors.bde1998-07-292-18/+22
* Honor NOSHARED for tools. All tools should be built static forbde1998-07-291-5/+9
* Fixed error handling:bde1998-07-295-170/+187
* Centralized and optimized handling of large sectors. Centralizedbde1998-07-294-142/+85
* Use the slice-relative blkno in all parts of the label writebde1998-07-291-3/+3
OpenPOWER on IntegriCloud