summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Separate multicast filtering of SysKonnect GENESIS and Marvellyongari2009-05-011-116/+81
* Don't call the OSD destructor if the data slot is NULLjamie2009-04-301-2/+4
* We need to ref the bss node when sending the beacon since it goes through thethompsa2009-04-301-1/+1
* - Fix divide-by-zero panic when SMP kernel is used on UP system[1].jkim2009-04-302-2/+14
* Fix off-by-one bug. S5 state must be checked as well.jkim2009-04-301-1/+1
* o OpenBSD 4.5 added.maxim2009-04-301-1/+2
* Fix style(9).jkim2009-04-301-2/+2
* Prefer device_printf() over printf() where ever possible.jkim2009-04-301-25/+29
* General sleep state change clean up.jkim2009-04-301-68/+110
* Do no spam the ifconfig output for the aggregated interface with 'laggdev lag...thompsa2009-04-301-2/+1
* Use the flowid if its available for selecting the tx port.thompsa2009-04-302-2/+8
* Fixed multi-byte character support to actually work.ru2009-04-301-6/+6
* 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
OpenPOWER on IntegriCloud