summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-3035-63/+319
* Fixed missing dependency.ru2009-04-301-1/+1
* o Correct ng_hole(4) control messages names.maxim2009-04-301-4/+4
* o NetBSD 5.0 added.maxim2009-04-301-1/+2
* Report the next directory being scanned when a ^T is pressed (or anyimp2009-04-301-0/+15
* - Fix non-SMP build by encapsulating idle spin logic in a macro.jeff2009-04-291-2/+8
* Regen for new jail system calls in r191673.jamie2009-04-2910-12/+133
* Add experimental support for SATA interface power management.mav2009-04-294-11/+19
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-2913-506/+2077
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-2922-1118/+4005
* Some non-functional changes: whitespace, KASSERT strings, declaration order.jamie2009-04-291-5/+5
* Implement ^T support for rm: now it will report the next file itimp2009-04-291-0/+29
* With the permission of phk@ change the license on remaining jail codejamie2009-04-293-19/+69
* Add MLDv2 protocol header, but do not connect it to the build.bms2009-04-291-0/+112
* Import IPv6 SSM module but do not connect it to the build.bms2009-04-291-0/+2625
* Stub out IN6_LOOKUP_MULTI() for GETSPI requests, for now.bms2009-04-291-0/+4
* Add IN6ADDR_LINKLOCAL_ALLV2ROUTERS_INIT, in6addr_linklocal_allv2routersbms2009-04-291-12/+19
* Add MLDv2 prototypes and defines.bms2009-04-291-0/+4
* Use KTR_INET for MROUTING CTRs.bms2009-04-291-1/+1
* Cut over to KTR_INET for CTR.bms2009-04-291-3/+6
* Do not assume that ip6_moptions is always set, it isbms2009-04-291-1/+2
* Fix a problem whereby enqueued IGMPv3 filter list changes would bebms2009-04-291-10/+17
* Slightly improve gjournal documentation.trasz2009-04-293-2/+8
* Grab a VIMAGE module ID for MLDv2.bms2009-04-291-0/+1
* Fix an obvious bug in getsourcefilter()'s use of struct __msfilterreq;bms2009-04-291-2/+3
* Grab KTR_SPARE1 and KTR_SPARE5 for KTR_INET and KTR_INET6bms2009-04-291-5/+5
* Add MLDv2 statistic IDs to netstat for IPv6 stack.bms2009-04-291-3/+3
* Merge IPv6-capable mtest(8) from MLDv2 branch.bms2009-04-293-232/+683
* - Add support for cpuid leaf 0xb. This allows us to determine thejeff2009-04-298-166/+310
* - Fix the FBSDID line.jeff2009-04-291-1/+1
* - Remove the bogus idle thread state code. This may have a race in itjeff2009-04-293-30/+15
* Prevent a superuser inside a jail from modifying the dedicatedbz2009-04-281-0/+9
* - Change some softc members to be unsigned where more appropriate.marius2009-04-281-16/+14
* - xref ndp(8)danger2009-04-281-1/+2
* - fix path for locale.aliasdanger2009-04-281-1/+1
* Change the test at the beginning of strncmp(), from being if (len - 1) < 0cognet2009-04-281-4/+4
* acpi: do not run resume/backout code when entering S0/S5 statesavg2009-04-281-73/+66
* Use the acquired reference to the vmspace instead of direct dereferencingkib2009-04-281-1/+1
* Fix typo.kib2009-04-281-2/+2
* Don't require packet to match a route (any route; this information wasn'ttrasz2009-04-282-1/+22
* Added (pre|post)(start|stop) jail hooks. These can be used to runru2009-04-282-5/+180
* MFC of tzdata2009g:edwin2009-04-281-2/+41
* fix typo in conditionalkmacy2009-04-271-1/+1
* collapse the two em_start_locked routines in to onekmacy2009-04-272-48/+24
* simplify by removing dead codekmacy2009-04-271-49/+4
* remove dead code with reference to IFQ_HANDOFFkmacy2009-04-271-26/+0
* replace IFQ_ENQUEUE + if_start with if_transmitkmacy2009-04-271-14/+2
* replace IFQ_HANDOFF with if_transmitkmacy2009-04-271-1/+1
* remove gratuitous memory barrier, a remnant of unified L2 / L3kmacy2009-04-271-1/+0
* remove call to IFQ_HANDOFF is it called by if_transmit in the default casekmacy2009-04-271-1/+1
OpenPOWER on IntegriCloud