| Commit message (Expand) | Author | Age | Files | Lines |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 35 | -63/+319 |
* | Fixed missing dependency. | ru | 2009-04-30 | 1 | -1/+1 |
* | o Correct ng_hole(4) control messages names. | maxim | 2009-04-30 | 1 | -4/+4 |
* | o NetBSD 5.0 added. | maxim | 2009-04-30 | 1 | -1/+2 |
* | Report the next directory being scanned when a ^T is pressed (or any | imp | 2009-04-30 | 1 | -0/+15 |
* | - Fix non-SMP build by encapsulating idle spin logic in a macro. | jeff | 2009-04-29 | 1 | -2/+8 |
* | Regen for new jail system calls in r191673. | jamie | 2009-04-29 | 10 | -12/+133 |
* | Add experimental support for SATA interface power management. | mav | 2009-04-29 | 4 | -11/+19 |
* | Introduce the extensible jail framework, using the same "name=value" | jamie | 2009-04-29 | 13 | -506/+2077 |
* | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | bms | 2009-04-29 | 22 | -1118/+4005 |
* | Some non-functional changes: whitespace, KASSERT strings, declaration order. | jamie | 2009-04-29 | 1 | -5/+5 |
* | Implement ^T support for rm: now it will report the next file it | imp | 2009-04-29 | 1 | -0/+29 |
* | With the permission of phk@ change the license on remaining jail code | jamie | 2009-04-29 | 3 | -19/+69 |
* | Add MLDv2 protocol header, but do not connect it to the build. | bms | 2009-04-29 | 1 | -0/+112 |
* | Import IPv6 SSM module but do not connect it to the build. | bms | 2009-04-29 | 1 | -0/+2625 |
* | Stub out IN6_LOOKUP_MULTI() for GETSPI requests, for now. | bms | 2009-04-29 | 1 | -0/+4 |
* | Add IN6ADDR_LINKLOCAL_ALLV2ROUTERS_INIT, in6addr_linklocal_allv2routers | bms | 2009-04-29 | 1 | -12/+19 |
* | Add MLDv2 prototypes and defines. | bms | 2009-04-29 | 1 | -0/+4 |
* | Use KTR_INET for MROUTING CTRs. | bms | 2009-04-29 | 1 | -1/+1 |
* | Cut over to KTR_INET for CTR. | bms | 2009-04-29 | 1 | -3/+6 |
* | Do not assume that ip6_moptions is always set, it is | bms | 2009-04-29 | 1 | -1/+2 |
* | Fix a problem whereby enqueued IGMPv3 filter list changes would be | bms | 2009-04-29 | 1 | -10/+17 |
* | Slightly improve gjournal documentation. | trasz | 2009-04-29 | 3 | -2/+8 |
* | Grab a VIMAGE module ID for MLDv2. | bms | 2009-04-29 | 1 | -0/+1 |
* | Fix an obvious bug in getsourcefilter()'s use of struct __msfilterreq; | bms | 2009-04-29 | 1 | -2/+3 |
* | Grab KTR_SPARE1 and KTR_SPARE5 for KTR_INET and KTR_INET6 | bms | 2009-04-29 | 1 | -5/+5 |
* | Add MLDv2 statistic IDs to netstat for IPv6 stack. | bms | 2009-04-29 | 1 | -3/+3 |
* | Merge IPv6-capable mtest(8) from MLDv2 branch. | bms | 2009-04-29 | 3 | -232/+683 |
* | - Add support for cpuid leaf 0xb. This allows us to determine the | jeff | 2009-04-29 | 8 | -166/+310 |
* | - Fix the FBSDID line. | jeff | 2009-04-29 | 1 | -1/+1 |
* | - Remove the bogus idle thread state code. This may have a race in it | jeff | 2009-04-29 | 3 | -30/+15 |
* | Prevent a superuser inside a jail from modifying the dedicated | bz | 2009-04-28 | 1 | -0/+9 |
* | - Change some softc members to be unsigned where more appropriate. | marius | 2009-04-28 | 1 | -16/+14 |
* | - xref ndp(8) | danger | 2009-04-28 | 1 | -1/+2 |
* | - fix path for locale.alias | danger | 2009-04-28 | 1 | -1/+1 |
* | Change the test at the beginning of strncmp(), from being if (len - 1) < 0 | cognet | 2009-04-28 | 1 | -4/+4 |
* | acpi: do not run resume/backout code when entering S0/S5 states | avg | 2009-04-28 | 1 | -73/+66 |
* | Use the acquired reference to the vmspace instead of direct dereferencing | kib | 2009-04-28 | 1 | -1/+1 |
* | Fix typo. | kib | 2009-04-28 | 1 | -2/+2 |
* | Don't require packet to match a route (any route; this information wasn't | trasz | 2009-04-28 | 2 | -1/+22 |
* | Added (pre|post)(start|stop) jail hooks. These can be used to run | ru | 2009-04-28 | 2 | -5/+180 |
* | MFC of tzdata2009g: | edwin | 2009-04-28 | 1 | -2/+41 |
* | fix typo in conditional | kmacy | 2009-04-27 | 1 | -1/+1 |
* | collapse the two em_start_locked routines in to one | kmacy | 2009-04-27 | 2 | -48/+24 |
* | simplify by removing dead code | kmacy | 2009-04-27 | 1 | -49/+4 |
* | remove dead code with reference to IFQ_HANDOFF | kmacy | 2009-04-27 | 1 | -26/+0 |
* | replace IFQ_ENQUEUE + if_start with if_transmit | kmacy | 2009-04-27 | 1 | -14/+2 |
* | replace IFQ_HANDOFF with if_transmit | kmacy | 2009-04-27 | 1 | -1/+1 |
* | remove gratuitous memory barrier, a remnant of unified L2 / L3 | kmacy | 2009-04-27 | 1 | -1/+0 |
* | remove call to IFQ_HANDOFF is it called by if_transmit in the default case | kmacy | 2009-04-27 | 1 | -1/+1 |