summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* update ATM driver. (base version: midway.c 1.67 --> 1.68)kjc1998-07-297-273/+1053
* Make the logging of abnormally exiting processes optional by a sysctl.joerg1998-07-282-8/+15
* pseudo-device ssc requires su.c (pseudo-device su)brian1998-07-281-0/+1
* Set bp->b_resid for failed transfers in dscheck(). This is thebde1998-07-281-1/+2
* Set the disk type to SCSI in the in-core label for the whole disk.bde1998-07-282-2/+4
* Used daddr_t's, not ints, to store disk block numbers. Updated printfbde1998-07-282-18/+22
* Set p->p_switchtime to switchtime instead of to the current time inbde1998-07-283-3/+33
* Micro-optimized and cleaned up the clearing of switchtime in idle().bde1998-07-283-36/+24
* Fixed two spl nesting bugs. They caused (at least) the entire pageoutbde1998-07-281-2/+2
* u_int --> unsigned int, remove (now unneeded) <sys/types.h>jlemon1998-07-282-6/+6
* Record the new physical address of the pcb in pmap_swapin_proc.dfr1998-07-281-11/+18
* I have a PD drive (Matsushita PD/CD Drive LF-1600).phk1998-07-281-2/+2
* Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesjlemon1998-07-282-2/+8
* Fix an off-by-one error when setting the iomap bits.jlemon1998-07-282-10/+10
* Style fixes and a bug fix: don't remove the exit handler if unmountalex1998-07-272-10/+12
OpenPOWER on IntegriCloud