summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* USB endpoints are almost always single-digits, fix the path in the mangavin2014-05-161-4/+4
* Remove old files.hselasky2014-05-164-3327/+0
* Cancel DAD for an ifa when the ifp has ND6_IFF_IFDISABLED as early ashrs2014-05-161-2/+16
* Fix a compile warning about unused variable.hselasky2014-05-161-5/+2
* Rename "saf1761_dci_xxx" into "saf1761_otg_xxx" to reflect that thishselasky2014-05-165-1/+3328
* Implement basic support for the USB host controller found in thehselasky2014-05-163-66/+775
* Don't cast away the const qualifier. Fixes gcc build.des2014-05-162-8/+8
* Move configuration of IPv6 NDP flags to a point before handling ifconfig_IF.hrs2014-05-161-7/+10
* - Allow the SAF1761 driver to attach to the root HUB USB driver.hselasky2014-05-161-0/+1
* - Add flattended device tree probe-, attach- and detach code for thehselasky2014-05-161-0/+183
* - Correct some programming details for the SAF1761 driver.hselasky2014-05-163-29/+107
* Add a command line argument (-l) to end event collection after somegnn2014-05-163-3/+51
* Speed up pmcstat by improving string hashemaste2014-05-161-3/+3
* Review pass through jail.8bjk2014-05-161-99/+102
* Remove the function tcp_twrecycleable; it has been #if 0'd forsilby2014-05-162-36/+0
* Remove some prototypes for undefined functions.markj2014-05-152-4/+0
* ldns_axfr_abort is apparently an undocumented API function. Unstaticizedes2014-05-152-1/+7
* regeneratedes2014-05-151-10/+10
* diff reductiondes2014-05-151-10/+10
* - Do not override sin6_scope_id in LLA when it is already set to non-zero.hrs2014-05-151-5/+9
* MFuser/marcel/mkimg:marcel2014-05-1519-160/+775
|\
| * Compile on x86 (ILP32).marcel2014-05-151-1/+1
| * Mention -f vmdk and the VMDK output format in the example section.marcel2014-05-151-0/+8
| * Replace unchecked calls to write(2) and lseek(2) with calls tomarcel2014-05-151-9/+30
| * Give sparse_write() the same prototype as write(2) as it's supposed tomarcel2014-05-152-3/+4
| * Check allocation errors and free memory we allocated.marcel2014-05-151-6/+22
| * As it appears the image must be rounded to the nearest megabyte,marcel2014-05-151-1/+2
| * Have the format resize twice. The first time is before we callmarcel2014-05-151-3/+9
| * Commit rough but working code:marcel2014-05-151-43/+81
| * Give output formats a chance to (re-)size the image before themarcel2014-05-146-13/+47
| * Add image_get_size() so formats can query about the image size.marcel2014-05-093-0/+37
| * Add format_write() that calls the write() function of the outputmarcel2014-05-084-3/+14
| * Have image_write() call sparse_write() so that we can use SEEK_HOLEmarcel2014-05-081-1/+1
| * Define the sparse extent header and document the steps to takemarcel2014-05-081-0/+56
| * Add the -f option for specifying the output format. Update the manpagemarcel2014-05-082-4/+28
| * Add a linker set for output formats. This is mostly copied and trimmedmarcel2014-05-086-6/+242
| * When write sparse files, make sure to truncate(2) the file. Otherwisemarcel2014-05-081-0/+2
| * Provide a file-based implementation for the image API. This almostmarcel2014-05-075-97/+96
| * Replace 2 instances of fdcopy() with image_copyin(). With this, themarcel2014-05-071-4/+4
| * Switch to the image API:marcel2014-05-0713-59/+42
| * Add image.c and image.h. These files will contain functions to implementmarcel2014-05-073-1/+129
| * Abstract the use of ftruncate(2) behind mkimg_set_size().marcel2014-05-075-6/+19
| * Eliminate mkimg_seek() by moving the lseek(2) calls into fdcopy().marcel2014-05-071-23/+24
| * Merge ^/head/usr.bin/mkimg@265546marcel2014-05-079-55/+83
* | Upgrade the default callchain depthgnn2014-05-151-1/+1
* | make a note that FNBUFF cannot overflow as long as LNBUFF is smaller..jmg2014-05-151-0/+1
* | Update the amount of data we can collect for hwpmc(4) by defaultgnn2014-05-151-4/+4
* | Remove unused variable.trasz2014-05-151-4/+0
* | Extend the size of the function or symbol that can be annotated.gnn2014-05-151-2/+2
* | Remove documention of WITHOUT_NCURSES removed in r266157.brooks2014-05-153-47/+116
OpenPOWER on IntegriCloud