- Ја почнал/а темата
- #1
dime
Intern
- 13 мај 2008
- 163
- 3
Некаде бев прочитал за заебанциите што може да се најдат по кодот на кернелот, па земав и сам да побарам. Отприлика барав вака
egrep -ri -B 2 -A 2 "( fuck)|( shit)|( ugly)|( god)|( happy)" *
со уште некои дополнителни фрази после
И еве ги извадив најдобрите резултати хехехе:
egrep -ri -B 2 -A 2 "( fuck)|( shit)|( ugly)|( god)|( happy)" *
со уште некои дополнителни фрази после
Код:
include/asm-m68k/sun3xflop.h- case 7: /* FD_DIR */
include/asm-m68k/sun3xflop.h: /* ugly hack, I can't find a way to actually detect the disk */
include/asm-m68k/sun3ints.h:/* master list of VME vectors -- don't fuck with this */
include/asm-m68k/sun3ints.h-#define SUN3_VEC_FLOPPY (IRQ_USER+0)
include/asm-m68k/sun3ints.h-#define SUN3_VEC_VMESCSI0 (IRQ_USER+0)
include/asm-sparc64/system.h: /* If you fuck with this, update ret_from_syscall code too. */ \
include/asm-sparc64/system.h- if (test_thread_flag(TIF_PERFCTR)) { \
include/asm-sparc64/system.h- write_pcr(current_thread_info()->pcr_reg); \
include/asm-sparc64/uaccess.h- * This gets kind of ugly. We want to return _two_ values in "get_user()"
include/asm-sparc64/uaccess.h- * and yet we don't want to do any pointers, because that is too much
include/asm-sparc64/uaccess.h: * of a performance impact. Thus we have a few rather ugly macros here,
include/asm-sparc64/uaccess.h- * and hide all the ugliness from the user.
include/asm-sparc64/uaccess.h- */
include/asm-sparc64/unistd.h: * Don't be scared by the ugly clobbers, it is the only way I can
include/asm-sparc64/unistd.h- * think of right now to force the arguments into fixed registers
include/asm-sparc64/unistd.h- * before the trap into the system call with gcc 'asm' statements.
include/linux/ipc.h- * These are used to wrap system calls.
include/linux/ipc.h- *
include/linux/ipc.h: * See architecture code for ugly details..
include/linux/ipc.h- */
include/linux/netfilter/xt_limit.h: /* Ugly, ugly fucker. */
include/linux/netfilter/xt_limit.h- struct xt_rateinfo *master;
include/linux/netfilter/xt_limit.h-};
include/asm-cris/arch-v32/spinlock.h- * Also note that we don't use the _irqsave / _irqrestore suffixes here.
include/asm-cris/arch-v32/spinlock.h- * If we're called with interrupts enabled and we've got readers (or other
include/asm-cris/arch-v32/spinlock.h: * writers) in interrupt handlers someone fucked up and we'd dead-lock
include/asm-cris/arch-v32/spinlock.h- * sooner or later anyway. prumpf */
include/asm-alpha/jensen.h:/* New-style ioread interface. All the routines are so ugly for Jensen
include/asm-alpha/jensen.h- that it doesn't make sense to merge them. */
include/asm-sparc/pgtsrmmu.h-/* This makes sense. Honest it does - Anton */
include/asm-sparc/pgtsrmmu.h:/* XXX Yes but it's ugly as sin. FIXME. -KMW */
include/asm-sparc/smpprim.h: * God knows we won't be actually using this code for some time
include/asm-sparc/smpprim.h- * but I thought I'd write it since I knew how.
include/asm-mips/mipsprom.h:/* More PROM shit. Probably has to do with VME RMW cycles??? */
include/asm-mips/mipsprom.h-#define PROM_ORW_RMW 22 /* XXX */
include/asm-mips/mipsprom.h-#define PROM_ORH_RMW 23 /* XXX */
scripts/checkpatch.pl-#!/usr/bin/perl -w
scripts/checkpatch.pl-# (c) 2001, Dave Jones. <[email protected]> (the file handling bit)
scripts/checkpatch.pl:# (c) 2005, Joel Schopp <[email protected]> (the ugly bit)
include/asm-powerpc/io.h-/* Some drivers check for the presence of readq & writeq with
include/asm-powerpc/io.h: * a #ifdef, so we make them happy here.
include/asm-powerpc/io.h- */
include/linux/virtio_config.h-/* We have found a driver for the device. */
include/linux/virtio_config.h-#define VIRTIO_CONFIG_S_DRIVER 2
include/linux/virtio_config.h:/* Driver has used its parts of the config, and is happy */
include/linux/virtio_config.h-#define VIRTIO_CONFIG_S_DRIVER_OK 4
include/linux/virtio_config.h-/* We've given up on this device. */
include/sound/asound.h:/* Trick to make alsa-lib/acinclude.m4 happy */
include/sound/asound.h-#define SNDRV_PCM_IOCTL_REWIND SNDRV_PCM_IOCTL_REWIND
include/asm-alpha/uaccess.h-#ifdef __alpha_bwx__
include/asm-alpha/uaccess.h:/* Those lucky bastards with ev56 and later CPUs can do byte/word moves. */
include/asm-alpha/uaccess.h-
include/asm-alpha/uaccess.h-#define __get_user_16(addr)
arch/sh/boards/renesas/systemh/Makefile-# XXX: This wants to be consolidated in arch/sh/drivers/pci, and more
arch/sh/boards/renesas/systemh/Makefile-# importantly, with the generic sh7751_pcic_init() code. For now, we'll
arch/sh/boards/renesas/systemh/Makefile:# just abuse the hell out of kbuild, because we can..
include/asm-mips/prefetch.h- * StoreRetained and WriteBackInvalidate but not Pref_PrepareForStore.
include/asm-mips/prefetch.h- *
include/asm-mips/prefetch.h: * Hell (and the book on my shelf I can't open ...) know what the R8000 does.