| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix misspelling of structure field name. | ed | 2013-05-31 | 1 | -1/+1 |
* | Improve portion of the dialog(1) API in dialog.subr responsible for | dteske | 2013-05-31 | 38 | -1368/+1743 |
* | Fix "automatic" login, broken by revision 69825 (12 years, 5 months ago). | marcel | 2013-05-31 | 1 | -14/+10 |
* | Explicitly use a pair of parentheses to ensure correct evaluation | delphij | 2013-05-31 | 2 | -3/+3 |
* | Fix a long standing logic bug introduced in r167814. The code was added to | jkim | 2013-05-31 | 1 | -1/+1 |
* | Style fixes to vn_ioctl(). | jhb | 2013-05-31 | 1 | -14/+15 |
* | Simplify the definition of vm_page_lock_assert(). There is no compelling | alc | 2013-05-31 | 1 | -7/+6 |
* | fork(2): #include <sys/types.h> is not needed. | jilles | 2013-05-31 | 1 | -2/+1 |
* | sh: Add test cases for break outside a loop. | jilles | 2013-05-31 | 2 | -0/+19 |
* | Make netif_free() safe to call on a partially initialized softc. | gibbs | 2013-05-31 | 1 | -2/+5 |
* | Apply the ad* => ada* IDE device name transition to the Xen block | gibbs | 2013-05-31 | 1 | -10/+10 |
* | Different approach to making all compilers happy. | obrien | 2013-05-31 | 1 | -2/+1 |
* | Allow building with clang (which is being really stupid here...). | obrien | 2013-05-31 | 1 | -0/+1 |
* | xpt_create_path() requires mfi_io_lock to be held, so do it. | sbruno | 2013-05-31 | 1 | -0/+3 |
* | - Convert the bufobj lock to rwlock. | jeff | 2013-05-31 | 18 | -210/+157 |
* | Revert files with no local changes to their vendor state to ease future | delphij | 2013-05-31 | 5 | -6/+0 |
* | Remove unused files. | delphij | 2013-05-31 | 23 | -12238/+0 |
* | If the -r option is given we cannot enter capability mode. | pjd | 2013-05-30 | 1 | -2/+4 |
* | Add macros which allow one to define SDT probes with six or seven arguments; | markj | 2013-05-30 | 1 | -0/+49 |
* | Diff reduction against tcpdump revision 949a22064d3534eddeb8aa2b9c36a50e45fe1... | delphij | 2013-05-30 | 1 | -2/+1 |
* | Convert Makefile to have only one file for each line, while I'm there, sort | delphij | 2013-05-30 | 1 | -32/+134 |
* | - Checking for spurious interrupts is only necessary when using INTx. | marius | 2013-05-30 | 1 | -11/+17 |
* | MFV: tcpdump 4.4.0. | delphij | 2013-05-30 | 42 | -7887/+4677 |
|\ |
|
| * | Vendor import of tcpdump 4.4.0. | delphij | 2013-05-30 | 78 | -7924/+5872 |
* | | After the object lock was dropped, the object' reference count could | kib | 2013-05-30 | 1 | -5/+5 |
* | | Remove the capitalization in the assertion message. Print the address | kib | 2013-05-30 | 1 | -1/+1 |
* | | Assert that OBJ_TMPFS flag on the vm object for the tmpfs node is | kib | 2013-05-30 | 1 | -0/+2 |
* | | - Do supply arguments as pointers to bce_get_{pg,rx}_buf() that are not | marius | 2013-05-30 | 1 | -114/+86 |
* | | Update byacc to 20130304 | bapt | 2013-05-30 | 37 | -1724/+1768 |
* | | - As a follow-up to r247565, make firmware images that do not require | marius | 2013-05-30 | 3 | -157/+101 |
* | | Restore (at least temporarily) SHARED=symlinks in the build includes | brooks | 2013-05-30 | 1 | -1/+1 |
* | | Always define INSTALL_DDIR and define it such that it contains no extra | brooks | 2013-05-30 | 1 | -5/+6 |
* | | Bring in a number of new features, mostly implemented by Michio Honda: | luigi | 2013-05-30 | 5 | -320/+1292 |
* | | clarify usage of NETMAP_BUF | luigi | 2013-05-30 | 1 | -2/+2 |
* | | - Merge from r249476: Ensure that PCI bus BUS_GET_DMA_TAG() method sees | marius | 2013-05-30 | 3 | -14/+33 |
* | | add support for rate-limiting in the sender (-R ...) | luigi | 2013-05-30 | 1 | -17/+139 |
* | | add a compile-time option to copy packets instead of doing | luigi | 2013-05-30 | 1 | -3/+12 |
* | | remove use of deprecated ioctl() | luigi | 2013-05-30 | 2 | -3/+1 |
* | | MFV: libpcap 1.4.0. | delphij | 2013-05-30 | 55 | -4054/+8648 |
* | | Add __sync_synchronize(). | ed | 2013-05-30 | 2 | -0/+48 |
* | | Use #ifdef instead of #if defined. | ed | 2013-05-30 | 2 | -2/+2 |
* | | I'm happy to finally commit stephen@'s implementations of cacos, | das | 2013-05-30 | 9 | -15/+1198 |
* | | Fix some harmless bugs in a test. | das | 2013-05-30 | 1 | -2/+2 |
* | | Basic tests for complex inverse trig and hyperbolic functions. | das | 2013-05-30 | 2 | -1/+444 |
* | | MFP4 @217311 | brooks | 2013-05-30 | 2 | -0/+23 |
* | | MFP4 @222836 | brooks | 2013-05-30 | 2 | -2/+33 |
* | | Allow unmapped I/O via aacd(4). It shouldn't be too hard to add the | marius | 2013-05-30 | 3 | -6/+13 |
* | | - Remove pointless returns. | marius | 2013-05-30 | 4 | -20/+3 |
* | | Fix a typo in r249213; the second bus_if.h should have been isa_if.h. | marius | 2013-05-29 | 1 | -1/+1 |
* | | Add support for tethering on the iPhone 4S | eadler | 2013-05-29 | 2 | -0/+4 |