summaryrefslogtreecommitdiff
path: root/sys/dist
AgeCommit message (Expand)Author
2008-07-30Allow $arch/stand to use dist/acpica/acpica.hcherry
2008-07-262020447 IPFilter's NAT can undo name server random port selectiondarrenr
2008-07-242020447 IPFilter's NAT can undo name server random port selectiondarrenr
2008-06-22Wrap definition of pfil6_wrapper in #ifdef INET6.peter
2008-06-19remove pf42 branch's todo.yamt
2008-06-18merge yamt-pf42 branch.yamt
2008-06-08Use of kernel malloc to record what memory ipfilter was using was brokendarrenr
2008-06-01Prior import mismerged changes already in NetBSD with those coming in fromdarrenr
2008-05-24MI implementation of AcpiAcquireGlobalLock and AcpiReleaseGlobalLock.jmcneill
2008-05-20Pullup IPFilter 4.1.29 from the vendor branch to HEAD.darrenr
2008-05-10Hide a harmless warning about optional fields having zero address or lengthsjmcneill
2008-05-03fix ACPI_DEBUG_PRINT debug level parametermlelstv
2008-04-24Define ACPI_THREAD_ID as uintptr_t, and return curlwp instead ofjmcneill
2008-04-22Print table header information with ACPI_DEBUG_PRINT instead of ACPI_INFO.jmcneill
2008-04-21Patch from Intel that addresses an issue with implicit returns when thejmcneill
2008-04-15Make ip6 and icmp6 stats per-cpu.thorpej
2008-04-14Update ACPICA changelog.jmcneill
2008-04-12add cast to suit format stringmlelstv
2008-04-12add missing 'const' qualifiers and fix printf format strings inmlelstv
2008-04-12Update to ACPI-CA 20080321. Thanks to George Michaelson for help with testing.jmcneill
2008-04-12Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collatedthorpej
2008-04-08Change ICMP6 stats from a structure to an array of uint64_t's.thorpej
2008-04-08Change TCP stats from a structure to an array of uint64_t's.thorpej
2008-04-07Change IP stats from a structure to an array of uint64_t's.thorpej
2008-04-06Change UDP stats from a structure to an array of uint64_t's.thorpej
2008-04-06Change ICMP stats from a structure to an array of uint64_t's.thorpej
2008-03-01Welcome to 4.99.55:rmind
2008-02-11Use TAILQ_FOREACH().dyoung
2008-02-07Pass 0 to ip_randomid since we don't know the salt.matt
2008-02-04initialise some variables to appease gcc -O3.mrg
2008-01-14Convert rtcache_init()+rtcache_getrt() to single rtcache_init()dyoung
2008-01-14Change rtcache_init()+rtcache_getrt() anddyoung
2007-12-20Poison struct route->ro_rt uses in the kernel by changing the namedyoung
2007-12-13In AcpiEvGpeDetect, don't attempt to acquire AcpiGbl_GpeLock ifjmcneill
2007-12-11No longer required after jmcneill-pm merge.jmcneill
2007-12-11NetBSD RCSID lovelukem
2007-12-11use __KERNEL_RCSID()lukem
2007-12-11Use __KERNEL_RCSID() instead of vendor RCS or SCCS IDs.lukem
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-12-05Use IFADDR_FOREACH().dyoung
2007-11-28Bug fix: make pf_route() set M_CSUM_IPV4 before calling ip_fragment().dyoung
2007-10-02Bring some fixes from IPF 4.1.27 in order to fix kern/37037.martti
2007-09-17Fixed IPF bug #1767831martti
2007-09-17Fixed IPF bug #1779455martti
2007-09-17Returning from m_pulldown can leave the first mbut with no data (m_len = 0).martti
2007-09-14Fixed IPF bug #1774745martti
2007-09-14Fixed IPF bug #1794544martti
2007-09-10Revert to previous, it was not working for me correctly...martti
2007-09-10Fixed IPF bug #1767831martti
2007-09-10Fixed IPF bug #1785199martti