| Commit message (Expand) | Author | Age | Files | Lines |
* | ctype_l(3): Note that not all these functions are specified by POSIX.1-2008. | jilles | 2012-07-01 | 1 | -1/+14 |
* | Correct a grammo. | schweikh | 2012-07-01 | 1 | -1/+1 |
* | Remove bogus __unused attribute from hrowpic_eoi(). | rpaulo | 2012-07-01 | 1 | -1/+1 |
* | Check if there is cmsg at all. | pjd | 2012-07-01 | 1 | -1/+1 |
* | Make geom_mirror more friendly to SSDs. To properly support TRIM, | glebius | 2012-07-01 | 2 | -3/+15 |
* | In g_mirror_regular_request() upon successful delivery treat | glebius | 2012-07-01 | 1 | -1/+2 |
* | Replace an unreachable panic() in vm86_getptr (been there for 13 years) with | brueffer | 2012-07-01 | 2 | -3/+3 |
* | Similar to all.log, mention that /var/log/console.log has to be created and c... | brueffer | 2012-07-01 | 1 | -0/+1 |
* | tws(4) is interfaced with CAM so move it to the same section. | delphij | 2012-07-01 | 1 | -1/+1 |
* | Create a pseudo-lint kernel for all at91 SoCs. This kernel will not | imp | 2012-07-01 | 2 | -0/+181 |
* | Opt-in rather than opt-out of the SoC. We don't really support | imp | 2012-07-01 | 7 | -10/+7 |
* | Now that the mps(4) driver is endian-safe, add it to the powerpc 32-bit | ken | 2012-07-01 | 1 | -0/+1 |
* | Use %j to match intmax_t. | imp | 2012-07-01 | 1 | -1/+1 |
* | Add in some further changes from the AR9300 HAL: | adrian | 2012-07-01 | 1 | -1/+13 |
* | Add a check for dynamic OFDM/CCK channel types. | adrian | 2012-07-01 | 1 | -0/+2 |
* | Migrate the MAC/BB hang structures out from ar5416_misc.h into the HAL. | adrian | 2012-07-01 | 2 | -30/+40 |
* | Bring over capabilities for the AR9300 and later HAL. | adrian | 2012-07-01 | 1 | -2/+23 |
* | Add OS_MEMCMP(). | adrian | 2012-07-01 | 1 | -0/+1 |
* | Fix the HAL debugging to only use one bit to mark a message as unmaskable. | adrian | 2012-07-01 | 2 | -3/+2 |
* | Import the dtrace llquantize test files from the vendor area. | pfg | 2012-07-01 | 0 | -0/+0 |
|\ |
|
| * | Update vendor dtrace manpage from usr/src/man/man1m/dtrace.1m | mm | 2012-06-30 | 1 | -177/+275 |
| * | Update illumos/dist to revision 13742:b6bbdd77139c | mm | 2012-06-30 | 148 | -386/+8578 |
* | | Optimize reserve_pv_entries() using the popcnt instruction. | alc | 2012-06-30 | 2 | -3/+18 |
* | | Add the same check as vlan(4) where we ignore the ifnet departure event if the | thompsa | 2012-06-30 | 1 | -0/+3 |
* | | Remove stray blank line. | kib | 2012-06-30 | 1 | -1/+0 |
* | | Once in a month, when the moon is full, killall mistakenly considers | kib | 2012-06-30 | 1 | -1/+1 |
* | | killall(1) does not use libkvm. | kib | 2012-06-30 | 1 | -1/+1 |
* | | 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 |