summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of "do ... while" following "else". This changernordier1999-05-211-1/+1
* Don't do anything on alpha machines.jkh1999-05-212-2/+24
* Silently return NULL from devclass_get_device if dc == NULL. The callerdfr1999-05-211-2/+2
* ftp3.fr.freebsd.org (UVSQ, Versailles, France) has been available for a longroberto1999-05-213-3/+9
* Fix typo (#unset where #undef was meant).jdp1999-05-211-1/+1
* Ack! Cut & paste-o: xl -> alwpaul1999-05-211-3/+3
* This commit adds driver support for PCI fast ethernet cards based on thewpaul1999-05-2117-13/+3056
* FIx the output of long command names.jmz1999-05-211-2/+2
* Print SPANS addresses in the correct byte order.mks1999-05-201-3/+3
* Set CHAR_{MIN,MAX} according to -funsigned-char flag given or notache1999-05-204-12/+36
* Ignore the MAIL environment variable when the -u flag is set.jmz1999-05-201-0/+1
* Make incoming packets work as keepalives, too. This should fix problemseivind1999-05-202-0/+2
* usbdi.h:n_hibma1999-05-207-108/+80
* Add comment about split in drivern_hibma1999-05-202-2/+12
* Add support for multiple PCI "hoses" used on various alpha platforms.gallatin1999-05-2016-69/+253
* upgrade isdn4bsd from version 0.71 to the just released version 0.81hm1999-05-20130-6206/+8811
* Remove bio/cam/net/tty labels.yokota1999-05-2047-132/+132
* - Include isa/isareg.h rather than i386/isa/isa.h for i386.yokota1999-05-202-86/+6
* Include sys/isa/isareg.h rather than i386/isa/isa.h for i386.yokota1999-05-202-10/+2
* Eigth update to the new ATA/ATAPI driver:sos1999-05-206-41/+99
* Consistantly protect "#define FOO ..." with "#undef FOO".obrien1999-05-201-1/+37
* Sync with sys/boot/i386/btx/Makefile revision 1.5.kato1999-05-201-2/+2
* Oops, set module->file..peter1999-05-201-1/+2
* * Remove "'s in the synopsis as config(8) does not require them any more.obrien1999-05-191-4/+4
* Updated Australian channel frequenciesroger1999-05-192-14/+24
* Fix a typo, and get rid of the bugs section that talks about addingken1999-05-191-5/+2
* Add CHAP/PAP question to the ppp setup dialog, simplifying things considerablyjkh1999-05-194-34/+86
* Add ftp5.uk.freebsd.orgjkh1999-05-193-3/+9
* Fixed disordering and duplication of MLINKS in previous commit tobde1999-05-192-3/+3
* Show the usage of flags in the synopsis.obrien1999-05-191-4/+4
* Add a commented out COMPAT22 and COMPAT3x, since we have the others.obrien1999-05-193-3/+9
* Nearly forgot, remove pci_cfgopen() - it's unused on the alpha and is nopeter1999-05-181-7/+1
* Update the list of devices supported (nothing spectacular)n_hibma1999-05-181-0/+7
* Drop some non-existent commented-out targets.rnordier1999-05-181-2/+2
* Add support for clock calibration.dfr1999-05-181-1/+2
* Calibrate the processor cycle counter instead of believing what thedfr1999-05-185-7/+99
* Don't detect an EISA bus unless we see a "card" there somewhere. An EISApeter1999-05-182-4/+20
* Move pcibus (host -> pci bus) probe/attach routines from nexuspeter1999-05-1812-238/+300
* Another minor fix from i386 to remember when the port is set to -1.dfr1999-05-181-2/+2
* Update isa_print_child to match i386.dfr1999-05-181-10/+10
* make md5 checksums actually work instead of simply calculating the lengthjmg1999-05-181-3/+7
* Added device major 125 for the Advantech PCI-1750 Digital IO card.roger1999-05-183-3/+6
* TIOCEXT is also inapproriate before the slave is open, return EAGAIN whenluoqi1999-05-181-29/+31
* Avoid negative numbers in dev_t manipulation. This should fix recent MFSluoqi1999-05-181-3/+3
* Update text on using the smbus, iibus, iicbb controllersroger1999-05-183-12/+24
* Bt848 driver release 1.65roger1999-05-182-14/+62
* Bt848 driver release 1.65roger1999-05-183-6/+9
* Slight reorganization of internal interface in the keyboard controlleryokota1999-05-187-80/+101
* Silence warnings.yokota1999-05-181-10/+10
* Remove unnecessary function call.yokota1999-05-181-2/+1
OpenPOWER on IntegriCloud