summaryrefslogtreecommitdiff
path: root/sys/dist
AgeCommit message (Expand)Author
2006-09-03add missing initializerchristos
2006-09-01fix the previous: don't replace a NULL with a "" in an initialiser.mrg
2006-08-30off by one element.christos
2006-08-30avoid empty if body.christos
2006-08-30complete identifiers.christos
2006-08-30complete initializerchristos
2006-08-30fix incomplete initializerschristos
2006-08-26more version lossagechristos
2006-08-26PR/34287: Gene ENonymous: ipf/ippool enabled kernel fails build.sh build due tochristos
2006-08-26PR/34284: Gene ENonymous: when "ippool -F" is invoked, error ischristos
2006-07-12Some interfaces are initially created with zero addresses on themmartin
2006-06-13don't allocate > 1K on the stack.christos
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-23Initialize h4 and h6 to NULL.peter
2006-05-21Fix strict aliasing issues and while I am here fix a memory leak on errorchristos
2006-05-14integrate kauth.elad
2006-05-14XXX: GCC uninitializedchristos
2006-05-11Make sure IPF can correctly pullup short headers. Patch received frommartti
2006-05-11quell GCC 4.1 uninitialised variable warnings.mrg
2006-05-11caddr_t -> u_char *, to match the variable typemrg
2006-05-11- include <sys/selinfo.h> on BSD, for ipfselwait[].mrg
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-04-18ipf -Z returns junk and/or can cause a panic (seen on solaris.)darrenr
2006-04-15This change corrects what 1.6 tried to do. This feels like a coverity fixdarrenr
2006-04-14Fix a typo. fin->fin->fr should be fin->fin_frgarbled
2006-04-13Coverity CID 2855: If fin->fin_fr is NULL, return 0, don't crash.christos
2006-04-13Fix return without free (resource leakage).kochi
2006-04-13This is better fix than the previous commit forkochi
2006-04-13Fix usage after free of NextWalkState.kochi
2006-04-07Protect config(1)-generated include files inclusion withcube
2006-04-04Removed BROKEN_TCP_WINDOW_CHECK hack.martti
2006-04-04Upgraded IPFilter to 4.1.13martti
2006-03-23Moved from sys/dev/acpi/acpica/Subsystem.kochi
2006-03-17don't use MALLOC with a non-constant size; use malloc instead.christos
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-02-19Fix TCP/UDP checksum handling as pointed out by Daniel Hartmeier in:peter
2006-02-07In pf_socket_lookup() fix copy & paste problem when in6_pcblookup_bind()rpaulo
2006-01-25apply a fix from OpenBSD:peter
2006-01-17Include netinet/in.h, for compatibility with OpenBSD (we #ifdef'ed out apeter
2005-12-28make the kernel link without options INET.christos
2005-12-28make this compile with no INET options.christos
2005-12-11merge ktrace-lwp.christos
2005-10-23Adjust for icmp_error signature.christos
2005-08-11fr_check_wrapper6: handle M_CSUM_TCPv6|M_CSUM_UDPv6.yamt
2005-08-11pfil6_wrapper: handle M_CSUM_TCPv6|M_CSUM_UDPv6.yamt
2005-08-06wrap INET only code by #if defined(INET). (in __NetBSD__ part)yamt
2005-07-26pf_test() can set *mp to NULL, check for this before de-referencing it.peter
2005-07-10Fix typochristos
2005-07-10Small correction to skd's patch from darren.christos
2005-07-09Don't drop fragments that are smalled than the ip header size. From skdchristos