Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSD | 2013-03-09 | 1 | -6/+1 | |
| | | | | | | via Daniel Dickman. ok deraadt@ | ||||
* | Add a const char* as first member of struct adb_attach_args, so that we can | 2011-06-15 | 1 | -1/+3 | |
| | | | | | | pass a struct confargs * on macppc for some specific children of the adb node, and not confuse real adb device attachments. ok mpi@ | ||||
* | Oops, put the default case outside the ADBVERBOSE block in adbprint(). | 2006-02-09 | 1 | -2/+2 | |
| | |||||
* | Factorize akbd and ams drivers between mac68k and macppc; while there, start | 2006-01-18 | 1 | -0/+108 | |
moving out common adb code as well, and merge adb_direct.c into adb.c to simplify external header files. No functional change; more cleanups to come. |