summaryrefslogtreecommitdiff
path: root/trafgen_lexer.l
AgeCommit message (Expand)AuthorFilesLines
2013-05-24misc: fix some minor compile warnings all overDaniel Borkmann1-2/+1
2013-05-13trafgen: lexer: return original string if no shellcodeDaniel Borkmann1-3/+3
2013-05-10trafgen: lexer: also allow short forms for hex and binaryDaniel Borkmann1-4/+6
2013-03-27trafgen: lexer: return if no needle foundDaniel Borkmann1-4/+5
2013-03-26trafgen: update help descriptionDaniel Borkmann1-0/+1
2013-03-25trafgen: lexer/parser: fix cpu() selection and whitespacingDaniel Borkmann1-2/+2
2013-03-16trafgen: add csumicmp for ICMP checksum calculationDaniel Borkmann1-0/+2
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+152
i/hpios.h?h=nds-private-remove&id=970d14e3989160ee9e97c7d75ecbc893fd29dab9&id2=7a308bb3016f57e5be11a677d15b821536419d36'>diff)
nvdimm: constify device_type structures
Declare device_type structure as const as it is only stored in the type field of a device structure. This field is of type const, so add const to declaration of device_type structure. File size before: text data bss dec hex filename 19278 3199 16 22493 57dd nvdimm/namespace_devs.o File size after: text data bss dec hex filename 19929 3160 16 23105 5a41 nvdimm/namespace_devs.o Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'sound/pci/asihpi/hpios.h')