Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-04 | in _bus_dmamem_alloc_range() use TAILQ_*() instead of tq*_* internals; more ↵ | Michael Shalayeff | |
diagnostic checks | |||
2001-10-04 | copy of macppc's bus_dmamap_load_raw() implementatio; not used on i386 yet | Michael Shalayeff | |
2001-10-04 | move stats update into ticker | Jason Wright | |
allocate all dmamaps in advance (and use load/unload/sync as appropriate) | |||
2001-10-04 | Move check for count=0 into dd's main. We want to do normal setup | Todd 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-04 | Driver 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-04 | SoundForte RadioLink SF64-PCR FM Radio Card device driver | Grigoriy Orlov | |
Probably untested. Work by Vladimir Popov <jumbo@narod.ru>, Maxim Tsyplakov <tm@oganer.net> | |||
2001-10-04 | SoundForte RadioLink SF16-FMR2 FM Radio Card device driver | Grigoriy Orlov | |
Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru> | |||
2001-10-04 | Aztech/PackardBell FM Radio Card device driver | Grigoriy Orlov | |
Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru> | |||
2001-10-04 | regen | Grigoriy Orlov | |
2001-10-04 | Add Guillemot MaxiRadio | Grigoriy Orlov | |
2001-10-04 | Chip specific parts for FM-radio drivers. | Grigoriy Orlov | |
Work by Vladimir Popov <jumbo@narod.ru> and Maxim Tsyplakov <tm@oganer.net> | |||
2001-10-04 | supply entropy from here | Michael Shalayeff | |
2001-10-04 | Deal with whois output that lacks a final newline. This is not legal | Todd C. Miller | |
but apparently there are broken whois servers out there. | |||
2001-10-04 | Device independent framework for FM-radio driver. | Grigoriy Orlov | |
Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru> | |||
2001-10-04 | Fix up tx logic: can't free zero length mbufs (may have to requeue, and it's | Jason Wright | |
not polite to modify the mbuf chain and requeue). | |||
2001-10-04 | This man page needs to be preprocessed with tbl, ok millert@ | Peter Stromberg | |
2001-10-04 | we don't like .Pp and blank lines before/after .Ss; | Mike Pechkin | |
millert@ ok | |||
2001-10-04 | client_alive_check cleanup | Markus Friedl | |
2001-10-04 | comment out bogus conditions for selecting on connection_in | Markus Friedl | |
2001-10-04 | call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com | Markus Friedl | |
2001-10-04 | e.g. and i.e. cleanup | Peter Stromberg | |
2001-10-04 | trim warnx output | Jakob Schlyter | |
2001-10-04 | Fix path to /bin/ls; ok millert | Peter Valchev | |
2001-10-04 | UKC on vax. | Miod Vallat | |
2001-10-03 | sync | Theo de Raadt | |
2001-10-03 | Add $OpenBSD$ tags which were removed when this code was copied. | Dale Rahn | |
2001-10-03 | Add missed file when committing apm for macppc. | Dale Rahn | |
2001-10-03 | try to increase receive buffer size, <ft@pi.se>. ok deraadt@ | Jakob Schlyter | |
2001-10-03 | build apm and apmd on macppc | Dale Rahn | |
ok miod@ | |||
2001-10-03 | Remove all traces of Kerberised NFS; it never worked in OpenBSD, but it | Hans 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-03 | Remove all traces of Kerberised NFS; it never worked in OpenBSD, but it | Hans Insulander | |
has been in the userland tools and the manpages for ages. Spotted by Lars Hansson <lars@unet.net.ph> Ok deraadt@ | |||
2001-10-03 | o Only send port number in the HTTP request 'Host: ' specification | Heikki 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-03 | Mention more USB network cards supported by the aue(4) driver. | Miod Vallat | |
From Jason Ackley <jason@ackley.net>, thanks. | |||
2001-10-03 | return 1 from interrupt handled; kevlo | Theo de Raadt | |
2001-10-03 | Rewrite transmit handling (looks something more like hme), also takes advantage | Jason 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-03 | error printout fix; raj@cerias.purdue.edu | Theo de Raadt | |
2001-10-03 | copy bsd.tbxi into the snapshot directory so it will be included in | Dale Rahn | |
the release directory. cleanup, do not mention bsdofw.rd. | |||
2001-10-03 | Install the bsd.tbxi data file. millert@ ok. | Dale Rahn | |
2001-10-03 | Add device nodes for apm for macppc. | Dale Rahn | |
2001-10-03 | apm support for macppc. This is not fully implemented, sleep modes | Dale 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-03 | Cleanup improperly shared code between the two interrupt drivers. | Dale Rahn | |
Pointed out by a7r. | |||
2001-10-03 | o English, typos | Heikki 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-03 | M_WAIT in ether_output is wrong. Fix APPLETALK stuff. | Artur Grabowski | |
2001-10-03 | missing copyright | Markus Friedl | |
2001-10-03 | use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp | Markus Friedl | |
2001-10-03 | Document 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-03 | Cleanup/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-03 | If the TDB doesn't have an attached src/dst ID, it can be used for any | Angelos D. Keromytis | |
type of traffic. | |||
2001-10-03 | simple keynote module for apache and mod_ssl | Todd C. Miller | |
2001-10-03 | fix data sheet link. ok deraadt@ | Kevin Lo | |