| Commit message (Expand) | Author | Age | Files | Lines |
* | Only initialize array of mibs once. | kib | 2012-06-30 | 1 | -3/+4 |
* | Initialize procs closer to the place were it is used. | kib | 2012-06-30 | 1 | -5/+5 |
* | Switch back to the 4BSD scheduler for now. There is some more or less | marius | 2012-06-30 | 1 | -1/+1 |
* | Exclude at91sam9x25 support, which just wastes space for Ethernut 5. | marius | 2012-06-30 | 1 | -0/+1 |
* | mps(4) is endian safe as of r237683. | brueffer | 2012-06-30 | 1 | -4/+1 |
* | cxgb(4): IPv6 rx/tx hw checksum, IPv6 TSO and LRO too. | np | 2012-06-30 | 3 | -44/+74 |
* | - Assign (don't OR) the CSUM_XXX bits to csum_flags in the rx checksum code. | np | 2012-06-30 | 2 | -5/+5 |
* | Bump this up - that way the AR9300 and later MACs get covered (for now) | adrian | 2012-06-30 | 1 | -1/+1 |
* | MFP4 #212266 | brooks | 2012-06-29 | 1 | -10/+11 |
* | cxgbe(4): support for IPv6 TSO and LRO. | np | 2012-06-29 | 5 | -19/+61 |
* | Reduce diffs between GENERIC and GENERIC64. Also fix a few whitespace nits | joel | 2012-06-29 | 2 | -10/+13 |
* | Bump dtrace_helper_actions_max from 32 to 128 | pfg | 2012-06-29 | 1 | -1/+1 |
* | In r237592, I forgot that pmap_enter() might already hold a PV list lock | alc | 2012-06-29 | 1 | -15/+30 |
* | Change the mps(4) driver to only scan a target if that is what is | ken | 2012-06-29 | 1 | -2/+5 |
* | cxgbe(4): support for IPv6 hardware checksumming (rx and tx). | np | 2012-06-29 | 2 | -26/+57 |
* | Support also running a 32-bit test on 64-bit platforms. | obrien | 2012-06-29 | 1 | -1/+3 |
* | Hold GIF_LOCK() for almost all of gif_start(). It is required to be held | jhb | 2012-06-29 | 2 | -19/+0 |
* | Call set_terminal_mode() after video mode change, not before, because | ache | 2012-06-29 | 1 | -4/+8 |
* | dtrace instruction decoder: add 0x0f 0x1f NOP opcode support | avg | 2012-06-29 | 2 | -2/+2 |
* | Tweak comment. | imp | 2012-06-29 | 1 | -1/+1 |
* | Add PIOD, make at91sam9x25 a standard SoC, tweak some comments. | imp | 2012-06-29 | 3 | -4/+8 |
* | Ooops, replaced the at91sam9g20 interrupt list with the at91sam9x25 ones. | imp | 2012-06-29 | 1 | -26/+26 |
* | Initital support for AT91SAM9X25 SoC and the SAM9X25-EK evaluation | imp | 2012-06-29 | 6 | -0/+960 |
* | All xscale ports are armeb, so mark it here. This should reduce universe | imp | 2012-06-29 | 1 | -0/+1 |
* | The `end' symbol doesn't match the end of the kernel image because it's | rpaulo | 2012-06-29 | 2 | -6/+8 |
* | Kick the current-state report timer when a V1 group report would | bms | 2012-06-28 | 1 | -0/+1 |
* | Fix a typo in MLD query exponent processing. | bms | 2012-06-28 | 1 | -1/+1 |
* | In MLDv2 general query processing, do not enforce the strict check | bms | 2012-06-28 | 1 | -7/+1 |
* | Avoid some unnecessary PV list locking in pmap_enter(). | alc | 2012-06-28 | 1 | -1/+1 |
* | Now that the mps(4) driver is endian-safe, add it to the powerpc and | ken | 2012-06-28 | 2 | -0/+2 |
* | Fix ioctl type for compiling with clang | emaste | 2012-06-28 | 2 | -4/+4 |
* | Add a loader tunable, kern.cam.ctl.disable, that will disable | ken | 2012-06-28 | 5 | -1/+33 |
* | Fix millisecond to ticks conversion in drm_msleep(). | mav | 2012-06-28 | 1 | -1/+1 |
* | Safer fix for building with Clang. | pfg | 2012-06-28 | 1 | -1/+1 |
* | Pass the src and dst address of a received packet explicitly around. | tuexen | 2012-06-28 | 15 | -673/+329 |
* | Fix build with Clang. | pfg | 2012-06-28 | 1 | -1/+1 |
* | Automatically generate hardware notes for bwn(4). | brueffer | 2012-06-28 | 1 | -0/+2 |
* | Automatically generate hardware notes for bxe(4). | brueffer | 2012-06-28 | 2 | -0/+3 |
* | o Restore -u <username> getopt(3) flag somehow killed in r234712. | maxim | 2012-06-28 | 1 | -1/+1 |
* | - Add UPDATING entry for BSD sort | gabor | 2012-06-28 | 1 | -0/+6 |
* | Turns out the emulators still need/want a_magic, so put it back here. | imp | 2012-06-28 | 1 | -0/+1 |
* | Remove an old hack I noticed years ago, but never committed. | imp | 2012-06-28 | 3 | -8/+7 |
* | Document some MP assumptions for sio. | imp | 2012-06-28 | 1 | -0/+5 |
* | Simplify resource activation a bit. | imp | 2012-06-28 | 2 | -26/+39 |
* | Add a sysctl to set the cdrom timeout. Data recovery operations from | imp | 2012-06-28 | 1 | -2/+10 |
* | octeon_uart_class was removed some time ago everywhere but here. | imp | 2012-06-28 | 1 | -3/+0 |
* | Optimize pmap_pv_demote_pde(). | alc | 2012-06-28 | 1 | -10/+35 |
* | Bring in LSI's latest mps(4) 6Gb SAS and WarpDrive driver, version | ken | 2012-06-28 | 22 | -378/+668 |
* | Fix a typo in a panic() call. | ken | 2012-06-28 | 1 | -1/+1 |
* | Add the 'inet' keyword after the nat rule to avoid interfering with | rpaulo | 2012-06-28 | 2 | -2/+2 |