summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/bpf
AgeCommit message (Collapse)AuthorFilesLines
2020-04-07 [illumos-gate merge]Jerry Jelinek1-0/+6
commit 3fe9882ba9986735cce21c1e187c449d9642d180 12426 swapgeneric: NULL pointer errors commit dd6b11ddff7060f33ccf31e17387d9e1c430a013 12458 iwh: variable may be used uninitialized commit c4c986b810b9fd93e8a611caf5ed0f346a84416c 12403 srn: variable may be used uninitialized commit f879aa946dba986685452e3cd77d8c2f1d5688d5 12418 dnet: variable may be used uninitialized commit 1c189586e43914686758de5408f8a41d8a39528e 12410 bpf: variable may be used uninitialized commit c846684c3d36ea4ee89b2cdeb2738e6521376e5a 12412 crypto: variable may be used uninitialized
2020-04-0712410 bpf: variable may be used uninitializedToomas Soome1-0/+6
Reviewed by: Yuri Pankov <ypankov@fastmail.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-05-17 [illumos-gate merge]Jerry Jelinek1-2/+2
commit c0423dd8ef7079a845a1aa3ceb20e565e815f97b 10884 kbd: add option to limit autorepeat count, convert manual commit e3f3c0e614a8cd74d4212f4c7c616ed5b3cf00cb 10834 sd: cast between incompatible function types commit c7a3e8ab2d516101489c6cb5fb2cea59a52d7bba 10876 ath: comparison between pointer and integer commit 411e5762bff38b7fee2b31a987c104503ddc9c9c 10875 arn: comparison between pointer and integer commit 359e27264eda8177268ebed6a93c6fc4f601f3ce 10874 bpf: comparison between pointer and integer commit 61d4f4d1a4dc2597f03bfddec03ec79efa5abd6b 10873 ecpp: comparison between pointer and integer commit 0dcef4d473c5c7a38a378de19d7cb1b3a6a9bf6e 10871 st: comparison between pointer and integer commit c5c251eb8213fc6b8474a4e195f3be4adf208bdc 10869 fcp: comparison between pointer and integer commit 08e3b8cf1f1ed2d597092d1de9fa46c7e2947d98 10947 loader: memory related issues in module.c commit 3eb8c55c1d853cead5cb89c78b077de199f0fb6a 10868 ohci: comparison between pointer and integer commit 0a1044f1d1346ec799488913a15abfae3e3c848a 10867 ehci: comparison between pointer and integer commit a247ead9f3f79155102c6a57e829f47a39731301 10928 loader: isoboot.c: info: ignoring unreachable code. commit 0bce4af87ea8d4c5da5a0a27632d2ef9c1cf6aa0 10904 loader: cstyle cleanup for main.c commit 9740f25f0360eb7d9131fa15fabebf958bf19126 10853 spa_sync, vs_alloc can underflow and checkpoint test fixes
2019-05-1610874 bpf: comparison between pointer and integerToomas Soome1-2/+2
Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-02-26 [illumos-gate merge]Jerry Jelinek1-2/+2
commit 52abb70e073c2a88808c0d66fd810ba8c5080572 9691 fat zap should prefetch when iterating commit 8648b7db4afb6cc9a8e5b55e38e99c8c64b74e86 10435 dld: NULL pointer errors commit c4b91d4b4753f33280a63b16f5116d23427088b1 10444 linenoise: this statement may fall through commit 584814c74382743e01cc62cc8764cfde61718c46 10443 loader: move panic.c to libstand commit c11cea93a9321bd25667986dc65a86b56de2ac04 10441 hxge: NULL pointer errors commit 1f14a912903a53cb5b4ed3f75e9e4d2be8ded1ba 10440 ipd: NULL pointer errors commit 2520aea3664a4259338aefa2aa4a4945654615c6 10439 ecpp: NULL pointer errors commit 55aeed12a7fb74469f7ea0fbb3d2329d4c8c96ae 10438 fd: NULL pointer errors commit 5c63ad82aeee3300425b5803b5324fd102047957 10437 dca: NULL pointer errors commit 8d3c0bf06dddf77026f7ea064cfccfae818b5b0f 10434 dump: NULL pointer errors commit a3f59f6e87a609ee4950ebfcf34be0cca305e58b 10433 bpf: NULL pointer errors commit 093aa5c8de00cc7b99cc4a2cfaeb7d95115847b7 10432 devinfo: NULL pointer errors commit a897f299fb4fe4ed74ba062d6b8984404d1b94bc 10431 conskbd: NULL pointer errors commit b63d0986fbd0638ed6abf1248f1a297c5d9a4f91 10151 mv_xattrs() checks for a NULL array name commit 5085a9e0a8c766d5e9b74954833264533f617614 10369 sysent: cast between incompatible function types commit ebc6491a5a66ba44ff1a3fa2a627e67d665604f0 10163 ufs_fsck: bitwise comparison always evaluates to false
2019-02-2510433 bpf: NULL pointer errorsToomas Soome1-2/+2
Reviewed by: Aurélien Larcher <aurelien.larcher@gmail.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-188634 epoll fails to wake on certain edge-triggered conditionsPatrick Mooney2-11/+16
8635 epoll should not emit POLLNVAL 8636 recursive epoll should emit EPOLLRDNORM Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2017-02-13OS-5882 epoll fails to wake on certain edge-triggered conditionsPatrick Mooney2-11/+16
OS-5884 epoll should not emit POLLNVAL OS-5894 recursive epoll should emit EPOLLRDNORM Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-07-30OS-5549 move bpf filter functions into ip modulePatrick Mooney2-576/+35
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2010-08-026929502 packages are missing some license filesMark J. Nelson1-0/+1
6930656 license action improvements --HG-- rename : usr/src/cmd/cmd-inet/usr.bin/pppdump/LICENSE.top.descrip => usr/src/cmd/cmd-inet/usr.bin/pppdump/THIRDPARTYLICENSE.descrip rename : usr/src/cmd/cmd-inet/usr.sbin/in.routed/THIRDPARTYLICENSE => usr/src/cmd/cmd-inet/usr.sbin/in.routed/THIRDPARTYLICENSE.bsd rename : usr/src/cmd/cmd-inet/usr.sbin/in.routed/THIRDPARTYLICENSE.descrip => usr/src/cmd/cmd-inet/usr.sbin/in.routed/THIRDPARTYLICENSE.bsd.descrip rename : usr/src/pkg/license_files/lic_SUNWroute => usr/src/cmd/cmd-inet/usr.sbin/in.routed/THIRDPARTYLICENSE.freebsd rename : usr/src/cmd/cmd-inet/usr.sbin/in.routed/THIRDPARTYLICENSE.descrip => usr/src/cmd/cmd-inet/usr.sbin/in.routed/THIRDPARTYLICENSE.freebsd.descrip rename : usr/src/pkg/license_files/lic_SUNWhwdata => usr/src/cmd/hwdata/THIRDPARTYLICENSE.pciids.tmpl rename : usr/src/pkg/license_files/lic_GPLv2 => usr/src/cmd/powertop/common/COPYING rename : usr/src/lib/librstp/THIRDPARTYLICENSE.descrip => usr/src/lib/librstp/common/COPYING.descrip rename : usr/src/uts/common/io/e1000g/README => usr/src/uts/common/io/e1000g/THIRDPARTYLICENSE rename : usr/src/pkg/license_files/lic_Emulex => usr/src/uts/common/io/fibre-channel/fca/emlxs/FIRMWARELICENSE rename : usr/src/pkg/license_files/lic_Qlogic => usr/src/uts/common/io/fibre-channel/fca/qlc/FIRMWARELICENSE rename : usr/src/uts/common/io/ib/clients/of/lic_of => usr/src/uts/common/io/ib/clients/of/THIRDPARTYLICENSE rename : usr/src/uts/common/io/ib/clients/of/lic_of.descrip => usr/src/uts/common/io/ib/clients/of/THIRDPARTYLICENSE.descrip rename : usr/src/pkg/license_files/cr_Intel.SUNWfipe => usr/src/uts/i86pc/io/fipe/THIRDPARTYLICENSE
2010-02-166922926 bpf needs to use the native mac typeDarren Reed1-3/+3
2009-11-246904439 Solaris bpf should be lint cleanDarren Reed1-1/+1
2009-11-236886330 assertion failed: removed > 0, file: ../../common/io/bpf/bpf.c, ↵Darren Reed4-480/+311
line: 1798 6891795 Panic: mutex_enter: bad mutex in bpf:bpfattach 6901412 hpo_pktlen is not completely flipped on intel 6901758 SUNWpacketu packages up install scripts that are never activated 6898170 NULL Pointer dereference in dls_devnet_create+88
2009-09-24PSARC/2009/232 Solaris Packet CaptureDarren Reed11-0/+4143
PSARC/2009/403 kstats for ipnet 6824047 every downcall function should have a "notsupported" function 6822740 RFE: provide PF_PACKET for developers on OpenSolaris 6822741 RFE: Solaris needs BPF to improve the packet capture story 6867683 RFE: need to be able to retrieve physical interface flags