repo_full_name stringlengths 6 93 | repo_url stringlengths 25 112 | repo_api_url stringclasses 28
values | owner stringclasses 28
values | repo_name stringclasses 28
values | description stringclasses 28
values | stars int64 617 98.8k | forks int64 31 355 ⌀ | watchers int64 990 999 ⌀ | license stringclasses 2
values | default_branch stringclasses 2
values | repo_created_at timestamp[s]date 2012-07-24 23:12:50 2025-06-16 08:07:28 ⌀ | repo_updated_at timestamp[s]date 2026-02-23 15:23:15 2026-05-03 18:52:12 ⌀ | repo_topics listlengths 0 13 ⌀ | repo_languages unknown | is_fork bool 1
class | open_issues int64 3 104 ⌀ | file_path stringlengths 3 208 | file_name stringclasses 509
values | file_extension stringclasses 1
value | file_size_bytes int64 101 84k ⌀ | file_url stringclasses 627
values | file_raw_url stringclasses 627
values | file_sha stringclasses 624
values | language stringclasses 8
values | parsed_at stringdate 2026-05-04 01:12:36 2026-05-04 19:41:55 | text stringlengths 100 102k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/gf128mul_bl.c | null | null | null | null | null | null | C | 2026-05-04T18:58:23.247327 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
1. s... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/gf128mul_bb.c | null | null | null | null | null | null | C | 2026-05-04T18:58:23.272228 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
1. s... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/gf128mul_ll.c | null | null | null | null | null | null | C | 2026-05-04T18:58:23.513677 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
1. s... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/gf128mul_lb.c | null | null | null | null | null | null | C | 2026-05-04T18:58:23.522748 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
1. s... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/gf128mul_l.c | null | null | null | null | null | null | C | 2026-05-04T18:58:23.559699 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
1. s... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/gf_convert.c | null | null | null | null | null | null | C | 2026-05-04T18:58:23.736381 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
dyu/ffi-overhead | https://github.com/dyu/ffi-overhead | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | elixir/plus_one.c | null | null | null | null | null | null | C | 2026-05-04T18:58:26.691663 | #include <stdio.h>
#include <stdlib.h>
#include <erl_nif.h>
#include <stdint.h>
#include <stddef.h>
#include "../newplus/plus.h"
static ERL_NIF_TERM
plus_one(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[]) {
int x;
if (!enif_get_int(env, argv[0], &x)) {
return enif_make_badarg(env);
}
return enif_make... |
dyu/ffi-overhead | https://github.com/dyu/ffi-overhead | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | wren/main.c | null | null | null | null | null | null | C | 2026-05-04T18:58:26.692215 | #include <wren.h>
#include <newplus/plus.h>
#include <stdio.h>
#include <string.h>
static void wren_plusone(WrenVM* vm)
{
wrenSetSlotDouble(vm, 0, wrenGetSlotDouble(vm, 1) + 1);
}
static long long ts_start;
static long long ts_stop;
static double count = 0;
static void wren_count(WrenVM* vm)
{
wrenSetSlotDou... |
dyu/ffi-overhead | https://github.com/dyu/ffi-overhead | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | hello.c | null | null | null | null | null | null | C | 2026-05-04T18:58:26.692900 | #include <stdio.h>
#include "newplus/plus.h"
void run(int count)
{
long long start = current_timestamp();
long long end;
int x = 0;
while (x < count)
x = plusone(x);
printf("%lld\n", current_timestamp() - start);
}
int main(int argc, char** argv)
{
if (argc == 1) {
pr... |
dyu/ffi-overhead | https://github.com/dyu/ffi-overhead | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | newplus/plus.c | null | null | null | null | null | null | C | 2026-05-04T18:58:26.694418 | #include <stdio.h>
#include <sys/time.h>
#include "plus.h"
int plus(int x, int y)
{
return x + y;
}
int plusone(int x)
{
return x + 1;
}
long long current_timestamp()
{
struct timeval te;
gettimeofday(&te, NULL); // get current time
long long milliseconds = te.tv_sec*1000LL + te.tv_usec/1000; //... |
dyu/ffi-overhead | https://github.com/dyu/ffi-overhead | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | jhello/jhello_Hello.c | null | null | null | null | null | null | C | 2026-05-04T18:58:26.695097 | #include <stdio.h>
#include <sys/time.h>
#include "jhello_Hello.h"
#include "../newplus/plus.h"
// The current impl has 25% overhead (extra function calls + compiled with no-inline forced)
// compared to the ones commented out below.
// In fairness to go, it is commented out.
JNIEXPORT jint JNICALL Java_jhello_Hell... |
dyu/ffi-overhead | https://github.com/dyu/ffi-overhead | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | ocaml/mlplus.c | null | null | null | null | null | null | C | 2026-05-04T18:58:26.710595 | #include <caml/mlvalues.h>
#include <caml/alloc.h>
#include "../newplus/plus.h"
CAMLprim value ml_plusone(value x)
{
return Val_long(plusone(Long_val(x)));
}
CAMLprim intnat ml_plusone_untagged(intnat x)
{
return plusone(x);
}
CAMLprim value ml_plusone_bc(value x)
{
return caml_copy_int32(plusone(Int32_val(x))... |
dyu/ffi-overhead | https://github.com/dyu/ffi-overhead | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | wren/include/wren.h | null | null | null | null | null | null | C | 2026-05-04T18:58:26.711181 | #ifndef wren_h
#define wren_h
#include <stdarg.h>
#include <stdlib.h>
#include <stdbool.h>
// The Wren semantic version number components.
#define WREN_VERSION_MAJOR 0
#define WREN_VERSION_MINOR 1
#define WREN_VERSION_PATCH 0
// A human-friendly string representation of the version.
#define WREN_VERSION_STRING "0.1.... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | br-controller/br-flow-mgr.h | null | null | null | null | null | null | C | 2026-05-04T18:58:29.552325 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | br-controller/br-ofctrl.c | null | null | null | null | null | null | C | 2026-05-04T18:58:29.553729 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | br-controller/en-bridge-data.h | null | null | null | null | null | null | C | 2026-05-04T18:58:29.558393 | #ifndef EN_RUNTIME_DATA_H
#define EN_RUNTIME_DATA_H 1
#include <config.h>
#include <getopt.h>
#include <stdlib.h>
#include <stdio.h>
/* OVS includes. */
#include "lib/simap.h"
#include "include/openvswitch/shash.h"
#include "lib/uuid.h"
/* OVN includes. */
#include "lib/inc-proc-eng.h"
struct ovnbrrec_bridge;
stru... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | br-controller/en-pflow.h | null | null | null | null | null | null | C | 2026-05-04T18:58:29.559390 | #ifndef EN_PFLOW_H
#define EN_PFLOW_H 1
#include <config.h>
#include <getopt.h>
#include <stdlib.h>
#include <stdio.h>
#include "lib/inc-proc-eng.h"
enum engine_node_state en_pflow_output_run(struct engine_node *, void *data);
void *en_pflow_output_init(struct engine_node *node, struct engine_arg *arg);
void en_pfl... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | br-controller/br-flow-mgr.c | null | null | null | null | null | null | C | 2026-05-04T18:58:29.567723 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | br-controller/en-bridge-data.c | null | null | null | null | null | null | C | 2026-05-04T18:58:29.573296 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | br-controller/en-lflow.c | null | null | null | null | null | null | C | 2026-05-04T18:58:29.602957 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | br-controller/br-ofctrl.h | null | null | null | null | null | null | C | 2026-05-04T18:58:29.653518 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | br-controller/en-lflow.h | null | null | null | null | null | null | C | 2026-05-04T18:58:29.655035 | #ifndef EN_LFLOW_H
#define EN_LFLOW_H 1
#include <config.h>
#include <getopt.h>
#include <stdlib.h>
#include <stdio.h>
#include "lib/inc-proc-eng.h"
/* OpenFlow table numbers. */
#define BR_OFTABLE_PHY_TO_LOG 0
#define BR_OFTABLE_LOG_INGRESS_PIPELINE 8
#define BR_OFTABLE_SAVE_INPORT 120
#de... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | br-controller/en-pflow.c | null | null | null | null | null | null | C | 2026-05-04T18:58:29.666369 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | br-controller/ovn-br-controller.c | null | null | null | null | null | null | C | 2026-05-04T18:58:30.164014 | /* Copyright (c) 2025 Crusoe Energy Systems LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller-vtep/gateway.c | null | null | null | null | null | null | C | 2026-05-04T18:58:30.175255 | /* Copyright (c) 2015 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller-vtep/binding.c | null | null | null | null | null | null | C | 2026-05-04T18:58:30.199112 | /* Copyright (c) 2015 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller-vtep/gateway.h | null | null | null | null | null | null | C | 2026-05-04T18:58:30.222486 | /* Copyright (c) 2015 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller-vtep/ovn-controller-vtep.c | null | null | null | null | null | null | C | 2026-05-04T18:58:30.231552 | /* Copyright (c) 2015, 2016 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller-vtep/ovn-controller-vtep.h | null | null | null | null | null | null | C | 2026-05-04T18:58:30.262116 | /* Copyright (c) 2015 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller-vtep/binding.h | null | null | null | null | null | null | C | 2026-05-04T18:58:30.276742 | /* Copyright (c) 2015 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller-vtep/vtep.h | null | null | null | null | null | null | C | 2026-05-04T18:58:30.415050 | /* Copyright (c) 2015 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller-vtep/vtep.c | null | null | null | null | null | null | C | 2026-05-04T18:58:30.429742 | /* Copyright (c) 2015 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/acl-ids.c | null | null | null | null | null | null | C | 2026-05-04T18:58:30.464709 | /* Copyright (c) 2024, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/acl-ids.h | null | null | null | null | null | null | C | 2026-05-04T18:58:30.742830 | /* Copyright (c) 2024 Red Hat, INc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/bfd.h | null | null | null | null | null | null | C | 2026-05-04T18:58:30.801187 | /* Copyright (c) 2017 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/bfd.c | null | null | null | null | null | null | C | 2026-05-04T18:58:30.801886 | /* Copyright (c) 2017 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/chassis.c | null | null | null | null | null | null | C | 2026-05-04T18:58:30.843704 | /* Copyright (c) 2015, 2016 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/ct-zone.c | null | null | null | null | null | null | C | 2026-05-04T18:58:30.883294 | /* Copyright (c) 2024, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/binding.h | null | null | null | null | null | null | C | 2026-05-04T18:58:30.914180 | /* Copyright (c) 2015, 2016 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/chassis.h | null | null | null | null | null | null | C | 2026-05-04T18:58:30.964433 | /* Copyright (c) 2015, 2016 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/ct-zone.h | null | null | null | null | null | null | C | 2026-05-04T18:58:30.998498 | /* Copyright (c) 2024, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/ecmp-next-hop-monitor.c | null | null | null | null | null | null | C | 2026-05-04T18:58:31.035870 | /* Copyright (c) 2025, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/ecmp-next-hop-monitor.h | null | null | null | null | null | null | C | 2026-05-04T18:58:31.046778 | /* Copyright (c) 2025, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/encaps.c | null | null | null | null | null | null | C | 2026-05-04T18:58:31.344385 | /* Copyright (c) 2015, 2016 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/evpn-arp.c | null | null | null | null | null | null | C | 2026-05-04T18:58:31.374031 | /* Copyright (c) 2025, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/encaps.h | null | null | null | null | null | null | C | 2026-05-04T18:58:31.430680 | /* Copyright (c) 2015 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/evpn-arp.h | null | null | null | null | null | null | C | 2026-05-04T18:58:31.457895 | /* Copyright (c) 2025, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/evpn-binding.c | null | null | null | null | null | null | C | 2026-05-04T18:58:31.469593 | /* Copyright (c) 2025, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/evpn-binding.h | null | null | null | null | null | null | C | 2026-05-04T18:58:31.543917 | /* Copyright (c) 2025, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/evpn-fdb.h | null | null | null | null | null | null | C | 2026-05-04T18:58:31.619671 | /* Copyright (c) 2025, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/evpn-fdb.c | null | null | null | null | null | null | C | 2026-05-04T18:58:31.713010 | /* Copyright (c) 2025, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/garp_rarp.h | null | null | null | null | null | null | C | 2026-05-04T18:58:31.772568 | /*
* Copyright (c) 2025, STACKIT GmbH & Co. KG
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/garp_rarp.c | null | null | null | null | null | null | C | 2026-05-04T18:58:31.792334 | /*
* Copyright (c) 2025, STACKIT GmbH & Co. KG
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/ha-chassis.c | null | null | null | null | null | null | C | 2026-05-04T18:58:31.923010 | /* Copyright (c) 2019 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/ha-chassis.h | null | null | null | null | null | null | C | 2026-05-04T18:58:32.005865 | /* Copyright (c) 2019 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/host-if-monitor-stub.c | null | null | null | null | null | null | C | 2026-05-04T18:58:32.006332 | /* Copyright (c) 2025, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/host-if-monitor.c | null | null | null | null | null | null | C | 2026-05-04T18:58:32.059325 | /* Copyright (c) 2025, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/host-if-monitor.h | null | null | null | null | null | null | C | 2026-05-04T18:58:32.113761 | /* Copyright (c) 2025, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/if-status.c | null | null | null | null | null | null | C | 2026-05-04T18:58:32.260068 | /* Copyright (c) 2021, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/ip-mcast.c | null | null | null | null | null | null | C | 2026-05-04T18:58:32.309645 | /* Copyright (c) 2019, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/if-status.h | null | null | null | null | null | null | C | 2026-05-04T18:58:32.334385 | /* Copyright (c) 2021, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/ip-mcast.h | null | null | null | null | null | null | C | 2026-05-04T18:58:32.374100 | /* Copyright (c) 2019, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
ovn-org/ovn | https://github.com/ovn-org/ovn | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | controller/lb.c | null | null | null | null | null | null | C | 2026-05-04T18:58:32.394409 | /*
* Copyright (c) 2024, Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/debug.h | null | null | null | null | null | null | C | 2026-05-04T18:58:34.969476 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/gdb_stub/gdb_internal.c | null | null | null | null | null | null | C | 2026-05-04T18:58:34.970890 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/debug.c | null | null | null | null | null | null | C | 2026-05-04T18:58:34.984259 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/devicetree.c | null | null | null | null | null | null | C | 2026-05-04T18:58:34.989994 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/gdb_stub/gdb_cpu.c | null | null | null | null | null | null | C | 2026-05-04T18:58:35.001104 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/gdb_stub/gdb_packets.h | null | null | null | null | null | null | C | 2026-05-04T18:58:35.001738 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/gdb_stub/gdb_packets.c | null | null | null | null | null | null | C | 2026-05-04T18:58:35.003881 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/devicetree.h | null | null | null | null | null | null | C | 2026-05-04T18:58:35.006023 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/gdb_stub/gdb_internal.h | null | null | null | null | null | null | C | 2026-05-04T18:58:35.007055 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/gdb_stub/gdb_cpu.h | null | null | null | null | null | null | C | 2026-05-04T18:58:35.034888 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/gdb_stub/gdb_platform.h | null | null | null | null | null | null | C | 2026-05-04T18:58:35.569988 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/gdb_stub/gdb_rsp.c | null | null | null | null | null | null | C | 2026-05-04T18:58:35.594552 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/gdb_stub/gdb_stub.c | null | null | null | null | null | null | C | 2026-05-04T18:58:35.645002 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/gdb_stub/gdb_platform.c | null | null | null | null | null | null | C | 2026-05-04T18:58:35.646258 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/gdb_stub/gdb_rsp.h | null | null | null | null | null | null | C | 2026-05-04T18:58:35.654409 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/gdb_stub/gdb_state.h | null | null | null | null | null | null | C | 2026-05-04T18:58:35.654949 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/gdb_stub/gdb_stub.h | null | null | null | null | null | null | C | 2026-05-04T18:58:35.673734 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/jit_heap.c | null | null | null | null | null | null | C | 2026-05-04T18:58:35.675343 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/if_value.h | null | null | null | null | null | null | C | 2026-05-04T18:58:35.676246 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/jit_heap.h | null | null | null | null | null | null | C | 2026-05-04T18:58:35.706977 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/kernel_extern.h | null | null | null | null | null | null | C | 2026-05-04T18:58:36.190260 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/ktrw.c | null | null | null | null | null | null | C | 2026-05-04T18:58:36.228780 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/page_table.c | null | null | null | null | null | null | C | 2026-05-04T18:58:36.303751 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/primitives.c | null | null | null | null | null | null | C | 2026-05-04T18:58:36.311589 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/primitives.h | null | null | null | null | null | null | C | 2026-05-04T18:58:36.312828 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/third_party/kmod.h | null | null | null | null | null | null | C | 2026-05-04T18:58:36.321806 | // This file is from Xcode 11.2.1 (11B500), at the path
// Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/mach/kmod.h.
// It has been modified for inclusion in this project.
/*
* Copyright (c) 2000-2007 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_STAR... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/third_party/boot_args.h | null | null | null | null | null | null | C | 2026-05-04T18:58:36.326989 | // This file is from XNU-4903.221.2, pexpert/pexpert/arm64/boot.h, available at
// https://opensource.apple.com/tarballs/xnu/xnu-4903.221.2.tar.gz. It has been modified for
// inclusion in this project.
/*
* Copyright (c) 2007-2009 Apple Inc. All rights reserved.
* Copyright (c) 2000-2006 Apple Computer, Inc. All rig... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/page_table.h | null | null | null | null | null | null | C | 2026-05-04T18:58:36.328398 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/usb/synopsys_otg_regs.h | null | null | null | null | null | null | C | 2026-05-04T18:58:36.334514 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/usb/synopsys_otg.c | null | null | null | null | null | null | C | 2026-05-04T18:58:36.382429 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/usb/usb.h | null | null | null | null | null | null | C | 2026-05-04T18:58:36.788859 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/watchdog.c | null | null | null | null | null | null | C | 2026-05-04T18:58:36.839316 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_gdb_stub/source/watchdog.h | null | null | null | null | null | null | C | 2026-05-04T18:58:36.937263 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_kext_loader/app/ViewController.h | null | null | null | null | null | null | C | 2026-05-04T18:58:36.947384 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_kext_loader/app/AppDelegate.h | null | null | null | null | null | null | C | 2026-05-04T18:58:36.951893 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_kext_loader/headers/mach_vm.h | null | null | null | null | null | null | C | 2026-05-04T18:58:36.957514 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
googleprojectzero/ktrw | https://github.com/googleprojectzero/ktrw | null | null | null | null | 694 | null | null | apache-2.0 | null | null | null | null | null | null | null | ktrw_kext_loader/kernel/kernel_memory.c | null | null | null | null | null | null | C | 2026-05-04T18:58:36.966309 | //
// Project: KTRW
// Author: Brandon Azad <bazad@google.com>
//
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LI... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.