summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-04in _bus_dmamem_alloc_range() use TAILQ_*() instead of tq*_* internals; more ↵Michael Shalayeff
diagnostic checks
2001-10-04copy of macppc's bus_dmamap_load_raw() implementatio; not used on i386 yetMichael Shalayeff
2001-10-04move stats update into tickerJason Wright
allocate all dmamaps in advance (and use load/unload/sync as appropriate)
2001-10-04Move check for count=0 into dd's main. We want to do normal setupTodd C. Miller
in this case and just don't want to actually copy any data. Fixes a problem noted by aaron@ where the time portion of the summary would be wrong and also gives us sane behavior when seek is non-zero but count is 0.
2001-10-04Driver skeleton for Guillemot Maxi Radio FM2000 PCI Radio Card.Grigoriy Orlov
If I understand right developers have no such card. Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru>
2001-10-04SoundForte RadioLink SF64-PCR FM Radio Card device driverGrigoriy Orlov
Probably untested. Work by Vladimir Popov <jumbo@narod.ru>, Maxim Tsyplakov <tm@oganer.net>
2001-10-04SoundForte RadioLink SF16-FMR2 FM Radio Card device driverGrigoriy Orlov
Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru>
2001-10-04Aztech/PackardBell FM Radio Card device driverGrigoriy Orlov
Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru>
2001-10-04regenGrigoriy Orlov
2001-10-04Add Guillemot MaxiRadioGrigoriy Orlov
2001-10-04Chip specific parts for FM-radio drivers.Grigoriy Orlov
Work by Vladimir Popov <jumbo@narod.ru> and Maxim Tsyplakov <tm@oganer.net>
2001-10-04supply entropy from hereMichael Shalayeff
2001-10-04Deal with whois output that lacks a final newline. This is not legalTodd C. Miller
but apparently there are broken whois servers out there.
2001-10-04Device independent framework for FM-radio driver.Grigoriy Orlov
Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru>
2001-10-04Fix up tx logic: can't free zero length mbufs (may have to requeue, and it'sJason Wright
not polite to modify the mbuf chain and requeue).
2001-10-04This man page needs to be preprocessed with tbl, ok millert@Peter Stromberg
2001-10-04we don't like .Pp and blank lines before/after .Ss;Mike Pechkin
millert@ ok
2001-10-04client_alive_check cleanupMarkus Friedl
2001-10-04comment out bogus conditions for selecting on connection_inMarkus Friedl
2001-10-04call OPENSSL_free() for memory allocated by openssl; from chombier@mac.comMarkus Friedl
2001-10-04e.g. and i.e. cleanupPeter Stromberg
2001-10-04trim warnx outputJakob Schlyter
2001-10-04Fix path to /bin/ls; ok millertPeter Valchev
2001-10-04UKC on vax.Miod Vallat
2001-10-03syncTheo de Raadt
2001-10-03Add $OpenBSD$ tags which were removed when this code was copied.Dale Rahn
2001-10-03Add missed file when committing apm for macppc.Dale Rahn
2001-10-03try to increase receive buffer size, <ft@pi.se>. ok deraadt@Jakob Schlyter
2001-10-03build apm and apmd on macppcDale Rahn
ok miod@
2001-10-03Remove all traces of Kerberised NFS; it never worked in OpenBSD, but itHans Insulander
has been in the userland tools and the manpages for ages. Spotted by Lars Hansson <lars@unet.net.ph> Ok deraadt@ Ok millert@
2001-10-03Remove all traces of Kerberised NFS; it never worked in OpenBSD, but itHans Insulander
has been in the userland tools and the manpages for ages. Spotted by Lars Hansson <lars@unet.net.ph> Ok deraadt@
2001-10-03o Only send port number in the HTTP request 'Host: ' specificationHeikki Korpela
if it is non-default (i.e., != 80) to circumvent bugs in some broken HTTP servers. naddy@ got hit by this with a port, lebel@ spotted the problem. o Print the HTTP request if debug (the ``-d'' flag) is specified. millert@ ok
2001-10-03Mention more USB network cards supported by the aue(4) driver.Miod Vallat
From Jason Ackley <jason@ackley.net>, thanks.
2001-10-03return 1 from interrupt handled; kevloTheo de Raadt
2001-10-03Rewrite transmit handling (looks something more like hme), also takes advantageJason Wright
of some register shadowing provided by the asic. [This still isn't optimal, but it's getting closer...] Move all of the stat stuff out of the interrupt context and into the timeout.
2001-10-03error printout fix; raj@cerias.purdue.eduTheo de Raadt
2001-10-03copy bsd.tbxi into the snapshot directory so it will be included inDale Rahn
the release directory. cleanup, do not mention bsdofw.rd.
2001-10-03Install the bsd.tbxi data file. millert@ ok.Dale Rahn
2001-10-03Add device nodes for apm for macppc.Dale Rahn
2001-10-03apm support for macppc. This is not fully implemented, sleep modesDale Rahn
and power event are not handled, however it is enough support to poll the battery/AC/charging states of the system. Code by Alexander Guy.
2001-10-03Cleanup improperly shared code between the two interrupt drivers.Dale Rahn
Pointed out by a7r.
2001-10-03o English, typosHeikki Korpela
o Clarify that cksum(1) and md5(1) are actual commands. Some systems only have md5(3) functions and the corresponding command is something different. ok miod@
2001-10-03M_WAIT in ether_output is wrong. Fix APPLETALK stuff.Artur Grabowski
2001-10-03missing copyrightMarkus Friedl
2001-10-03use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jpMarkus Friedl
2001-10-03Document regression testing framework.Marc Espie
Remove wishful thinking about FETCH_DEPENDS, though I would like this curl vs. ftp issue fixed, darn it.
2001-10-03Cleanup/addition of manpages for macppc.Dale Rahn
Some of these changes from Peter Philipp. ok millert. zs was cleaned up based on comments.
2001-10-03If the TDB doesn't have an attached src/dst ID, it can be used for anyAngelos D. Keromytis
type of traffic.
2001-10-03simple keynote module for apache and mod_sslTodd C. Miller
2001-10-03fix data sheet link. ok deraadt@Kevin Lo