repo_name
string
path
string
copies
string
size
string
content
string
license
string
vantinh1991/F240L-JB
net/ax25/ax25_std_subr.c
9474
2305
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * Copyright (C) Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.u...
gpl-2.0
Pillar1989/linux-a80-3.4
fs/nilfs2/btree.c
9986
61414
/* * btree.c - NILFS B-tree. * * Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or ...
gpl-2.0
faux123/tuna
drivers/mfd/twl6030-gpadc.c
3
30770
/* * drivers/i2c/chips/twl6030-gpadc.c * * TWL6030 GPADC module driver * * Copyright (C) 2009 Texas Instruments Inc. * Nishant Kamat <nskamat@ti.com> * * Based on twl4030-madc.c * Copyright (C) 2008 Nokia Corporation * Mikko Ylinen <mikko.k.ylinen@nokia.com> * * This program is free software; you can redist...
gpl-2.0
lyrl/TrinityCore
src/server/game/Server/Packets/SystemPackets.cpp
3
8783
/* * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your ...
gpl-2.0
nlphacker/Audacity
lib-src/redland/examples/example1.c
3
6098
/* -*- Mode: c; c-basic-offset: 2 -*- * * example.c - Redland example parsing RDF from a URI, storing on disk as BDB hashes and querying the results * * Copyright (C) 2000-2008, David Beckett http://www.dajobe.org/ * Copyright (C) 2000-2004, University of Bristol, UK http://www.bristol.ac.uk/ * * This package i...
gpl-2.0
opensourcerouting/frr
vtysh/vtysh.c
3
127800
/* Virtual terminal interface shell. * Copyright (C) 2000 Kunihiro Ishiguro * * This file is part of GNU Zebra. * * GNU Zebra is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2, or (at you...
gpl-2.0
cattleprod/samsung-kernel-gt-i9100
external/webkit/JavaScriptCore/runtime/JSONObject.cpp
3
30766
/* * Copyright (C) 2009 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
gpl-2.0
csimmonds/rowboat-kernel
drivers/block/aoe/aoenet.c
3
3137
/* Copyright (c) 2007 Coraid, Inc. See COPYING for GPL terms. */ /* * aoenet.c * Ethernet portion of AoE driver */ #include <linux/hdreg.h> #include <linux/blkdev.h> #include <linux/netdevice.h> #include <linux/moduleparam.h> #include <net/net_namespace.h> #include <asm/unaligned.h> #include "aoe.h" #define NECOD...
gpl-2.0
kynesim/wireshark
text2pcap.c
3
67282
/**-*-C-*-********************************************************************** * * text2pcap.c * * Utility to convert an ASCII hexdump into a libpcap-format capture file * * (c) Copyright 2001 Ashok Narayanan <ashokn@cisco.com> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org>...
gpl-2.0
rajashreer7/autotest-client-tests
linux-tools/openhpi/openhpi2-conformancetest/src/sensor/saHpiSensorEnableSet/7.c
3
3298
/* * (C) Copyright IBM Corp. 2004, 2005 * Copyright (c) 2005, Intel Corporation * Copyright (c) 2005, University of New Hampshire * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free S...
gpl-2.0
pf3gnuchains/pf3gnuchains4x
tk/unix/tkUnixScrlbr.c
3
13878
/* * tkUnixScrollbar.c -- * * This file implements the Unix specific portion of the scrollbar * widget. * * Copyright (c) 1996 by Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * * RCS: @(#) $Id$ */...
gpl-2.0
RJRetro/mame
src/mame/drivers/b2m.cpp
3
14678
// license:BSD-3-Clause // copyright-holders:Miodrag Milanovic /*************************************************************************** Bashkiria-2M driver by Miodrag Milanovic 28/03/2008 Preliminary driver. ****************************************************************************/ #include ...
gpl-2.0
afiestas/kde-workspace
plasma/generic/dataengines/share/share_package.cpp
3
1966
/*************************************************************************** * Copyright 2010 Artur Duque de Souza <asouza@kde.org> * * * * This program is free software; you can redistribute it and/or modify * * it unde...
gpl-2.0
mtmichaelson/LG_Esteem_Kernel
drivers/media/dvb/dvb-usb/dib0700_devices.c
515
73062
/* Linux driver for devices based on the DiBcom DiB0700 USB bridge * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 2. * * Copyright (C) 2005-9 DiBcom, SA et al */ #include "dib...
gpl-2.0
DavidRitte1/David
compat/jansson/load.c
515
20409
/* * Copyright (c) 2009, 2010 Petri Lehtinen <petri@digip.org> * * Jansson is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. */ #define _GNU_SOURCE #include <ctype.h> #include <errno.h> #include <limits.h> #include <stdio.h> #include <stdlib....
gpl-2.0
iamroot-x86-10/linux-3.10.4
drivers/i2c/busses/i2c-designware-platdrv.c
2051
6530
/* * Synopsys DesignWare I2C adapter driver (master only). * * Based on the TI DAVINCI I2C adapter driver. * * Copyright (C) 2006 Texas Instruments. * Copyright (C) 2007 MontaVista Software Inc. * Copyright (C) 2009 Provigent Ltd. * * ----------------------------------------------------------------------------...
gpl-2.0
NovaFusion/android_kernel_samsung_golden
drivers/staging/iio/adc/ad799x_core.c
2307
21940
/* * iio/adc/ad799x.c * Copyright (C) 2010-1011 Michael Hennerich, Analog Devices Inc. * * based on iio/adc/max1363 * Copyright (C) 2008-2010 Jonathan Cameron * * based on linux/drivers/i2c/chips/max123x * Copyright (C) 2002-2004 Stefan Eletzhofer * * based on linux/drivers/acron/char/pcf8583.c * Copyright (...
gpl-2.0
edoko/android_samsung_galaxy_pop
drivers/char/agp/backend.c
3075
9133
/* * AGPGART driver backend routines. * Copyright (C) 2004 Silicon Graphics, Inc. * Copyright (C) 2002-2003 Dave Jones. * Copyright (C) 1999 Jeff Hartmann. * Copyright (C) 1999 Precision Insight, Inc. * Copyright (C) 1999 Xi Graphics, Inc. * * Permission is hereby granted, free of charge, to any person obtainin...
gpl-2.0
CyanogenMod/android_kernel_oppo_n3
drivers/staging/comedi/drivers/das08.c
3331
28347
/* * comedi/drivers/das08.c * DAS08 driver * * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 2000 David A. Schleef <ds@schleef.org> * Copyright (C) 2001,2002,2003 Frank Mori Hess <fmhess@users.sourceforge.net> * Copyright (C) 2004 Salvador E. Tropea <set@users.sf.net> <set@ieee.or...
gpl-2.0
zaclimon/android_kernel_samsung_aries
drivers/staging/rtl8192u/ieee80211/ieee80211_crypt.c
3587
5663
/* * Host AP crypto routines * * Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi> * Portions Copyright (C) 2004, Intel Corporation <jketreno@linux.intel.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * ...
gpl-2.0
wzhy90/android_kernel_sony_msm8974ab
sound/core/oss/mixer_oss.c
3587
41613
/* * OSS emulation layer for the mixer interface * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Li...
gpl-2.0
joebonrichie/CAF_kernel-msm_M76XXUSNSKTLYA4145
arch/arm/mach-integrator/leds.c
4867
2210
/* * linux/arch/arm/mach-integrator/leds.c * * Integrator/AP and Integrator/CP LED control routines * * Copyright (C) 1999 ARM Limited * Copyright (C) 2000 Deep Blue Solutions Ltd * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License...
gpl-2.0
tiny4579/gingertiny-v2
lib/syscall.c
5123
2475
#include <linux/ptrace.h> #include <linux/sched.h> #include <linux/module.h> #include <asm/syscall.h> static int collect_syscall(struct task_struct *target, long *callno, unsigned long args[6], unsigned int maxargs, unsigned long *sp, unsigned long *pc) { struct pt_regs *regs = task_pt_regs(target); if (...
gpl-2.0
KCFTech/Linux_3_2_0-26_Kernel
drivers/net/ethernet/toshiba/spider_net.c
5123
72119
/* * Network device driver for Cell Processor-Based Blade and Celleb platform * * (C) Copyright IBM Corp. 2005 * (C) Copyright 2006 TOSHIBA CORPORATION * * Authors : Utz Bacher <utz.bacher@de.ibm.com> * Jens Osterkamp <Jens.Osterkamp@de.ibm.com> * * This program is free software; you can redistribute...
gpl-2.0
haoyangw/android_kernel_xiaomi_dior
drivers/staging/iio/meter/ade7758_trigger.c
5123
2476
/* * ADE7758 Poly Phase Multifunction Energy Metering IC driver * * Copyright 2010-2011 Analog Devices Inc. * * Licensed under the GPL-2. */ #include <linux/interrupt.h> #include <linux/kernel.h> #include <linux/spi/spi.h> #include <linux/export.h> #include "../iio.h" #include "../trigger.h" #include "ade7758.h...
gpl-2.0
MoKee/android_kernel_motorola_stingray
lib/syscall.c
5123
2475
#include <linux/ptrace.h> #include <linux/sched.h> #include <linux/module.h> #include <asm/syscall.h> static int collect_syscall(struct task_struct *target, long *callno, unsigned long args[6], unsigned int maxargs, unsigned long *sp, unsigned long *pc) { struct pt_regs *regs = task_pt_regs(target); if (...
gpl-2.0
nitrogen-devs/android_NitrogenEx_kernel
arch/arm/mach-ixp4xx/ixdp425-pci.c
5379
1914
/* * arch/arm/mach-ixp4xx/ixdp425-pci.c * * IXDP425 board-level PCI initialization * * Copyright (C) 2002 Intel Corporation. * Copyright (C) 2003-2004 MontaVista Software, Inc. * * Maintainer: Deepak Saxena <dsaxena@plexity.net> * * This program is free software; you can redistribute it and/or modify * it un...
gpl-2.0
joaquimorg/android_kernel_rockchip_rk2918
drivers/auxdisplay/cfag12864bfb.c
9219
4664
/* * Filename: cfag12864bfb.c * Version: 0.1.0 * Description: cfag12864b LCD framebuffer driver * License: GPLv2 * Depends: cfag12864b * * Author: Copyright (C) Miguel Ojeda Sandonis * Date: 2006-10-31 * * This program is free software; you can redistribute it and/or modify * it ...
gpl-2.0
nosnilwar/linux-raw-gov-2.6.38.8
drivers/media/video/sn9c102/sn9c102_pas106b.c
12803
8105
/*************************************************************************** * Plug-in for PAS106B image sensor connected to the SN9C1xx PC Camera * * Controllers * * * * Copyright...
gpl-2.0
qdk0901/kernel-exynos5410
drivers/block/paride/bpck.c
14851
9505
/* bpck.c (c) 1996-8 Grant R. Guenther <grant@torque.net> Under the terms of the GNU General Public License. bpck.c is a low-level protocol driver for the MicroSolutions "backpack" parallel port IDE adapter. */ /* Changes: 1.01 GRG 1998.05.05 init_proto, release_proto, pi->delay 1.02 GRG...
gpl-2.0
aureljared/pulsar
drivers/tty/serial/tegra_hsuart.c
4
46290
/* * drivers/serial/tegra_hsuart.c * * High-speed serial driver for NVIDIA Tegra SoCs * * Copyright (C) 2009-2011 NVIDIA Corporation * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; ei...
gpl-2.0
rk34cj/qt-extend-4.4.3
qtopiacore/qt/src/3rdparty/webkit/WebCore/ksvg2/misc/PointerEventsHitRules.cpp
4
3423
/* Copyright (C) 2007 Rob Buis <buis@kde.org> This file is part of the KDE project This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or...
gpl-2.0
ahzahraee/etherlabmaster
tool/FoeCommand.cpp
4
3791
/***************************************************************************** * * $Id: FoeCommand.cpp,v 742607c464c4 2010/02/05 09:29:47 fp $ * * Copyright (C) 2006-2009 Florian Pose, Ingenieurgemeinschaft IgH * * This file is part of the IgH EtherCAT Master. * * The IgH EtherCAT Master is free software; ...
gpl-2.0
tuliom/glibc
sysdeps/mach/hurd/msync.c
4
2541
/* msync -- Synchronize mapped memory to external storage. Mach version. Copyright (C) 2002-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License a...
gpl-2.0
madprogrammer/linux-e8-rt
arch/x86/kernel/cpu/perf_event.c
4
43949
/* * Performance events x86 architecture code * * Copyright (C) 2008 Thomas Gleixner <tglx@linutronix.de> * Copyright (C) 2008-2009 Red Hat, Inc., Ingo Molnar * Copyright (C) 2009 Jaswinder Singh Rajput * Copyright (C) 2009 Advanced Micro Devices, Inc., Robert Richter * Copyright (C) 2008-2009 Red Hat, Inc....
gpl-2.0
rickgaiser/linux-2.2.1-ps2
drivers/video/newport_con.c
4
17133
/* $Id: newport_con.c,v 1.13 1999/04/11 10:37:08 ulfc Exp $ * * newport_con.c: Abscon for newport hardware * * (C) 1998 Thomas Bogendoerfer (tsbogend@alpha.franken.de) * (C) 1999 Ulf Carlsson (ulfc@bun.falkenberg.se) * * This driver is based on sgicons.c and cons_newport. * * Copyright (C) 1996 David S. Mil...
gpl-2.0
toxxin/barebox_am335xice
lib/fonts/font_8x16.c
4
95936
/**********************************************/ /* */ /* Font file generated by cpi2fnt */ /* */ /**********************************************/ #include <module.h> #include <linux/font.h> #define FONTDATAMAX 4096 sta...
gpl-2.0
kraj/binutils-gdb
bfd/elfnn-loongarch.c
4
118912
/* LoongArch-specific support for NN-bit ELF. Copyright (C) 2021-2022 Free Software Foundation, Inc. Contributed by Loongson Ltd. This file is part of BFD, the Binary File Descriptor library. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Publ...
gpl-2.0
EmulatorArchive/gxgeo
src/list.c
4
2373
#include <stdlib.h> #include "list.h" LIST *list_get_item_by_index(LIST *list,int index) { int i=0; LIST *l; for (l=list;l;l=l->next) { if (i==index) return l; i++; } return NULL; } void list_erase_all(LIST *list,void (*erasedata)(void *data)) { LIST *l=list; do { l=list->next; //free(...
gpl-2.0
iTechnoguy/zwkernel
drivers/media/platform/msm/camera_v2/sensor/io/msm_camera_io_util.c
4
14026
/* Copyright (c) 2011-2014, The Linux Foundataion. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in th...
gpl-2.0
StreamUtils/gst-plugins-base
ext/gl/gstglfilterglass.c
4
13468
/* * GStreamer * Copyright (C) 2008 Julien Isorce <julien.isorce@gmail.com> * Inspired from http://www.mdk.org.pl/2007/11/17/gl-colorspace-conversions * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free...
gpl-2.0
Bytewerk/uClinux-ipcam
lib/libkrb5/lib/crypto/hash_provider/hash_md4.c
4
1855
/* * Copyright (C) 1998 by the FundsXpress, INC. * * All rights reserved. * * Export of this software from the United States of America may require * a specific license from the United States Government. It is the * responsibility of any person or organization contemplating export to * obtain such a license ...
gpl-2.0
iAMr00t/android_kernel_huawei_msm8928
drivers/media/platform/msm/camera_v2/sensor/actuator/msm_actuator.c
4
35617
/* Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
gpl-2.0
coredmp95/rtems-raspberry
cpukit/score/src/objectidtoname.c
4
1597
/* * @file * * @brief Object id to name * @ingroup Score */ /* * COPYRIGHT (c) 1989-2003. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. */ ...
gpl-2.0
xerkoss/TrinityCore
src/server/scripts/Maelstrom/Stonecore/instance_stonecore.cpp
4
9169
/* * Copyright (C) 2008-2015 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Founda...
gpl-2.0
cwhuang/linux
drivers/pinctrl/pinctrl-pistachio.c
260
41725
/* * Pistachio SoC pinctrl driver * * Copyright (C) 2014 Imagination Technologies Ltd. * Copyright (C) 2014 Google, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software ...
gpl-2.0
ystk/linux-3.14-ltsi-work
drivers/input/touchscreen/atmel_mxt_ts.c
260
32177
/* * Atmel maXTouch Touchscreen driver * * Copyright (C) 2010 Samsung Electronics Co.Ltd * Author: Joonyoung Shim <jy0922.shim@samsung.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foun...
gpl-2.0
project-magpie/linux-sh4-2.6.32.y
drivers/mtd/devices/mtd_dataflash.c
516
25853
/* * Atmel AT45xxx DataFlash MTD driver for lightweight SPI framework * * Largely derived from at91_dataflash.c: * Copyright (C) 2003-2005 SAN People (Pty) Ltd * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the F...
gpl-2.0
goodhanrry/N915S_goodHanrry_kernel_lollipop
drivers/media/tdmb/fc8080/fc8080_isr.c
516
3246
/***************************************************************************** Copyright(c) 2013 FCI Inc. All Rights Reserved File name : fc8080_isr.c Description : fc8080 interrupt service routine source file This program is free software; you can redistribute it and/or modify it under the terms of the GNU Gen...
gpl-2.0
imoseyon/leanKernel-tbolt-gingerbread
drivers/media/dvb/frontends/dib0070.c
1284
20454
/* * Linux-DVB Driver for DiBcom's DiB0070 base-band RF Tuner. * * Copyright (C) 2005-9 DiBcom (http://www.dibcom.fr/) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 o...
gpl-2.0
lukego/linux
kernel/trace/trace_selftest.c
1540
27219
/* Include in trace.c */ #include <linux/stringify.h> #include <linux/kthread.h> #include <linux/delay.h> #include <linux/slab.h> static inline int trace_valid_entry(struct trace_entry *entry) { switch (entry->type) { case TRACE_FN: case TRACE_CTX: case TRACE_WAKE: case TRACE_STACK: case TRACE_PRINT: case TRAC...
gpl-2.0
Team-Blackout/Rezound_ION
drivers/net/stmmac/stmmac_ethtool.c
2308
9278
/******************************************************************************* STMMAC Ethtool support Copyright (C) 2007-2009 STMicroelectronics Ltd This program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU General Public License, version 2, as publ...
gpl-2.0
jwhitham/ppc_linux
security/keys/permission.c
2820
2933
/* Key permission checking * * Copyright (C) 2005 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; eit...
gpl-2.0
dhiru1602/android_kernel_samsung_smdk4412
drivers/cpufreq/longrun.c
3076
8454
/* * (C) 2002 - 2003 Dominik Brodowski <linux@brodo.de> * * Licensed under the terms of the GNU GPL License version 2. * * BIG FAT DISCLAIMER: Work in progress code. Possibly *dangerous* */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/cpufreq.h> #include <linux/t...
gpl-2.0
evilwombat/linux-hero4
fs/binfmt_som.c
3332
7315
/* * linux/fs/binfmt_som.c * * These are the functions used to load SOM format executables as used * by HP-UX. * * Copyright 1999 Matthew Wilcox <willy@bofh.ai> * based on binfmt_elf which is * Copyright 1993, 1994: Eric Youngdale (ericy@cais.com). */ #include <linux/module.h> #include <linux/fs.h> #includ...
gpl-2.0
varun10221/linux
drivers/hid/hid-lgff.c
4356
4636
/* * Force feedback support for hid-compliant for some of the devices from * Logitech, namely: * - WingMan Cordless RumblePad * - WingMan Force 3D * * Copyright (c) 2002-2004 Johann Deneux * Copyright (c) 2006 Anssi Hannula <anssi.hannula@gmail.com> */ /* * This program is free software; you can redistribut...
gpl-2.0
sktjdgns1189/android_kernel_samsung_frescolteskt
kernel/auditfilter.c
4868
34129
/* auditfilter.c -- filtering of audit events * * Copyright 2003-2004 Red Hat, Inc. * Copyright 2005 Hewlett-Packard Development Company, L.P. * Copyright 2005 IBM Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publis...
gpl-2.0
tiny4579/android_kernel_msm
drivers/media/video/et61x251/et61x251_tas5130d1b.c
4868
4058
/*************************************************************************** * Plug-in for TAS5130D1B image sensor connected to the ET61X[12]51 * * PC Camera Controllers * * * * Copyright...
gpl-2.0
PsychoGame/android_kernel_lge_msm8974-caf
arch/arm/mach-pnx4008/serial.c
5124
1668
/* * linux/arch/arm/mach-pnx4008/serial.c * * PNX4008 UART initialization * * Copyright: MontaVista Software Inc. (c) 2005 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundati...
gpl-2.0
heaven001/android_kernel_sony_msm8974
tools/power/cpupower/utils/idle_monitor/snb_idle.c
5636
4413
/* * (C) 2010,2011 Thomas Renninger <trenn@suse.de>, Novell Inc. * * Licensed under the terms of the GNU GPL License version 2. * * Based on Len Brown's <lenb@kernel.org> turbostat tool. */ #if defined(__i386__) || defined(__x86_64__) #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include ...
gpl-2.0
Team-Blackout/Blackout-M7
drivers/acpi/apei/erst-dbg.c
5636
5214
/* * APEI Error Record Serialization Table debug support * * ERST is a way provided by APEI to save and retrieve hardware error * information to and from a persistent store. This file provide the * debugging/testing support for ERST kernel support and firmware * implementation. * * Copyright 2010 Intel Corp. *...
gpl-2.0
S6310-Development/android_kernel_samsung_msm7x27a
drivers/ide/ide_platform.c
5636
3627
/* * Platform IDE driver * * Copyright (C) 2007 MontaVista Software * * Maintainer: Kumar Gala <galak@kernel.crashing.org> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either ...
gpl-2.0
sdotter/GPE-6.0.0
arch/frv/kernel/setup.c
8452
32760
/* setup.c: FRV specific setup * * Copyright (C) 2003-5 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * - Derived from arch/m68k/kernel/setup.c * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * ...
gpl-2.0
aapav01/kernel_ms013g_3-4-x
drivers/usb/host/octeon2-common.c
11268
5024
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2010, 2011 Cavium Networks */ #include <linux/module.h> #include <linux/mutex.h> #include <linux/delay.h> #include <asm/o...
gpl-2.0
sandymanu/sandy_sambar_8994
drivers/mtd/maps/ts5500_flash.c
11524
2857
/* * ts5500_flash.c -- MTD map driver for Technology Systems TS-5500 board * * Copyright (C) 2004 Sean Young <sean@mess.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either versi...
gpl-2.0
CyanogenMod/android_kernel_asus_grouper
drivers/media/video/sn9c102/sn9c102_ov7630.c
12804
19528
/*************************************************************************** * Plug-in for OV7630 image sensor connected to the SN9C1xx PC Camera * * Controllers * * * * Copyright...
gpl-2.0
zetalabs/linux-3.4-sunxi
drivers/input/sw_touchscreen/gt9xx/gt9xx.c
5
40938
/* drivers/input/touchscreen/gt9xx.c * * 2010 - 2012 Goodix Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any late...
gpl-2.0
skeezix/compo4all
stevem/mame4all/src/drivers/cheekyms.cpp
5
6492
#include "../vidhrdw/cheekyms.cpp" /************************************************************************* Universal Cheeky Mouse Driver (c)Lee Taylor May/June 1998, All rights reserved. For use only in offical Mame releases. Not to be distributed as part of any commerical work. ***********************...
gpl-2.0
ryoon/gcc-2.95.3-SCO-OpenServer5
texinfo/info/dribble.c
5
2144
/* dribble.c -- Dribble files for Info. */ /* This file is part of GNU Info, a program for reading online documentation stored in Info format. Copyright (C) 1993 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Publi...
gpl-2.0
os2sd/android_kernel_lge_msm7x27-3.0.x
arch/arm/mach-msm/board-msm7627-regulator.c
5
7239
/* * Copyright (c) 2011, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope...
gpl-2.0
nejads/MqttMoped
autosar/src/core/communication/PduR/PduR_Routing.c
5
6555
/*-------------------------------- Arctic Core ------------------------------ * Copyright (C) 2013, ArcCore AB, Sweden, www.arccore.com. * Contact: <contact@arccore.com> * * You may ONLY use this file: * 1)if you have a valid commercial ArcCore license and then in accordance with * the terms contained in...
gpl-2.0
marcelo-duffles/linux-rat-2.6.10
net/ipv4/raw.c
5
20347
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * RAW - implementation of IP "raw" sockets. * * Version: $Id: raw.c,v 1.64 2002/02/01 22:01:04 davem Exp $ * ...
gpl-2.0
frocha/GstStabilizer
ext/opus/gstopusheader.c
5
8306
/* GStreamer Opus Encoder * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu> * Copyright (C) <2008> Sebastian Dröge <sebastian.droege@collabora.co.uk> * Copyright (C) <2011> Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> * * This library is free software; you can redistribute it and/or * modify it...
gpl-2.0
Chilledheart/glibc
math/s_nanf.c
5
1086
/* Return quiet nan. Copyright (C) 1997-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public L...
gpl-2.0
110440/fastsocket
kernel/net/ipv6/netfilter/ip6_queue.c
517
14629
/* * This is a module which is used for queueing IPv6 packets and * communicating with userspace via netlink. * * (C) 2001 Fernando Anton, this code is GPL. * IPv64 Project - Work based in IPv64 draft by Arturo Azcorra. * Universidad Carlos III de Madrid - Leganes (Madrid) - Spain * Universidad Polit...
gpl-2.0
IxLabs/net-next
fs/proc/task_nommu.c
1029
7223
#include <linux/mm.h> #include <linux/file.h> #include <linux/fdtable.h> #include <linux/fs_struct.h> #include <linux/mount.h> #include <linux/ptrace.h> #include <linux/slab.h> #include <linux/seq_file.h> #include "internal.h" /* * Logic: we've got two memory sums for each process, "shared", and * "non-shared". Sha...
gpl-2.0
jpirko/rocker_bpf
arch/microblaze/kernel/process.c
1797
5015
/* * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> * Copyright (C) 2008-2009 PetaLogix * Copyright (C) 2006 Atmark Techno, Inc. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ ...
gpl-2.0
binkybear/flounder
arch/x86/kernel/cpu/hypervisor.c
2053
2276
/* * Common hypervisor code * * Copyright (C) 2008, VMware, Inc. * Author : Alok N Kataria <akataria@vmware.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the...
gpl-2.0
libertyjin/arm-linux-kernel
arch/x86/kernel/cpu/hypervisor.c
2053
2276
/* * Common hypervisor code * * Copyright (C) 2008, VMware, Inc. * Author : Alok N Kataria <akataria@vmware.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the...
gpl-2.0
utilite-computer/linux-kernel-3.0
net/ipv6/xfrm6_policy.c
2309
8759
/* * xfrm6_policy.c: based on xfrm4_policy.c * * Authors: * Mitsuru KANDA @USAGI * Kazunori MIYAZAWA @USAGI * Kunihiro Ishiguro <kunihiro@ipinfusion.com> * IPv6 support * YOSHIFUJI Hideaki * Split up af-specific portion * */ #include <linux/err.h> #include <linux/kernel.h> #include <linux/netdevice.h...
gpl-2.0
vmantomecca/kernel-msm
drivers/net/ethernet/sfc/siena_sriov.c
2309
45904
/**************************************************************************** * Driver for Solarflare Solarstorm network controllers and boards * Copyright 2010-2011 Solarflare Communications Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Publi...
gpl-2.0
gromaudio/linux-imx6-31053
drivers/staging/media/solo6x10/solo6x10-g723.c
2565
10918
/* * Copyright (C) 2010-2013 Bluecherry, LLC <http://www.bluecherrydvr.com> * * Original author: * Ben Collins <bcollins@ubuntu.com> * * Additional work by: * John Brooks <john.brooks@bluecherry.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gener...
gpl-2.0
wwenigma/cocktail-kernel-msm7x30
arch/arm/mach-vt8500/bv07.c
2821
2186
/* * arch/arm/mach-vt8500/bv07.c * * Copyright (C) 2010 Alexey Charkov <alchark@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at y...
gpl-2.0
jdkernel/android-omap-tuna_3.0
drivers/scsi/iscsi_boot_sysfs.c
2821
16312
/* * Export the iSCSI boot info to userland via sysfs. * * Copyright (C) 2010 Red Hat, Inc. All rights reserved. * Copyright (C) 2010 Mike Christie * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License v2.0 as published by * the Free Sof...
gpl-2.0
ea4862/boeffla41_e210k
sound/pci/sonicvibes.c
3589
52997
/* * Driver for S3 SonicVibes soundcard * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * * BUGS: * It looks like 86c617 rev 3 doesn't supports DDMA buffers above 16MB? * Driver sometimes hangs... Nobody knows why at this moment... * * This program is free software; you can redistribute it and/or...
gpl-2.0
wzhy90/Huawei_Watch_Kernel
arch/arm/mach-lpc32xx/serial.c
4357
3737
/* * arch/arm/mach-lpc32xx/serial.c * * Author: Kevin Wells <kevin.wells@nxp.com> * * Copyright (C) 2010 NXP Semiconductors * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either vers...
gpl-2.0
weritos666/Vee7
arch/arm/mach-bcmring/dma.c
4869
42994
/***************************************************************************** * Copyright 2004 - 2008 Broadcom Corporation. All rights reserved. * * Unless you and Broadcom execute a separate written software license * agreement governing use of this software, this software is licensed to you * under the terms of the...
gpl-2.0
cyaniris/sgs4duos_kernel
arch/arm/mach-clps711x/p720t.c
4869
3001
/* * linux/arch/arm/mach-clps711x/p720t.c * * Copyright (C) 2000-2001 Deep Blue Solutions Ltd * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (a...
gpl-2.0
pvittman/donkey-cm12
drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c
5637
42686
/* * This file is part of the Chelsio T4 PCI-E SR-IOV Virtual Function Ethernet * driver for Linux. * * Copyright (c) 2009-2010 Chelsio Communications, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GN...
gpl-2.0
sultanxda/android_kernel_oneplus_bacon-3.10
crypto/scatterwalk.c
7173
2996
/* * Cryptographic API. * * Cipher operations. * * Copyright (c) 2002 James Morris <jmorris@intercode.com.au> * 2002 Adam J. Richter <adam@yggdrasil.com> * 2004 Jean-Luc Cooke <jlcooke@certainkey.com> * * This program is free software; you can redistribute it and/or modify it * und...
gpl-2.0
FrancescoCG/CrazySuperKernel-CM13-KLTE
drivers/video/fb_ddc.c
7941
2665
/* * drivers/video/fb_ddc.c - DDC/EDID read support. * * Copyright (C) 2006 Dennis Munsie <dmunsie@cecropia.com> * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details. */ #include <linux/delay.h>...
gpl-2.0
InfinitiveOS-Devices/android_kernel_cyanogen_msm8916
fs/yaffs2/yaffs_checkptrw.c
7941
10663
/* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * * Copyright (C) 2002-2010 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning <charles@aleph1.co.uk> * * This program is free software; you can redistribute it and/or modify * it unde...
gpl-2.0
Arc-Team/android_kernel_htc_msm8960
sound/pci/ice1712/vt1720_mobo.c
9221
3936
/* * ALSA driver for VT1720/VT1724 (Envy24PT/Envy24HT) * * Lowlevel functions for VT1720-based motherboards * * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ...
gpl-2.0
huwpascoe/citra
src/core/hle/service/boss/boss.cpp
6
37164
// Copyright 2015 Citra Emulator Project // Licensed under GPLv2 or any later version // Refer to the license.txt file included. #include <cinttypes> #include "common/logging/log.h" #include "core/hle/ipc.h" #include "core/hle/result.h" #include "core/hle/service/boss/boss.h" #include "core/hle/service/boss/boss_p.h" ...
gpl-2.0
Syphurith/rpcs3
rpcs3/Emu/Audio/AudioDumper.cpp
6
1108
#include "stdafx.h" #include "AudioDumper.h" AudioDumper::AudioDumper() : m_header(0), m_init(false) { } AudioDumper::~AudioDumper() { Finalize(); } bool AudioDumper::Init(u8 ch) { if ((m_init = m_output.open("audio.wav", o_write | o_create | o_trunc))) { m_header = WAVHeader(ch); WriteHeader(); } return m...
gpl-2.0
romanalexander/Trickles
drivers/char/vac-serial.c
6
75340
/* * vacserial.c: VAC UART serial driver * This code stealed and adopted from linux/drivers/char/serial.c * See that for author info * * Copyright (C) 1998 Gleb Raiko & Vladimir Roganov */ #undef SERIAL_PARANOIA_CHECK #define CONFIG_SERIAL_NOPAUSE_IO #define SERIAL_DO_RESTART #ifndef ...
gpl-2.0
faux123/Endeavoru
net/netfilter/nf_conntrack_h323_main.c
6
54043
/* * H.323 connection tracking helper * * Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net> * * This source code is licensed under General Public License version 2. * * Based on the 'brute force' H.323 connection tracking module by * Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> * * For more ...
gpl-2.0
rilian-la-te/glibc
elf/tst-dl-iter-static.c
6
1322
/* BZ #16046 dl_iterate_phdr static executable test. Copyright (C) 2014 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free So...
gpl-2.0
Cyph3r/RisingProject
dep/acelite/ace/Proactor.cpp
262
29944
// $Id: Proactor.cpp 95368 2011-12-19 13:38:49Z mcorino $ #include "ace/config-lite.h" #include "ace/Proactor.h" #if defined (ACE_HAS_WIN32_OVERLAPPED_IO) || defined (ACE_HAS_AIO_CALLS) // This only works on Win32 platforms and on Unix platforms with aio // calls. #include "ace/Auto_Ptr.h" #include "ace/Proactor_Imp...
gpl-2.0
drhonk/Bali_SK4G
drivers/acpi/acpica/nsxfname.c
518
17886
/****************************************************************************** * * Module Name: nsxfname - Public interfaces to the ACPI subsystem * ACPI Namespace oriented interfaces * *****************************************************************************/ /* * Copyright (C) 2000...
gpl-2.0