Go to file
mrg 9c94f403d6 greatly expand the discussion on transfers and provide most of the details
needed to alloc, setup, transfer and obtain the status of them.
this takes care of:
  - usbd_close_pipe
  - usbd_alloc_xfer
  - usbd_free_xfer
  - usbd_setup{,_default,_isoc}_xfer
  - usbd_transfer
  - usbd_{bulk,intr}_transfer
  - usbd_transfer_sync{,_sig}
  - usbd_get_xfer_status
as well as callback and request information.

update the list of functions missing real descriptions.  there are about
30 usbdi.h and 35 usbdi_util.h functions remaining.
2012-06-02 23:10:12 +00:00
bin Remove an unnecessary space in the manpage. Patch provided by Bug Hunting. 2012-05-09 22:29:06 +00:00
common fix lint comment. 2012-04-07 16:28:59 +00:00
compat Fix typos; wording. 2012-03-29 18:35:11 +00:00
crypto pull in upstream rev.22547: 2012-05-11 18:07:33 +00:00
dist Finish move of bzip2 from dist/bzip2 to external/bsd/bzip2. 2012-05-07 00:35:25 +00:00
distrib Add run(4) cat page. 2012-06-02 10:06:29 +00:00
doc Add myself as responsible for urtwn(4), run(4). 2012-05-30 14:33:48 +00:00
etc PR/46521: Jim Bernard: remove duplicate -o 2012-06-02 15:52:24 +00:00
external Make HAVE_* define match what configure finds. 2012-06-01 20:28:02 +00:00
extsrc
games use modern shell constructs 2012-04-26 03:16:13 +00:00
gnu Format strings don't use all arguments in the non-pluralized case. 2012-05-09 07:59:23 +00:00
include oops, forgot to commit: add tgamma and tgammaf 2012-05-05 22:07:57 +00:00
lib Claim copyright (per Joerg's request). 2012-06-02 22:15:15 +00:00
libexec Add capfile(5) to describe the termcap format. 2012-04-21 12:27:24 +00:00
regress Disable new -Wstring-plus-int warning where needed for now. 2012-04-04 10:59:44 +00:00
rescue PR/46393 - Nat Sloss -- add gpt(8) to /rescue 2012-05-25 21:46:13 +00:00
sbin Add support for unsigned decimal values. 2012-06-02 21:38:09 +00:00
share greatly expand the discussion on transfers and provide most of the details 2012-06-02 23:10:12 +00:00
sys enable building with ath* at pci?. it worked but my pci atheros card 2012-06-02 21:47:46 +00:00
tests adapt to new reality 2012-06-02 16:52:18 +00:00
tools Don't depend on __P. 2012-06-02 22:54:52 +00:00
usr.bin Fix a number of memory leaks. Keep final loop of the cleanup in tic(1) 2012-06-01 12:08:40 +00:00
usr.sbin PR/46500 - Henning Petersen -- wrong permissions on create .seq files 2012-06-02 03:32:53 +00:00
x11 Missed defining XSERVER_XVAX 2012-05-15 14:29:29 +00:00
build.sh Add sanity checks for live-image and install-image targets 2012-02-26 20:32:40 +00:00
BUILDING regen using 'make regen' in doc/ 2012-05-25 13:47:30 +00:00
Makefile Add usr.bin to the exclude list for make includes. 2012-04-21 08:28:00 +00:00
Makefile.inc
UPDATING Mention that you should run makemandb -f, or wait for the weekly script. 2012-05-07 11:20:24 +00:00