aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* aic7xxx.c:Justin T. Gibbs1999-05-223-18/+10
* Add a default async handler funstion to cam_periph.c to remove duplicatedJustin T. Gibbs1999-05-228-55/+46
* Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccbJustin T. Gibbs1999-05-224-114/+280
* First cut at a driver for the amd53c974 PCI SCSI host adapter. ThisJustin T. Gibbs1999-05-224-0/+6030
* Don't call calcru() on a swapped-out process. calcru() access p_stats, whichDmitrij Tejblum1999-05-223-40/+31
* Use BINOWN and BINGRP (some people do change these...)Tim Vanderhoek1999-05-221-2/+2
* Port pnpinfo to alpha.Doug Rabson1999-05-223-7/+17
* Cope with non page-aligned arguments to ioperm.Doug Rabson1999-05-222-14/+19
* I seem to be having some CVS problems... I don't know why this wasn'tDavid E. O'Brien1999-05-221-0/+702
* - Fix up some comments in if_wi.c (no code changes)Bill Paul1999-05-228-36/+72
* Use the resource apis to manipulate resources.Doug Rabson1999-05-225-24/+96
* Don't use BUS_WRITE_IVAR to manipulate resources.Doug Rabson1999-05-223-27/+30
* * Factor out the common code between the isa bus drivers for i386 and alpha.Doug Rabson1999-05-2210-1321/+746
* Add some helper functions to make it easier to write a driver for a busDoug Rabson1999-05-222-3/+218
* Fix a reference to the mysterious Mike Smisth.Robert Nordier1999-05-222-4/+4
* Include a table of disk error codes and a note about the cylinder >Robert Nordier1999-05-221-1/+39
* Add seatbelt like in previous function..Peter Wemm1999-05-221-1/+3
* Recover from removing the last (unshared) interrupt handler.Peter Wemm1999-05-224-108/+48
* Fixed style bugs in previous commit.Bruce Evans1999-05-224-20/+20
* Fix a coredump when debugging corefiles from static programs.Doug Rabson1999-05-221-1/+1
* Fixed disordering in previous commit.Bruce Evans1999-05-221-4/+4
* If we're going to do such a non-UNIX(tm)y thing as appending outputTim Vanderhoek1999-05-221-2/+8
* Move arpcom structure be the first in softc structure. NeededSemen Ustimenko1999-05-223-6/+6
* Cosmetic changes to make it compile without errors in gcc -WallJulian Elischer1999-05-223-30/+51
* Restored rev.1.76 which was clobbered by rev.1.77.Bruce Evans1999-05-222-4/+4
* Remove `ix' driver. Justin Gibbs added support for the EtherExpress16 toDavid E. O'Brien1999-05-221-2/+2
* Add euro-currency and constant rates of EMU area.Jean-Marc Zucconi1999-05-221-11/+16
* Remove some #ifdef'ed code. The ADMtek doesn't have a 'enable reception ofBill Paul1999-05-211-13/+2
* Fix a memory leak and a double free that could happen in certain errorKenneth D. Merry1999-05-211-5/+4
* Fix hostname lookup problems on 64-bit machines.John Polstra1999-05-214-9/+9
* Add an a.out ld.so so these distributions are standalone.David E. O'Brien1999-05-214-8/+1416
* Need a few more dependacies.David E. O'Brien1999-05-211-3/+3
* Add usr/libexec/ld.soDavid E. O'Brien1999-05-211-2/+4
* Remove duplicated `ex0' entry.David E. O'Brien1999-05-211-1/+0
* Chflags was clearing all flags supplied on the command line after aJean-Marc Zucconi1999-05-215-10/+10
* Fix a sign-extension bug in xntpdc's "kerninfo" output for on 64-bitJohn Polstra1999-05-211-1/+1
* Realy fix overflow on SO_*TIMEOAndrey A. Chernov1999-05-211-4/+12
* Fix a couple of small grammatical errors.Bill Paul1999-05-214-8/+8
* Improve handling of "do ... while" following "else". This changeRobert Nordier1999-05-211-1/+1
* Don't do anything on alpha machines.Jordan K. Hubbard1999-05-212-2/+24
* Silently return NULL from devclass_get_device if dc == NULL. The callerDoug Rabson1999-05-211-2/+2
* ftp3.fr.freebsd.org (UVSQ, Versailles, France) has been available for a longOllivier Robert1999-05-213-3/+9
* Fix typo (#unset where #undef was meant).John Polstra1999-05-211-1/+1
* Ack! Cut & paste-o: xl -> alBill Paul1999-05-211-3/+3
* This commit adds driver support for PCI fast ethernet cards based on theBill Paul1999-05-2117-13/+3056
* FIx the output of long command names.Jean-Marc Zucconi1999-05-211-2/+2
* Print SPANS addresses in the correct byte order.Mike Spengler1999-05-201-3/+3
* Set CHAR_{MIN,MAX} according to -funsigned-char flag given or notAndrey A. Chernov1999-05-204-12/+36
* Ignore the MAIL environment variable when the -u flag is set.Jean-Marc Zucconi1999-05-201-0/+1
* Make incoming packets work as keepalives, too. This should fix problemsEivind Eklund1999-05-202-0/+2