aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* remove nonsense code.Poul-Henning Kamp1998-08-041-4/+2
* Implemented a more sophisticated mechanism for handling transmitterDavid Greenman1998-08-042-90/+206
* Fix this thing to work properly with multiple tlan adapters; incrementBill Paul1998-08-041-1/+3
* Correct an irritating documentation error.Mike Smith1998-08-041-2/+2
* Copy in the nfs_diskless structure if NFS_ROOT is defined. A previousMike Smith1998-08-033-6/+6
* Major ppbus updates from the author.Mike Smith1998-08-0323-1361/+4286
* Use explicitly sized types when digging through packet headers.Doug Rabson1998-08-031-9/+9
* 1. Reorganized screen saver related code so that both the LKM screenKazutaka YOKOTA1998-08-038-442/+920
* Sync with sys/i386/isa/syscons.h revision 1.38.KATO Takenori1998-08-031-1/+2
* Sync with sys/i386/isa/syscons.c revision up to 1.271.KATO Takenori1998-08-031-12/+46
* Sync with sys/i386/i386/userconfig.c revision 1.106.KATO Takenori1998-08-031-2/+4
* - When the system is shut down, switch to the vty0 if possible.Kazutaka YOKOTA1998-08-033-9/+51
* Fix the bug which always reallocated the cut buffer wheneverKazutaka YOKOTA1998-08-033-21/+54
* Don't accept the blank time value, if it is too big.Kazutaka YOKOTA1998-08-033-6/+12
* - Add new bell types: "quiet.normal" and "quiet.visual".Kazutaka YOKOTA1998-08-036-12/+36
* Updates for the ThunderLAN driver:Bill Paul1998-08-032-32/+136
* Add the ISP Qlogic SCSI card to the list of known devices.Gary Palmer1998-08-021-2/+4
* Added 82555B support for media status.David Greenman1998-08-022-2/+4
* Reordered fxp_softc for optimal cacheline behavior.David Greenman1998-08-022-16/+20
* Killed unused variable/assignment.David Greenman1998-08-022-4/+2
* Sync with sys/i386/boot/netboot/main.c revision 1.23.KATO Takenori1998-08-011-0/+1
* If we get an ENOBUFS from the network, it's normally transient networkPeter Wemm1998-08-013-3/+33
* Fix a compile error if IPFIREWALL_FORWARD active without IPDIVERT.Peter Wemm1998-08-011-3/+2
* Cosmetic change to driver registration.Doug Rabson1998-07-313-6/+6
* Make it possible to have a driver registered with more than one parent bus.Doug Rabson1998-07-311-16/+17
* Only perform byte/word accesses in the correct EV56 memory space.Doug Rabson1998-07-311-78/+69
* Add definitions of EV56 INT1/INT2/INT4/INT8 memory spaces.Doug Rabson1998-07-311-1/+9
* Merge with i386/isa/diskslice_machdep.c 1.30Doug Rabson1998-07-311-32/+14
* TFTP_ACK goes to port 69 (default tftp port) and tftpd says 'Timeout'.Poul-Henning Kamp1998-07-311-0/+1
* In sys/scsi/st.c, st_close() does not check for errors from callingPoul-Henning Kamp1998-07-311-3/+4
* Fixed printf format errors.Bruce Evans1998-07-308-80/+94
* Fixed printf format errors.Bruce Evans1998-07-302-4/+4
* Use the slice interfaces for SCSI cdroms. This centralizes handlingBruce Evans1998-07-301-203/+115
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEBruce Evans1998-07-309-36/+53
* Sync with sys/i386/isa/fd.c revision 1.120.KATO Takenori1998-07-302-114/+124
* Change load address to 0xfffffc0000300000 to help support AS200.Doug Rabson1998-07-306-9/+9
* Remove spurious printf.Doug Rabson1998-07-301-2/+1
* add anti-panic workaround from chris radek (cradek@in221.inetnebr.com)Julian Elischer1998-07-302-0/+4
* Typo fix: teh --> (the|they)Alexander Langer1998-07-304-7/+7
* Fixed sign extension bugs awoken by changing speed_t to an unsignedBruce Evans1998-07-293-6/+12
* Only access an int for READU/WRITEU since that is what ptrace is declared toDoug Rabson1998-07-291-2/+2
* Default to FreeBSD if no brand detected. This makes life easier whenDoug Rabson1998-07-291-5/+12
* Fix msgbuf so that it actually works properly.Doug Rabson1998-07-292-22/+3
* Fixed printf format errors.Bruce Evans1998-07-295-61/+68
* Fixed print format errors.Bruce Evans1998-07-2911-116/+131
* Fixed printf format errors.Bruce Evans1998-07-292-18/+22
* Honor NOSHARED for tools. All tools should be built static forBruce Evans1998-07-291-5/+9
* Fixed error handling:Bruce Evans1998-07-295-170/+187
* Centralized and optimized handling of large sectors. CentralizedBruce Evans1998-07-294-142/+85
* Use the slice-relative blkno in all parts of the label writeBruce Evans1998-07-291-3/+3