XXX
is traditionally used to flag code that is
incorrect but works (most of the time), as in the following example.
/* XXX is this correct? */ v_evaluate(vq, s, FALSE);Searching through the book's CD-ROM I located more than 4500 XXX comments. They provided the artistic inspiration for the book's cover. Through this page you can see them all.
Comment | Location |
// XXX | jt4/catalina/src/share/org/apache/catalina/connector/http10/HttpProcessor.java(436) |
// XXX use only one Date instance/request, reuse it. | jt4/catalina/src/share/org/apache/catalina/util/CookieTools.java(72) |
// XXX this interface is not final, but a prototype. | jt4/catalina/src/share/org/apache/catalina/util/xml/SaxContext.java(16) |
// System.out.println("XXX" + names[j] + " " + tag); | jt4/catalina/src/share/org/apache/catalina/util/xml/PathMatch.java(39) |
// XXX Probably it's better to use the real XmlActions, with new FooAction() | jt4/catalina/src/share/org/apache/catalina/util/xml/XmlMapper.java(492) |
// XXX XXX XXX Need to move the "standard" actions in individual files | jt4/catalina/src/share/org/apache/catalina/util/xml/XmlMapper.java(573) |
// System.out.println("XXX: " + methods[i] + " " + o + " " + params[0] ); | jt4/catalina/src/share/org/apache/catalina/util/xml/XmlMapper.java(702) |
// Ok, no setXXX found, try a setProperty("name", "value") | jt4/catalina/src/share/org/apache/catalina/util/xml/XmlMapper.java(714) |
// XXX is String.CLASS valid in 1.1 ? | jt4/catalina/src/share/org/apache/catalina/util/xml/XmlMapper.java(840) |
// XXX Add more types | jt4/catalina/src/share/org/apache/catalina/util/xml/XmlMapper.java(861) |
// XXX - longer term, this should really be: | jt4/jasper/src/share/org/apache/jasper/compiler/JspReader.java(177) |
// XXX FIXME | jt4/jasper/src/share/org/apache/jasper/compiler/TagLibraryInfoImpl.java(146) |
//XXX - add encoding once Jikes supports it | jt4/jasper/src/share/org/apache/jasper/compiler/JikesJavaCompiler.java(185) |
// XXX - There are really three encodings of interest. | jt4/jasper/src/share/org/apache/jasper/compiler/Compiler.java(173) |
// XXX Should we delete the generated .java file too? | jt4/jasper/src/share/org/apache/jasper/compiler/Compiler.java(449) |
//XXX Should it be multiple of DEFAULT_BUFFER_SIZE?? | jt4/jasper/src/share/org/apache/jasper/runtime/BodyContentImpl.java(112) |
// Reuse // XXX problems - need to fix them first!! | jt4/jasper/src/share/org/apache/jasper/runtime/PageContextImpl.java(190) |
//XXX Please check. | jt4/jasper/src/share/org/apache/jasper/runtime/JspRuntimeLibrary.java(256) |
// XXX (ClassLoader)((ServletContextFacade) ctx).getRealContext().getLoader(); | jt4/jasper/src/share/org/apache/jasper/servlet/TomcatServletEngine.java(74) |
//XXX base.removePromiscuousListener(_nameListener); | argouml/org/argouml/uml/ui/PropPanel.java(504) |
//XXX base.addPromiscuousListener(_nameListener); | argouml/org/argouml/uml/ui/PropPanel.java(507) |
/* XXX gcc -Wuninitialized */ | netbsdsrc/bin/chmod/chmod.c(81) |
/* XXX: undocumented. */ | netbsdsrc/bin/chmod/chmod.c(104) |
/* XXX gcc -Wuninitialized (see comment below) */ | netbsdsrc/bin/cp/cp.c(264) |
/* XXX fixed in 4.4BSD */ | netbsdsrc/bin/dd/dd.c(225) |
/* XXX unset $PWD? */ | netbsdsrc/bin/ksh/c_ksh.c(155) |
/* XXX check for available adjacent free block */ | netbsdsrc/bin/ksh/alloc.c(152) |
/* XXX bell? */ | netbsdsrc/bin/ksh/emacs.c(424) |
/* XXX -- should handle \^ escape? */ | netbsdsrc/bin/ksh/emacs.c(1316) |
/* XXX cp not const 'cause slashes are temporarily replaced with nulls... */ | netbsdsrc/bin/ksh/eval.c(927) |
/* Must be static (XXX but why?) */ | netbsdsrc/bin/ksh/exec.c(456) |
/* XXX: source should not get trashed by this.. */ | netbsdsrc/bin/ksh/history.c(245) |
/* XXX: what to do if this fails? */ | netbsdsrc/bin/ksh/io.c(252) |
/* XXX debugging */ | netbsdsrc/bin/ksh/jobs.c(1106) |
/* XXX debugging (nasty - interrupt routine using shl_out) */ | netbsdsrc/bin/ksh/jobs.c(1370) |
/* XXX overflow check */ | netbsdsrc/bin/ksh/lex.c(42) |
/*XXX add similar checks for write errors everywhere */ | netbsdsrc/bin/ksh/lex.c(737) |
/* XXX Do we need to check ranges here? POSIX Q */ | netbsdsrc/bin/ksh/misc.c(581) |
/* XXX check calls - is error here ok by POSIX? */ | netbsdsrc/bin/ksh/var.c(339) |
/* XXX is this correct? */ | netbsdsrc/bin/ksh/var.c(372) |
/* XXX is it possible for ISSET to be set and val.s to be 0? */ | netbsdsrc/bin/ksh/var.c(412) |
/* XXX should FILECMP be strncmp? */ | netbsdsrc/bin/ksh/vi.c(1717) |
/* XXX work around lame compiler problem (gcc 2.7.2) */ | netbsdsrc/bin/pax/buf_subs.c(242) |
/* XXX */ | netbsdsrc/bin/ps/keyword.c(118) |
/* XXX don't have info about shared */ | netbsdsrc/bin/ps/print.c(507) |
/* XXX - I don't like this */ | netbsdsrc/bin/ps/print.c(582) |
/* XXX want pmap ptpages, segtab, etc. (per architecture) */ | netbsdsrc/bin/ps/print.c(629) |
/* XXX set ufmt */ | netbsdsrc/bin/ps/ps.c(148) |
/* XXX - should be cleaner */ | netbsdsrc/bin/ps/ps.c(281) |
/* XXX strcpy is safe */ | netbsdsrc/bin/ps/ps.c(474) |
/* XXX for argptr (should remove?) */ | netbsdsrc/bin/sh/alias.c(56) |
/*XXX - for now, just remove escapes */ | netbsdsrc/bin/sh/expand.c(167) |
/* XXX - should use no JC command */ | netbsdsrc/bin/sh/histedit.c(397) |
/* XXX - should read back - quick tst */ | netbsdsrc/bin/sh/histedit.c(399) |
/* XXX - BUFSIZE should redesign so not necessary */ | netbsdsrc/bin/sh/input.c(195) |
/* XXX: limits number of signals */ | netbsdsrc/bin/sh/jobs.c(397) |
/* XXX ??? - why isn't this before the "if" statement */ | netbsdsrc/bin/sh/main.c(200) |
/* XXX - Force host table lookup. */ | netbsdsrc/distrib/utils/libhack/gethost.c(133) |
/* XXX - SunOS hacks... */ | netbsdsrc/distrib/utils/ssh/ssh.c(50) |
/*XXX*/ | netbsdsrc/distrib/utils/sysinst/label.c(160) |
/*XXX err(4, "ioctl DIOCGDINFO");*/ | netbsdsrc/distrib/utils/sysinst/label.c(274) |
/* XXX set globals used by MD code to compute disk size? */ | netbsdsrc/distrib/utils/sysinst/label.c(283) |
/* XXX use messages instead */ | netbsdsrc/distrib/utils/sysinst/run.c(194) |
/* XXX vm_param.h always defines TRUE*/ | netbsdsrc/distrib/utils/sysinst/target.c(51) |
/* XXX post-1.3, use strstr to strip "/dev" from input. */ | netbsdsrc/distrib/utils/sysinst/target.c(297) |
/* XXX check for rootdev in target /dev? */ | netbsdsrc/distrib/utils/sysinst/util.c(589) |
/* XXX boot blocks ... */ | netbsdsrc/distrib/utils/sysinst/arch/arm32/md.c(242) |
/* Ask if a boot selector is wanted. XXXX */ | netbsdsrc/distrib/utils/sysinst/arch/i386/md.c(197) |
/* XXX UGH! need arguments to process_menu */ | netbsdsrc/distrib/utils/sysinst/arch/i386/md.c(419) |
/* XXX - This is system dependent... */ | netbsdsrc/distrib/utils/tls/tls.c(74) |
/* XXX lukem*/ | netbsdsrc/games/hunt/huntd/terminal.c(95) |
/* XXX shut up gcc */ | netbsdsrc/games/phantasia/fight.c(22) |
/* XXX quiet gcc */ | netbsdsrc/games/phantasia/io.c(167) |
/* XXX ARM32_BROKEN_RELOCATIONS */ | netbsdsrc/lib/csu/c++/c++rt0.c(43) |
/* XXX ... */ | netbsdsrc/lib/csu/c++/c++rt0.c(71) |
/* XXX 56 is compiler and stackframe dependent */ | netbsdsrc/lib/csu/mips/crt0.c(172) |
/* XXX 64 is compiler and stackframe dependent */ | netbsdsrc/lib/csu/mips/crt0.c(175) |
/* XXX __fini and __init are not yet on a MIPS. */ | netbsdsrc/lib/csu/mips/crt0.c(215) |
/* XXX strncpy may be unsafe */ | netbsdsrc/lib/libc/compat-43/getwd.c(60) |
/* XXX mpool_free(t->bt_mp, r->pgno); */ | netbsdsrc/lib/libc/db/btree/bt_split.c(415) |
/* XXX: not really known. */ | netbsdsrc/lib/libc/db/btree/bt_split.c(651) |
/* XXX not used? */ | netbsdsrc/lib/libc/db/mpool/mpool.c(174) |
/* XXX: strcpy is safe */ | netbsdsrc/lib/libc/gen/disklabel.c(132) |
/* XXX readdir has no error return. */ | netbsdsrc/lib/libc/gen/getcwd.c(119) |
/* XXX THIS IS A MESS! SEE <resolv.h> XXX */ | netbsdsrc/lib/libc/net/__dn_comp.c(18) |
/* XXX private header! */ | netbsdsrc/lib/libc/net/getnetbyaddr.c(51) |
/* XXX - experimental */ | netbsdsrc/lib/libc/net/gethnamaddr.c(87) |
/* XXX should be abort(); */ | netbsdsrc/lib/libc/net/gethnamaddr.c(218) |
/* XXX - debug? syslog? */ | netbsdsrc/lib/libc/net/gethnamaddr.c(277) |
/* XXX - had_error++ ? */ | netbsdsrc/lib/libc/net/gethnamaddr.c(279) |
/* XXX should have been def'd as u_char! */ | netbsdsrc/lib/libc/net/gethnamaddr.c(618) |
/* Out of memory. Truncate address list here. XXX */ | netbsdsrc/lib/libc/net/gethnamaddr.c(896) |
/* XXX: we should use getprotobynumber() instead. */ | netbsdsrc/lib/libc/net/res_debug.c(195) |
/* XXX - print a warning here? */ | netbsdsrc/lib/libc/net/res_init.c(427) |
/* XXX - should really support CIDR which means explicit masks always. */ | netbsdsrc/lib/libc/net/res_init.c(435) |
/* XXX - should really use system's version of this */ | netbsdsrc/lib/libc/net/res_init.c(437) |
/* XXX - should be in options.h */ | netbsdsrc/lib/libc/net/res_send.c(71) |
/* XXX NSMAX can't exceed #/bits in this var */ | netbsdsrc/lib/libc/net/res_send.c(297) |
/* XXX: 21 == strlen (ASCII representation of 2^64) */ | netbsdsrc/lib/libc/net/ethers.c(188) |
/* XXX THIS IS A MESS! SEE <resolv.h> XXX */ | netbsdsrc/lib/libc/net/__res_send.c(18) |
/* XXX THIS IS A MESS! SEE <resolv.h> XXX */ | netbsdsrc/lib/libc/net/__res_close.c(18) |
/* XXX: w/64-bit pointers, u_int not enough! */ | netbsdsrc/lib/libc/rpc/xdr_mem.c(70) |
/* XXX w/64-bit pointers, u_int not enough! */ | netbsdsrc/lib/libc/rpc/xdr_mem.c(214) |
/* XXX just to keep gcc quiet */ | netbsdsrc/lib/libc/stdio/fseek.c(120) |
/* XXX just to keep gcc happy */ | netbsdsrc/lib/libc/stdio/fvwrite.c(159) |
/* XXX another disgusting compatibility hack */ | netbsdsrc/lib/libc/stdio/vfscanf.c(746) |
/* XXX: strcat is safe */ | netbsdsrc/lib/libc/stdlib/realpath.c(151) |
/* XXX set MIN/TIME */ | netbsdsrc/lib/libc/termios/cfmakeraw.c(65) |
/* XXX strcat is safe */ | netbsdsrc/lib/libc/time/localtime.c(325) |
/* XXX: sprintf is safe */ | netbsdsrc/lib/libc/time/zic.c(954) |
/* XXX: save a default */ | netbsdsrc/lib/libedit/chared.c(460) |
/* XXX: Do we want that? */ | netbsdsrc/lib/libedit/el.c(153) |
/* XXX: USER has set LC_CTYPE */ | netbsdsrc/lib/libedit/map.c(1032) |
/* XXX: provide a function to clear the keys */ | netbsdsrc/lib/libedit/key.c(126) |
/* XXX: In the future to run a user function */ | netbsdsrc/lib/libedit/read.c(242) |
/* XXX? */ | netbsdsrc/lib/libedit/term.c(247) |
/* XXX: How do we fix that? */ | netbsdsrc/lib/libedit/term.c(264) |
/* XXX: Maybe reset to an initial state? */ | netbsdsrc/lib/libedit/tty.c(566) |
/* XXX READ PHYSICAL XXX */ | netbsdsrc/lib/libkvm/kvm_i386.c(181) |
/* XXX - These vary across m68k machines... */ | netbsdsrc/lib/libkvm/kvm_m68k.c(167) |
/* XXX - assume page tables in initial kernel DATA or BSS. */ | netbsdsrc/lib/libkvm/kvm_sparc.c(237) |
/* XXX - < 0 should never happen */ | netbsdsrc/lib/libkvm/kvm.c(550) |
/* XXX FIXME: MD5auth_setkey() casts arg2 back to (char *) */ | netbsdsrc/lib/libntp/authusekey.c(123) |
/* XXX unimplemented */ | netbsdsrc/lib/libossaudio/ossaudio.c(246) |
/* XXX Do nothing for now. */ | netbsdsrc/lib/libossaudio/ossaudio.c(389) |
/* XXX Round to structure boundary. */ | netbsdsrc/lib/libpcap/gencode.c(172) |
/* XXX this may be the same as the DLT_PPP_BSDOS case */ | netbsdsrc/lib/libpcap/gencode.c(490) |
/* XXX end */ | netbsdsrc/lib/libpcap/gencode.c(492) |
/* XXX was 0x21 */ | netbsdsrc/lib/libpcap/gencode.c(594) |
/* XXX should look up h/w protocol type based on linktype */ | netbsdsrc/lib/libpcap/gencode.c(1156) |
/* XXX Note that we assume a fixed link link header here. */ | netbsdsrc/lib/libpcap/gencode.c(1577) |
/* XXX TEST THIS: MIGHT NOT PORT PROPERLY XXX */ | netbsdsrc/lib/libpcap/gencode.c(1912) |
/* XXX Work around Linux kernel bug */ | netbsdsrc/lib/libpcap/inet.c(195) |
/* XXX This doesn't cover everything. */ | netbsdsrc/lib/libpcap/optimize.c(1352) |
/* XXX should handle all types */ | netbsdsrc/lib/libpcap/savefile.c(167) |
/* XXX padding only needed for kernel fcode */ | netbsdsrc/lib/libpcap/savefile.c(189) |
/*XXX this breaks semantics tcpslice expects */ | netbsdsrc/lib/libpcap/savefile.c(314) |
/* XXX we should check the return status */ | netbsdsrc/lib/libpcap/savefile.c(327) |
/* XXX should check return from fclose() too */ | netbsdsrc/lib/libpcap/savefile.c(360) |
/* XXX keep reading until we get something (or an error occurs) */ | netbsdsrc/lib/libpcap/pcap.c(67) |
/* XXX: sprintf (put8()) appears to be unused */ | netbsdsrc/lib/libskey/put.c(2179) |
/* XXX: sprintf() (btoa8() appears to be unused */ | netbsdsrc/lib/libskey/skeysubr.c(248) |
/* XXX: sprintf (getskeyprompt()) appears unused */ | netbsdsrc/lib/libskey/skeylogin.c(63) |
/* no tc reference loop return code in libterm XXX */ | netbsdsrc/lib/libterm/termcap.c(158) |
/* XXX should be 0xffffffff */ | netbsdsrc/lib/libwrap/hosts_access.c(51) |
/* XXX gcc */ | netbsdsrc/lib/libwrap/rfc931.c(99) |
/* XXX gcc -Wall */ | netbsdsrc/libexec/getty/main.c(188) |
/* XXX XXX XXX */ | netbsdsrc/libexec/ld.elf_so/rtld.c(151) |
/* XXX could add debugging to verify that segment is really empty */ | netbsdsrc/libexec/lfs_cleanerd/cleanerd.c(387) |
/* XXX gcc above */ | netbsdsrc/libexec/rlogind/rlogind.c(354) |
/* XXX put inet_ntoa(dest->sin_addr.s_addr) into all messages below */ | netbsdsrc/libexec/rlogind/rlogind.c(554) |
/* off by one XXX */ | netbsdsrc/libexec/telnetd/state.c(200) |
/* ??? XXX but, this is the most robust */ | netbsdsrc/libexec/telnetd/state.c(1128) |
/* XXX svr4 defines UID_NOBODY and GID_NOBODY constants in <sys/param.h> */ | netbsdsrc/libexec/tftpd/tftpd.c(80) |
/* XXX assume d_secsize is a power of two */ | netbsdsrc/sbin/disklabel/disklabel.c(947) |
/* XXX should also check geometry against BIOS's idea */ | netbsdsrc/sbin/disklabel/disklabel.c(1669) |
/* XXX unused? */ | netbsdsrc/sbin/dump/dumprmt.c(252) |
/* XXX just to get gcc to shut up */ | netbsdsrc/sbin/dump/main.c(477) |
/* XXX: to satisfy gcc */ | netbsdsrc/sbin/dump/main.c(534) |
/* XXX safe strcpy */ | netbsdsrc/sbin/dump/main.c(655) |
/* XXX ugly */ | netbsdsrc/sbin/dump/optr.c(111) |
/* An empty block in a directory XXX */ | netbsdsrc/sbin/fsck_ext2fs/inode.c(105) |
/* XXX DIRBLKSIZ id bsize ! */ | netbsdsrc/sbin/fsck_ext2fs/dir.c(64) |
/* XXX assume hw bsize = 512 */ | netbsdsrc/sbin/fsck_ext2fs/setup.c(308) |
/* delay writing fats? XXX */ | netbsdsrc/sbin/fsck_msdos/check.c(130) |
/* delay writing fats? XXX */ | netbsdsrc/sbin/fsck_msdos/dir.c(922) |
/* Create LOSTDIR? XXX */ | netbsdsrc/sbin/fsck_msdos/dir.c(955) |
/* Extend LOSTDIR? XXX */ | netbsdsrc/sbin/fsck_msdos/dir.c(979) |
/* Ensure uniqueness of entry here! XXX */ | netbsdsrc/sbin/fsck_msdos/dir.c(994) |
/* Correct? XXX */ | netbsdsrc/sbin/fsck_msdos/boot.c(99) |
/* Correct? XXX */ | netbsdsrc/sbin/fsck_msdos/boot.c(163) |
/* Check backup FSInfo? XXX */ | netbsdsrc/sbin/fsck_msdos/boot.c(167) |
/* Return immediately? XXX */ | netbsdsrc/sbin/fsck_msdos/fat.c(516) |
/* XXX convenient hiding place */ | netbsdsrc/sbin/fsdb/fsdb.c(547) |
/* XXX SA_RESTART? */ | netbsdsrc/sbin/init/init.c(331) |
/* XXX ffs_args */ | netbsdsrc/sbin/mount_ext2fs/mount_ext2fs.c(82) |
/* XXXX */ | netbsdsrc/sbin/mount_nfs/mount_nfs.c(268) |
/* XXX should give up on some errors */ | netbsdsrc/sbin/mount_nfs/mount_nfs.c(696) |
/* XXX for regerror */ | netbsdsrc/sbin/mount_portal/conf.c(83) |
/* XXX - should reset gidset too */ | netbsdsrc/sbin/mount_portal/pt_file.c(92) |
/* XXX work around gcc 2.7.2 initialization bug */ | netbsdsrc/sbin/newfs/mkfs.c(976) |
/* XXX; normally done below. */ | netbsdsrc/sbin/newfs/newfs.c(343) |
/* XXX: to shut up gcc warnings */ | netbsdsrc/sbin/restore/tape.c(678) |
/* XXX sprintf is safe */ | netbsdsrc/sbin/route/show.c(311) |
/* XXX - This is silly... */ | netbsdsrc/sbin/route/route.c(492) |
/* XXX: arbitrary ordering for non-contiguous masks */ | netbsdsrc/sbin/routed/radix.c(477) |
/* XXX handle se_dev == NODEV */ | netbsdsrc/sbin/swapctl/swaplist.c(99) |
/* XXX strtol() */ | netbsdsrc/sbin/swapctl/swapctl.c(167) |
/* XXX check to unlock parent possibly? */ | netbsdsrc/sys/adosfs/adlookup.c(195) |
/* XXX bogus, oh well */ | netbsdsrc/sys/adosfs/advnops.c(186) |
/* XXX verify it's a root block? */ | netbsdsrc/sys/adosfs/advfsops.c(308) |
/* XXX soft link */ | netbsdsrc/sys/adosfs/advfsops.c(409) |
/* XXX Force read-only? Set free space 0? */ | netbsdsrc/sys/adosfs/advfsops.c(598) |
/* XXX ? */ | netbsdsrc/sys/arch/alpha/alpha/clock.c(256) |
/* XXX CHECK SLOT? */ | netbsdsrc/sys/arch/alpha/alpha/cpu.c(65) |
/* XXX CHECK PRIMARY? */ | netbsdsrc/sys/arch/alpha/alpha/cpu.c(66) |
/* XXX SHOULD CHECK ARCHITECTURE MASK, TOO */ | netbsdsrc/sys/arch/alpha/alpha/cpu.c(248) |
/* HW instructions, possibly chip-specific XXXX */ | netbsdsrc/sys/arch/alpha/alpha/db_disasm.c(982) |
/* XXX Implement. */ | netbsdsrc/sys/arch/alpha/alpha/db_interface.c(146) |
/* XXX bugchk */ | netbsdsrc/sys/arch/alpha/alpha/db_interface.c(253) |
/* 23: XXX prom console */ | netbsdsrc/sys/arch/alpha/alpha/conf.c(192) |
/* 29: /dev/kbd XXX */ | netbsdsrc/sys/arch/alpha/alpha/conf.c(198) |
/* 30: /dev/mouse XXX */ | netbsdsrc/sys/arch/alpha/alpha/conf.c(199) |
/* XXXX This needs to be dynamic for LKMs. */ | netbsdsrc/sys/arch/alpha/alpha/conf.c(248) |
/* XXX apparently the same? */ | netbsdsrc/sys/arch/alpha/alpha/dec_2100_a50.c(76) |
/* XXX function? */ | netbsdsrc/sys/arch/alpha/alpha/dec_2100_a50.c(217) |
/* XXX LUN! */ | netbsdsrc/sys/arch/alpha/alpha/dec_2100_a50.c(239) |
/* XXX WHY WAS THIS HERE?! */ | netbsdsrc/sys/arch/alpha/alpha/disksubr.c(176) |
/* XXX should also protect bootstrap in first 8K */ | netbsdsrc/sys/arch/alpha/alpha/disksubr.c(287) |
/* XXX why not lastusablepage + 1, & not include NBPG in mem_size? */ | netbsdsrc/sys/arch/alpha/alpha/pmap.old.c(446) |
/* XXX save old pte so that we can remap prom if necessary */ | netbsdsrc/sys/arch/alpha/alpha/pmap.old.c(487) |
/* XXX limit it */ | netbsdsrc/sys/arch/alpha/alpha/pmap.old.c(560) |
/* XXX: is it ok to wait here? */ | netbsdsrc/sys/arch/alpha/alpha/pmap.old.c(635) |
/* XXX why not panic? */ | netbsdsrc/sys/arch/alpha/alpha/pmap.old.c(1615) |
/* XXX iomem for LANCE DMA */ | netbsdsrc/sys/arch/alpha/alpha/machdep.c(177) |
/* XXX other things to check? */ | netbsdsrc/sys/arch/alpha/alpha/machdep.c(329) |
/* XXX SANITY CHECKING. SHOULD GO AWAY */ | netbsdsrc/sys/arch/alpha/alpha/machdep.c(471) |
/* XXX We should always be running on the the primary. */ | netbsdsrc/sys/arch/alpha/alpha/machdep.c(472) |
/* XXX On single-CPU boxes, the primary should always be CPU 0. */ | netbsdsrc/sys/arch/alpha/alpha/machdep.c(474) |
/* XXX possibly others? */ | netbsdsrc/sys/arch/alpha/alpha/machdep.c(491) |
/* XXX true for 21164? */ | netbsdsrc/sys/arch/alpha/alpha/machdep.c(829) |
/* XXX should purge all outstanding keystrokes. */ | netbsdsrc/sys/arch/alpha/alpha/machdep.c(1043) |
/* XXX should look for keystrokes, to cancel. */ | netbsdsrc/sys/arch/alpha/alpha/machdep.c(1071) |
/* regp->r_regs[R_SP] = framep->tf_regs[FRAME_SP]; XXX */ | netbsdsrc/sys/arch/alpha/alpha/machdep.c(1145) |
/* framep->tf_regs[FRAME_SP] = regp->r_regs[R_SP]; XXX */ | netbsdsrc/sys/arch/alpha/alpha/machdep.c(1185) |
/* XXX ksc.sc_ownedfp ? */ | netbsdsrc/sys/arch/alpha/alpha/machdep.c(1404) |
/* XXX ksc.sc_fp_control ? */ | netbsdsrc/sys/arch/alpha/alpha/machdep.c(1409) |
/* XXX XXX BEGIN XXX XXX */ | netbsdsrc/sys/arch/alpha/alpha/machdep.c(1750) |
/* XXX XXX END XXX XXX */ | netbsdsrc/sys/arch/alpha/alpha/machdep.c(1760) |
/* XXX cgd WHY NOT pmap_page_table_page_alloc()? */ | netbsdsrc/sys/arch/alpha/alpha/pmap.c(1118) |
/* assert(*pte & ALPHA_PTE_VALID); XXX */ | netbsdsrc/sys/arch/alpha/alpha/pmap.c(1567) |
/* XXX for now */ | netbsdsrc/sys/arch/alpha/alpha/pmap.c(2342) |
/* XXX this is to fake out the console routines, while booting. */ | netbsdsrc/sys/arch/alpha/alpha/prom.c(46) |
/* XXX fake out the console routines, for now */ | netbsdsrc/sys/arch/alpha/alpha/prom.c(76) |
/* XXX bogus -Wuninitialized warning */ | netbsdsrc/sys/arch/alpha/alpha/trap.c(206) |
/* XXX dump registers */ | netbsdsrc/sys/arch/alpha/alpha/trap.c(508) |
/* XXX disable cursor how??? */ | netbsdsrc/sys/arch/alpha/common/vga.c(262) |
/* XXX better return value here? */ | netbsdsrc/sys/arch/alpha/common/bus_dma.c(205) |
/* XXX make non-cacheable? */ | netbsdsrc/sys/arch/alpha/common/bus_dma.c(426) |
/* (ia->ia_iosize != 0 && ia->ia_iosize != 0x2) || XXX isa.c */ | netbsdsrc/sys/arch/alpha/isa/mcclock_isa.c(78) |
/* XXX && we're the console */ | netbsdsrc/sys/arch/alpha/isa/pckbd.c(748) |
/* XXX volume ignored */ | netbsdsrc/sys/arch/alpha/isa/pckbd.c(946) |
/* XXX locking for wd_get_parms() */ | netbsdsrc/sys/arch/alpha/isa/awd.c(139) |
/* XXX: these should go elsewhere */ | netbsdsrc/sys/arch/alpha/isa/awd.c(185) |
/* XXX RESET, DIAGNOSE AGAIN? */ | netbsdsrc/sys/arch/alpha/isa/awd.c(314) |
/* XXXX Must wait for I/O to complete! */ | netbsdsrc/sys/arch/alpha/isa/awd.c(1096) |
/* ia->ia_iosize != 0 || XXX isa.c */ | netbsdsrc/sys/arch/alpha/isa/vga_isa.c(74) |
/* ia->ia_iosize != 0 || XXX isa.c */ | netbsdsrc/sys/arch/alpha/isa/pcppi.c(78) |
/* XXX SHOULD ONLY ATTACH IF SOMETHING IS THERE */ | netbsdsrc/sys/arch/alpha/isa/pcppi.c(156) |
/* XXX XXX XXX should make sure it's there before configuring */ | netbsdsrc/sys/arch/alpha/isa/pcppi.c(180) |
/* XXX SGMAP FOO */ | netbsdsrc/sys/arch/alpha/pci/apecs.c(144) |
/* XXX print bcache size */ | netbsdsrc/sys/arch/alpha/pci/apecs.c(152) |
/* XXX Need to detect DWLPA vs. DWLPB here. */ | netbsdsrc/sys/arch/alpha/pci/dwlpx.c(124) |
/* Um, not sure about this. XXX JH */ | netbsdsrc/sys/arch/alpha/pci/lca.c(158) |
/* XXX print chipset information */ | netbsdsrc/sys/arch/alpha/pci/lca.c(169) |
/* XXX MAGIC NUMBER */ | netbsdsrc/sys/arch/alpha/pci/pci_2100_a50.c(76) |
/* XXX really only if we've got FBs configured */ | netbsdsrc/sys/arch/alpha/pci/pci_machdep.c(80) |
/* XXX magic number */ | netbsdsrc/sys/arch/alpha/pci/tga.c(130) |
/* XXX on the Alpha, pcisize = 4 * cspace_size. */ | netbsdsrc/sys/arch/alpha/pci/tga.c(150) |
/* XXX this seems to be what DEC does */ | netbsdsrc/sys/arch/alpha/pci/tga.c(187) |
/* XXX say what's going on. */ | netbsdsrc/sys/arch/alpha/pci/tga.c(250) |
/* XXX ??? */ | netbsdsrc/sys/arch/alpha/pci/tga.c(353) |
/* XXX should be supported */ | netbsdsrc/sys/arch/alpha/pci/tga.c(488) |
/* XXX No color map */ | netbsdsrc/sys/arch/alpha/pci/tga.c(551) |
/* XXX WE WANT EXTENT_NOCOALESCE, BUT WE CAN'T USE IT. XXX */ | netbsdsrc/sys/arch/alpha/pci/pci_swiz_bus_mem_chipdep.c(266) |
/* XXX -Wuninitialized */ | netbsdsrc/sys/arch/alpha/pci/pci_swiz_bus_mem_chipdep.c(471) |
/* XXX XXX XXX XXX XXX XXX */ | netbsdsrc/sys/arch/alpha/pci/pci_swiz_bus_mem_chipdep.c(666) |
/* XXX should be common */ | netbsdsrc/sys/arch/alpha/pci/sio.c(81) |
/* number of ISA IRQs (XXX) */ | netbsdsrc/sys/arch/alpha/pci/sio.c(237) |
/* XXX NEVER ALLOW AN INITIALLY-ENABLED INTERRUPT TO BE DISABLED */ | netbsdsrc/sys/arch/alpha/pci/sio_pic.c(305) |
/* XXX NEVER ALLOW AN INITIALLY-LT INTERRUPT TO BECOME UNTYPED */ | netbsdsrc/sys/arch/alpha/pci/sio_pic.c(306) |
/* XXX SET CMAP */ | netbsdsrc/sys/arch/alpha/pci/tga_bt463.c(47) |
/* XXX GET CMAP */ | netbsdsrc/sys/arch/alpha/pci/tga_bt463.c(48) |
/* XXX non-standard */ | netbsdsrc/sys/arch/alpha/stand/bootxx/puts.c(3) |
/* XXX private, does not append '\n' */ | netbsdsrc/sys/arch/alpha/stand/bootxx/bootxx.c(38) |
/* XXX assume the first segment is the one we want */ | netbsdsrc/sys/arch/alpha/stand/common/headersize.c(74) |
/* XXX OSF/1 does this, no idea why. */ | netbsdsrc/sys/arch/alpha/stand/common/loadfile.c(201) |
/* XXX - get from nfs_mount() */ | netbsdsrc/sys/arch/alpha/stand/netboot/dev_net.c(70) |
/* start XXX XXX XXX */ | netbsdsrc/sys/arch/alpha/tc/cfb.c(129) |
/* end XXX XXX XXX */ | netbsdsrc/sys/arch/alpha/tc/cfb.c(144) |
/* XXX lance name */ | netbsdsrc/sys/arch/alpha/tc/ioasic.c(92) |
/* XXX check cookie. */ | netbsdsrc/sys/arch/alpha/tc/ioasic.c(229) |
/* XXX DUPLICATION OF INTERRUPT BIT INFORMATION... */ | netbsdsrc/sys/arch/alpha/tc/ioasic.c(317) |
/* XXX special-case keyboard lines */ | netbsdsrc/sys/arch/alpha/tc/scc.c(160) |
/* XXX make sure sccreset() called only once for this chip? */ | netbsdsrc/sys/arch/alpha/tc/scc.c(281) |
/* XXX -- why on pmax, not on Alpha? */ | netbsdsrc/sys/arch/alpha/tc/scc.c(289) |
/* XXX*/ | netbsdsrc/sys/arch/alpha/tc/scc.c(690) |
/*s = spltty(); */ /* XXX why different spls? */ | netbsdsrc/sys/arch/alpha/tc/scc.c(1344) |
/* XXX why different spls? */ | netbsdsrc/sys/arch/alpha/tc/scc.c(1384) |
/* XXX by the book; wrong? */ | netbsdsrc/sys/arch/alpha/tc/sfb.c(132) |
/* XXX can't happen? */ | netbsdsrc/sys/arch/alpha/tc/sfb.c(142) |
/* XXX bounds-check cookie. */ | netbsdsrc/sys/arch/alpha/tc/tc_3000_300.c(123) |
/* XXX can't clear TC option slot interrupts here? */ | netbsdsrc/sys/arch/alpha/tc/tc_3000_300.c(223) |
/* Save residual byte. XXX??? */ | netbsdsrc/sys/arch/alpha/tc/asc.c(255) |
/* XXX XX XXX nothing to do. */ | netbsdsrc/sys/arch/alpha/tc/tc_bus_mem.c(265) |
/* XXX Initial contents of CIR? */ | netbsdsrc/sys/arch/alpha/tc/tcds.c(128) |
/* XXX Clear/set IOSLOT/PBS bits. */ | netbsdsrc/sys/arch/alpha/tc/tcds.c(313) |
/* XXX deal with saved residual byte? */ | netbsdsrc/sys/arch/alpha/tc/tcds_dma.c(197) |
/* XXX PICK AN ADDRESS TYPE, AND STICK TO IT! */ | netbsdsrc/sys/arch/alpha/tc/tcds_dma.c(247) |
/* XXX FOR KIOCSDIRECT */ | netbsdsrc/sys/arch/alpha/wscons/kbd.c(71) |
/* XXX for bell ioctls */ | netbsdsrc/sys/arch/alpha/wscons/kbd.c(72) |
/* XXX KEY-REPEAT RATE SETTING */ | netbsdsrc/sys/arch/alpha/wscons/kbd.c(284) |
/* XXX dev */ | netbsdsrc/sys/arch/alpha/wscons/wscons.c(366) |
/* XXX XXX */ | netbsdsrc/sys/arch/alpha/wscons/wscons.c(491) |
/* XXX other cases */ | netbsdsrc/sys/arch/alpha/wscons/wscons_rinit.c(74) |
/* XXX This is the right way but too slow */ | netbsdsrc/sys/arch/alpha/wscons/wscons_rops.c(88) |
/* XXXX and all that uses it */ | netbsdsrc/sys/arch/amiga/amiga/autoconf.c(310) |
/* XXX let flag tell now */ | netbsdsrc/sys/arch/amiga/amiga/autoconf.c(521) |
/* XXX unknown function but needed for /sys/scsi to link */ | netbsdsrc/sys/arch/amiga/amiga/disksubr.c(78) |
/* XXX finish */ | netbsdsrc/sys/arch/amiga/amiga/disksubr.c(628) |
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXX */ | netbsdsrc/sys/arch/amiga/amiga/amiga_init.c(202) |
/* XXX this only is valid if Altais is in slot 0 */ | netbsdsrc/sys/arch/amiga/amiga/amiga_init.c(206) |
/* XXX is */ | netbsdsrc/sys/arch/amiga/amiga/amiga_init.c(493) |
/* bzero ((u_char *)pstart, USPACE);*/ /* XXXXXXXXXXXXXXXXXXXXX */ | netbsdsrc/sys/arch/amiga/amiga/amiga_init.c(698) |
/* pmap_bootstrap(pstart, fphystart);*/ /* XXXXXXXXXXXXXXXXXXXXXXx*/ | netbsdsrc/sys/arch/amiga/amiga/amiga_init.c(718) |
/* XXX experimental Altais register mapping only */ | netbsdsrc/sys/arch/amiga/amiga/amiga_init.c(867) |
/* XXXXXXXXXXXXXXXXXXXXX */ | netbsdsrc/sys/arch/amiga/amiga/amiga_init.c(881) |
/* XXXXXXXXXXXXXXXXXXXXXXx*/ | netbsdsrc/sys/arch/amiga/amiga/amiga_init.c(882) |
/* XXX is: this MUST NOT BE DONE before the pmap_bootstrap() call */ | netbsdsrc/sys/arch/amiga/amiga/amiga_init.c(909) |
/* XXX to be done. For now, just: */ | netbsdsrc/sys/arch/amiga/amiga/amiga_init.c(924) |
/* XXX - from cmap.h */ | netbsdsrc/sys/arch/amiga/amiga/machdep.c(78) |
/* XXX to be done */ | netbsdsrc/sys/arch/amiga/amiga/machdep.c(219) |
/* there's alot of XXX in here... */ | netbsdsrc/sys/arch/amiga/amiga/machdep.c(528) |
/* XXX new corefile format, single segment + chipmem */ | netbsdsrc/sys/arch/amiga/amiga/machdep.c(1090) |
/* XXX assume header fits in one block */ | netbsdsrc/sys/arch/amiga/amiga/machdep.c(1109) |
/* Must be a multiple of pagesize XXX small */ | netbsdsrc/sys/arch/amiga/amiga/machdep.c(1123) |
/* XXX assume hdr fits in 1 block */ | netbsdsrc/sys/arch/amiga/amiga/machdep.c(1144) |
/* XXX kvtop chokes on this */ | netbsdsrc/sys/arch/amiga/amiga/machdep.c(1197) |
/* XXX skip physical page 0 */ | netbsdsrc/sys/arch/amiga/amiga/machdep.c(1201) |
/* XXX should init '40 vecs here, too */ | netbsdsrc/sys/arch/amiga/amiga/machdep.c(1282) |
/* XXX to make gcc -Wall quiet, was 6: */ | netbsdsrc/sys/arch/amiga/amiga/machdep.c(1772) |
/* XXXX softclock(&frame.f_stackadj); */ | netbsdsrc/sys/arch/amiga/amiga/machdep.c(1894) |
/* XXX assumes physically contiguous ST pages (if more than one) */ | netbsdsrc/sys/arch/amiga/amiga/pmap.c(156) |
/* XXX: allow for msgbuf */ | netbsdsrc/sys/arch/amiga/amiga/pmap.c(315) |
/* XXX: avoid address wrap around */ | netbsdsrc/sys/arch/amiga/amiga/pmap.c(1025) |
/* XXX this need to be fixed */ | netbsdsrc/sys/arch/amiga/amiga/pmap.c(1114) |
/* XXX should be superfluous here: defined(M68060) */ | netbsdsrc/sys/arch/amiga/amiga/pmap.c(2308) |
/* XXX? push cache */ | netbsdsrc/sys/arch/amiga/amiga/trap.c(248) |
/* XXX PAGE0 */ | netbsdsrc/sys/arch/amiga/amiga/trap.c(310) |
/* XXX was ILL_PRIVIN_FAULT */ | netbsdsrc/sys/arch/amiga/amiga/trap.c(582) |
/* XXX - Deal with tracing? (frame.f_sr & PSL_T) */ | netbsdsrc/sys/arch/amiga/amiga/trap.c(599) |
/* XXX What is a proper response here? */ | netbsdsrc/sys/arch/amiga/amiga/trap.c(612) |
/* XXX was ILL_RESAD_FAULT */ | netbsdsrc/sys/arch/amiga/amiga/trap.c(656) |
/* XXX - Put this in some header file? */ | netbsdsrc/sys/arch/amiga/amiga/vm_machdep.c(62) |
/* XXX should be in an include file somewhere */ | netbsdsrc/sys/arch/amiga/amiga/sys_machdep.c(114) |
/* XXX end should be */ | netbsdsrc/sys/arch/amiga/amiga/sys_machdep.c(119) |
/* XXX dont disable DMA! custom.dmacon=mask;*/ | netbsdsrc/sys/arch/amiga/dev/aucc.c(520) |
/* XXX only halt, if input is also halted ?? */ | netbsdsrc/sys/arch/amiga/dev/aucc.c(607) |
/* XXX: maybe we can leave ints and/or DMA on, if another sample has to be played?*/ | netbsdsrc/sys/arch/amiga/dev/aucc.c(803) |
/* XXXX is: something is missing here, at least a: */ | netbsdsrc/sys/arch/amiga/dev/empsc.c(169) |
/* XXXX CHECK THIS !!!! XXXX */ | netbsdsrc/sys/arch/amiga/dev/bzsc.c(396) |
/* XXX this should be defined elsewhere */ | netbsdsrc/sys/arch/amiga/dev/clock.c(213) |
/* XXX: how do we deal with this? */ | netbsdsrc/sys/arch/amiga/dev/clock.c(482) |
/* XXX ick */ | netbsdsrc/sys/arch/amiga/dev/fd.c(752) |
/* XXX fixed disk */ | netbsdsrc/sys/arch/amiga/dev/idesc.c(861) |
/* XXX check RMB */ | netbsdsrc/sys/arch/amiga/dev/idesc.c(862) |
/* XXX 512 byte blocks */ | netbsdsrc/sys/arch/amiga/dev/idesc.c(878) |
/* XXX type of bm ? */ | netbsdsrc/sys/arch/amiga/dev/grf_cc.c(207) |
/* XXX type of vs ? */ | netbsdsrc/sys/arch/amiga/dev/grf_cc.c(217) |
/* fill in some default values... XXX */ | netbsdsrc/sys/arch/amiga/dev/grf_cc.c(218) |
/* XXX so grfconfig can tell us the correct text dimensions. */ | netbsdsrc/sys/arch/amiga/dev/grf_cl.c(606) |
/* XXX The Xserver has to handle this */ | netbsdsrc/sys/arch/amiga/dev/grf_cv.c(1535) |
/* XXX some text-mode! */ | netbsdsrc/sys/arch/amiga/dev/grf_rh.c(792) |
/* hey cheat a bit here.. XXX */ | netbsdsrc/sys/arch/amiga/dev/grf_rh.c(2136) |
/* XXXX I think this order of setting RESET is wrong... */ | netbsdsrc/sys/arch/amiga/dev/grf_rt.c(371) |
/* XXX load image palette with some initial values, slightly hacky */ | netbsdsrc/sys/arch/amiga/dev/grf_ul.c(281) |
/* XXX should tell TMS to measure it */ | netbsdsrc/sys/arch/amiga/dev/grf_ul.c(591) |
/* XXX not yet implemented, but pretty trivial */ | netbsdsrc/sys/arch/amiga/dev/grf_ul.c(926) |
/* XXX needs to have more control attributes */ | netbsdsrc/sys/arch/amiga/dev/grfabs_cc.c(238) |
/* XXX and arithmetic operators? */ | netbsdsrc/sys/arch/amiga/dev/grfabs_cc.c(958) |
/* XXX: ick */ | netbsdsrc/sys/arch/amiga/dev/ser.c(1006) |
/* XXX for debugging porpoises */ | netbsdsrc/sys/arch/amiga/dev/if_ed.c(110) |
/* XXX - This code is probably wrong. */ | netbsdsrc/sys/arch/amiga/dev/if_ed.c(890) |
/* XXX for ds_setmcaf? */ | netbsdsrc/sys/arch/amiga/dev/if_ed.c(950) |
/* XXX IFF_MULTICAST */ | netbsdsrc/sys/arch/amiga/dev/if_es.c(193) |
/* XXX set Multicast table from Multicast list */ | netbsdsrc/sys/arch/amiga/dev/if_es.c(272) |
/* XXX add multicast/promiscuous flags */ | netbsdsrc/sys/arch/amiga/dev/if_es.c(285) |
/* XXX reset TX FIFO */ | netbsdsrc/sys/arch/amiga/dev/if_es.c(422) |
/* XXX ignore packet, or just truncate? */ | netbsdsrc/sys/arch/amiga/dev/if_es.c(589) |
/* XXX copy directly from controller to mbuf */ | netbsdsrc/sys/arch/amiga/dev/if_es.c(644) |
/* XXX should be byte store */ | netbsdsrc/sys/arch/amiga/dev/if_es.c(692) |
/* XXXX need to change duart parameters? */ | netbsdsrc/sys/arch/amiga/dev/mfc.c(716) |
/* XXXX 68681 duart could handle split speeds */ | netbsdsrc/sys/arch/amiga/dev/mfc.c(760) |
/* XXXX handle parity, character size, stop bits, flow control */ | netbsdsrc/sys/arch/amiga/dev/mfc.c(764) |
/* XXXX should keep DTR & RTS states in softc? */ | netbsdsrc/sys/arch/amiga/dev/mfc.c(937) |
/* XXXX RI is not supported on all boards */ | netbsdsrc/sys/arch/amiga/dev/mfc.c(945) |
/* XXX this should be moved */ | netbsdsrc/sys/arch/amiga/dev/ite.c(354) |
/* XXX hmm grfon() I think wants this to go inactive. */ | netbsdsrc/sys/arch/amiga/dev/ite.c(715) |
/* XXX called after changes made in underlying grf layer. */ | netbsdsrc/sys/arch/amiga/dev/ite.c(720) |
/* XXX avoid problems */ | netbsdsrc/sys/arch/amiga/dev/ite.c(1381) |
/* XXX not clean */ | netbsdsrc/sys/arch/amiga/dev/ite.c(1610) |
/* XXX could be optimized MUCH better, but is it worth the trouble? */ | netbsdsrc/sys/arch/amiga/dev/ite_cc.c(751) |
/* XXX malloc seems not to work in early init :( */ | netbsdsrc/sys/arch/amiga/dev/ite_cv.c(147) |
/* XXX TBD */ | netbsdsrc/sys/arch/amiga/dev/ite_ul.c(394) |
/* XXX use psuedo DMA if available */ | netbsdsrc/sys/arch/amiga/dev/sci.c(691) |
/* XXX: tobedone: conditionally enable that one */ | netbsdsrc/sys/arch/amiga/dev/kbd.c(158) |
/* XXX: for now, just enable DraCo ports and CIA */ | netbsdsrc/sys/arch/amiga/dev/kbd.c(159) |
/* XXX: for now: always enable own keyboard */ | netbsdsrc/sys/arch/amiga/dev/kbd.c(172) |
/* XXXX check */ | netbsdsrc/sys/arch/amiga/dev/sbic.c(420) |
/* XXX check */ | netbsdsrc/sys/arch/amiga/dev/sbic.c(596) |
/* SBIC_TC_PUT(regs, dev->sc_tcnt); */ /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */ | netbsdsrc/sys/arch/amiga/dev/sbic.c(1792) |
/* XXX 8 is a constant */ | netbsdsrc/sys/arch/amiga/dev/msc.c(245) |
/* XXX this should be really in the interupt stuff */ | netbsdsrc/sys/arch/amiga/dev/gvpio.c(151) |
/* XXXX ?? */ | netbsdsrc/sys/arch/amiga/dev/siop.c(200) |
/* XXX spl0(); */ | netbsdsrc/sys/arch/amiga/dev/siop.c(264) |
/* XXXX start another command ? */ | netbsdsrc/sys/arch/amiga/dev/siop.c(1218) |
/* XXXX save current SBCL */ | netbsdsrc/sys/arch/amiga/dev/siop.c(1227) |
/* XXX assumes it was not select */ | netbsdsrc/sys/arch/amiga/dev/siop.c(1291) |
/* XXX This is totaly untested */ | netbsdsrc/sys/arch/amiga/dev/grf_cv3d.c(1435) |
/* XXX endianness */ | netbsdsrc/sys/arch/amiga/stand/bootblock/aout2bb/aout2bb.c(124) |
/* XXX should be purge */ | netbsdsrc/sys/arch/arm32/arm32/ipkdb_glue.c(205) |
/* XXX - initialized because of gcc's `-Wuninitialized' ! */ | netbsdsrc/sys/arch/arm32/arm32/in_cksum_arm32.c(146) |
/* XXX - this needs to be properly defined elsewhere */ | netbsdsrc/sys/arch/arm32/arm32/machdep.c(109) |
/* XXX - Seriously gross hack */ | netbsdsrc/sys/arch/arm32/arm32/machdep.c(230) |
/* XXX - this should be vectored via a setup function */ | netbsdsrc/sys/arch/arm32/arm32/machdep.c(327) |
/* XXX - should just be a data purge and icache flush */ | netbsdsrc/sys/arch/arm32/arm32/machdep.c(809) |
/* XXX should be done better than this */ | netbsdsrc/sys/arch/arm32/arm32/pmap.c(783) |
/* XXX What if we have one already ? */ | netbsdsrc/sys/arch/arm32/arm32/pmap.c(878) |
/* XXX Must really clean this up - mark */ | netbsdsrc/sys/arch/arm32/arm32/pmap.c(934) |
/* XXX - the pmap is not in use thus should not need cleaning */ | netbsdsrc/sys/arch/arm32/arm32/pmap.c(945) |
/* XXX: needs sorting */ | netbsdsrc/sys/arch/arm32/arm32/pmap.c(1064) |
/* XXX we should purge just this page */ | netbsdsrc/sys/arch/arm32/arm32/pmap.c(1260) |
/* XXX we can use sync rather than clean as nothing else will use this va */ | netbsdsrc/sys/arch/arm32/arm32/pmap.c(1261) |
/* XXX Ekk what is this ? */ | netbsdsrc/sys/arch/arm32/arm32/pmap.c(1820) |
/*cache_clean();*/ /* XXX is this needed as we are replacing a page table which is not cached */ | netbsdsrc/sys/arch/arm32/arm32/pmap.c(2443) |
/* XXX do we need this flush as we are only modifying pte permissions not addresses */ | netbsdsrc/sys/arch/arm32/arm32/pmap.c(2751) |
/* XXX not used for anything?! */ | netbsdsrc/sys/arch/arm32/arm32/conf.c(156) |
/* XXX missing check if other dos partitions will be overwritten */ | netbsdsrc/sys/arch/arm32/arm32/disksubr.c(392) |
/* XXXX print flags */ | netbsdsrc/sys/arch/arm32/dev/iic.c(249) |
/* XXX - not yet... */ | netbsdsrc/sys/arch/arm32/dev/ncr5380sbc.c(96) |
/* XXX - Not SCI_OPENINGS */ | netbsdsrc/sys/arch/arm32/dev/ncr5380sbc.c(367) |
/* XXX: Enable reselect interrupts... */ | netbsdsrc/sys/arch/arm32/dev/ncr5380sbc.c(383) |
/* XXX - Need long delay here! */ | netbsdsrc/sys/arch/arm32/dev/ncr5380sbc.c(416) |
/* XXX - Need to cancel disconnected requests. */ | netbsdsrc/sys/arch/arm32/dev/ncr5380sbc.c(419) |
/* XXX - Reset and try again. */ | netbsdsrc/sys/arch/arm32/dev/ncr5380sbc.c(947) |
/* XXX - Should check parity... */ | netbsdsrc/sys/arch/arm32/dev/ncr5380sbc.c(1141) |
/* XXX - Make parity checking optional? */ | netbsdsrc/sys/arch/arm32/dev/ncr5380sbc.c(1500) |
/* XXX - Assume the command completed? */ | netbsdsrc/sys/arch/arm32/dev/ncr5380sbc.c(1595) |
/* XXX: Kill jobs for this target? */ | netbsdsrc/sys/arch/arm32/dev/ncr5380sbc.c(1867) |
/* XXX: Set error flag? */ | netbsdsrc/sys/arch/arm32/dev/ncr5380sbc.c(1894) |
/* XXX: Do this using DMA, and get a phase change intr? */ | netbsdsrc/sys/arch/arm32/dev/ncr5380sbc.c(2037) |
/* XXX: sc->sc_state |= NCR_ABORTING; */ | netbsdsrc/sys/arch/arm32/dev/ncr5380sbc.c(2344) |
/* XXX: from the aic6360 driver, but why? */ | netbsdsrc/sys/arch/arm32/dev/ncr5380sbc.c(2370) |
/* XXX 1.44MB FD */ | netbsdsrc/sys/arch/arm32/dev/md_hooks.c(102) |
/* XXX do we know more ? */ | netbsdsrc/sys/arch/arm32/dev/wdc.c(1409) |
/* XXX 32 bit xfers ? */ | netbsdsrc/sys/arch/arm32/dev/wdc.c(1811) |
/* XXX - this should be machine dependant not IOMD dependant */ | netbsdsrc/sys/arch/arm32/iomd/iomd.c(235) |
/* XXX use it? */ | netbsdsrc/sys/arch/arm32/isa/clock.c(168) |
/* XXX softc */ | netbsdsrc/sys/arch/arm32/isa/clock.c(585) |
/* XXX this will likely lose on a big-endian machine. -- cgd */ | netbsdsrc/sys/arch/arm32/isa/if_cs_isa.c(1022) |
/* XXX misuse a flag to identify format operation */ | netbsdsrc/sys/arch/arm32/mainbus/fd.c(95) |
/* XXX - hardcoded for 1 floppy */ | netbsdsrc/sys/arch/arm32/mainbus/fd.c(407) |
/* XXX Allow `flags' to override device type? */ | netbsdsrc/sys/arch/arm32/mainbus/fd.c(489) |
/* XXX Need to do some more fiddling with sc_dk. */ | netbsdsrc/sys/arch/arm32/mainbus/fd.c(510) |
/* XXX head load time == 6ms */ | netbsdsrc/sys/arch/arm32/mainbus/fd.c(1009) |
/* XXX do something */ | netbsdsrc/sys/arch/arm32/mainbus/fd.c(1377) |
/* XXX - nice if the major was defined elsewhere */ | netbsdsrc/sys/arch/arm32/mainbus/fd.c(1594) |
/* XXX print flags */ | netbsdsrc/sys/arch/arm32/mainbus/pioc.c(208) |
/* XXX - need xname */ | netbsdsrc/sys/arch/arm32/mainbus/wdc_pioc.c(92) |
/* XXX - Hard-wire the ISA attach args for now. -JJK */ | netbsdsrc/sys/arch/arm32/ofw/ofisaess.c(113) |
/* XXX for space tags */ | netbsdsrc/sys/arch/arm32/ofw/com_ofisa_consolehack.c(51) |
/* XXX - set these somewhere else? -JJK */ | netbsdsrc/sys/arch/arm32/ofw/ofwgencfg_machdep.c(187) |
/* XXX - Is this really needed */ | netbsdsrc/sys/arch/arm32/ofw/ofwgencfg_machdep.c(244) |
/* XXX PANIC */ | netbsdsrc/sys/arch/arm32/ofw/ofrom.c(150) |
/* XXX old firmware compat enabled */ | netbsdsrc/sys/arch/arm32/ofw/lpt_ofisa_machdep.c(59) |
/* XXX is bootpath still interesting? --emg */ | netbsdsrc/sys/arch/arm32/ofw/ofw.c(591) |
/* XXX - Snarf physical memory for DMA bounce buffers. */ | netbsdsrc/sys/arch/arm32/ofw/ofw.c(836) |
/* XXX - Snarf physical memory for max_processes L1 pagetables. */ | netbsdsrc/sys/arch/arm32/ofw/ofw.c(895) |
/* XXX - notyet */ | netbsdsrc/sys/arch/arm32/ofw/ofw.c(1230) |
/* XXX - mode? -JJK */ | netbsdsrc/sys/arch/arm32/ofw/ofw.c(1326) |
/* XXX - Convert all the values to host order. -JJK */ | netbsdsrc/sys/arch/arm32/ofw/ofw.c(1591) |
/* XXX - what mode? -JJK */ | netbsdsrc/sys/arch/arm32/ofw/ofw.c(2007) |
/* XXX - not bus space yet */ | netbsdsrc/sys/arch/arm32/podulebus/icside.c(332) |
/* XXX - jasper */ | netbsdsrc/sys/arch/arm32/podulebus/if_eh.c(724) |
/* XXX -japser */ | netbsdsrc/sys/arch/arm32/podulebus/if_eh.c(911) |
/* XXX -jasper */ | netbsdsrc/sys/arch/arm32/podulebus/if_eh.c(1204) |
/* XXX - Really needs to be linked to a DMA manager */ | netbsdsrc/sys/arch/arm32/podulebus/podulebus.c(373) |
/* SBIC_TC_PUT(regs, dev->sc_tcnt);*/ /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */ | netbsdsrc/sys/arch/arm32/podulebus/sbic.c(1892) |
/* XXX - Issue 1 cards will need to clear any pending interrupts */ | netbsdsrc/sys/arch/arm32/podulebus/rapide.c(409) |
/* XXX - Issue 1 cards will need to clear the interrupt */ | netbsdsrc/sys/arch/arm32/podulebus/rapide.c(521) |
/* XXX does not belong here */ | netbsdsrc/sys/arch/arm32/shark/lpt.c(111) |
/* XXX I/O space */ | netbsdsrc/sys/arch/arm32/shark/pccons.c(3591) |
/* XXX leave this alone until 'address' hack dies */ | netbsdsrc/sys/arch/arm32/shark/pccons.c(3608) |
/* XXX - this should be done in the isa-bus attach routine! -JJK */ | netbsdsrc/sys/arch/arm32/shark/shark_machdep.c(231) |
/* XXX probably wrong */ | netbsdsrc/sys/arch/arm32/vidc/vidcaudio.c(351) |
/* open, close, ioctl, poll, mmap -- XXX should be a map device */ | netbsdsrc/sys/arch/atari/atari/conf.c(94) |
/* XXX kvtop chokes on this */ | netbsdsrc/sys/arch/atari/atari/machdep.c(689) |
/* XXXX softclock(&frame.f_stackadj); */ | netbsdsrc/sys/arch/atari/atari/machdep.c(796) |
/* XXX kludge */ | netbsdsrc/sys/arch/atari/atari/disksubr.c(457) |
/* XXX: really needed? */ | netbsdsrc/sys/arch/atari/atari/fpu.c(127) |
/* XXX: enough? */ | netbsdsrc/sys/arch/atari/atari/atari_init.c(124) |
/* XXX: Need the branch cache be cleared? */ | netbsdsrc/sys/arch/atari/atari/atari_init.c(494) |
/* XXX: For TT & Falcon only */ | netbsdsrc/sys/arch/atari/atari/atari_init.c(554) |
/* XXX Should be a machine dependent hook */ | netbsdsrc/sys/arch/atari/atari/trap.c(286) |
/* XXX -- deal with tracing? (frame.f_sr & PSL_T) */ | netbsdsrc/sys/arch/atari/atari/trap.c(444) |
/* XXX: switches??? */ | netbsdsrc/sys/arch/atari/dev/fd.c(349) |
/* XXX LWP */ | netbsdsrc/sys/arch/atari/dev/fd.c(392) |
/* XXX temporarely out of business */ | netbsdsrc/sys/arch/atari/dev/fd.c(509) |
/* XXX Is this possible? */ | netbsdsrc/sys/arch/atari/dev/fd.c(730) |
/* XXX: Actually: we're not allowed to check */ | netbsdsrc/sys/arch/atari/dev/atari5380.c(735) |
/* XXX: arg. to intr_establish() */ | netbsdsrc/sys/arch/atari/dev/hdfd.c(121) |
/* XXX head load time == 6ms - non-dma */ | netbsdsrc/sys/arch/atari/dev/hdfd.c(975) |
/* XXX: should use vbl for this */ | netbsdsrc/sys/arch/atari/dev/grfabs_tt.c(157) |
/* XXX yeah, where ?? */ | netbsdsrc/sys/arch/atari/dev/ite.c(2110) |
/* XXX: Can't happen.... */ | netbsdsrc/sys/arch/atari/dev/grfabs_et.c(186) |
/* XXX: Can't use printf here.... */ | netbsdsrc/sys/arch/atari/dev/grfabs_et.c(237) |
/* XXX: Nothing here for now... */ | netbsdsrc/sys/arch/atari/dev/grfabs_et.c(288) |
/* XXX: No more than a stub... */ | netbsdsrc/sys/arch/atari/dev/grfabs_et.c(367) |
/* XXX: We like to do this: */ | netbsdsrc/sys/arch/atari/dev/grfabs_et.c(667) |
/* XXX: Shouldn't these be in font.h???? */ | netbsdsrc/sys/arch/atari/dev/ite_et.c(74) |
/* XXX: move to ite.c */ | netbsdsrc/sys/arch/atari/dev/ite_et.c(91) |
/* XXX: We should set the colormap */ | netbsdsrc/sys/arch/atari/dev/ite_et.c(616) |
/* automatic LF on CR XXX: LWP - not yet... */ | netbsdsrc/sys/arch/atari/dev/lpt.c(101) |
/* XXX: This is crap! (720Kb flop) */ | netbsdsrc/sys/arch/atari/dev/md_root.c(74) |
/* XXX: This is crap! (1.44Mb flop) */ | netbsdsrc/sys/arch/atari/dev/md_root.c(79) |
/* XXX: Get rid of not used warning */ | netbsdsrc/sys/arch/atari/dev/ncr5380.c(595) |
/* end XXX */ | netbsdsrc/sys/arch/atari/dev/ser.c(70) |
/* XXX This is for cons.c. */ | netbsdsrc/sys/arch/atari/dev/ser.c(416) |
/* XXXXX FIX ME */ | netbsdsrc/sys/arch/atari/dev/ser.c(734) |
/* XXXXX necessary? */ | netbsdsrc/sys/arch/atari/dev/ser.c(769) |
/* XXX: LWP What unit? */ | netbsdsrc/sys/arch/atari/dev/ser.c(1310) |
/* XXX not open? */ | netbsdsrc/sys/arch/atari/dev/view.c(339) |
/* XXXXXXXXX */ | netbsdsrc/sys/arch/atari/pci/pci_machdep.c(181) |
/* first used partition (a, b or c) */ /* XXX */ | netbsdsrc/sys/arch/atari/stand/installboot/installboot.c(212) |
/*x0C*/ op_base, op_base, op_base/*XXX*/, op_base/*XXX*/ | netbsdsrc/sys/arch/bebox/bebox/db_disasm.c(84) |
/* XXX how do we check veracity/bounds of this? */ | netbsdsrc/sys/arch/bebox/bebox/disksubr.c(114) |
/* XXX BEBOX INTERRUPT MASK */ | netbsdsrc/sys/arch/bebox/bebox/extintr.c(147) |
/* TEMPRORARY (Really needs some better mechanism) XXX */ | netbsdsrc/sys/arch/bebox/bebox/ipkdb_glue.c(48) |
/* XXX see above */ | netbsdsrc/sys/arch/bebox/bebox/ipkdb_glue.c(74) |
/* see above XXX */ | netbsdsrc/sys/arch/bebox/bebox/kgdb_glue.c(74) |
/* XXX temporary */ | netbsdsrc/sys/arch/bebox/bebox/machdep.c(521) |
/* This doesn't allow device mapping! XXX */ | netbsdsrc/sys/arch/bebox/bebox/mem.c(103) |
/* XXX 32bit Implementation */ | netbsdsrc/sys/arch/bebox/bebox/pmap.c(316) |
/* These definitions should probably be somewhere else XXX */ | netbsdsrc/sys/arch/bebox/bebox/trap.c(51) |
/* Temporarily! XXX */ | netbsdsrc/sys/arch/bebox/bebox/trap.c(73) |
/* XXX temporarily */ | netbsdsrc/sys/arch/bebox/bebox/trap.c(247) |
/* Profiling? XXX */ | netbsdsrc/sys/arch/bebox/bebox/trap.c(341) |
/* XXX Figure out the shared memory address. */ | netbsdsrc/sys/arch/bebox/isa/if_ed.c(555) |
/* XXX this is all "indirect" brokenness */ | netbsdsrc/sys/arch/bebox/isa/if_ed.c(718) |
/* XXX --thorpej */ | netbsdsrc/sys/arch/bebox/isa/if_ed.c(786) |
/* XXX - do Novell-specific probe here */ | netbsdsrc/sys/arch/bebox/isa/if_ed.c(1061) |
/* XXX check other indicators */ | netbsdsrc/sys/arch/bebox/isa/isa.c(93) |
/* XXX switch to bus_mmap when it works */ | netbsdsrc/sys/arch/bebox/isa/isadma.c(657) |
/* XXX We really ought to handle 2.88MB format. */ | netbsdsrc/sys/arch/bebox/isa/fd.c(544) |
/* XXX It would be hard to justify why the X server doesn't do this. */ | netbsdsrc/sys/arch/bebox/isa/pccons.c(1726) |
/* XXX currently, only one vt device is supported */ | netbsdsrc/sys/arch/bebox/isa/pcvt/pcvt_drv.c(526) |
/* XXX only vt0 currently allowed */ | netbsdsrc/sys/arch/bebox/isa/pcvt/pcvt_drv.c(787) |
/* XXX necessary ? */ | netbsdsrc/sys/arch/bebox/isa/pcvt/pcvt_drv.c(904) |
/* XXX was vs[minor(dev)] */ | netbsdsrc/sys/arch/bebox/isa/pcvt/pcvt_drv.c(933) |
/* XXX not used */ | netbsdsrc/sys/arch/bebox/isa/pcvt/pcvt_drv.c(1239) |
/* XXX */ /* another state needed -hm */ | netbsdsrc/sys/arch/bebox/isa/pcvt/pcvt_out.c(774) |
/* XXX should panic in 40 col mode ! */ | netbsdsrc/sys/arch/bebox/isa/pcvt/pcvt_out.c(1094) |
/* XXXXXX */ | netbsdsrc/sys/arch/bebox/isa/pcvt/pcvt_sup.c(629) |
/* XXX should say "EAGAIN" here */ | netbsdsrc/sys/arch/bebox/isa/pcvt/pcvt_sup.c(649) |
/* XXX perhaps only clear DTR */ | netbsdsrc/sys/arch/hp300/dev/apci.c(409) |
/* XXX gcc whines about cfcr being uninitialized... */ | netbsdsrc/sys/arch/hp300/dev/apci.c(695) |
/* XXX necessary? */ | netbsdsrc/sys/arch/hp300/dev/apci.c(873) |
/* XXX return error if EOT ?? */ | netbsdsrc/sys/arch/hp300/dev/ct.c(415) |
/* XXX: check for hardware write-protect? */ | netbsdsrc/sys/arch/hp300/dev/ct.c(916) |
/* XXX gcc whines about cfcr being unitialized... */ | netbsdsrc/sys/arch/hp300/dev/dca.c(787) |
/* XXX this needs to be fixed. */ | netbsdsrc/sys/arch/hp300/dev/dca.c(1044) |
/* static int dcm_lastcnpri = CN_DEAD; */ /* XXX last priority */ | netbsdsrc/sys/arch/hp300/dev/dcm.c(163) |
/* XXX last modem status for port */ | netbsdsrc/sys/arch/hp300/dev/dcm.c(260) |
/* XXX fixme */ | netbsdsrc/sys/arch/hp300/dev/dcm.c(441) |
/* XXX doc claims read clears interrupt?! */ | netbsdsrc/sys/arch/hp300/dev/dcm.c(694) |
/* XXX is there some way to safely stop transmission? */ | netbsdsrc/sys/arch/hp300/dev/dcm.c(1287) |
/* XXX why is this needed ???? */ | netbsdsrc/sys/arch/hp300/dev/dcm.c(1481) |
/* XXX we should use macros to do these... */ | netbsdsrc/sys/arch/hp300/dev/ac.c(105) |
/* XXX: HP-UX claims bug with CS80 transparent messages */ | netbsdsrc/sys/arch/hp300/dev/fhpib.c(291) |
/* fhpibtransfer[unit]++; XXX */ | netbsdsrc/sys/arch/hp300/dev/fhpib.c(403) |
/* fhpibworddma[unit]++; XXX */ | netbsdsrc/sys/arch/hp300/dev/fhpib.c(412) |
/* fhpibnondma[unit]++; XXX */ | netbsdsrc/sys/arch/hp300/dev/fhpib.c(440) |
/* fhpibworddma[unit]--; XXX */ | netbsdsrc/sys/arch/hp300/dev/fhpib.c(442) |
/* fhpibbadint[0]++; XXX */ | netbsdsrc/sys/arch/hp300/dev/fhpib.c(557) |
/* fhpibbadint[1]++; XXX */ | netbsdsrc/sys/arch/hp300/dev/fhpib.c(563) |
/* fhpibppollfail[unit]++; XXX */ | netbsdsrc/sys/arch/hp300/dev/fhpib.c(603) |
/* XXX param.h includes cpu.h */ | netbsdsrc/sys/arch/hp300/dev/dma.c(78) |
/* XXXthorpej */ | netbsdsrc/sys/arch/hp300/dev/dma.c(254) |
/* XXX: see comment for iteoff above */ | netbsdsrc/sys/arch/hp300/dev/grf.c(351) |
/* XXX: HP-UX uses GCUNMAP to get rid of GCSLOT memory */ | netbsdsrc/sys/arch/hp300/dev/grf.c(433) |
/* XXX: this sux */ | netbsdsrc/sys/arch/hp300/dev/grf.c(473) |
/* XXX internal i/o */ | netbsdsrc/sys/arch/hp300/dev/grf_dv.c(191) |
/* XXX won't see it */ | netbsdsrc/sys/arch/hp300/dev/grf_tc.c(850) |
/* XXX ITE interface */ | netbsdsrc/sys/arch/hp300/dev/hil.c(93) |
/* XXX big magic */ | netbsdsrc/sys/arch/hp300/dev/hil.c(699) |
/* XXX how do we know on 300? */ | netbsdsrc/sys/arch/hp300/dev/hil.c(815) |
/* XXX from hil_keymaps.c */ | netbsdsrc/sys/arch/hp300/dev/hil.c(1232) |
/* XXX souldn't be here */ | netbsdsrc/sys/arch/hp300/dev/hpib.c(172) |
/* XXX: we don't do anything for underline */ | netbsdsrc/sys/arch/hp300/dev/ite.c(651) |
/* XXX malloc not initialize yet */ | netbsdsrc/sys/arch/hp300/dev/ite_subr.c(97) |
/* XXX buffer storage */ | netbsdsrc/sys/arch/hp300/dev/mt.c(114) |
/* XXX reset other info since readdisklabel screws with it */ | netbsdsrc/sys/arch/hp300/dev/rd.c(547) |
/* XXX unencoded copy of sc_scsi_addr */ | netbsdsrc/sys/arch/hp300/dev/scsi.c(113) |
/* XXX - kludge till I understand whats *supposed* to happen */ | netbsdsrc/sys/arch/hp300/dev/scsi.c(203) |
/* XXX we can open a device even without SDF_ALIVE */ | netbsdsrc/sys/arch/hp300/dev/sd.c(478) |
/* XXX ensure size is at least one device block */ | netbsdsrc/sys/arch/hp300/dev/sd.c(481) |
/* XXX "extra" stat makes the HP drive happy at boot time */ | netbsdsrc/sys/arch/hp300/dev/st.c(315) |
/* XXX if we have a tape, we must up the delays in the HA driver */ | netbsdsrc/sys/arch/hp300/dev/st.c(347) |
/* XXX could do density select? */ | netbsdsrc/sys/arch/hp300/dev/st.c(494) |
/* wait until more stable before trying [XXX Needed ?] */ | netbsdsrc/sys/arch/hp300/dev/st.c(681) |
/* XXX compiler complains needlessly :-( */ | netbsdsrc/sys/arch/hp300/dev/st.c(884) |
/* XXX yuck */ | netbsdsrc/sys/arch/hp300/hp300/clock.c(127) |
/* XXX grot */ | netbsdsrc/sys/arch/hp300/hp300/clock.c(205) |
/* XXX should be set in param.c */ | netbsdsrc/sys/arch/hp300/hp300/clock.c(216) |
/* XXX must be allocated statically because of early console init */ | netbsdsrc/sys/arch/hp300/hp300/autoconf.c(145) |
/* XXX - unable to handle HPUX coredumps */ | netbsdsrc/sys/arch/hp300/hp300/hpux_machdep.c(195) |
/* XXX This really, really doesn't work anymore. --scottr */ | netbsdsrc/sys/arch/hp300/hp300/hpux_machdep.c(301) |
/* open, close, read, write, ioctl -- XXX should be a generic device */ | netbsdsrc/sys/arch/hp300/hp300/conf.c(91) |
/* open, close, read, ioctl, poll, mmap -- XXX should be a map device */ | netbsdsrc/sys/arch/hp300/hp300/conf.c(97) |
/* XXX shouldn't this be optional? */ | netbsdsrc/sys/arch/hp300/hp300/conf.c(131) |
/* XXX should be pulled in by sys/kcore.h */ | netbsdsrc/sys/arch/hp300/hp300/machdep.c(91) |
/* relative cpu speed; XXX skewed on 68040 */ | netbsdsrc/sys/arch/hp300/hp300/machdep.c(184) |
/* XXX initialized here because of gcc lossage */ | netbsdsrc/sys/arch/hp300/hp300/machdep.c(940) |
/* XXX should change the interface, and make one badaddr() function */ | netbsdsrc/sys/arch/hp300/hp300/machdep.c(1044) |
/* XXX initializer works around compiler bug */ | netbsdsrc/sys/arch/hp300/hp300/trap.c(269) |
/* XXX should be a machine-dependent hook */ | netbsdsrc/sys/arch/hp300/hp300/trap.c(316) |
/* XXX need to FSAVE */ | netbsdsrc/sys/arch/hp300/hp300/trap.c(391) |
/* XXX need to FRESTORE */ | netbsdsrc/sys/arch/hp300/hp300/trap.c(396) |
/* XXX was FPE_INTDIV_TRAP */ | netbsdsrc/sys/arch/hp300/hp300/trap.c(426) |
/* XXX was FPE_SUBRNG_TRAP */ | netbsdsrc/sys/arch/hp300/hp300/trap.c(439) |
/* XXX was FPE_INTOVF_TRAP */ | netbsdsrc/sys/arch/hp300/hp300/trap.c(452) |
/* XXX initialize to quiet gcc -Wall */ | netbsdsrc/sys/arch/hp300/hp300/pmap.c(1600) |
/* XXX what else should we do here? */ | netbsdsrc/sys/arch/hp300/stand/common/devopen.c(273) |
/* XXX used to pass back LUN from driver */ | netbsdsrc/sys/arch/hp300/stand/common/autoconf.c(199) |
/* XXX for autoconfig */ | netbsdsrc/sys/arch/hp300/stand/common/hpib.c(75) |
/* XXX reset controller */ | netbsdsrc/sys/arch/hp300/stand/common/if_le.c(238) |
/* XXX: redundent but safe */ | netbsdsrc/sys/arch/hp300/stand/common/ite.c(119) |
/* XXX: what if the "DOS sector" < 512 bytes ??? */ | netbsdsrc/sys/arch/i386/boot/disk.c(109) |
/* XXX why is this not in <sys/dkbad.h> ??? */ | netbsdsrc/sys/arch/i386/boot/disk.c(112) |
/* XXX where all reads go */ | netbsdsrc/sys/arch/i386/boot/disk.c(140) |
/*void printf __P((const char *format, int data));*/ /* not quite right XXX */ | netbsdsrc/sys/arch/i386/boot/io.c(35) |
/* XXX repe VS rep */ | netbsdsrc/sys/arch/i386/i386/db_disasm.c(1106) |
/* fxtract XXX */ | netbsdsrc/sys/arch/i386/i386/math_emulate.c(109) |
/* fstp XXX */ | netbsdsrc/sys/arch/i386/i386/math_emulate.c(270) |
/* variables used during operation (XXX cgd) */ | netbsdsrc/sys/arch/i386/i386/apm.c(183) |
/* XXX cgd */ | netbsdsrc/sys/arch/i386/i386/apm.c(250) |
/* XXX cgd: this doesn't belong here. */ | netbsdsrc/sys/arch/i386/i386/apm.c(699) |
/* XXX should be passed by bootcode */ | netbsdsrc/sys/arch/i386/i386/autoconf.c(106) |
/* XXX panic() ??? */ | netbsdsrc/sys/arch/i386/i386/autoconf.c(159) |
/* XXX should be a "panic()" */ | netbsdsrc/sys/arch/i386/i386/autoconf.c(384) |
/* open, close, ioctl, poll -- XXX should be a generic device */ | netbsdsrc/sys/arch/i386/i386/conf.c(112) |
/* XXX Should switch to kdb`s own stack here. */ | netbsdsrc/sys/arch/i386/i386/db_interface.c(104) |
/* XXX Should be in <machine/pmap.h> */ | netbsdsrc/sys/arch/i386/i386/kgdb_machdep.c(90) |
/* XXX - writability, executability checks? */ | netbsdsrc/sys/arch/i386/i386/mem.c(208) |
/* XXX: What to do */ | netbsdsrc/sys/arch/i386/i386/svr4_machdep.c(405) |
/* XXX - check only applies to 386's and 486's with WP off */ | netbsdsrc/sys/arch/i386/i386/trap.c(356) |
/* XXX need to deal with this when DDB is present, too */ | netbsdsrc/sys/arch/i386/i386/trap.c(451) |
/* XXX extra if() for every emul type.. */ | netbsdsrc/sys/arch/i386/i386/trap.c(615) |
/* XXX base of heap */ | netbsdsrc/sys/arch/i386/i386/ibcs2_machdep.c(57) |
/* must be a multiple of pagesize XXX small */ | netbsdsrc/sys/arch/i386/i386/machdep.c(1254) |
/* XXX this doesn't work. grr. */ | netbsdsrc/sys/arch/i386/i386/machdep.c(1299) |
/* XXX SHOULD NOT BE DONE HERE */ | netbsdsrc/sys/arch/i386/i386/machdep.c(1515) |
/* XXX What should we do? */ | netbsdsrc/sys/arch/i386/i386/machdep.c(1579) |
/* XXX knows about ioh guts */ | netbsdsrc/sys/arch/i386/isa/ahc_isa.c(245) |
/* XXX broken GUS PnP */ | netbsdsrc/sys/arch/i386/isa/joy_isapnp.c(70) |
/* XXX probe to find if a color or monochrome display */ | netbsdsrc/sys/arch/i386/netboot/cga.c(90) |
/* XXX duped code sucks. */ | netbsdsrc/sys/arch/i386/stand/biosboot/main.c(259) |
/* XXX error out if parse error??? */ | netbsdsrc/sys/arch/i386/stand/lib/exec.c(213) |
/* XXX error out??? */ | netbsdsrc/sys/arch/i386/stand/lib/exec.c(240) |
/* XXX force wait for key */ | netbsdsrc/sys/arch/i386/stand/lib/isapnp.c(200) |
/* XXX what happens if c == 0? */ | netbsdsrc/sys/arch/i386/stand/lib/pcio.c(265) |
/* XXX what's this for? */ | netbsdsrc/sys/arch/i386/stand/libsa/nfs.c(76) |
/* XXX - from rpc_call */ | netbsdsrc/sys/arch/i386/stand/libsa/nfs.c(223) |
/* XXX maybe should retry on certain errors */ | netbsdsrc/sys/arch/i386/stand/libsa/nfs.c(556) |
/* XXX - from nfs_readdata */ | netbsdsrc/sys/arch/i386/stand/libsa/nfs.c(562) |
/* XXXXXXX we hope it's static */ | netbsdsrc/sys/arch/i386/stand/libsa/tftp.c(240) |
/* XXX (some) tftp servers don't like leading "/" */ | netbsdsrc/sys/arch/i386/stand/netboot/dev_net.c(106) |
/* XXX work around gcc -O lossage */ | netbsdsrc/sys/arch/m68k/fpe/fpu_emulate.c(95) |
/* XXX Restore PC -- 68{EC,LC}040 only */ | netbsdsrc/sys/arch/m68k/fpe/fpu_emulate.c(265) |
/* XXX: If CC, frame->f_pc += displ */ | netbsdsrc/sys/arch/m68k/fpe/fpu_emulate.c(1192) |
/* XXX Dont delete exceptions set here: fe->fe_fpsr &= ~FPSR_EXCP; */ | netbsdsrc/sys/arch/m68k/fpe/fpu_implode.c(467) |
/* XXX slow */ | netbsdsrc/sys/arch/m68k/fpe/fpu_subr.c(173) |
/* XXX - not 63 ?*/ | netbsdsrc/sys/arch/m68k/m68k/db_disasm.c(2834) |
/* XXX This may be wrong for a couple inst. */ | netbsdsrc/sys/arch/m68k/m68k/db_disasm.c(2981) |
/* XXX - Slight hack... */ | netbsdsrc/sys/arch/m68k/m68k/db_trace.c(93) |
/* printf_intr("XXX: DOING OUT QUEUE\n"); */ | netbsdsrc/sys/arch/mac68k/dev/adb_direct.c(760) |
/* XXX Hack */ | netbsdsrc/sys/arch/mac68k/dev/grf_iv.c(195) |
/*64 * 1024; XXX */ | netbsdsrc/sys/arch/mac68k/dev/esp.c(314) |
/* XXX bogus */ | netbsdsrc/sys/arch/mac68k/dev/grf.c(138) |
/* XXX - This should go away as soon as X and */ | netbsdsrc/sys/arch/mac68k/dev/grf.c(218) |
/* XXX evil! */ | netbsdsrc/sys/arch/mac68k/dev/grf_mv.c(201) |
/* XXX evil hack */ | netbsdsrc/sys/arch/mac68k/dev/grf_mv.c(423) |
/* XXX - DG This looks bogus */ | netbsdsrc/sys/arch/mac68k/dev/if_sn.c(988) |
/* XXX this shouldn't be necessary; else reinsert */ | netbsdsrc/sys/arch/mac68k/dev/if_sn_nubus.c(44) |
/* XXX redundant; get rid of this someday */ | netbsdsrc/sys/arch/mac68k/dev/nubus.c(379) |
/* XXX: Should be parity error ???? */ | netbsdsrc/sys/arch/mac68k/dev/mac68k5380.c(297) |
/* XXX: is this the right reaction? */ | netbsdsrc/sys/arch/mac68k/dev/mac68k5380.c(300) |
/* XXX: is this the right reaction? Can this happen? */ | netbsdsrc/sys/arch/mac68k/dev/mac68k5380.c(306) |
/* XXX - Now safe to install interrupt handlers. */ | netbsdsrc/sys/arch/mac68k/dev/zs.c(400) |
/* XXX this shouldn't be necessary... else reinsert */ | netbsdsrc/sys/arch/mac68k/dev/if_sn_obio.c(44) |
/* XXX kludge for PB */ | netbsdsrc/sys/arch/mac68k/dev/if_sn_obio.c(173) |
/* Empty for now. -- XXX */ | netbsdsrc/sys/arch/mac68k/mac68k/disksubr.c(687) |
/* XXX ?? */ | netbsdsrc/sys/arch/mac68k/mac68k/machdep.c(941) |
/* only on MacII or LC. -- XXX */ | netbsdsrc/sys/arch/mac68k/mac68k/machdep.c(1224) |
/* XXX hope this doesn't pop it into the next range: */ | netbsdsrc/sys/arch/mac68k/mac68k/pmap.c(334) |
/* XXX -- do we need to do anything here? */ | netbsdsrc/sys/arch/mac68k/mac68k/pmap.c(1417) |
/* XXX RW for now */ | netbsdsrc/sys/arch/mac68k/mac68k/pmap_bootstrap.c(346) |
/* XXX -- this doesn't look correct to me. */ | netbsdsrc/sys/arch/mac68k/mac68k/pmap_bootstrap.c(470) |
/* XXX -- deal with tracing? (frame.f_sr & PSL_T) */ | netbsdsrc/sys/arch/mac68k/mac68k/trap.c(369) |
/* XXX copy trapframe to ddb_regs */ | netbsdsrc/sys/arch/mips/mips/db_interface.c(138) |
/* XXX boolean_t */ | netbsdsrc/sys/arch/mips/mips/db_trace.c(28) |
/* XXX: Check other magic numbers here. */ | netbsdsrc/sys/arch/mips/mips/cpu_exec.c(197) |
/* XXX don't copy them out, remap them! */ | netbsdsrc/sys/arch/mips/mips/elf.c(139) |
/*XXX DEBUG*/ | netbsdsrc/sys/arch/mips/mips/elf.c(369) |
/* XXX not restricted? */ | netbsdsrc/sys/arch/mips/mips/mips_machdep.c(157) |
/* XXX cache sizes for MIPS1? */ | netbsdsrc/sys/arch/mips/mips/mips_machdep.c(401) |
/* XXX hardware mcclock CPU-speed computation */ | netbsdsrc/sys/arch/mips/mips/mips_machdep.c(402) |
/* guaranteed to get splXXX() */ | netbsdsrc/sys/arch/mips/mips/mips_mcclock.c(43) |
/* XXX struct chiptime */ | netbsdsrc/sys/arch/mips/mips/mips_mcclock.c(47) |
/* XXX KN01? */ | netbsdsrc/sys/arch/mips/mips/mips_mcclock.c(205) |
/* XXX need to decide how to set cnt.v_page_size */ | netbsdsrc/sys/arch/mips/mips/pmap.c(241) |
/* XXX What else can we do */ | netbsdsrc/sys/arch/mips/mips/pmap.c(377) |
/* XXX Deadlock situations? */ | netbsdsrc/sys/arch/mips/mips/pmap.c(378) |
/*XXX FIXME Not very sophisticated */ | netbsdsrc/sys/arch/mips/mips/pmap.c(1293) |
/* XXX blkclr()? */ | netbsdsrc/sys/arch/mips/mips/pmap.c(1300) |
/* XXX what are the correct semantics: sstep once, or forevermore? */ | netbsdsrc/sys/arch/mips/mips/process_machdep.c(145) |
/* XXX vm_fault? */ | netbsdsrc/sys/arch/mips/mips/sys_machdep.c(194) |
/* XXX save code */ | netbsdsrc/sys/arch/mips/mips/trap.c(561) |
/* XXX save syscall result in trapdebug */ | netbsdsrc/sys/arch/mips/mips/trap.c(566) |
/*XXX MIPS3? */ | netbsdsrc/sys/arch/mips/mips/trap.c(697) |
/* (int)&args */ 0; /* XXX pass args in */ | netbsdsrc/sys/arch/mips/mips/trap.c(970) |
/* XXX need protect? */ | netbsdsrc/sys/arch/mips/mips/trap.c(996) |
/* XXX memory barrier followed by flush icache? */ | netbsdsrc/sys/arch/mips/mips/trap.c(1333) |
/* XXX fixup tests after cutting and pasting in locore.S */ | netbsdsrc/sys/arch/mips/mips/trap.c(1489) |
/* XXX save pte mask outside loop ? */ | netbsdsrc/sys/arch/mips/mips/vm_machdep.c(94) |
/* XXX should mark them PG_WIRED? */ | netbsdsrc/sys/arch/mips/mips/vm_machdep.c(299) |
/* XXX -- while debugging ASC */ | netbsdsrc/sys/arch/mips/mips/vm_machdep.c(385) |
/* XXXSCW */ | netbsdsrc/sys/arch/mvme68k/dev/sbic.c(2459) |
/* XXXCDC hack from pmap bootstrap */ | netbsdsrc/sys/arch/mvme68k/dev/if_le.c(85) |
/* XXX the following declarations should be elsewhere */ | netbsdsrc/sys/arch/mvme68k/dev/if_le.c(135) |
/* Check for hardware. (XXX is this really necessary?) */ | netbsdsrc/sys/arch/mvme68k/dev/pcc.c(202) |
/* XXX wait until button pops out */ | netbsdsrc/sys/arch/mvme68k/dev/pcc.c(277) |
/* XXX doesn't work */ | netbsdsrc/sys/arch/mvme68k/dev/vme_pcc.c(114) |
/* XXX Shouldn't hardcode the minor number... */ | netbsdsrc/sys/arch/mvme68k/dev/zs.c(74) |
/* XXX - Allow some tolerance here? */ | netbsdsrc/sys/arch/mvme68k/dev/zs.c(330) |
/* XXX: Preserve BAUD rate from boot loader. */ | netbsdsrc/sys/arch/mvme68k/dev/zs.c(531) |
/* XXX: Also, why reset the chip here? -gwr */ | netbsdsrc/sys/arch/mvme68k/dev/zs.c(532) |
/* XXX - Limit the wait? */ | netbsdsrc/sys/arch/mvme68k/dev/zs.c(583) |
/* XXX This is bogus; should fix this. */ | netbsdsrc/sys/arch/mvme68k/dev/zs_pcc.c(120) |
/* from ROM XXXCDC */ | netbsdsrc/sys/arch/mvme68k/mvme68k/machdep.c(136) |
/* XXX implement XXX */ | netbsdsrc/sys/arch/mvme68k/mvme68k/machdep.c(282) |
/* XXX Find out FPU type and fill in string here. */ | netbsdsrc/sys/arch/mvme68k/mvme68k/machdep.c(628) |
/* XXX is this right? */ | netbsdsrc/sys/arch/mvme68k/mvme68k/machdep.c(675) |
/* XXX wrapper for locore.s; used only my level 7 autovector */ | netbsdsrc/sys/arch/mvme68k/mvme68k/machdep.c(1104) |
/* XXX fix comment to match value */ | netbsdsrc/sys/arch/mvme68k/mvme68k/clock.c(78) |
/* XXX should we do something here? XXX */ | netbsdsrc/sys/arch/mvme68k/mvme68k/clock.c(176) |
/* XXX: 147 only */ | netbsdsrc/sys/arch/mvme68k/mvme68k/disksubr.c(81) |
/* XXX: 147, untested */ | netbsdsrc/sys/arch/mvme68k/mvme68k/disksubr.c(82) |
/* XXX this assumes everything <=LABELSECTOR is label! */ | netbsdsrc/sys/arch/mvme68k/mvme68k/disksubr.c(308) |
/* XXXCDC */ | netbsdsrc/sys/arch/mvme68k/mvme68k/pmap_bootstrap.c(85) |
/* XXXCDC -- uncache lebuf */ | netbsdsrc/sys/arch/mvme68k/mvme68k/pmap_bootstrap.c(338) |
/* XXXCDC yuck */ | netbsdsrc/sys/arch/mvme68k/mvme68k/pmap_bootstrap.c(345) |
/* XXX allow for msgbuf */ | netbsdsrc/sys/arch/mvme68k/mvme68k/pmap_bootstrap.c(417) |
/* XXX - Paranoia: Make sure size is aligned! */ | netbsdsrc/sys/arch/mvme68k/stand/installboot/installboot.c(129) |
/* XXX return sequence of USE_CT with all possible modes?? */ | netbsdsrc/sys/arch/pc532/dev/scn.c(507) |
/* XXX try looping for ospeed? */ | netbsdsrc/sys/arch/pc532/dev/scn.c(608) |
/* XXX drop RTS too? -plb */ | netbsdsrc/sys/arch/pc532/dev/scn.c(1158) |
/* XXX dialout state??? -plb */ | netbsdsrc/sys/arch/pc532/dev/scn.c(1159) |
/* XXX set some flag to have some lower (soft) int call line discipline? */ | netbsdsrc/sys/arch/pc532/dev/scn.c(1272) |
/* XXX more here if 26C92? -plb */ | netbsdsrc/sys/arch/pc532/dev/scn.c(1426) |
/* XXX sig */ | netbsdsrc/sys/arch/pc532/fpu/ieee_subnormal.c(132) |
/* XXX TEMP; would like to use code more like hp300 scsi.c */ | netbsdsrc/sys/arch/pc532/stand/common/machdep.c(48) |
/* XXX remote? */ | netbsdsrc/sys/arch/pc532/stand/common/scn.c(64) |
/* XXX alloc()? keep pointers? */ | netbsdsrc/sys/arch/pc532/stand/common/sd.c(160) |
/*XXX Wait for release wakeup */ | netbsdsrc/sys/arch/pica/dev/dma.c(120) |
/*XXX Wakeup waiting */ | netbsdsrc/sys/arch/pica/dev/dma.c(179) |
/* XXX CHECK BUS */ | netbsdsrc/sys/arch/pica/dev/if_sn.c(266) |
/* crtat -= vs.ncol * cx; /* XXX */ | netbsdsrc/sys/arch/pica/dev/pccons.c(1217) |
/* crtat += vs.ncol * cx; /* XXX */ | netbsdsrc/sys/arch/pica/dev/pccons.c(1253) |
/*XXX*/ asc_minphys, /* no max transfer size, DMA driver negotiates */ | netbsdsrc/sys/arch/pica/dev/asc.c(464) |
/*XXX*/ NULL, /* Use default error handler */ | netbsdsrc/sys/arch/pica/dev/asc.c(470) |
/*XXX*/ NULL, /* have a queue, served by this */ | netbsdsrc/sys/arch/pica/dev/asc.c(471) |
/*XXX*/ NULL, /* have no async handler */ | netbsdsrc/sys/arch/pica/dev/asc.c(472) |
/*XXX*/ NULL, /* Use default 'done' routine */ | netbsdsrc/sys/arch/pica/dev/asc.c(473) |
/*XXX PEFO */ | netbsdsrc/sys/arch/pica/dev/asc.c(867) |
/* XXX THEO */ | netbsdsrc/sys/arch/pica/dev/asc.c(1090) |
/*XXX Need to flush cache ? */ | netbsdsrc/sys/arch/pica/dev/asc.c(1583) |
/*XXX Need to flush Cache ? */ | netbsdsrc/sys/arch/pica/dev/asc.c(1747) |
/* XXX Does not really belong here but for the moment we don't care */ | netbsdsrc/sys/arch/pica/pica/clock_mc.c(129) |
/* XXX: sd -> scsibus -> esp */ | netbsdsrc/sys/arch/pica/pica/disksubr.c(53) |
/* XXX save state b4 crash*/ | netbsdsrc/sys/arch/pica/pica/machdep.c(168) |
/* XXX FIXME */ | netbsdsrc/sys/arch/pica/pica/machdep.c(414) |
/*trp->sp = (int)&args;*/ /* XXX */ | netbsdsrc/sys/arch/pica/pica/trap.c(718) |
/* XXX FIXME: the order changed with merged locore */ | netbsdsrc/sys/arch/pica/pica/trap.c(1508) |
/* XXX qvss ioctl interface uses this */ | netbsdsrc/sys/arch/pmax/dev/bt478.c(84) |
/* XXX dev/tc ? */ | netbsdsrc/sys/arch/pmax/dev/cfb.c(100) |
/*XXX*/ /* should be softc */ | netbsdsrc/sys/arch/pmax/dev/cfb.c(117) |
/* XXX patch up softc pointer */ | netbsdsrc/sys/arch/pmax/dev/cfb.c(217) |
/* XXX fi should be a pointer to a field in the softc */ | netbsdsrc/sys/arch/pmax/dev/cfb.c(268) |
/* XXX KbdReset band friends */ | netbsdsrc/sys/arch/pmax/dev/dc.c(104) |
/* XXX move back into dc_consinit when debugged */ | netbsdsrc/sys/arch/pmax/dev/dc.c(224) |
/* XXX untested */ | netbsdsrc/sys/arch/pmax/dev/dc.c(265) |
/* XXX why only unit 0? */ | netbsdsrc/sys/arch/pmax/dev/dc.c(293) |
/* XXX check for spurious interrupts */ | netbsdsrc/sys/arch/pmax/dev/dc.c(718) |
/* XXX OK for get, but not for set? */ | netbsdsrc/sys/arch/pmax/dev/dc.c(1002) |
/* XXX DTR not supported on this line on 2100/3100 */ | netbsdsrc/sys/arch/pmax/dev/dc.c(1049) |
/*XXX*/ /* FIXME */ | netbsdsrc/sys/arch/pmax/dev/bt459.c(144) |
/* XXX is this a linear function of x-dimension screen size? */ | netbsdsrc/sys/arch/pmax/dev/bt459.c(389) |
/* XXX rcons hackery */ | netbsdsrc/sys/arch/pmax/dev/fb.c(230) |
/*XXX*/ cn_in_dev = cn_tab->cn_dev; /*XXX*/ /* FIXME */ | netbsdsrc/sys/arch/pmax/dev/fb.c(235) |
/* XXX mice are not writable, what to do for poll on write? */ | netbsdsrc/sys/arch/pmax/dev/fb_usrreq.c(223) |
/* XXX really rather get this from the prom */ | netbsdsrc/sys/arch/pmax/dev/font.c(70) |
/* XXX wbflush() */ | netbsdsrc/sys/arch/pmax/dev/mfb.c(100) |
/* XXX mips cached->uncached */ | netbsdsrc/sys/arch/pmax/dev/mfb.c(101) |
/* XXX patch up f softc pointer */ | netbsdsrc/sys/arch/pmax/dev/mfb.c(255) |
/*XXX*/ /* Is this necessary? */ | netbsdsrc/sys/arch/pmax/dev/mfb.c(331) |
/* XXX XXX XXX defeat screensave bug */ | netbsdsrc/sys/arch/pmax/dev/mfb.c(576) |
/* XXX below, up to fbconnect(), cut-and-pasted from cfb */ | netbsdsrc/sys/arch/pmax/dev/sfb.c(280) |
/* XXX should be renamed fbvar.h */ | netbsdsrc/sys/arch/pmax/dev/qvss_compat.c(84) |
/* XXX don't rely on there being a pmax_fb struct */ | netbsdsrc/sys/arch/pmax/dev/qvss_compat.c(149) |
/* XXX compat */ | netbsdsrc/sys/arch/pmax/dev/rz.c(184) |
/*XXX perhaps move to rzprobe? */ | netbsdsrc/sys/arch/pmax/dev/rz.c(361) |
/* XXX 8 was sizeof(sc->sc_capbuf). */ | netbsdsrc/sys/arch/pmax/dev/rz.c(385) |
/* XXX set up the external name */ | netbsdsrc/sys/arch/pmax/dev/rz.c(432) |
/*XXX*/ /*printf("probe rz%d\n", sd->sd_unit);*/ | netbsdsrc/sys/arch/pmax/dev/rz.c(455) |
/* XXX old test was sc->sc_buf.b_resid != 0 */ | netbsdsrc/sys/arch/pmax/dev/rz.c(1395) |
/* XXX verbatim from MI scsi sd.c */ | netbsdsrc/sys/arch/pmax/dev/rz.c(1439) |
/* XXX dubious on SCSI */ | netbsdsrc/sys/arch/pmax/dev/rz.c(1515) |
/*XXX redundancy */ | netbsdsrc/sys/arch/pmax/dev/rz.c(1620) |
/*XXX -- bogus code, from Mach perhaps? */ | netbsdsrc/sys/arch/pmax/dev/rz.c(1670) |
/* XXX move */ | netbsdsrc/sys/arch/pmax/dev/pm_ds.c(35) |
/* XXX pmvar.h */ | netbsdsrc/sys/arch/pmax/dev/pm_ds.c(62) |
/* XXX - asc_scsi_cmd */ | netbsdsrc/sys/arch/pmax/dev/sii.c(100) |
/*XXX*/ minphys, /* no max transfer size; DMA engine deals */ | netbsdsrc/sys/arch/pmax/dev/sii.c(102) |
/*XXX*/ NULL, /* Use default error handler */ | netbsdsrc/sys/arch/pmax/dev/sii.c(111) |
/*XXX*/ NULL, /* have a queue, served by this */ | netbsdsrc/sys/arch/pmax/dev/sii.c(112) |
/*XXX*/ NULL, /* have no async handler */ | netbsdsrc/sys/arch/pmax/dev/sii.c(113) |
/*XXX*/ NULL, /* Use default 'done' routine */ | netbsdsrc/sys/arch/pmax/dev/sii.c(114) |
/* XXX check for bad address */ | netbsdsrc/sys/arch/pmax/dev/sii.c(225) |
/* XXX probe SCSI bus and attach slave devices */ | netbsdsrc/sys/arch/pmax/dev/sii.c(280) |
/* XXX spurious interrupt? */ | netbsdsrc/sys/arch/pmax/dev/sii.c(337) |
/* XXX old pmax SCSI drivers */ | netbsdsrc/sys/arch/pmax/dev/sii_ds.c(24) |
/* XXX check for bad address, untested */ | netbsdsrc/sys/arch/pmax/dev/sii_ds.c(66) |
/* set up scsi buffer. XXX Why statically allocated? */ | netbsdsrc/sys/arch/pmax/dev/sii_ds.c(89) |
/* XXX set up device info */ /* XXX */ | netbsdsrc/sys/arch/pmax/dev/tz.c(145) |
/*XXX*/ /* check for hardware write-protect? */ | netbsdsrc/sys/arch/pmax/dev/tz.c(738) |
/* 21: ?? SCSI disk */ /*XXX*/ | netbsdsrc/sys/arch/pmax/pmax/conf.c(89) |
/* 22: ?? old SCSI disk */ /*XXX*/ | netbsdsrc/sys/arch/pmax/pmax/conf.c(90) |
/* 56 */ 21, /* 19 */ /* XXX rz, remapped to sd */ | netbsdsrc/sys/arch/pmax/pmax/conf.c(382) |
/* XXX console-init continuation */ | netbsdsrc/sys/arch/pmax/pmax/autoconf.c(74) |
/* XXX should be able to specify controller */ | netbsdsrc/sys/arch/pmax/pmax/autoconf.c(272) |
/* XXX mipsmate: just a guess */ | netbsdsrc/sys/arch/pmax/pmax/mainbus.c(149) |
/* XXX clear interrupt bits */ | netbsdsrc/sys/arch/pmax/pmax/pmax_trap.c(214) |
/*XXX Mach_spl1(), if not for malloc()*/ | netbsdsrc/sys/arch/pmax/pmax/machdep.c(530) |
/* XXX just a guess */ | netbsdsrc/sys/arch/pmax/pmax/machdep.c(545) |
/* XXX hard-reset LANCE */ | netbsdsrc/sys/arch/pmax/pmax/machdep.c(742) |
/* DS5000_240 XXX */ | netbsdsrc/sys/arch/pmax/pmax/machdep.c(1813) |
/* XXX what are the args for this?*/ | netbsdsrc/sys/arch/pmax/stand/libsa/callvec.c(85) |
/*XXX*/, 0 /*XXX*/ | netbsdsrc/sys/arch/pmax/tc/ds-asic-conf.c(33) |
/*XXX*/ /* test for correct unit */ | netbsdsrc/sys/arch/pmax/tc/scc.c(564) |
/* XXX test below may be too inclusive ? */ | netbsdsrc/sys/arch/pmax/tc/scc.c(605) |
/*XXX console initialization used to go here */ | netbsdsrc/sys/arch/pmax/tc/scc.c(647) |
/* XXX -- who changed the alpha driver to do this, and why? */ | netbsdsrc/sys/arch/pmax/tc/scc.c(731) |
/* XXX FIXME why ? */ | netbsdsrc/sys/arch/pmax/tc/scc.c(1164) |
/* XXX maybe fall back to PROM? */ | netbsdsrc/sys/arch/pmax/tc/scc.c(1481) |
/* XXX common substructure */ | netbsdsrc/sys/arch/pmax/tc/tc_subr.c(154) |
/* XXX bus_space_tag */ | netbsdsrc/sys/arch/pmax/tc/tc_subr.c(155) |
/* XXX - 3min same as kn03? */ | netbsdsrc/sys/arch/pmax/tc/asic.c(150) |
/* XXX SHOULD NOT BE THIS LITERAL */ | netbsdsrc/sys/arch/pmax/tc/asic.c(292) |
/* for now XXX */ | netbsdsrc/sys/arch/powerpc/powerpc/machdep.c(794) |
/* LIST_INIT? XXX */ | netbsdsrc/sys/arch/powerpc/powerpc/ofw_machdep.c(105) |
/* XXX this should be replaced w/ a mountroothook. */ | netbsdsrc/sys/arch/powerpc/stand/ofwboot/boot.c(239) |
/* XXX void, for now */ | netbsdsrc/sys/arch/powerpc/stand/ofwboot/boot.c(522) |
/* XXX thorpej */ | netbsdsrc/sys/arch/powerpc/stand/ofwboot/netif_of.c(45) |
/* XXX should use retrace interrupt */ | netbsdsrc/sys/arch/sparc/dev/cgthree.c(335) |
/* XXX we do not handle frame buffer interrupts (do not know how) */ | netbsdsrc/sys/arch/sparc/dev/bwtwo.c(157) |
/* XXX this is kind of a waste */ | netbsdsrc/sys/arch/sparc/dev/cgeight.c(283) |
/* XXX thorpej ??? */ | netbsdsrc/sys/arch/sparc/dev/cgeight.c(297) |
/* XXX been told it doesn't work well. */ | netbsdsrc/sys/arch/sparc/dev/cgeight.c(314) |
/* XXX defer to vertical retrace */ | netbsdsrc/sys/arch/sparc/dev/cgfourteen.c(502) |
/* XXX: security hole */ | netbsdsrc/sys/arch/sparc/dev/cgfourteen.c(579) |
/* XXX switch to auto-increment, and on retrace intr */ | netbsdsrc/sys/arch/sparc/dev/cgfourteen.c(823) |
/* XXX the following should be moved to a "user interface" header */ | netbsdsrc/sys/arch/sparc/dev/cgsix.c(699) |
/* XXX only halt, if output is also halted ?? */ | netbsdsrc/sys/arch/sparc/dev/amd7930.c(564) |
/* XXX - Must do our own mapping at CG2_CTLREG_OFF */ | netbsdsrc/sys/arch/sparc/dev/cgtwo.c(147) |
/* XXX - Wait for retrace? */ | netbsdsrc/sys/arch/sparc/dev/cgtwo.c(361) |
/* XXX: need code to find 4/600 vme screen size */ | netbsdsrc/sys/arch/sparc/dev/fb.c(345) |
/* XXX - for now, punt on more than one drive */ | netbsdsrc/sys/arch/sparc/dev/fd.c(518) |
/* XXX like it matters... */ | netbsdsrc/sys/arch/sparc/dev/fd.c(1908) |
/* XXX - do actually set FAST* bits */ | netbsdsrc/sys/arch/sparc/dev/esp.c(366) |
/* XXX could be shorter? */ | netbsdsrc/sys/arch/sparc/dev/if_ie.c(441) |
/* XXX should reclaim resources? */ | netbsdsrc/sys/arch/sparc/dev/if_ie.c(648) |
/* XXX spin lock */ | netbsdsrc/sys/arch/sparc/dev/if_ie.c(1614) |
/* XXX convert to this? */ | netbsdsrc/sys/arch/sparc/dev/if_ie.c(1666) |
/* XXX why char vs uchar? */ | netbsdsrc/sys/arch/sparc/dev/if_ie.c(1791) |
/* XXX - is this necessary with D_DSBL_WRINVAL on? */ | netbsdsrc/sys/arch/sparc/dev/if_le.c(135) |
/* XXX: fix dmareg.h */ | netbsdsrc/sys/arch/sparc/dev/if_le.c(136) |
/* XXX - Why? */ | netbsdsrc/sys/arch/sparc/dev/kd.c(134) |
/* XXX - Send KB* ioctls to kbd module? */ | netbsdsrc/sys/arch/sparc/dev/kd.c(327) |
/* XXX - Send FB* ioctls to fb module? */ | netbsdsrc/sys/arch/sparc/dev/kd.c(328) |
/* XXX - These are ignored... */ | netbsdsrc/sys/arch/sparc/dev/kd.c(347) |
/* XXX: Make sure the device is open. */ | netbsdsrc/sys/arch/sparc/dev/kd.c(463) |
/* XXX: Get these from the PROM properties! */ | netbsdsrc/sys/arch/sparc/dev/zs.c(299) |
/* XXX: See the mvme167 code. Better. */ | netbsdsrc/sys/arch/sparc/dev/zs.c(300) |
/* XXX: splzs - 1 */ | netbsdsrc/sys/arch/sparc/dev/zs.c(371) |
/* XXX: fix above */ | netbsdsrc/sys/arch/sparc/dev/zs.c(885) |
/* XXX: only allows tty's a->z, assumes PROMDEV_TTYx contig */ | netbsdsrc/sys/arch/sparc/dev/zs.c(923) |
/* XXX: only allows tty's a->z, assumes PROMDEV_TTYx contig */ | netbsdsrc/sys/arch/sparc/dev/zs.c(965) |
/* XXX - config info! */ | netbsdsrc/sys/arch/sparc/dev/zs.c(990) |
/* XXX - Temporary */ | netbsdsrc/sys/arch/sparc/dev/si.c(646) |
/* XXX - In case we think DMA is completely broken... */ | netbsdsrc/sys/arch/sparc/dev/si.c(647) |
/* XXX - Should separate allocation and mapping. */ | netbsdsrc/sys/arch/sparc/dev/si.c(722) |
/* XXX: or less... */ | netbsdsrc/sys/arch/sparc/dev/si.c(880) |
/* XXX - see autoconf.c for this hack */ | netbsdsrc/sys/arch/sparc/dev/obio.c(278) |
/* XXX TMP HACK */ | netbsdsrc/sys/arch/sparc/dev/xd.c(421) |
/* XXX should be from config */ | netbsdsrc/sys/arch/sparc/dev/xy.c(347) |
/* XXX b_actb: not used? */ | netbsdsrc/sys/arch/sparc/dev/xy.c(521) |
/* XXX needed ? */ | netbsdsrc/sys/arch/sparc/dev/xy.c(594) |
/* XXX - fix THC and TEC offsets */ | netbsdsrc/sys/arch/sparc/dev/tcx.c(192) |
/* XXX missing trap address! */ | netbsdsrc/sys/arch/sparc/fpu/fpu.c(114) |
/* XXX should return, but queue remains */ | netbsdsrc/sys/arch/sparc/fpu/fpu.c(118) |
/* XXX should stop here, but queue remains */ | netbsdsrc/sys/arch/sparc/fpu/fpu.c(169) |
/* XXX - we handle just one char */ | netbsdsrc/sys/arch/sparc/sparc/autoconf.c(409) |
/* kgdb - always on zs XXX */ | netbsdsrc/sys/arch/sparc/sparc/autoconf.c(444) |
/* XXX unused */ | netbsdsrc/sys/arch/sparc/sparc/autoconf.c(446) |
/* XXX - is TARGET/LUN encoded in v0val[1]? */ | netbsdsrc/sys/arch/sparc/sparc/autoconf.c(623) |
/* XXX - driver compat */ | netbsdsrc/sys/arch/sparc/sparc/autoconf.c(987) |
/* XXX hack to allow L1-A during autoconf */ | netbsdsrc/sys/arch/sparc/sparc/autoconf.c(1057) |
/* XXX: no driver for SX yet */ | netbsdsrc/sys/arch/sparc/sparc/autoconf.c(1103) |
/* XXX - what to do on multiprocessor machines? */ | netbsdsrc/sys/arch/sparc/sparc/autoconf.c(1169) |
/*audio &&*/ autoconf_nzs >= 2) /*XXX*/ | netbsdsrc/sys/arch/sparc/sparc/autoconf.c(1243) |
/* XXX: do it again, seems to need it */ | netbsdsrc/sys/arch/sparc/sparc/clock.c(275) |
/* XXX: must init to NULL to avoid stupid gcc -Wall warning */ | netbsdsrc/sys/arch/sparc/sparc/clock.c(499) |
/* XXX - multi-processor: take care of `cpu_model' and `foundfpu' */ | netbsdsrc/sys/arch/sparc/sparc/cpu.c(206) |
/* XXX: don't know about Sun4 types */ | netbsdsrc/sys/arch/sparc/sparc/cpu.c(456) |
/* XXX! */ | netbsdsrc/sys/arch/sparc/sparc/cpu.c(815) |
/* XXX: should add support */ | netbsdsrc/sys/arch/sparc/sparc/cache.c(213) |
/* XXX investigate other methods instead of blowing the entire cache */ | netbsdsrc/sys/arch/sparc/sparc/cache.c(680) |
/* XXX: Fix copyout prototype */ | netbsdsrc/sys/arch/sparc/sparc/emul.c(93) |
/*XXX-GCC!*/ | netbsdsrc/sys/arch/sparc/sparc/iommu.c(130) |
/* XXX - is this correct? */ | netbsdsrc/sys/arch/sparc/sparc/iommu.c(159) |
/* XXX protect against curproc->p_stats.foo refs in sync() */ | netbsdsrc/sys/arch/sparc/sparc/machdep.c(660) |
/* [4m] tells what contexts are busy (XXX)*/ | netbsdsrc/sys/arch/sparc/sparc/pmap.c(318) |
/* XXX - uncaching in pgtalloc() below is not yet quite Okay */ | netbsdsrc/sys/arch/sparc/sparc/pmap.c(611) |
/* XXX: Should make this work, however stupid it is */ | netbsdsrc/sys/arch/sparc/sparc/pmap.c(1152) |
/* XXX - Merge with segm_alloc/segm_free ? */ | netbsdsrc/sys/arch/sparc/sparc/pmap.c(1585) |
/* XXX should flush only when necessary */ | netbsdsrc/sys/arch/sparc/sparc/pmap.c(2085) |
/* XXX per-cpu va? */ | netbsdsrc/sys/arch/sparc/sparc/pmap.c(2094) |
/* XXX: do we need this?*/ | netbsdsrc/sys/arch/sparc/sparc/pmap.c(2457) |
/* cache_flush_page(va); XXX: needed? */ | netbsdsrc/sys/arch/sparc/sparc/pmap.c(2572) |
/* XXX extreme paranoia */ | netbsdsrc/sys/arch/sparc/sparc/pmap.c(2600) |
/* XXX chgkprot is busted */ | netbsdsrc/sys/arch/sparc/sparc/pmap.c(3021) |
/* XXX:rethink - Store pointer to region table address */ | netbsdsrc/sys/arch/sparc/sparc/pmap.c(3230) |
/* XXX conservative */ | netbsdsrc/sys/arch/sparc/sparc/pmap.c(3837) |
/* XXX use per-cpu pteva? */ | netbsdsrc/sys/arch/sparc/sparc/pmap.c(4184) |
/* XXX use per-cpu va? */ | netbsdsrc/sys/arch/sparc/sparc/pmap.c(4736) |
/* XXX way too conservative */ | netbsdsrc/sys/arch/sparc/sparc/pmap.c(5153) |
/* XXX %%%: Should service from swpagetbl for 4m */ | netbsdsrc/sys/arch/sparc/sparc/pmap.c(6067) |
/* Test performance with SUN4M && SUN4/4C. XXX */ | netbsdsrc/sys/arch/sparc/sparc/pmap.c(6083) |
/* XXX should add sbus, etc */ | netbsdsrc/sys/arch/sparc/sparc/mem.c(164) |
/* XXX Ugh! Clean up this switch and all the ifdefs! */ | netbsdsrc/sys/arch/sparc/sparc/memreg.c(136) |
/* XXX: Should handle better. See SuperSPARC manual pg. 9-35 */ | netbsdsrc/sys/arch/sparc/sparc/memreg.c(289) |
/* XXX: async? */ | netbsdsrc/sys/arch/sparc/sparc/memreg.c(307) |
/* XXX icky: valid address but causes timeout */ | netbsdsrc/sys/arch/sparc/sparc/kgdb_machdep.c(306) |
/* XXX: dup from machdep.c */ | netbsdsrc/sys/arch/sparc/sparc/svr4_machdep.c(62) |
/* XXX: How do we determine that? */ | netbsdsrc/sys/arch/sparc/sparc/svr4_machdep.c(176) |
/* XXX: Don't really know what to do with this */ | netbsdsrc/sys/arch/sparc/sparc/svr4_machdep.c(182) |
/* XXX code?? */ | netbsdsrc/sys/arch/sparc/sparc/trap.c(371) |
/* XXX: The flush above is sufficient, right? */ | netbsdsrc/sys/arch/sparc/sparc/vm_machdep.c(368) |
/* XXX - magic constant */ | netbsdsrc/sys/arch/sparc/stand/common/dvma.c(49) |
/* XXX we do not handle frame buffer interrupts */ | netbsdsrc/sys/arch/sun3/dev/bw2.c(96) |
/* XXX - Assume only one is in use anyway... */ | netbsdsrc/sys/arch/sun3/dev/bw2.c(116) |
/* XXX: look at the ID reg? */ | netbsdsrc/sys/arch/sun3/dev/cg2.c(144) |
/* XXX - TIOCCONS stuff? */ | netbsdsrc/sys/arch/sun3/dev/cg2.c(271) |
/* XXX - Just disable interrupts for now. */ | netbsdsrc/sys/arch/sun3/dev/cg2.c(397) |
/* XXX: Huge hack due to lack of probe info... */ | netbsdsrc/sys/arch/sun3/dev/cg4.c(155) |
/* XXX: Machines that might have a cg4 (gag). */ | netbsdsrc/sys/arch/sun3/dev/cg4.c(156) |
/* XXX: Need info on the "P4" register... */ | netbsdsrc/sys/arch/sun3/dev/cg4.c(157) |
/* XXX: Assume type A. */ | netbsdsrc/sys/arch/sun3/dev/cg4.c(161) |
/* XXX: should do better than this... */ | netbsdsrc/sys/arch/sun3/dev/cg4.c(203) |
/* #define IEDEBUG XXX */ | netbsdsrc/sys/arch/sun3/dev/if_ie.c(153) |
/* XXX - Skip TDR for now - it always complains... */ | netbsdsrc/sys/arch/sun3/dev/if_ie.c(180) |
/* XXX - Fix me... */ | netbsdsrc/sys/arch/sun3/dev/if_ie.c(323) |
/* XXX - Was volatile */ | netbsdsrc/sys/arch/sun3/dev/if_ie.c(1253) |
/* XXX - was volatile */ | netbsdsrc/sys/arch/sun3/dev/if_ie.c(1505) |
/* XXX - Use scb instead? */ | netbsdsrc/sys/arch/sun3/dev/if_ie.c(1542) |
/* XXX: or less? */ | netbsdsrc/sys/arch/sun3/dev/si_obio.c(303) |
/* XXX: Treat (ntrans==0) as a special, non-error case? */ | netbsdsrc/sys/arch/sun3/dev/si_obio.c(517) |
/* XXX: set tcmd to PHASE_INVALID? */ | netbsdsrc/sys/arch/sun3/dev/si_obio.c(566) |
/* XXX: counters? */ | netbsdsrc/sys/arch/sun3/dev/memerr.c(73) |
/* XXX: correct? */ | netbsdsrc/sys/arch/sun3/dev/memerr.c(131) |
/* XXX: Not yet... */ | netbsdsrc/sys/arch/sun3/dev/memerr.c(254) |
/* #define DEBUG XXX */ | netbsdsrc/sys/arch/sun3/dev/si.c(97) |
/* XXX: Get these from the EEPROM instead? */ | netbsdsrc/sys/arch/sun3/dev/zs.c(297) |
/* XXX; evcnt_attach() ? */ | netbsdsrc/sys/arch/sun3/dev/zs.c(344) |
/* XXX: knowledge from the config file here... */ | netbsdsrc/sys/arch/sun3/dev/zs.c(799) |
/* XXX: necessary? */ | netbsdsrc/sys/arch/sun3/dev/si_vme.c(338) |
/* XXX: Wait for DMA to actually finish? */ | netbsdsrc/sys/arch/sun3/dev/si_vme.c(483) |
/* Want to poke 0xFFFF here first. XXX */ | netbsdsrc/sys/arch/sun3/dev/sebuf.c(114) |
/* XXX se_dma_kvtopa(dh->dh_dma); */ | netbsdsrc/sys/arch/sun3/dev/si_sebuf.c(401) |
/* XXX - Allocate space in DMA buffer. */ | netbsdsrc/sys/arch/sun3/dev/si_sebuf.c(678) |
/* XXX: dh->dh_dma = alloc(xlen) */ | netbsdsrc/sys/arch/sun3/dev/si_sebuf.c(679) |
/* XXX: Should separate allocation and mapping. */ | netbsdsrc/sys/arch/sun3/dev/si_sebuf.c(711) |
/* XXX: Give back the DMA space. */ | netbsdsrc/sys/arch/sun3/dev/si_sebuf.c(712) |
/* XXX: free((caddr_t)dh->dh_dma, dh->dh_maplen); */ | netbsdsrc/sys/arch/sun3/dev/si_sebuf.c(713) |
/* XXX - This assumes OMAGIC format! */ | netbsdsrc/sys/arch/sun3/stand/bootxx/bootxx.c(117) |
/* #include "dev_tape.h" XXX - needs stdarg.h */ | netbsdsrc/sys/arch/sun3/stand/tapeboot/dev_tape.c(51) |
/* XXX: Move this to sys/conf.h? */ | netbsdsrc/sys/arch/sun3/sun3/conf.c(47) |
/* 15: /dev/winXXX */ | netbsdsrc/sys/arch/sun3/sun3/conf.c(227) |
/* XXX encoding of disk minor numbers, should be elsewhere... */ | netbsdsrc/sys/arch/sun3/sun3/disksubr.c(56) |
/* XXX - Allow writing NetBSD disk labels? */ | netbsdsrc/sys/arch/sun3/sun3/disksubr.c(206) |
/* XXX PR#2598: labelsect is always sector zero. */ | netbsdsrc/sys/arch/sun3/sun3/disksubr.c(251) |
/* XXX: Might need to tune this... */ | netbsdsrc/sys/arch/sun3/sun3/dvma.c(68) |
/* XXX: for copy.s */ | netbsdsrc/sys/arch/sun3/sun3/genassym.c(111) |
/* XXX: HP-UX trace bit? */ | netbsdsrc/sys/arch/sun3/sun3/genassym.c(174) |
/* XXX - Ask on console for kgdb_dev? */ | netbsdsrc/sys/arch/sun3/sun3/machdep.c(153) |
/* XXX - Not yet... */ | netbsdsrc/sys/arch/sun3/sun3/machdep.c(484) |
/* XXX - Who else looks at this? -gwr */ | netbsdsrc/sys/arch/sun3/sun3/machdep.c(508) |
/* XXX: Enable RAM parity/ECC checking? */ | netbsdsrc/sys/arch/sun3/sun3/machdep.c(803) |
/* XXX: parityenable(); */ | netbsdsrc/sys/arch/sun3/sun3/machdep.c(804) |
/* XXX: parityenable() ? */ | netbsdsrc/sys/arch/sun3/sun3/machdep.c(816) |
/* Type bits in a "pseudo" physical address. (XXX: pmap.h?) */ | netbsdsrc/sys/arch/sun3/sun3/pmap.c(126) |
/* XXX - Replace pmeg_kernel_queue with pmeg_wired_queue ? */ | netbsdsrc/sys/arch/sun3/sun3/pmap.c(369) |
/* XXX: Maybe inline this call? */ | netbsdsrc/sys/arch/sun3/sun3/pmap.c(669) |
/* XXX - removing valid page here, way lame... -glass */ | netbsdsrc/sys/arch/sun3/sun3/pmap.c(2249) |
/* XXX: But must remember it if wired... */ | netbsdsrc/sys/arch/sun3/sun3/pmap.c(2342) |
/* XXX: OK to proceed? */ | netbsdsrc/sys/arch/sun3/sun3/pmap.c(2367) |
/* XXX - Wiring changes on user pmaps? */ | netbsdsrc/sys/arch/sun3/sun3/pmap.c(2458) |
/* 20 MHz XXX: Correct? */ | netbsdsrc/sys/arch/sun3/sun3/sun3_startup.c(289) |
/* XXX: always 0? */ | netbsdsrc/sys/arch/sun3/sun3/sunmon.c(50) |
/* XXX - Disable watchdog action? */ | netbsdsrc/sys/arch/sun3/sun3/sunmon.c(68) |
/* XXX: What about our VAC machines? */ | netbsdsrc/sys/arch/sun3/sun3/sys_machdep.c(132) |
/* XXX - Later, get this from <m68k/m68k.h> */ | netbsdsrc/sys/arch/sun3/sun3/trap.c(74) |
/* #define DEBUG XXX */ | netbsdsrc/sys/arch/sun3/sun3/trap.c(140) |
/* XXX: Detect trap recursion? */ | netbsdsrc/sys/arch/sun3/sun3/trap.c(236) |
/* XXX - Deal with tracing? (tf.tf_sr & PSL_T) */ | netbsdsrc/sys/arch/sun3/sun3/trap.c(347) |
/* XXX - This may be redundant (see below). */ | netbsdsrc/sys/arch/sun3/sun3/trap.c(611) |
/* Child can start with low IPL (XXX - right?) */ | netbsdsrc/sys/arch/sun3/sun3/vm_machdep.c(96) |
/* XXX: Make sure savectx() was done? */ | netbsdsrc/sys/arch/sun3/sun3/vm_machdep.c(251) |
/* XXX - for now, punt > 1 drives */ | netbsdsrc/sys/arch/sun3x/dev/fd.c(427) |
/* XXX - doesn't check ``dev'' */ | netbsdsrc/sys/arch/sun3x/dev/fd.c(1897) |
/* XXX - Some macros would be nice... */ | netbsdsrc/sys/arch/sun3x/dev/obio.c(279) |
/* XXX - I'll let Jeremy deal with this. -gwr */ | netbsdsrc/sys/arch/sun3x/stand/libsa/mmu.c(47) |
/* XXX: Only support a 24 bit mask for now. */ | netbsdsrc/sys/arch/sun3x/sun3x/dvma.c(150) |
/* XXX - See the atari version. */ | netbsdsrc/sys/arch/sun3x/sun3x/fpu.c(108) |
/* def1(BUSERR_REG), XXX */ | netbsdsrc/sys/arch/sun3x/sun3x/genassym.c(111) |
/* def1(BUSERR_MMU), XXX */ | netbsdsrc/sys/arch/sun3x/sun3x/genassym.c(112) |
/* XXX - Just let the trap handler deal with it. */ | netbsdsrc/sys/arch/sun3x/sun3x/kgdb_machdep.c(68) |
/* XXX - What headers declare these? */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(135) |
/* XXX - Need to integrate this! */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(674) |
/* XXX - Doing kernel_pmap a little further down. */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(791) |
/* XXX: Moved into caller. */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(921) |
/* XXX see quandary in get_b_table */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(1311) |
/* XXX start lock */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(1312) |
/* XXX end lock */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(1314) |
/* XXX See quandary in get_a_table */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(1340) |
/* XXX - temporarily make sure the PTE is cleared. */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(1968) |
/* XXX - Make this into a function call? */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(2095) |
/* XXX - todo... */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(2520) |
/* XXX - todo! */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(2593) |
/* XXX - Now complain... */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(2594) |
/* XXX - this may be unecessary. */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(2675) |
/* XXX: Would like an inline for this to validate idx... */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(2851) |
/* XXX - What if it is not physical memory? */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(3643) |
/* XXX - temporary ROM saving hack. */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(3666) |
/* XXX: locore.s */ | netbsdsrc/sys/arch/sun3x/sun3x/pmap.c(3747) |
/* XXX - Put this in pmap_pvt.h or something? */ | netbsdsrc/sys/arch/sun3x/sun3x/mem.c(66) |
/* XXX - NOTYET */ | netbsdsrc/sys/arch/sun3x/sun3x/mem.c(255) |
/* XXX - all of these should be bound to physical addresses */ | netbsdsrc/sys/arch/vax/boot/autoconf.c(51) |
/* XXX Actually massbuss can be on 3 ctlr's */ | netbsdsrc/sys/arch/vax/boot/bootxx.c(202) |
/* XXX ethernetadressen */ | netbsdsrc/sys/arch/vax/boot/if_le.c(163) |
/* XXX no IFF_ALLMULTI support in 4.4bsd */ | netbsdsrc/sys/arch/vax/if/if_qe.c(946) |
/* XXX more checks needed */ | netbsdsrc/sys/arch/vax/mscp/mscp_disk.c(457) |
/* XXX we need to fill in more fields here */ | netbsdsrc/sys/arch/vax/mscp/mscp_tape.c(444) |
/* XXX must move to ra.c */ | netbsdsrc/sys/arch/vax/mscp/mscp.c(370) |
/* Was: MSCP_APPEND(bp, mi->mi_XXXtab, b_forw); */ | netbsdsrc/sys/arch/vax/mscp/mscp.c(425) |
/* Receive interrupt count XXX */ | netbsdsrc/sys/arch/vax/uba/dz.c(73) |
/* Offset to second row characters (XXX - should remove) */ | netbsdsrc/sys/arch/vax/uba/qd.c(306) |
/* minor 1, console interceptor XXX */ | netbsdsrc/sys/arch/vax/uba/qv.c(182) |
/* XXX we just avoid panic when autoconfig non-existent KFQSA devices */ | netbsdsrc/sys/arch/vax/uba/uda.c(405) |
/* (void) udainit(sc); XXX */ | netbsdsrc/sys/arch/vax/uba/uda.c(408) |
/* sc->sc_unit.uu_cmd = 0; XXX */ | netbsdsrc/sys/arch/vax/uba/uda.c(499) |
/* XXX if (udainit(sc)) */ | netbsdsrc/sys/arch/vax/uba/uda.c(510) |
/* XXX check if we shall release the BDP */ | netbsdsrc/sys/arch/vax/uba/uda.c(521) |
/* XXX Should switch to interrupt stack here, if needed. */ | netbsdsrc/sys/arch/vax/vax/db_machdep.c(109) |
/* XXX: for now from ">>> show mem" */ | netbsdsrc/sys/arch/vax/vax/ka43.c(382) |
/* XXX Fix this */ | netbsdsrc/sys/arch/vax/vax/ka650.c(187) |
/* Should check that values is in bounds XXX */ | netbsdsrc/sys/arch/vax/vax/vm_machdep.c(299) |
/* XXX should make some checks... */ | netbsdsrc/sys/arch/vax/vsa/hdc9224.c(418) |
/* bertram XXX */ | netbsdsrc/sys/arch/vax/vsa/hdc9224.c(487) |
/* XXX here's much more to do! XXX */ | netbsdsrc/sys/arch/vax/vsa/hdc9224.c(766) |
/* bertram: delay ??? XXX */ | netbsdsrc/sys/arch/vax/vsa/hdc9224.c(1140) |
/* XXX solve this problem!!! XXX */ | netbsdsrc/sys/arch/vax/vsa/ncr.c(1163) |
/* XXX check for valid handler etc. !!! */ | netbsdsrc/sys/arch/vax/vsa/vsbus.c(377) |
/* ip->postp = ka410_intr_clear; bertram XXX */ | netbsdsrc/sys/arch/vax/vsa/vsbus.c(494) |
/*XXX handle ulaw 0 */ | netbsdsrc/sys/arch/x68k/dev/bsd_audio.c(498) |
/* XXX? by oki */ | netbsdsrc/sys/arch/x68k/dev/bsd_audio.c(890) |
/* XXX Does slave really mean no 16550 support?? */ | netbsdsrc/sys/arch/x68k/dev/com.c(259) |
/* XXX probably should panic or something */ | netbsdsrc/sys/arch/x68k/dev/dma.c(156) |
/* XXX 1.2MB */ | netbsdsrc/sys/arch/x68k/dev/fd.c(437) |
/* XXX const */ | netbsdsrc/sys/arch/x68k/dev/fd.c(1027) |
/* XXX console at grf0 */ | netbsdsrc/sys/arch/x68k/dev/grf_machdep.c(181) |
/* XXX: se->se_dev.dv_unit, se_cd.cd_name */ | netbsdsrc/sys/arch/x68k/dev/if_se.c(277) |
/* ite0 should be at grf0 XXX */ | netbsdsrc/sys/arch/x68k/dev/ite.c(173) |
/* XXX check whether when call from grf.c */ | netbsdsrc/sys/arch/x68k/dev/ite.c(323) |
/* XXX clear screen */ | netbsdsrc/sys/arch/x68k/dev/ite.c(615) |
/* XXX? x68k */ | netbsdsrc/sys/arch/x68k/dev/ite.c(777) |
/* GL XXX EUC */ | netbsdsrc/sys/arch/x68k/dev/ite.c(2327) |
/* GL XXX */ | netbsdsrc/sys/arch/x68k/dev/ite.c(2328) |
/* #define inline /* XXX for debugging porpoises */ | netbsdsrc/sys/arch/x68k/dev/if_ed.c(125) |
/* XXX fixed address */ | netbsdsrc/sys/arch/x68k/dev/if_ed.c(191) |
/* XXX - so tricky! */ | netbsdsrc/sys/arch/x68k/dev/kbd.c(212) |
/* XXX pseudo-device */ | netbsdsrc/sys/arch/x68k/dev/ms.c(346) |
/* XXX wait (4clk in 20mhz) ??? */ | netbsdsrc/sys/arch/x68k/dev/mha.c(382) |
/*XXX - must take off queue here */ | netbsdsrc/sys/arch/x68k/dev/mha.c(910) |
/* XXX - must remember last message */ | netbsdsrc/sys/arch/x68k/dev/mha.c(1125) |
/* Wait for REQINIT. XXX Need timeout. */ | netbsdsrc/sys/arch/x68k/dev/mha.c(1457) |
/* XXX ??? msaitoh */ | netbsdsrc/sys/arch/x68k/dev/mha.c(1754) |
/*mha_done(sc, acb); XXX */ | netbsdsrc/sys/arch/x68k/dev/mha.c(1792) |
/* XXX msaitoh */ | netbsdsrc/sys/arch/x68k/dev/mha.c(1798) |
/* XXX 1?*/ | netbsdsrc/sys/arch/x68k/dev/mha.c(2010) |
/* Not used now XXX */ | netbsdsrc/sys/arch/x68k/dev/spc.c(84) |
/* Wait for ACK to be negated. XXX Need timeout. */ | netbsdsrc/sys/arch/x68k/dev/spc.c(1536) |
/* XXX reset interrput */ | netbsdsrc/sys/arch/x68k/dev/spc.c(1943) |
/* need timeout XXX */ | netbsdsrc/sys/arch/x68k/dev/spc.c(2025) |
/* XXX Must reset! */ | netbsdsrc/sys/arch/x68k/dev/spc.c(2168) |
/* XXX should be dynamic */ | netbsdsrc/sys/arch/x68k/dev/zs.c(111) |
/* XXX, but saves work */ | netbsdsrc/sys/arch/x68k/dev/zs.c(174) |
/* XXX interrupt vector */ | netbsdsrc/sys/arch/x68k/dev/zs.c(302) |
/* XXX -- but this will go away when zshard moves to locore.s */ | netbsdsrc/sys/arch/x68k/dev/zs.c(755) |
/* XXX wait */ | netbsdsrc/sys/arch/x68k/dev/zs.c(1503) |
/* XXX $B<+F05/F0(B */ | netbsdsrc/sys/arch/x68k/x68k/disksubr.c(361) |
/* XXX OS-9, MINIX etc. */ | netbsdsrc/sys/arch/x68k/x68k/disksubr.c(388) |
/* XXX -- deal with tracing? (frame.f_sr & PSL_T) */ | netbsdsrc/sys/arch/x68k/x68k/trap.c(389) |
/* MFP (hard coded interrupt vector XXX) */ | netbsdsrc/sys/arch/x68k/x68k/x68k_init.c(66) |
/* XXX should NBPG be CLBYTES? */ | netbsdsrc/sys/compat/common/compat_exec.c(81) |
/* XXX - UNIX domain: int freebsd_sys_bind(int s, caddr_t name, int namelen); */ | netbsdsrc/sys/compat/freebsd/freebsd_file.c(125) |
/* XXX - UNIX domain: int freebsd_sys_connect(int s, caddr_t name, int namelen); */ | netbsdsrc/sys/compat/freebsd/freebsd_file.c(126) |
/* XXX - <sys/mtio.h> */ | netbsdsrc/sys/compat/freebsd/freebsd_ioctl.c(90) |
/* XXX - <sys/scsiio.h> */ | netbsdsrc/sys/compat/freebsd/freebsd_ioctl.c(91) |
/* XXX - should convert machine dependent ioctl()s */ | netbsdsrc/sys/compat/freebsd/freebsd_ioctl.c(92) |
/* XXX - This really, really doesn't work anymore. --scottr */ | netbsdsrc/sys/compat/hpux/hpux_compat.c(606) |
/* XXX What about older HP-UX executables? */ | netbsdsrc/sys/compat/hpux/hpux_file.c(777) |
/* XXX -- SOUSIG no longer exists, do something here */ | netbsdsrc/sys/compat/hpux/hpux_sig.c(130) |
/* XXX uh, what if sizeof(int) > 4? */ | netbsdsrc/sys/compat/hpux/hpux_net.c(194) |
/* XXX - align ??? */ | netbsdsrc/sys/compat/ibcs2/ibcs2_exec.c(630) |
/* XXX - is uap->data a pointer to pgid? */ | netbsdsrc/sys/compat/ibcs2/ibcs2_ioctl.c(506) |
/* XXX - fix this */ | netbsdsrc/sys/compat/ibcs2/ibcs2_misc.c(131) |
/* XXX vnode readdir op should do this */ | netbsdsrc/sys/compat/ibcs2/ibcs2_misc.c(372) |
/* XXX - should we create PASS_MAX ? */ | netbsdsrc/sys/compat/ibcs2/ibcs2_misc.c(836) |
/* XXX: What should that be? */ | netbsdsrc/sys/compat/ibcs2/ibcs2_misc.c(840) |
/* XXX - TODO */ | netbsdsrc/sys/compat/ibcs2/ibcs2_misc.c(1127) |
/* XXX: is this the right place for this call? */ | netbsdsrc/sys/compat/ibcs2/ibcs2_misc.c(1163) |
/* XXX - not used much, if at all */ | netbsdsrc/sys/compat/ibcs2/ibcs2_misc.c(1439) |
/* XXX should die */ | netbsdsrc/sys/compat/linux/linux_exec.c(33) |
/* XXX default value should this be 0? */ | netbsdsrc/sys/compat/linux/linux_termios.c(231) |
/* XXX should be fixed someday */ | netbsdsrc/sys/compat/linux/linux_termios.c(249) |
/* XXX default value */ | netbsdsrc/sys/compat/linux/linux_termios.c(409) |
/* XXX What should this be? */ | netbsdsrc/sys/compat/linux/linux_termios.c(567) |
/* XXX Oh well. */ | netbsdsrc/sys/compat/linux/linux_ipc.c(632) |
/* XXX Oh well */ | netbsdsrc/sys/compat/linux/linux_misc.c(1157) |
/* OSF/1 SIOCSIFFLAGS (XXX) */ | netbsdsrc/sys/compat/osf1/osf1_ioctl.c(154) |
/* OSF/1 SIOCGIFFLAGS (XXX) */ | netbsdsrc/sys/compat/osf1/osf1_ioctl.c(155) |
/* OSF/1 COMPAT_43 TIOCGETP (XXX) */ | netbsdsrc/sys/compat/osf1/osf1_ioctl.c(191) |
/* OSF/1 COMPAT_43 TIOCSETP (XXX) */ | netbsdsrc/sys/compat/osf1/osf1_ioctl.c(192) |
/* OSF/1 TIOCGETA (XXX) */ | netbsdsrc/sys/compat/osf1/osf1_ioctl.c(194) |
/* OSF/1 TIOCSETA (XXX) */ | netbsdsrc/sys/compat/osf1/osf1_ioctl.c(195) |
/* OSF/1 TIOCSETAW (XXX) */ | netbsdsrc/sys/compat/osf1/osf1_ioctl.c(196) |
/* OSF/1 TIOCSETAF (XXX) */ | netbsdsrc/sys/compat/osf1/osf1_ioctl.c(197) |
/* OSF/1 TIOCGETD (XXX) */ | netbsdsrc/sys/compat/osf1/osf1_ioctl.c(198) |
/* OSF/1 TIOCSETD (XXX) */ | netbsdsrc/sys/compat/osf1/osf1_ioctl.c(199) |
/* 256 (80 bytes) XXX */ | netbsdsrc/sys/compat/osf1/osf1_mount.c(90) |
/* uh oh... XXX = PC, CDFS, PROCFS, etc. */ | netbsdsrc/sys/compat/osf1/osf1_mount.c(168) |
/* XXX translate */ | netbsdsrc/sys/compat/osf1/osf1_mount.c(170) |
/* XXX osfs->f_xxx should be filled in... */ | netbsdsrc/sys/compat/osf1/osf1_mount.c(185) |
/* XXX - xlate */ | netbsdsrc/sys/compat/osf1/osf1_mount.c(344) |
/* XXX export args */ | netbsdsrc/sys/compat/osf1/osf1_mount.c(402) |
/* XXX OSF1_O_APPEND */ | netbsdsrc/sys/compat/osf1/osf1_misc.c(472) |
/* XXX OSF1_O_NONBLOCK */ | netbsdsrc/sys/compat/osf1/osf1_misc.c(473) |
/* XXX OSF1_O_SYNC */ | netbsdsrc/sys/compat/osf1/osf1_misc.c(475) |
/* XXX After AF_LINK, divergence. */ | netbsdsrc/sys/compat/osf1/osf1_misc.c(561) |
/* XXX hook for sequencer emulation */ | netbsdsrc/sys/compat/ossaudio/ossaudio.c(779) |
/* aui.__spare; XXX */ | netbsdsrc/sys/compat/sunos/sunos_ioctl.c(721) |
/*XXXsunos_aui.output_muted = 0;*/ | netbsdsrc/sys/compat/sunos/sunos_ioctl.c(722) |
/* XXX somebody check this please. - is: aui.backlog = ~0; */ | netbsdsrc/sys/compat/sunos/sunos_ioctl.c(748) |
/* XXX still needed? */ | netbsdsrc/sys/compat/sunos/sunos_misc.c(559) |
/* XXX: really ENOSYS */ | netbsdsrc/sys/compat/svr4/svr4_ioctl.c(145) |
/* XXX: Don't know */ | netbsdsrc/sys/compat/svr4/svr4_misc.c(665) |
/* XXX: real, virtual, profiling */ | netbsdsrc/sys/compat/svr4/svr4_misc.c(684) |
/* XXX: free instead of total */ | netbsdsrc/sys/compat/svr4/svr4_misc.c(687) |
/* XXX: active instead of avg */ | netbsdsrc/sys/compat/svr4/svr4_misc.c(690) |
/* XXX: for now the same */ | netbsdsrc/sys/compat/svr4/svr4_misc.c(1587) |
/* XXX. Fix this, pcvt people! */ | netbsdsrc/sys/compat/svr4/svr4_net.c(234) |
/* XXX: Fixme */ | netbsdsrc/sys/compat/svr4/svr4_stream.c(459) |
/* XXX: Fill the length here */ | netbsdsrc/sys/compat/svr4/svr4_stream.c(521) |
/* XXX: Need translation */ | netbsdsrc/sys/compat/svr4/svr4_stream.c(1843) |
/* XXX max transfer size */ | netbsdsrc/sys/compat/ultrix/ultrix_fs.c(163) |
/* XXX kept where ?*/ | netbsdsrc/sys/compat/ultrix/ultrix_fs.c(187) |
/* XXX ultrix has a VSWTCH. NetBSD does not. */ | netbsdsrc/sys/compat/ultrix/ultrix_ioctl.c(374) |
/* XXX must all be ints for sysctl. */ | netbsdsrc/sys/ddb/db_variables.c(61) |
/* XXX - gcc specific */ | netbsdsrc/sys/ddb/db_aout.c(252) |
/* XXX - remove trailers */ | netbsdsrc/sys/ddb/db_aout.c(327) |
/* XXX crdup? */ | netbsdsrc/sys/dev/vnd.c(453) |
/* XXX: Horrible kludge to establish credentials for NFS */ | netbsdsrc/sys/dev/vnd.c(974) |
/* XXX: eventually we should handle VREG, too. */ | netbsdsrc/sys/dev/ccd.c(1405) |
/* XXX: Are we supposed to provide a default? */ | netbsdsrc/sys/dev/md.c(138) |
/* XXX: Fake-up md_cd (see above) */ | netbsdsrc/sys/dev/md.c(145) |
/* XXX - Could accept aux info here to set the config. */ | netbsdsrc/sys/dev/md.c(172) |
/* is this right XXX */ | netbsdsrc/sys/dev/audio.c(1194) |
/* XXX memset */ | netbsdsrc/sys/dev/audio.c(1220) |
/* XXX should not clobber error */ | netbsdsrc/sys/dev/audio.c(1402) |
/* XXX does this really help? */ | netbsdsrc/sys/dev/audio.c(1874) |
/* XXX Should put this in a better place. */ | netbsdsrc/sys/dev/eisa/ahb.c(201) |
/* XXX move these somewhere else */ | netbsdsrc/sys/dev/eisa/if_ep_eisa.c(91) |
/* XXX What is this doing?! Reading the i/o address? */ | netbsdsrc/sys/dev/eisa/if_ep_eisa.c(154) |
/* XXX adapter->set_bit(adapter->adapter_softc, I2C_TXEN); */ | netbsdsrc/sys/dev/i2c/i2c_bus.c(82) |
/* XXX Need to save this in the interrupt handler? */ | netbsdsrc/sys/dev/ic/aha.c(328) |
/* XXX XXX NEED REAL DMA MAPPING SUPPORT XXX XXX */ | netbsdsrc/sys/dev/ic/aic7xxx.c(168) |
/* XXX - Update to do this right */ | netbsdsrc/sys/dev/ic/aic7xxx.c(1768) |
/* XXX Fill these in later */ | netbsdsrc/sys/dev/ic/aic7xxx.c(1914) |
/* XXX should not allow dropping DTR when dialin? */ | netbsdsrc/sys/dev/ic/cy.c(497) |
/* XXX really MII: need to talk to PHY */ | netbsdsrc/sys/dev/ic/elink3.c(147) |
/* XXX why is eeprom busy? */ | netbsdsrc/sys/dev/ic/elink3.c(246) |
/* XXX does the 3c515 support Vortex-style RESET_OPTIONS? */ | netbsdsrc/sys/dev/ic/elink3.c(286) |
/* XXX why is eeprom busy? */ | netbsdsrc/sys/dev/ic/elink3.c(464) |
/* XXX autoselect not yet implemented */ | netbsdsrc/sys/dev/ic/elink3.c(472) |
/* XXX following only for new-generation cards */ | netbsdsrc/sys/dev/ic/elink3.c(707) |
/* XXX check documentation */ | netbsdsrc/sys/dev/ic/elink3.c(710) |
/* XXX talk to phy? */ | netbsdsrc/sys/dev/ic/elink3.c(722) |
/* XXX read from softc when we start autosensing media */ | netbsdsrc/sys/dev/ic/elink3.c(798) |
/* XXX check full-duplex bits? */ | netbsdsrc/sys/dev/ic/elink3.c(814) |
/* XXX automedia */ | netbsdsrc/sys/dev/ic/elink3.c(820) |
/* XXX look for softc heartbeat for other chips or media */ | netbsdsrc/sys/dev/ic/elink3.c(835) |
/* Check if we are stuck and reset [see XXX comment] */ | netbsdsrc/sys/dev/ic/elink3.c(1001) |
/* XXX PnP mode? */ | netbsdsrc/sys/dev/ic/elink3.c(1695) |
/* XXX - ISA version? */ | netbsdsrc/sys/dev/ic/i82586.c(267) |
/* XXX spin lock; wait at most 0.9 seconds */ | netbsdsrc/sys/dev/ic/i82586.c(1204) |
/* XXX: WMAYBE doesn't work, needs debugging */ | netbsdsrc/sys/dev/ic/midway.c(62) |
/* XXX: conservative */ | netbsdsrc/sys/dev/ic/midway.c(556) |
/* XXX, actually don't need a DMA plan: adaptec is smarter than that */ | netbsdsrc/sys/dev/ic/midway.c(897) |
/* XXXCDC: do we really need to reset on MTU size change? */ | netbsdsrc/sys/dev/ic/midway.c(1158) |
/* >>> MID_INT_SUNI| XXXCDC<<< */ | netbsdsrc/sys/dev/ic/midway.c(1437) |
/* XXX - config flags per target: low bits: no reselect; high bits: no synch */ | netbsdsrc/sys/dev/ic/ncr53c9x.c(329) |
/* XXX: send some sort of message? */ | netbsdsrc/sys/dev/ic/ncr5380sbc.c(1137) |
/* XXX: Restore the normal mode register. */ | netbsdsrc/sys/dev/ic/ncr5380sbc.c(1232) |
/* XXX: Begin time-critical section */ | netbsdsrc/sys/dev/ic/ncr5380sbc.c(1337) |
/* XXX: End of time-critical section. */ | netbsdsrc/sys/dev/ic/ncr5380sbc.c(1408) |
/* XXX: OK for PDMA? */ | netbsdsrc/sys/dev/ic/ncr5380sbc.c(2128) |
/* XXX: sc->sc_state |= NCR_ABORTING; */ | netbsdsrc/sys/dev/ic/ncr5380sbc.c(2330) |
/* XXX Not for tapes. */ | netbsdsrc/sys/dev/ic/uha.c(640) |
/* XXX: reset error condition */ | netbsdsrc/sys/dev/ic/z8530sc.c(136) |
/* XXX Hardware padding doesn't work yet(?) */ | netbsdsrc/sys/dev/ic/smc91cxx.c(133) |
/* XXX Should be in a common header file. */ | netbsdsrc/sys/dev/ic/smc91cxx.c(183) |
/* XXX is this needed? */ | netbsdsrc/sys/dev/ic/smc91cxx.c(315) |
/* XXX bound this loop! */ | netbsdsrc/sys/dev/ic/smc91cxx.c(403) |
/* XXXX Assume 20 MHz. */ | netbsdsrc/sys/dev/ic/aic6360.c(270) |
/* XXX - Do we need an MD hook here? */ | netbsdsrc/sys/dev/ic/z8530tty.c(318) |
/* XXX should round to 128 bytes limits for audio bypass */ | netbsdsrc/sys/dev/ic/tms320av110.c(378) |
/* XXX: todo: add 8bit and mono using software */ | netbsdsrc/sys/dev/ic/tms320av110.c(420) |
/* XXX: later: add ULINEAR, and LE using software encoding */ | netbsdsrc/sys/dev/ic/tms320av110.c(433) |
/* XXX how do I identify the GD6729? */ | netbsdsrc/sys/dev/ic/i82365.c(138) |
/* XXX block interrupts? */ | netbsdsrc/sys/dev/ic/i82365.c(234) |
/* XXX do I want 16 bit all the time? */ | netbsdsrc/sys/dev/ic/i82365.c(703) |
/* XXX this is pretty gross */ | netbsdsrc/sys/dev/ic/i82365.c(775) |
/* XXX Sanity check offset/size. */ | netbsdsrc/sys/dev/ic/i82365.c(982) |
/* XXX wtf is this doing here? */ | netbsdsrc/sys/dev/ic/i82365.c(1006) |
/* XXX: These belong elsewhere */ | netbsdsrc/sys/dev/ic/com.c(137) |
/* XXX XXX XXX ??? ??? ??? */ | netbsdsrc/sys/dev/ic/com.c(390) |
/* XXX what to do? */ | netbsdsrc/sys/dev/ic/lpt.c(139) |
/* XXX try to abort it, or whatever */ | netbsdsrc/sys/dev/ic/isp.c(942) |
/* XXX really nuke it */ | netbsdsrc/sys/dev/ic/isp.c(944) |
/* XXX EWWWWW! */ | netbsdsrc/sys/dev/ic/wdc.c(243) |
/* XXX I25 no good, AD1845 same as CS4231 */ | netbsdsrc/sys/dev/isa/ad1848.c(454) |
/* XXX Do write to mask DMA ? */ | netbsdsrc/sys/dev/isa/ad1848.c(1634) |
/* XXX need timeout here */ | netbsdsrc/sys/dev/isa/if_eg.c(648) |
/* XXX byte-order and type-size bugs here... */ | netbsdsrc/sys/dev/isa/if_eg.c(706) |
/* XXX range check before indexing!! */ | netbsdsrc/sys/dev/isa/gus.c(686) |
/* XXX needed? */ | netbsdsrc/sys/dev/isa/gus.c(878) |
/* XXX WILL THIS ALWAYS WORK THE WAY THEY'RE OVERLAYED?! */ | netbsdsrc/sys/dev/isa/gus.c(909) |
/* XXX we will dmadone below? */ | netbsdsrc/sys/dev/isa/gus.c(1413) |
/* XXX sanity check the address? */ | netbsdsrc/sys/dev/isa/gus.c(2637) |
/* XXX enable/disable pre-MUX fixed gain */ | netbsdsrc/sys/dev/isa/gus.c(3482) |
/* XXXX Should we use this? */ | netbsdsrc/sys/dev/isa/if_fe.c(783) |
/* XXXX ? */ | netbsdsrc/sys/dev/isa/if_fe.c(1781) |
/* XXX thorpej 960116 - quiet bogus compiler warning. */ | netbsdsrc/sys/dev/isa/if_fe.c(2169) |
/* XXX THIS DRIVER IS BROKEN. IT WILL NOT EVEN COMPILE. */ | netbsdsrc/sys/dev/isa/if_hp.c(3) |
/* XXX BROKEN */ | netbsdsrc/sys/dev/isa/if_hp.c(99) |
/* XXX convert this driver! */ | netbsdsrc/sys/dev/isa/if_ie.c(152) |
/* XXX USES ISA HOLE DIRECTLY */ | netbsdsrc/sys/dev/isa/if_ie.c(158) |
/*XXX disable Exxx */ | netbsdsrc/sys/dev/isa/if_ie.c(788) |
/* XXX should we sort by ethernet address? */ | netbsdsrc/sys/dev/isa/if_ep_isa.c(289) |
/* XXX todo: | IFF_MULTICAST */ | netbsdsrc/sys/dev/isa/if_iy.c(298) |
/* XXX what about WORD_WIDTH? */ | netbsdsrc/sys/dev/isa/if_iy.c(507) |
/* XXX todo: enable ints here if disabled */ | netbsdsrc/sys/dev/isa/if_iy.c(698) |
/* XXXX??? */ | netbsdsrc/sys/dev/isa/if_iy.c(765) |
/* XXX receive the top here */ | netbsdsrc/sys/dev/isa/if_iy.c(913) |
/* XXX SHOULD RE-MAP I/O SPACE HERE. */ | netbsdsrc/sys/dev/isa/if_le_isa.c(443) |
/* XXX !! */ | netbsdsrc/sys/dev/isa/if_le_isa.c(596) |
/* XXX MAGIC CONSTANTS XXX */ | netbsdsrc/sys/dev/isa/if_we.c(464) |
/*XXX assume default I/O base address */ | netbsdsrc/sys/dev/isa/pas.c(154) |
/* XXX Need to setup pseudo device */ | netbsdsrc/sys/dev/isa/pas.c(284) |
/* XXX What are good io addrs ? */ | netbsdsrc/sys/dev/isa/pas.c(285) |
/* XXX Default WSS base */ | netbsdsrc/sys/dev/isa/pss.c(77) |
/* XXX Need to deal with DRQUNK */ | netbsdsrc/sys/dev/isa/pss.c(790) |
/* XXX What do these bits mean ? */ | netbsdsrc/sys/dev/isa/pss.c(906) |
/* XXX if (pol) */ | netbsdsrc/sys/dev/isa/pss.c(981) |
/* XXX might use pssprint func ?? */ | netbsdsrc/sys/dev/isa/pss.c(1103) |
/* XXX Need to clear intr */ | netbsdsrc/sys/dev/isa/pss.c(1348) |
/* XXX Check to see if it matches the sense command block. */ | netbsdsrc/sys/dev/isa/wds.c(757) |
/* XXX What about aborts? */ | netbsdsrc/sys/dev/isa/wds.c(845) |
/* XXXXX */ | netbsdsrc/sys/dev/isa/wds.c(874) |
/* XXX Can we do this better? */ | netbsdsrc/sys/dev/isa/wds.c(1046) |
/* XXX Fix me! */ | netbsdsrc/sys/dev/isa/wds.c(1217) |
/* XXX Do we really want to do this? */ | netbsdsrc/sys/dev/isa/wds.c(1386) |
/* XXX reqdrq? */ | netbsdsrc/sys/dev/isa/wss.c(271) |
/* XXX Reset pointer in command? */ | netbsdsrc/sys/dev/isa/seagate.c(1105) |
/* XXX Set some type of error result for operation. */ | netbsdsrc/sys/dev/isa/seagate.c(1129) |
/* XXXX need to get status */ | netbsdsrc/sys/dev/isa/seagate.c(1184) |
/* XXX Do something? */ | netbsdsrc/sys/dev/isa/seagate.c(1294) |
/* XXX Should I clear scsi-bus state? */ | netbsdsrc/sys/dev/isa/seagate.c(1435) |
/* XXX Send an ABORT_ACK instead? */ | netbsdsrc/sys/dev/isa/uha_isa.c(359) |
/* XXX: These don't belong here really */ | netbsdsrc/sys/dev/isa/wt.c(158) |
/* XXX broken_indirect_config */ | netbsdsrc/sys/dev/isa/wt.c(211) |
/* XXX Should get Ethernet address from EEPROM!! */ | netbsdsrc/sys/dev/isa/if_sm_isa.c(194) |
/* XXX? what else could we do? */ | netbsdsrc/sys/dev/isa/sbdsp.c(287) |
/* XXX set both 8 & 16-bit drq to same channel, it works fine. */ | netbsdsrc/sys/dev/isa/sbdsp.c(300) |
/* XXX really? */ | netbsdsrc/sys/dev/isa/sbdsp.c(310) |
/* XXX This does not work */ | netbsdsrc/sys/dev/isa/sbdsp.c(1065) |
/* XXX what about SB_32 */ | netbsdsrc/sys/dev/isa/sbdsp.c(1076) |
/* XXX why? */ | netbsdsrc/sys/dev/isa/sbdsp.c(1505) |
/* XXX return 0;*/ /* Did not expect an interrupt */ | netbsdsrc/sys/dev/isa/sbdsp.c(1514) |
/* XXX what's this */ | netbsdsrc/sys/dev/isapnp/gus_isapnp.c(131) |
/* XXX: 3c515 ? */ | netbsdsrc/sys/dev/isapnp/if_ep_isapnp.c(146) |
/* What about wide or hostid != 7? XXX */ | netbsdsrc/sys/dev/ofw/ofbus.c(102) |
/* XXX should use snprintf! */ | netbsdsrc/sys/dev/ofw/ofw_subr.c(190) |
/* XXX PCI code should take return status */ | netbsdsrc/sys/dev/pci/ahc_pci.c(471) |
/* XXX how does with work with ifmedia? */ | netbsdsrc/sys/dev/pci/if_de.c(399) |
/* XXX IFM_AUTO ? */ | netbsdsrc/sys/dev/pci/if_fxp.c(188) |
/* XXX I have no idea */ | netbsdsrc/sys/dev/pci/if_fxp.c(1377) |
/* XXX to be replaced by SYSCTL */ | netbsdsrc/sys/dev/pci/ncr.c(1455) |
/* XXX better fail than try to deal with this ... */ | netbsdsrc/sys/dev/pci/ncr.c(1783) |
/* XXX modify burstlen ??? */ | netbsdsrc/sys/dev/pci/ncr.c(5193) |
/* XXX this is incredibly verbose. Not sure what trt is */ | netbsdsrc/sys/dev/pcmcia/pcmcia_cis.c(427) |
/* XXX sanity check number of mem and i/o spaces */ | netbsdsrc/sys/dev/pcmcia/if_sm_pcmcia.c(156) |
/* XXX only needed for intr debugging */ | netbsdsrc/sys/dev/pcmcia/pcmcia.c(41) |
/* XXX splraise() use needs to go away! */ | netbsdsrc/sys/dev/pcmcia/pcmcia.c(522) |
/* XXX Chris doesn't like the following divide */ | netbsdsrc/sys/dev/rcons/rcons_kern.c(138) |
/* XXX this should go away */ | netbsdsrc/sys/dev/rcons/rcons_kern.c(171) |
/* XXX mostly duplicates of data in other places */ | netbsdsrc/sys/dev/rcons/rcons_kern.c(180) |
/* XXX maybe this should be an option? */ | netbsdsrc/sys/dev/rcons/rcons_subr.c(76) |
/* XXX add escape sequence to enable visual (and audible) bell */ | netbsdsrc/sys/dev/rcons/rcons_subr.c(262) |
/* XXX not implemented yet */ | netbsdsrc/sys/dev/rcons/rcons_subr.c(377) |
/* XXX Should reupload any transient state. */ | netbsdsrc/sys/dev/scsipi/atapi_base.c(119) |
/* XXX should I get the ATAPI_CAP_PAGE here ? */ | netbsdsrc/sys/dev/scsipi/cd_atapi.c(146) |
/* XXX any way of getting this? */ | netbsdsrc/sys/dev/scsipi/sd_scsi.c(247) |
/* XXX ask for page trasport geom */ | netbsdsrc/sys/dev/scsipi/ch.c(694) |
/* XXX add code to restart a SCSI2 scanner, if any */ | netbsdsrc/sys/dev/scsipi/ss.c(160) |
/* XXX add code for SCSI2 scanner read */ | netbsdsrc/sys/dev/scsipi/ss.c(427) |
/* XXX add code for SCSI2 scanner, if any */ | netbsdsrc/sys/dev/scsipi/ss.c(456) |
/* XXX Disable device? */ | netbsdsrc/sys/dev/scsipi/scsipi_base.c(473) |
/* XXX: QIC-36 tape behind Emulex adapter. Very broken. */ | netbsdsrc/sys/dev/scsipi/scsiconf.c(513) |
/*XXX */ | netbsdsrc/sys/dev/scsipi/st.c(1243) |
/* XXX dubious */ | netbsdsrc/sys/dev/scsipi/st.c(1734) |
/* XXX BEGIN HACK ALERT!!! */ | netbsdsrc/sys/dev/scsipi/sd.c(155) |
/* XXX END HACK ALERT!!! */ | netbsdsrc/sys/dev/scsipi/sd.c(172) |
/* XXX - Do this in open? */ | netbsdsrc/sys/dev/sun/kbd.c(267) |
/* XXX: OK? */ | netbsdsrc/sys/dev/sun/kbd.c(316) |
/* XXX - Input errors already handled. */ | netbsdsrc/sys/dev/sun/kbd.c(857) |
/* XXX: switch decoding tables? */ | netbsdsrc/sys/dev/sun/kbd.c(1313) |
/* XXX ioasic register defs? */ | netbsdsrc/sys/dev/tc/asc_ioasic.c(35) |
/* XXX Use cached address for DMA buffer to increase raw read speed */ | netbsdsrc/sys/dev/tc/asc_ioasic.c(119) |
/* XXX - Should uncached address always be used? */ | netbsdsrc/sys/dev/tc/asc_ioasic.c(258) |
/* XXXX THIS NEEDS FIXING */ | netbsdsrc/sys/dev/tc/asc.c(807) |
/* XXX may result in redundant copy of data */ | netbsdsrc/sys/dev/tc/asc.c(1772) |
/* XXX more thought about ca->slotpri */ | netbsdsrc/sys/dev/tc/if_le_ibus.c(103) |
/* XXX more thought */ | netbsdsrc/sys/dev/tc/if_le_ioasic.c(115) |
/* XXX Does odd-byte-aligned case ever happen? */ | netbsdsrc/sys/dev/tc/if_le_ioasic.c(347) |
/* XXX not for me */ | netbsdsrc/sys/dev/tc/px.c(190) |
/* XXX forme */ | netbsdsrc/sys/dev/tc/px.c(211) |
/* should check a bit more? XXX */ | netbsdsrc/sys/ipkdb/ipkdb_ipkdb.c(524) |
/* Zero out the key XXX */ | netbsdsrc/sys/ipkdb/ipkdb_ipkdb.c(1015) |
/* results in mp_map overflows XXX */ | netbsdsrc/sys/ipkdb/ipkdb_if.c(231) |
/* XXX until cluster routines can handle block sizes less than one page */ | netbsdsrc/sys/isofs/cd9660/cd9660_vnops.c(232) |
/* crude XXX */ | netbsdsrc/sys/kern/tty_pty.c(62) |
/* XXX for cluster_write */ | netbsdsrc/sys/kern/vfs_cluster.c(55) |
/* XXX Kirk, do we need to make sure the bp has creds? */ | netbsdsrc/sys/kern/vfs_cluster.c(248) |
/* XXX - shouldn't be M_VNODE */ | netbsdsrc/sys/kern/vfs_init.c(128) |
/* XXX, but saves time */ | netbsdsrc/sys/kern/uipc_usrreq.c(926) |
/* XXX oldpnbuf not set for "goto fail" path */ | netbsdsrc/sys/kern/exec_script.c(274) |
/* XXX not 64-bit safe */ | netbsdsrc/sys/kern/exec_elf32.c(106) |
/* XXX cgd 960926 */ | netbsdsrc/sys/kern/exec_elf32.c(380) |
/* XXX: delete. */ | netbsdsrc/sys/kern/tty.c(739) |
/* XXX: Kludge for pty. */ | netbsdsrc/sys/kern/tty.c(1152) |
/* XXX: default to 1024 chars for now */ | netbsdsrc/sys/kern/tty.c(2145) |
/* XXX cgd 960926: why do this here? most will be clobbered. */ | netbsdsrc/sys/kern/kern_exec.c(245) |
/* XXX -- THE FOLLOWING SECTION NEEDS MAJOR CLEANUP */ | netbsdsrc/sys/kern/kern_exec.c(267) |
/* XXX cgd 960926: the sparc #ifdef should be a MD hook */ | netbsdsrc/sys/kern/kern_exec.c(361) |
/* XXX for core dump/debugger */ | netbsdsrc/sys/kern/kern_sig.c(535) |
/* XXX assumes sizeof long <= sizeof int */ | netbsdsrc/sys/kern/kern_sysctl.c(258) |
/* ep->e_vm.vm_pmap = XXX; */ | netbsdsrc/sys/kern/kern_sysctl.c(740) |
/* #define DEBUG_KGDB XXX */ | netbsdsrc/sys/kern/kgdb_stub.c(55) |
/* XXX: Maybe these should be in the MD files? */ | netbsdsrc/sys/kern/kgdb_stub.c(57) |
/* XXX since we don't use tz, probably no point in doing copyin. */ | netbsdsrc/sys/kern/kern_time.c(302) |
/* "A foolish consistency..." XXX */ | netbsdsrc/sys/kern/sys_process.c(95) |
/* XXX no seperate I and D spaces */ | netbsdsrc/sys/kern/sys_process.c(211) |
/* XXX kills const */ | netbsdsrc/sys/kern/sys_generic.c(253) |
/* XXX cannot happen */ | netbsdsrc/sys/kern/sysv_shm.c(426) |
/* XXXXXX!!!! */ | netbsdsrc/sys/kern/uipc_socket2.c(465) |
/* XXX NOTE: the memory filesystem usurpes major device */ | netbsdsrc/sys/kern/vfs_bio.c(382) |
/* XXX number 255, which is a bad idea. */ | netbsdsrc/sys/kern/vfs_bio.c(383) |
/* XXX - MFS buffers! */ | netbsdsrc/sys/kern/vfs_bio.c(385) |
/* XXX check for fdopen */ | netbsdsrc/sys/kern/vfs_syscalls.c(810) |
/* XXX from fdopen */ | netbsdsrc/sys/kern/vfs_syscalls.c(814) |
/* XXX: SPECIAL CASE */ | netbsdsrc/sys/kern/vnode_if.c(759) |
/* XXX should go away */ | netbsdsrc/sys/kern/init_main.c(130) |
/* XXX quiet lossage */ | netbsdsrc/sys/kern/init_main.c(349) |
/* XXX these should eventually move to subr_autoconf.c */ | netbsdsrc/sys/kern/kern_subr.c(107) |
/* XXX Should suspend scheduling. */ | netbsdsrc/sys/kern/vfs_subr.c(1767) |
/* __powerpc__ */ /* XXX XXX XXX */ | netbsdsrc/sys/kern/subr_prf.c(379) |
/* XXX Print the last format character? */ | netbsdsrc/sys/kern/subr_prf.c(451) |
/* XXX Store the last format character? */ | netbsdsrc/sys/kern/subr_prf.c(638) |
/* case 'b': ... break; XXX */ | netbsdsrc/sys/kern/subr_prf.c(659) |
/* case 'r': ... break; XXX */ | netbsdsrc/sys/kern/subr_prf.c(663) |
/* XXX Now done using NTP code below */ | netbsdsrc/sys/kern/kern_clock.c(434) |
/* XXX - net order `INADDR_BROADCAST' must be a constant */ | netbsdsrc/sys/lib/libsa/arp.c(86) |
/* Something stupid, but > 0 XXX */ | netbsdsrc/sys/lib/libsa/cd9660.c(220) |
/* XXX: subnet bcast? */ | netbsdsrc/sys/lib/libsa/bootparam.c(164) |
/* XXX works only with modified allocator */ | netbsdsrc/sys/lib/libsa/cread.c(101) |
/* XXX print the last format character? */ | netbsdsrc/sys/lib/libsa/printf.c(150) |
/* Auth credentials: always auth_null (XXX OK?) */ | netbsdsrc/sys/lib/libsa/rpc.c(167) |
/* XXX - Can NOT assume this is our root server! */ | netbsdsrc/sys/lib/libsa/rarp.c(141) |
/* XXX end of transmogrified checkalias() */ | netbsdsrc/sys/miscfs/nullfs/null_subr.c(225) |
/* XXX - conservative */ | netbsdsrc/sys/miscfs/procfs/procfs_status.c(70) |
/* XXX - END OF GROSS HACK */ | netbsdsrc/sys/miscfs/procfs/procfs_mem.c(205) |
/* XXX: should do a copyup */ | netbsdsrc/sys/miscfs/union/union_vnops.c(1244) |
/* should be further down XXX */ | netbsdsrc/sys/msdosfs/msdosfs_denode.c(246) |
/* XXX: prevcn could be used unititialized */ | netbsdsrc/sys/msdosfs/msdosfs_fat.c(147) |
/* XXX: foundcn could be used unititialized */ | netbsdsrc/sys/msdosfs/msdosfs_fat.c(775) |
/* defines tz XXX */ | netbsdsrc/sys/msdosfs/msdosfs_conv.c(56) |
/* XXX NOTE: Removed tz, which is obsolete. Must replace!!! */ | netbsdsrc/sys/msdosfs/msdosfs_conv.c(113) |
/* XXX */ /* defines v_rdev */ | netbsdsrc/sys/msdosfs/msdosfs_vfsops.c(56) |
/* doesn't work correctly with current mountd XXX */ | netbsdsrc/sys/msdosfs/msdosfs_vfsops.c(277) |
/* XXX - We should probably check more values here */ | netbsdsrc/sys/msdosfs/msdosfs_vfsops.c(462) |
/* really? XXX */ | netbsdsrc/sys/msdosfs/msdosfs_lookup.c(482) |
/* XXX should really panic here, fs is corrupt */ | netbsdsrc/sys/msdosfs/msdosfs_vnops.c(1118) |
/* Currently no support for clustering */ /* XXX */ | netbsdsrc/sys/msdosfs/msdosfs_vnops.c(1813) |
/* XXX Would MAXLINKHDR be better? */ | netbsdsrc/sys/net/bpf.c(181) |
/* XXX 4(FORMAC)+6(dst)+6(src)+3(LLC)+5(SNAP) */ | netbsdsrc/sys/net/bpf.c(195) |
/* XXX This routine belongs in net/if.c. */ | netbsdsrc/sys/net/bpf.c(1332) |
/* this has no effect on IP, and will kill all ISO connections XXX */ | netbsdsrc/sys/net/if.c(361) |
/* XXX this message isn't entirely clear, to me -- cgd */ | netbsdsrc/sys/net/if_arcsubr.c(641) |
/* XXX: for ETHERTYPE_* */ | netbsdsrc/sys/net/if_atmsubr.c(58) |
/* XXX: put RTF_REJECT code here if doing ATMARP */ | netbsdsrc/sys/net/if_atmsubr.c(129) |
/* XXX: atmresolve already free'd it */ | netbsdsrc/sys/net/if_atmsubr.c(142) |
/* XXX: put ATMARP stuff here */ | netbsdsrc/sys/net/if_atmsubr.c(144) |
/* XXX: watch who frees m on failure */ | netbsdsrc/sys/net/if_atmsubr.c(145) |
/* XXX: overload */ | netbsdsrc/sys/net/if_atmsubr.c(236) |
/* XXX queue? */ | netbsdsrc/sys/net/if_ethersubr.c(439) |
/* XXX we should limit the number of packets on this queue */ | netbsdsrc/sys/net/if_ppp.c(775) |
/* XXX - cgd */ | netbsdsrc/sys/net/if_sl.c(169) |
/* XXX -- jrs */ | netbsdsrc/sys/net/if_strip.c(138) |
/* XXX -- appromaximated. 1024 may be safer. */ | netbsdsrc/sys/net/if_strip.c(196) |
/* XXX what should the message above be? */ | netbsdsrc/sys/net/if_strip.c(1603) |
/* XXX redundant copy */ | netbsdsrc/sys/net/if_strip.c(1668) |
/* fill in the far end if we know it here XXX */ | netbsdsrc/sys/netatalk/at_control.c(600) |
/* XXX clean up? */ | netbsdsrc/sys/netatalk/at_control.c(722) |
/* XXX NULL should be routing */ | netbsdsrc/sys/netatalk/aarp.c(229) |
/* serious error XXX */ | netbsdsrc/sys/netatalk/aarp.c(557) |
/* XXX perhaps we ought to align the header? */ | netbsdsrc/sys/netatalk/ddp_output.c(176) |
/* XXX should we handle 0.YY? */ | netbsdsrc/sys/netatalk/ddp_usrreq.c(508) |
/* XXXX.YY to socket on destination interface */ | netbsdsrc/sys/netatalk/ddp_usrreq.c(510) |
/* XXXX.0 to socket on destination interface */ | netbsdsrc/sys/netatalk/ddp_usrreq.c(522) |
/* XXX for setsoftnet(). This must die. */ | netbsdsrc/sys/netccitt/if_x25subr.c(49) |
/* XXX start queued packets */ | netbsdsrc/sys/netccitt/if_x25subr.c(247) |
/* XXX pk_output should return a value */ | netbsdsrc/sys/netccitt/pk_usrreq.c(336) |
/* VERY messy XXX */ | netbsdsrc/sys/netccitt/pk_usrreq.c(406) |
/* XXXXXXXXX fix pk_output!!! */ | netbsdsrc/sys/netccitt/pk_usrreq.c(627) |
/* XXX pk_t22 is never used */ | netbsdsrc/sys/netccitt/pk_timer.c(65) |
/* XXX: move npcb to llinfo when ATM ARP is ready */ | netbsdsrc/sys/netinet/if_atm.c(148) |
/* XXX: are we using LLINFO? */ | netbsdsrc/sys/netinet/if_atm.c(245) |
/* XXX ntohs(ar->ar_hrd) == ARPHRD_ETHER && */ | netbsdsrc/sys/netinet/if_arp.c(434) |
/* XXX I don't think we need this... and it will prevent other LL */ | netbsdsrc/sys/netinet/if_arp.c(691) |
/* XXX should really put this in libkern.h */ | netbsdsrc/sys/netinet/ip_input.c(67) |
/* XXX this should be done elsewhere */ | netbsdsrc/sys/netinet/ip_input.c(605) |
/* XXX icmp_error adds in hdr length */ | netbsdsrc/sys/netinet/ip_input.c(871) |
/* XXX !!!! */ | netbsdsrc/sys/netinet/ip_mroute.c(482) |
/* XXX should fail */ | netbsdsrc/sys/netinet/ip_output.c(451) |
/* XXX gcc -Wunitialized */ | netbsdsrc/sys/netinet/ip_proxy.c(127) |
/* XXX prevent ip_output from overwriting header fields */ | netbsdsrc/sys/netinet/raw_ip.c(219) |
/* XXX NOT MP SAFE */ | netbsdsrc/sys/netinet/tcp_timer.c(128) |
/* XXX -- defines SOL_NETWORK */ | netbsdsrc/sys/netiso/clnp_raw.c(85) |
/* XXXXXX can't be done in the proto init routines */ | netbsdsrc/sys/netiso/iso.c(493) |
/* XXX belongs at end */ | netbsdsrc/sys/netiso/tp_subr.c(736) |
/* XXXX: should probably be in clnp_input */ | netbsdsrc/sys/netiso/tp_iso.c(554) |
/* XXX: Does va_arg does not work for function ptrs */ | netbsdsrc/sys/netiso/tp_input.c(457) |
/* XXX wart; where else to do it? */ | netbsdsrc/sys/netiso/tp_timer.c(226) |
/* XXX -- till files gets changed */ | netbsdsrc/sys/netiso/cltp_usrreq.c(38) |
/* XXXXXX do this right later */ | netbsdsrc/sys/netiso/iso_snpac.c(175) |
/* XXX: overloaded */ | netbsdsrc/sys/netnatm/natm.c(367) |
/* XXX M_SPIDPQ */ | netbsdsrc/sys/netns/spp_usrreq.c(516) |
/* XXX rcvmemdrop... */ | netbsdsrc/sys/netns/spp_usrreq.c(518) |
/* XXX, M_SPIDPQ */ | netbsdsrc/sys/netns/spp_usrreq.c(556) |
/* XXX enough stack for these?? */ | netbsdsrc/sys/nfs/boot_dhcp.c(173) |
/* XXX hack for swap path */ | netbsdsrc/sys/nfs/boot_dhcp.c(196) |
/* XXX NFSX_V3FHMAX for next */ | netbsdsrc/sys/nfs/krpc_subr.c(62) |
/* XXX decl nfs_boot_sendrecv */ | netbsdsrc/sys/nfs/krpc_subr.c(63) |
/* XXX - not yet */ | netbsdsrc/sys/nfs/nfs_bootparam.c(114) |
/* #define DEBUG XXX */ | netbsdsrc/sys/nfs/nfs_bootdhcp.c(221) |
/* XXX: sdl->sdl_type? */ | netbsdsrc/sys/nfs/nfs_bootdhcp.c(473) |
/* XXX: NFS port is always 2049, right? */ | netbsdsrc/sys/nfs/nfs_boot_shark.c(343) |
/* update paths, file handles, etc, here XXX */ | netbsdsrc/sys/nfs/nfs_vfsops.c(864) |
/* XXX Try to make a guess on the max file size. */ | netbsdsrc/sys/nfs/nfs_serv.c(3231) |
/* XXX - Just pass a null pointer? */ | netbsdsrc/sys/nfs/nfs_boot.c(354) |
/* XXX should grow with balloc() */ | netbsdsrc/sys/ufs/ext2fs/ext2fs_lookup.c(804) |
/* XXX underway */ | netbsdsrc/sys/ufs/ext2fs/ext2fs_readwrite.c(62) |
/* XXX needs translation */ | netbsdsrc/sys/ufs/ext2fs/ext2fs_vfsops.c(400) |
/* XXX, why not in NFS? */ | netbsdsrc/sys/ufs/ext2fs/ext2fs_vnops.c(602) |
/* XXX for ufs_readwrite */ | netbsdsrc/sys/ufs/ffs/ffs_vnops.c(231) |
/* XXX updating 4.2 FFS superblocks trashes rotational layout tables */ | netbsdsrc/sys/ufs/ffs/ffs_vfsops.c(474) |
/* XXX what should be returned? */ | netbsdsrc/sys/ufs/ffs/ffs_vfsops.c(476) |
/* Restore compatibility to old file systems. XXX */ | netbsdsrc/sys/ufs/ffs/ffs_vfsops.c(935) |
/* XXX Count of locked-down buffers. */ | netbsdsrc/sys/ufs/lfs/lfs_bio.c(63) |
/* XXX use run length from bmap array to make this faster */ | netbsdsrc/sys/ufs/lfs/lfs_inode.c(230) |
/* XXX -- implement */ | netbsdsrc/sys/ufs/lfs/lfs_vfsops.c(84) |
/* Until LFS can do NFS right. XXX */ | netbsdsrc/sys/ufs/lfs/lfs_vfsops.c(113) |
/* XXX ignore ordering of dirops for now */ | netbsdsrc/sys/ufs/lfs/lfs_segment.c(253) |
/* XXX -- Change to a panic. */ | netbsdsrc/sys/ufs/lfs/lfs_segment.c(454) |
/* XXX Toggle between first two superblocks; for now just write first */ | netbsdsrc/sys/ufs/lfs/lfs_segment.c(937) |
/* XXX hack to avoid calling ITIMES in getattr */ | netbsdsrc/sys/ufs/lfs/lfs_vnops.c(419) |
/* XXX prob. temp */ | netbsdsrc/sys/ufs/mfs/mfs_vfsops.c(253) |
/* XXX this makes the max swap devices 16 */ | netbsdsrc/sys/vm/swap_pager.c(68) |
/* XXX: correct return? */ | netbsdsrc/sys/vm/swap_pager.c(574) |
/* XXX what should this be? */ | netbsdsrc/sys/vm/swap_pager.c(691) |
/* XXX (but without B_PHYS set this is ok) */ | netbsdsrc/sys/vm/swap_pager.c(702) |
/* XXX allow kgdb to read kernel buffer pool */ | netbsdsrc/sys/vm/vm_glue.c(84) |
/* __powerpc__ */ /* XXX */ | netbsdsrc/sys/vm/vm_glue.c(611) |
/* needs lock XXX */ | netbsdsrc/sys/vm/vm_fault.c(121) |
/* XXX This distorts the meaning of the copy_on_write bit */ | netbsdsrc/sys/vm/vm_fault.c(803) |
/* XXX Consider making this a vm_map_find instead */ | netbsdsrc/sys/vm/vm_map.c(1919) |
/* XXX should be vp */ | netbsdsrc/sys/vm/vm_mmap.c(687) |
/* XXX should spin a bit here... */ | netbsdsrc/sys/vm/vm_object.c(780) |
/* XXXXX FIXME */ | netbsdsrc/sys/vm/vm_object.c(1201) |
/* lock for all buckets XXX */ | netbsdsrc/sys/vm/vm_page.c(139) |
/* XXX compatibility*/ | netbsdsrc/sys/vm/vm_pager.c(245) |
/* XXX max # of wired pages system-wide */ | netbsdsrc/sys/vm/vm_pageout.c(93) |
/* XXX does not really belong here */ | netbsdsrc/sys/vm/vm_pageout.c(540) |
/* XXX - interface - arg==NULL: miniroot */ | netbsdsrc/sys/vm/vm_swap.c(508) |
/* XXX make this based on ram as well. */ | netbsdsrc/sys/vm/vm_swap.c(706) |
/* XXX IS THIS CORRECT ? */ | netbsdsrc/sys/vm/vm_swap.c(849) |
/* XXX should pass in? */ | netbsdsrc/sys/vm/device_pager.c(282) |
/* XXX anal */ | netbsdsrc/sys/vm/device_pager.c(309) |
/* translate symbol types to ECOFF XXX */ | netbsdsrc/usr.bin/elf2ecoff/elf2ecoff.c(724) |
/* XXX: don't want el_parse */ | netbsdsrc/usr.bin/ftp/main.c(394) |
/* XXX: init sethead? */ | netbsdsrc/usr.bin/gencat/gencat.c(427) |
/* XXX init sethead? */ | netbsdsrc/usr.bin/gencat/gencat.c(493) |
/* write out catalog. XXX: should this be done in small chunks? */ | netbsdsrc/usr.bin/gencat/gencat.c(674) |
/* XXX or should we truncate? */ | netbsdsrc/usr.bin/mail/quit.c(306) |
/* XXX: no uname -p yet */ | netbsdsrc/usr.bin/make/main.c(516) |
/*XXX: MEMBER is defined, so CONCAT(OP_,MEMBER) gives OP_"%" */ | netbsdsrc/usr.bin/make/targ.c(555) |
/* XXX: Assume svr4 stdio */ | netbsdsrc/usr.bin/make/util.c(371) |
/* XXX borken compiler alert! */ | netbsdsrc/usr.bin/rdist/docmd.c(143) |
/* XXX: should "follow" be 1 ??? */ | netbsdsrc/usr.bin/rpcgen/rpc_tblout.c(174) |
/* XXX Check for overflow */ | netbsdsrc/usr.bin/sed/compile.c(543) |
/* XXX */ ; /* XXX systat doesn't do errors! */ | netbsdsrc/usr.bin/systat/swap.c(113) |
/* XXX new to old style*/ | netbsdsrc/usr.bin/talk/invite.c(81) |
/* XXX - this not being in is a bug */ | netbsdsrc/usr.bin/telnet/telnet.c(2262) |
/* XXX: borken gcc */ | netbsdsrc/usr.bin/time/time.c(74) |
/*XXX validity check GIMME? */ | netbsdsrc/usr.bin/tn3270/api/api_bsd.c(248) |
/* XXX Validty check HEREIS? */ | netbsdsrc/usr.bin/tn3270/api/api_bsd.c(266) |
/* XXX restore to state on entry */ | netbsdsrc/usr.bin/tn3270/ascii/map3270.c(398) |
/* XXX temporary - hard code in the state table */ | netbsdsrc/usr.bin/tn3270/ascii/termin.c(62) |
/* XXX what is inhibited? */ | netbsdsrc/usr.bin/tn3270/ctlr/api.c(230) |
/* XXX needs 0x12 too! */ | netbsdsrc/usr.bin/tn3270/ctlr/api.c(313) |
/* XXX Invalid environmental access */ | netbsdsrc/usr.bin/tn3270/ctlr/api.c(646) |
/* XXX Invalid wait specified */ | netbsdsrc/usr.bin/tn3270/ctlr/api.c(649) |
/* XXX Invalid priority */ | netbsdsrc/usr.bin/tn3270/ctlr/api.c(651) |
/* XXX - should not occur */ | netbsdsrc/usr.bin/tn3270/ctlr/outbound.c(358) |
/* XXX Should do SOMETHING! */ | netbsdsrc/usr.bin/tn3270/ctlr/outbound.c(479) |
/* XXX buffer += 0; */ | netbsdsrc/usr.bin/tn3270/ctlr/outbound.c(480) |
/* XXX count -= 0; *//* For now, just use this character */ | netbsdsrc/usr.bin/tn3270/ctlr/outbound.c(481) |
/* XXX Convince gdb to run it. */ | netbsdsrc/usr.bin/vi/cl/cl_funcs.c(606) |
/* XXX: param.h may not have included types.h */ | netbsdsrc/usr.bin/vi/common/exf.c(17) |
/* XXX Any valid recno. */ | netbsdsrc/usr.bin/vi/common/log.c(98) |
/* XXX END OF THE STACK, DON'T TRUST GETCWD. */ | netbsdsrc/usr.bin/vi/ex/ex_cd.c(44) |
/* XXX: should be msg_cat. */ | netbsdsrc/usr.bin/vi/ex/ex_print.c(209) |
/* XXX: can't print off_t portably. */ | netbsdsrc/usr.bin/vi/ex/ex_read.c(292) |
/* XXX: OSF/1 bug: include before <grp.h> */ | netbsdsrc/usr.bin/vi/ex/ex_script.c(35) |
/* XXX: Allocate as part of the TAGF structure!!! */ | netbsdsrc/usr.bin/vi/ex/ex_tag.c(700) |
/* XXX: Only place in vi that sets rows. */ | netbsdsrc/usr.bin/vi/vi/vs_split.c(378) |
/* XXX till old has been updated or purged */ | netbsdsrc/usr.bin/vmstat/vmstat.c(77) |
/* XXX, or 80 * 24 * 2 */ | netbsdsrc/usr.bin/window/compress.c(67) |
/* XXX, 8 > max of cc_thresholds */ | netbsdsrc/usr.bin/window/compress.c(114) |
/* XXX, 8 > max of cc_thresholds */ | netbsdsrc/usr.bin/window/compress.c(126) |
/* XXX, should adjust for ccount */ | netbsdsrc/usr.bin/window/compress.c(781) |
/* XXX can't deal with failure */ | netbsdsrc/usr.bin/window/xx.c(121) |
/* XXX, for buggy tty drivers that don't wait for output to drain */ | netbsdsrc/usr.bin/window/wwtty.c(89) |
/* XXX oder better !tflag ? */ | netbsdsrc/usr.bin/xlint/lint1/decl.c(960) |
/* XXX print correct operator */ | netbsdsrc/usr.bin/xlint/lint1/tree.c(732) |
/* XXX does not work for quads. */ | netbsdsrc/usr.bin/xlint/lint1/tree.c(2788) |
/* XXX only for backward compatibility */ | netbsdsrc/usr.bin/xlint/lint2/chk.c(1060) |
/* XXX hack so we can remember where a symbol was renamed */ | netbsdsrc/usr.bin/xlint/lint2/read.c(496) |
/* XXX don't def. with -s */ | netbsdsrc/usr.bin/xlint/xlint/xlint.c(330) |
/* XXX: this code was recently ported, and must be tested -Erez */ | netbsdsrc/usr.sbin/amd/amd/mapc.c(309) |
/* XXX: need to provide norrip mount opt */ | netbsdsrc/usr.sbin/amd/amd/ops_cdfs.c(138) |
/* XXX: fill in correct values */ | netbsdsrc/usr.sbin/amd/amd/ops_pcfs.c(146) |
/* XXX: fix this to correct flags */ | netbsdsrc/usr.sbin/amd/amd/ops_ufs.c(130) |
/* XXX: use flags accordingly such as if T_MORE set */ | netbsdsrc/usr.sbin/amd/amd/rpc_fwd.c(387) |
/* XXX - should be short but protocol is naff */ | netbsdsrc/usr.sbin/amd/amd/srvr_nfs.c(183) |
/* XXX: port to use pure svr4 signals */ | netbsdsrc/usr.sbin/amd/hlfsd/hlfsd.c(452) |
/* XXX - Unused SAP */ | netbsdsrc/usr.sbin/bootpd/getether.c(259) |
/* XXX - Is this really SunOS specific? -gwr */ | netbsdsrc/usr.sbin/bootpd/tzone.c(10) |
/* XXX - Could this be just #ifndef IFNAMSIZ instead? -gwr */ | netbsdsrc/usr.sbin/bootpd/getif.c(92) |
/* XXX - Should just do it the POSIX way (sigaction). */ | netbsdsrc/usr.sbin/bootpd/bootpd.c(585) |
/* XXX - SLIP init: Set bp_ciaddr = recv_addr here? */ | netbsdsrc/usr.sbin/bootpd/bootpd.c(617) |
/* XXX - Is it correct to ignore such a request? -gwr */ | netbsdsrc/usr.sbin/bootpd/bootpd.c(631) |
/* XXX - Check string lengths? -gwr */ | netbsdsrc/usr.sbin/bootpd/bootpd.c(743) |
/* XXX - No need to set bp_giaddr here. */ | netbsdsrc/usr.sbin/bootpd/bootpd.c(1067) |
/* XXX - Should preserve this if given... */ | netbsdsrc/usr.sbin/bootpd/bootpd.c(1258) |
/* XXX - SLIP init: Set bp_ciaddr = clnt_addr here? */ | netbsdsrc/usr.sbin/bootpd/bootpgw.c(519) |
/* XXX - How is this done on other systems? -gwr */ | netbsdsrc/usr.sbin/bootpd/lookup.c(40) |
/* XXX - Add new tags here */ | netbsdsrc/usr.sbin/bootpd/readfile.c(121) |
/* XXX - OK? */ | netbsdsrc/usr.sbin/bootpd/readfile.c(1364) |
/* XXX - Is the subnet_mask field set yet? */ | netbsdsrc/usr.sbin/bootpd/readfile.c(1396) |
/* Wait for a packet or a timeout... XXX */ | netbsdsrc/usr.sbin/dhcp/common/dispatch.c(461) |
/* XXX Sort the nets into a balanced tree to make searching quicker. */ | netbsdsrc/usr.sbin/dhcp/common/memory.c(389) |
/* XXX code below assumes ethernet interface! */ | netbsdsrc/usr.sbin/dhcp/common/nit.c(118) |
/* XXX currently only supports ethernet; doesn't check for other types. */ | netbsdsrc/usr.sbin/dhcp/common/packet.c(122) |
/* XXX assumes ASCII... */ | netbsdsrc/usr.sbin/dhcp/common/parse.c(410) |
/* XXX */ /* We assume that mktime does not use tm_yday. */ | netbsdsrc/usr.sbin/dhcp/common/parse.c(609) |
/* XXX for now... */ | netbsdsrc/usr.sbin/dhcp/common/sysconf.c(70) |
/* XXX: borken compilers... */ | netbsdsrc/usr.sbin/gspa/gspa/gspa.c(93) |
/* XXX here do the libwrap check-before-accept */ | netbsdsrc/usr.sbin/inetd/inetd.c(485) |
/* XXX- TCP only by default */ | netbsdsrc/usr.sbin/ipf/ipnat/ipnat.c(635) |
/* XXX depends on SD being non nul */ | netbsdsrc/usr.sbin/lpr/lpc/cmds.c(320) |
/* XXX: 2 and file for "/file" */ | netbsdsrc/usr.sbin/lpr/lpr/lpr.c(469) |
/* XXX more flags (same as dp_flag) */ | netbsdsrc/usr.sbin/mountd/mountd.c(100) |
/*XXX metric 1, is this safe? */ | netbsdsrc/usr.sbin/mrouted/route.c(876) |
/* XXX strncpy!!! */ | netbsdsrc/usr.sbin/mrouted/vif.c(953) |
/* XXX could do segmented trace if TR_NO_SPACE */ | netbsdsrc/usr.sbin/mtrace/mtrace.c(1582) |
/* XXX - hack */ | netbsdsrc/usr.sbin/named/named/db_dump.c(638) |
/* XXX global side effect. */ | netbsdsrc/usr.sbin/named/named/db_load.c(1513) |
/*XXX: sin_ntoa() should probably be in libc*/ | netbsdsrc/usr.sbin/named/named/db_glue.c(99) |
/* XXX shouldn't happen */ | netbsdsrc/usr.sbin/named/named/db_lookup.c(222) |
/* XXX: how can a zone rr be neg? */ | netbsdsrc/usr.sbin/named/named/db_update.c(517) |
/* XXX - why? */ | netbsdsrc/usr.sbin/named/named/ns_forw.c(836) |
/* XXX - should use getopt here */ | netbsdsrc/usr.sbin/named/named/ns_main.c(216) |
/* XXX press on regardless, this is not too serious. */ | netbsdsrc/usr.sbin/named/named/ns_main.c(1230) |
/* XXX press on regardless, but this really is a problem. */ | netbsdsrc/usr.sbin/named/named/ns_main.c(1243) |
/* XXX variable reuse */ | netbsdsrc/usr.sbin/named/named/ns_main.c(1310) |
/* XXX log if stat fails? */ | netbsdsrc/usr.sbin/named/named/ns_maint.c(260) |
/* XXX - this is bad, we should do something */ | netbsdsrc/usr.sbin/named/named/ns_maint.c(283) |
/* XXX - out of luck? */ | netbsdsrc/usr.sbin/named/named/ns_maint.c(355) |
/* XXX should incorporate loadxfer() */ | netbsdsrc/usr.sbin/named/named/ns_maint.c(940) |
/* XXX - should syslog, limited by haveComplained */ | netbsdsrc/usr.sbin/named/named/ns_req.c(210) |
/* XXX- should be a bitmap */ | netbsdsrc/usr.sbin/named/named/ns_resp.c(99) |
/* XXX - should put this in STATS somewhere. */ | netbsdsrc/usr.sbin/named/named/ns_resp.c(401) |
/* XXX - catch aliases here */ | netbsdsrc/usr.sbin/named/named/ns_resp.c(454) |
/* XXX - should retry this query with TCP */ | netbsdsrc/usr.sbin/named/named/ns_resp.c(753) |
/* XXX - what about additional CNAMEs in the chain? */ | netbsdsrc/usr.sbin/named/named/ns_resp.c(1030) |
/* XXX - probably should do GC here. */ | netbsdsrc/usr.sbin/named/named/ns_resp.c(1994) |
/*XXX: C_IN?*/ | netbsdsrc/usr.sbin/named/named/ns_resp.c(2061) |
/* XXX - why not every? */ | netbsdsrc/usr.sbin/named/named/ns_resp.c(2240) |
/* XXX - we have to report success */ | netbsdsrc/usr.sbin/named/named/ns_resp.c(2640) |
/* XXX: why aren't we just calling db_cmp()? */ | netbsdsrc/usr.sbin/named/named/ns_validate.c(270) |
/* XXX no \0 */ | netbsdsrc/usr.sbin/named/named/ns_validate.c(813) |
/* tmpname is now something like "/etc/named/named.bu.db.XXXXXX" */ | netbsdsrc/usr.sbin/named/named-xfer/named-xfer.c(308) |
/* ddtfile is now something like "/usr/tmp/xfer.ddt.XXXXXX" */ | netbsdsrc/usr.sbin/named/named-xfer/named-xfer.c(336) |
/* XXX: The following variables should probably all be "static" */ | netbsdsrc/usr.sbin/named/named-xfer/named-xfer.c(507) |
/* XXX merge this into debug.c's print routines */ | netbsdsrc/usr.sbin/named/nslookup/list.c(602) |
/* Nuke the whole (installed) show, XXX but don't clean directories */ | netbsdsrc/usr.sbin/pkg_install/add/perform.c(446) |
/* XXX hack - if truly immutable, rename fails */ | netbsdsrc/usr.sbin/pkg_install/add/extract.c(135) |
/* XXX dummy function for now XXX */ | netbsdsrc/usr.sbin/pkg_install/lib/ftpio.c(106) |
/* XXX add http:// here or somewhere reasonable at some point XXX */ | netbsdsrc/usr.sbin/pkg_install/lib/ftpio.c(426) |
/* XXX Should Predictor 2 be preferable to Predictor 1? */ | netbsdsrc/usr.sbin/pppd/pppd/ccp.c(420) |
/* XXX Cope with first/fast ack */ | netbsdsrc/usr.sbin/pppd/pppd/ccp.c(466) |
/* XXX Start with random id? */ | netbsdsrc/usr.sbin/pppd/pppd/fsm.c(70) |
/* XXX: To get struct pcap */ | netbsdsrc/usr.sbin/pppd/pppd/options.c(48) |
/* XXX Need code reject */ | netbsdsrc/usr.sbin/pppd/pppd/upap.c(325) |
/* XXX - should realloc */ | netbsdsrc/usr.sbin/pstat/pstat.c(669) |
/* XXX This test might be better off broken out... */ | netbsdsrc/usr.sbin/rarpd/rarpd.c(390) |
/* XXX should free up results */ | netbsdsrc/usr.sbin/rpc.pcnfsd/pcnfsd_test.c(541) |
/* XXX - Should distinguish remote printers. */ | netbsdsrc/usr.sbin/rpc.pcnfsd/pcnfsd_print.c(560) |
/* XXX_unused */ | netbsdsrc/usr.sbin/rpc.pcnfsd/pcnfsd_misc.c(570) |
/* XXX - ??? */ | netbsdsrc/usr.sbin/rpc.statd/statd.c(334) |
/* XXX RESTORE SIGNAL STATE? XXX */ | netbsdsrc/usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c(135) |
/* XXX just to keep gcc -Wall happy */ | netbsdsrc/usr.sbin/rwhod/rwhod.c(431) |
/* XXX need more argument checking */ | netbsdsrc/usr.sbin/sa/main.c(185) |
/* XXX compare size if paranoid */ | netbsdsrc/usr.sbin/sa/pdb.c(134) |
/* ???XXX??? */ | netbsdsrc/usr.sbin/sendmail/contrib/bitdomain.c(277) |
/*XXX should notify postmaster XXX*/ | netbsdsrc/usr.sbin/sendmail/src/domain.c(754) |
/*XXX should do something more sensible */ | netbsdsrc/usr.sbin/sendmail/src/conf.c(4744) |
/* XXX use relative seeks to handle >31 bit file sizes? */ | netbsdsrc/usr.sbin/sendmail/src/mime.c(435) |
/*XXX this seems a bit wierd */ | netbsdsrc/usr.sbin/sendmail/src/deliver.c(1178) |
/* XXX should really parse it here -- and use a class XXX */ | netbsdsrc/usr.sbin/sendmail/src/deliver.c(1816) |
/*XXX should probably add equivalents for all short macros here XXX*/ | netbsdsrc/usr.sbin/sendmail/src/main.c(1697) |
/* XXX should try to auto-open the map here */ | netbsdsrc/usr.sbin/sendmail/src/parseaddr.c(1425) |
/* XXX should probably include device major/minor too */ | netbsdsrc/usr.sbin/sendmail/src/queue.c(240) |
/* XXX use $s for type? */ | netbsdsrc/usr.sbin/sendmail/src/savemail.c(951) |
/* XXX UGLY XXX */ | netbsdsrc/usr.sbin/sendmail/src/usersmtp.c(106) |
/* XXX should use code from other end iff ENHANCEDSTATUSCODES */ | netbsdsrc/usr.sbin/sendmail/src/usersmtp.c(262) |
/* XXX hack to avoid gcc warnings */ | netbsdsrc/usr.sbin/tcpdchk/tcpdchk.c(211) |
/* XXX should be endian-insensitive, but do big-endian testing XXX */ | netbsdsrc/usr.sbin/tcpdump/addrtoname.c(397) |
/* XXX not totally correct... */ | netbsdsrc/usr.sbin/tcpdump/addrtoname.c(456) |
/*XXX from libbpfc.a */ | netbsdsrc/usr.sbin/tcpdump/addrtoname.c(651) |
/* XXX or could be Ultrix+MASSBUS "hp" disk? */ | netbsdsrc/usr.sbin/tcpdump/parsenfsfh.c(132) |
/* XXX the test of fhp[5] == 8 could be wrong */ | netbsdsrc/usr.sbin/tcpdump/parsenfsfh.c(147) |
/*XXX we probably only need to test of these two bytes */ | netbsdsrc/usr.sbin/tcpdump/parsenfsfh.c(173) |
/* XXX no obvious difference between SUNOS5 and IRIX5 */ | netbsdsrc/usr.sbin/tcpdump/parsenfsfh.c(179) |
/* XXX what about AIX? */ | netbsdsrc/usr.sbin/tcpdump/parsenfsfh.c(182) |
/* XXX is this always true of HP-UX? */ | netbsdsrc/usr.sbin/tcpdump/parsenfsfh.c(197) |
/* XXX still needs to handle SUNOS3 */ | netbsdsrc/usr.sbin/tcpdump/parsenfsfh.c(225) |
/* XXX could ignore 3 high-order bytes */ | netbsdsrc/usr.sbin/tcpdump/parsenfsfh.c(242) |
/* XXX for now, give "bogus" values to aid debugging */ | netbsdsrc/usr.sbin/tcpdump/parsenfsfh.c(384) |
/* XXX should probably pass in the snap header and do checks like arp_print() */ | netbsdsrc/usr.sbin/tcpdump/print-atalk.c(189) |
/* for Hesiod name server (MIT) (XXX) */ | netbsdsrc/usr.sbin/tcpdump/print-domain.c(127) |
/* XXX This isn't always right */ | netbsdsrc/usr.sbin/tcpdump/print-domain.c(350) |
/* XXX seems like we should be checking the length */ | netbsdsrc/usr.sbin/tcpdump/print-nfs.c(362) |
/* XXX Before we do anything else, strip off the MD5 trailer */ | netbsdsrc/usr.sbin/tcpdump/print-ospf.c(521) |
/* XXX just dump the header */ | netbsdsrc/usr.sbin/tcpdump/print-null.c(85) |
/* XXX BSD/OS 2.1 compatibility */ | netbsdsrc/usr.sbin/tcpdump/print-sl.c(80) |
/* XXX needs more hacking to work right */ | netbsdsrc/usr.sbin/tcpdump/print-sl.c(88) |
/* XXX This goes somewhere else. */ | netbsdsrc/usr.sbin/tcpdump/print-ppp.c(59) |
/*XXX H.261 */ | netbsdsrc/usr.sbin/tcpdump/print-udp.c(208) |
/* XXX probably should use getservbyname() and cache answers */ | netbsdsrc/usr.sbin/tcpdump/print-udp.c(294) |
/* XXX need to add byte-swapping macros! */ | netbsdsrc/usr.sbin/tcpdump/print-wb.c(44) |
/*XXX assume 802.6 MAC header from fore driver */ | netbsdsrc/usr.sbin/tcpdump/print-atm.c(80) |
/*XXX this probably isn't right */ | netbsdsrc/usr.sbin/tcpdump/print-atm.c(116) |
/* XXX need to look at this... */ | netbsdsrc/usr.sbin/tcpdump/print-krb.c(119) |
/* XXX hack. kludge */ | netbsdsrc/usr.sbin/timed/timed/timed.c(400) |
/* XXX undocumented debugging hack */ | netbsdsrc/usr.sbin/traceroute/traceroute.c(975) |
/* XXX 8 is a magic number */ | netbsdsrc/usr.sbin/traceroute/traceroute.c(1098) |
/* XXX ELIMINATE: merge BIG slew into adj_systime in lib/systime.c */ | netbsdsrc/usr.sbin/xntp/ntpdate/ntpdate.c(1113) |
/* XXX ELIMINATE getrecvbufs (almost) identical to ntpdate.c, ntptrace.c, ntp_io.c */ | netbsdsrc/usr.sbin/xntp/ntpdate/ntpdate.c(1457) |
/* XXX ELIMINATE freerecvbuf (almost) identical to ntpdate.c, ntptrace.c, ntp_io.c */ | netbsdsrc/usr.sbin/xntp/ntpdate/ntpdate.c(1486) |
/* XXX ELIMINATE printserver similar in ntptrace.c, ntpdate.c */ | netbsdsrc/usr.sbin/xntp/ntpdate/ntpdate.c(1744) |
/* XXX ELIMINATE sendpkt similar in ntpq.c, ntpdc.c, ntp_io.c, ntptrace.c */ | netbsdsrc/usr.sbin/xntp/ntpq/ntpq.c(612) |
/* XXX ELIMINATE addserver (almost) identical to ntpdate.c, ntptrace.c */ | netbsdsrc/usr.sbin/xntp/ntptrace/ntptrace.c(500) |
/* enough for /tmp/xntpXXXXXX\0 */ | netbsdsrc/usr.sbin/xntp/xntpd/ntp_config.c(356) |
/* XXX ELIMINATE replace with decodenetnum */ | netbsdsrc/usr.sbin/xntp/xntpd/ntp_config.c(1776) |
/* XXX Why not <ifaddrs.h>? */ | netbsdsrc/usr.sbin/xntp/xntpd/ntp_io.c(33) |
/* XXX Identify AIX some other way */ | netbsdsrc/usr.sbin/xntp/xntpd/ntp_io.c(70) |
/* XXX temp tty_clk line discipline */ | netbsdsrc/usr.sbin/xntp/xntpd/ntp_refclock.c(78) |
/* XXX temp tty_chu line discipline */ | netbsdsrc/usr.sbin/xntp/xntpd/ntp_refclock.c(81) |
/* XXX W2DO? minpoll/maxpoll arguments ??? */ | netbsdsrc/usr.sbin/xntp/xntpd/ntp_request.c(1223) |
/* XXX this will do it till <2080 */ | netbsdsrc/usr.sbin/xntp/xntpd/parse.c(642) |
/* XXX temp CHU line discipline */ | netbsdsrc/usr.sbin/xntp/xntpd/refclock_chu.c(111) |
/* XXXX syslog it */ | netbsdsrc/usr.sbin/xntp/xntpd/refclock_leitch.c(198) |
/* XXX Actually, if this fails, we're pretty much screwed */ | netbsdsrc/usr.sbin/xntp/xntpd/refclock_mx4200.c(1914) |
/* XXX SOLARIS */ | netbsdsrc/usr.sbin/xntp/xntpd/refclock_parse.c(134) |
/* XXX to be fixed ! 1.968ms +- 104us (oscilloscope) - relative to start (end of STX) */ | netbsdsrc/usr.sbin/xntp/xntpd/refclock_parse.c(503) |
/* assume this beast hold at 1 h better than 2 ms XXX-must verify */ | netbsdsrc/usr.sbin/xntp/xntpd/refclock_parse.c(562) |
/* elevation angle mask = 10 deg XXX */ | netbsdsrc/usr.sbin/xntp/xntpd/refclock_parse.c(4174) |
/* s/n ratio mask = 6 XXX */ | netbsdsrc/usr.sbin/xntp/xntpd/refclock_parse.c(4175) |
/* XXX use SOCK_STREAM for direct queries? */ | netbsdsrc/usr.sbin/ypbind/ypbind.c(529) |
/* XXX: DB bsize = 4096 in ypdb.c */ | netbsdsrc/usr.sbin/ypserv/mkalias/mkalias.c(180) |
/* XXX report error ? */ | netbsdsrc/usr.sbin/ypserv/ypserv/ypserv_proc.c(321) |
/* XXX report error? */ | netbsdsrc/usr.sbin/ypserv/ypserv/ypserv_proc.c(325) |
/* XXXCDC An error has occurred */ | netbsdsrc/usr.sbin/ypserv/ypserv/ypserv_proc.c(401) |
/* XXX display error message */ | XFree86-3.3/contrib/programs/xditview/xditview.c(397) |
/* XXX -- fix this when we have some auths */ | XFree86-3.3/xc/lib/FS/FSOpenServ.c(130) |
/* XXX assuming that sizeof(unsigned long) is 32 bits */ | XFree86-3.3/xc/lib/X11/ChWindow.c(41) |
/* XXX the next two statements won't work if short isn't 16 bits */ | XFree86-3.3/xc/lib/X11/Font.c(159) |
/* XXX this table def is duplicated in IntAtom.c, keep them consistent! */ | XFree86-3.3/xc/lib/X11/GetAtomNm.c(34) |
/* XXX is this right for all machines? */ | XFree86-3.3/xc/lib/X11/GetMoEv.c(45) |
/* XXX this table def is duplicated in GetAtomNm.c, keep them consistent! */ | XFree86-3.3/xc/lib/X11/IntAtom.c(35) |
/* XXX - printing messages marks a bad programming interface */ | XFree86-3.3/xc/lib/X11/OpenDis.c(320) |
/* XXX slow, but works */ | XFree86-3.3/xc/lib/X11/PutImage.c(961) |
/* XXX this isn't very efficient */ | XFree86-3.3/xc/lib/X11/QuColors.c(52) |
/* XXX bogus - we're throwing away information!!! */ | XFree86-3.3/xc/lib/X11/QuTextE16.c(84) |
/* XXX Cray needs packing here.... */ | XFree86-3.3/xc/lib/X11/RotProp.c(49) |
/* XXX should be (sizeof (maxint) - 1)/4 */ | XFree86-3.3/xc/lib/X11/StBytes.c(62) |
/* XXX spec does not say what to return */ | XFree86-3.3/xc/lib/X11/WrBitF.c(127) |
/* 12/11/95 (ef) -- XXX!! should clear changes here */ | XFree86-3.3/xc/lib/X11/XKBExtDev.c(816) |
/* 8/16/93 (ef) -- XXX! Verify size here (numdesc must be */ | XFree86-3.3/xc/lib/X11/XKBGetMap.c(271) |
/* 1/28/96 (ef) -- XXX! WORKING HERE */ | XFree86-3.3/xc/lib/X11/XKBMisc.c(511) |
/* XXX - this fallback is gross */ | XFree86-3.3/xc/lib/X11/XlibInt.c(448) |
/* XXX should never occur */ | XFree86-3.3/xc/lib/X11/XlibInt.c(2652) |
/* XXX ick, without freeing ret */ | XFree86-3.3/xc/lib/X11/lcGeneric.c(672) |
/* vinfo->class == GrayScale, old style allocation XXX */ | XFree86-3.3/xc/lib/Xmu/CrCmap.c(520) |
/* XXX niy */ | XFree86-3.3/xc/lib/Xmu/CvtStdSel.c(239) |
/* XXX this is non-portable */ | XFree86-3.3/xc/lib/Xmu/DefErrMsg.c(60) |
/* XXX this character set needs work */ | XFree86-3.3/xc/lib/Xmu/Lookup.c(298) |
/* XXX - make fg/bg resources */ | XFree86-3.3/xc/lib/Xmu/StrToCurs.c(134) |
/* XXX using display of screen argument as message display */ | XFree86-3.3/xc/lib/Xmu/StrToCurs.c(174) |
/* XXX Sacrifice caching */ | XFree86-3.3/xc/lib/Xmu/StrToCurs.c(176) |
/* XXX this will need more work if more sets are registered */ | XFree86-3.3/xc/lib/Xmu/Xct.c(85) |
/* XXX should now redo grabs */ | XFree86-3.3/xc/lib/Xt/TMkey.c(620) |
/* XXX - eat data */ | XFree86-3.3/xc/lib/Xtst/XRecord.c(455) |
/* XXX - don't know how many */ | XFree86-3.3/xc/lib/Xtst/XRecord.c(475) |
/* XXX eat data */ | XFree86-3.3/xc/lib/Xtst/XRecord.c(494) |
/* XXX add custom encryption stuff here */ | XFree86-3.3/xc/lib/font/Speedo/spfile.c(246) |
/* XXX slam back to ISO Latin1 */ | XFree86-3.3/xc/lib/font/Speedo/spfile.c(294) |
/* XXX -- what to do if we can't open the file? */ | XFree86-3.3/xc/lib/font/Speedo/spfile.c(345) |
/* XXX - this should be much smarter */ | XFree86-3.3/xc/lib/font/Speedo/spfont.c(122) |
/* XXX tweak? */ | XFree86-3.3/xc/lib/font/Speedo/spfont.c(283) |
/* XXX this is more than a little bit rude... */ | XFree86-3.3/xc/lib/font/Speedo/spglyph.c(189) |
/* XXX -- MONDO KLUDGE -- add some slop */ | XFree86-3.3/xc/lib/font/Speedo/spglyph.c(350) |
/* XXX -- hackery here */ | XFree86-3.3/xc/lib/font/Speedo/spinfo.c(145) |
/* XXX beware of overflow */ | XFree86-3.3/xc/lib/font/Speedo/sptobdf.c(269) |
/* XXX kludge to handle space */ | XFree86-3.3/xc/lib/font/Speedo/sptobdf.c(513) |
/* XXX - Set pointers in pfont->info to NULL so they are not freed. */ | XFree86-3.3/xc/lib/font/Type1/t1info.c(449) |
/* XXX need better test */ | XFree86-3.3/xc/lib/font/bitmap/bitscale.c(1797) |
/* XXX this should probably be a macro once its fully debugged */ | XFree86-3.3/xc/lib/font/fc/fserve.c(146) |
/* XXX - something nasty happened */ | XFree86-3.3/xc/lib/font/fc/fserve.c(737) |
/* XXX this could be done with an ALLOCATE_LOCAL */ | XFree86-3.3/xc/lib/font/fc/fserve.c(955) |
/* XXX we may get called after the resource DB has been cleaned out */ | XFree86-3.3/xc/lib/font/fc/fserve.c(1713) |
/* XXX -- translate FS error */ | XFree86-3.3/xc/lib/font/fc/fserve.c(1764) |
/* XXX add some auth info here */ | XFree86-3.3/xc/lib/font/fc/fsio.c(206) |
/* XXX -- we assume this can't happen */ | XFree86-3.3/xc/lib/font/fc/fsio.c(448) |
/* XXX - this should not be hardcoded - on todo list */ | XFree86-3.3/xc/lib/lbxutil/delta/lbxdelta.c(43) |
/* XXX should be ped->flags.modified */ | XFree86-3.3/xc/programs/Xserver/XIE/mixie/control/floman.c(422) |
/* XXX - ugh! */ | XFree86-3.3/xc/programs/Xserver/XIE/mixie/export/mefax.c(108) |
/* XXX - even ugh-ier! */ | XFree86-3.3/xc/programs/Xserver/XIE/mixie/export/mefax.c(109) |
/* XXX - ugh! */ | XFree86-3.3/xc/programs/Xserver/XIE/mixie/export/mejpeg.c(109) |
/* XXX - I may regret not checking for a1a2 > 0 later... */ | XFree86-3.3/xc/programs/Xserver/XIE/mixie/fax/dtiff2.c(249) |
/* XXX - I may regret not checking for a1a2 > 0 later... */ | XFree86-3.3/xc/programs/Xserver/XIE/mixie/fax/dg31d.c(317) |
/* XXX - width, height must be same, all bands */ | XFree86-3.3/xc/programs/Xserver/XIE/mixie/import/mijpeg.c(418) |
/* XXX - this should be cleaned up. */ | XFree86-3.3/xc/programs/Xserver/XIE/mixie/import/mifax.c(113) |
/* XXX pick numbers out of a hat */ | XFree86-3.3/xc/programs/Xserver/XIE/mixie/import/miregion.c(313) |
/* XXX hmmm? */ | XFree86-3.3/xc/programs/Xserver/XIE/mixie/process/mpcfromi.c(257) |
/* XXX need LUT based approach for small sizes */ | XFree86-3.3/xc/programs/Xserver/XIE/mixie/process/mpcnst.c(881) |
/* XXX, if numbers are small, do some more work */ | XFree86-3.3/xc/programs/Xserver/XIE/mixie/process/mprgb.c(636) |
/* XXX MultibufferExpose "knows" the region representation */ | XFree86-3.3/xc/programs/Xserver/Xext/mbuf.c(1403) |
/* XXX- Until we know what is needed, copy everything. */ | XFree86-3.3/xc/programs/Xserver/Xext/mbufbf.c(320) |
/* XXX - Worry about backingstore later */ | XFree86-3.3/xc/programs/Xserver/Xext/mbufbf.c(333) |
/* XXX - Knows region internals. */ | XFree86-3.3/xc/programs/Xserver/Xext/mbufbf.c(799) |
/* XXX really need per extension dispatching */ | XFree86-3.3/xc/programs/Xserver/Xext/security.c(1060) |
/* XXX check that pWin is not NULL */ | XFree86-3.3/xc/programs/Xserver/Xext/appgroup.c(415) |
/* XXX check that pColormap is not NULL */ | XFree86-3.3/xc/programs/Xserver/Xext/appgroup.c(436) |
/* XXX what else can we do if there's no counter? */ | XFree86-3.3/xc/programs/Xserver/Xext/sync.c(600) |
/* XXX really should do something smarter here */ | XFree86-3.3/xc/programs/Xserver/Xext/sync.c(719) |
/* XXX spec does not really say to do this - needs clarification */ | XFree86-3.3/xc/programs/Xserver/Xext/sync.c(1047) |
/* XXX 64 bit value can't fit in 32 bits; do the best we can */ | XFree86-3.3/xc/programs/Xserver/Xext/sync.c(1638) |
/* XXX protocol change */ | XFree86-3.3/xc/programs/Xserver/Xext/sync.c(1702) |
/* we can't alloc a client private, should we bail??? XXX */ | XFree86-3.3/xc/programs/Xserver/Xext/xprint.c(326) |
/* None, NULL??? XXX */ | XFree86-3.3/xc/programs/Xserver/Xext/xprint.c(1408) |
/* XXX Why are these longs??? */ | XFree86-3.3/xc/programs/Xserver/Xext/xprint.c(2110) |
/* XXX is a 256 character limit overly restrictive for printer names? */ | XFree86-3.3/xc/programs/Xserver/Xprint/Init.c(519) |
/* XXX Generate an error? */ | XFree86-3.3/xc/programs/Xserver/Xprint/Init.c(809) |
/* XXX - What do I do if the driver's init fails? */ | XFree86-3.3/xc/programs/Xserver/Xprint/Init.c(1444) |
/* XXX Should we supply a default driverName? */ | XFree86-3.3/xc/programs/Xserver/Xprint/Init.c(1762) |
/* XXX poor error choice? */ | XFree86-3.3/xc/programs/Xserver/Xprint/Util.c(265) |
/* XXX Is this the right value??? */ | XFree86-3.3/xc/programs/Xserver/Xprint/Util.c(266) |
/* XXX Ignored??? */ | XFree86-3.3/xc/programs/Xserver/Xprint/Util.c(269) |
/* XXX should we translate by drawable.x/y here ? */ | XFree86-3.3/xc/programs/Xserver/Xprint/pcl/PclGC.c(954) |
/* XXX Hard routine to write! */ | XFree86-3.3/xc/programs/Xserver/Xprint/pcl/PclInit.c(266) |
/* XXX what do I do if it fails? */ | XFree86-3.3/xc/programs/Xserver/Xprint/raster/Raster.c(208) |
/* XXX: Range check width and height */ | XFree86-3.3/xc/programs/Xserver/afb/afbbitblt.c(413) |
/* XXX should this really be << PWSH, or * 8, or * PGSZB? */ | XFree86-3.3/xc/programs/Xserver/afb/afbgetsp.c(108) |
/* XXX: bit plane order wronge ! */ | XFree86-3.3/xc/programs/Xserver/afb/afbimage.c(40) |
/* XXX: if depth == 8, use fast chunky to planar assembly function.*/ | XFree86-3.3/xc/programs/Xserver/afb/afbimage.c(108) |
/* XXX should this be '<= PPW' ? */ | XFree86-3.3/xc/programs/Xserver/cfb/cfbbitblt.c(424) |
/* XXX purify abr here */ | XFree86-3.3/xc/programs/Xserver/cfb/cfbbitblt.c(645) |
/* XXX fails right now, walks off end of pixmaps */ | XFree86-3.3/xc/programs/Xserver/cfb/cfbblt.c(50) |
/* XXX constants probably not OK here */ | XFree86-3.3/xc/programs/Xserver/cfb/cfbfillsp.c(712) |
/* XXX consts probably not OK here */ | XFree86-3.3/xc/programs/Xserver/cfb/cfbfillsp.c(925) |
/* XXX only works when narrowShift >= PPW/2 */ | XFree86-3.3/xc/programs/Xserver/cfb/cfbtileodd.c(264) |
/* XXX only works when narrowShift >= PPW/2 */ | XFree86-3.3/xc/programs/Xserver/cfb/cfbtileodd.c(514) |
/* XXX should worry about removing any RT_CMAPENTRY resource */ | XFree86-3.3/xc/programs/Xserver/dix/colormap.c(600) |
/* XXX this is a kludge */ | XFree86-3.3/xc/programs/Xserver/dix/dispatch.c(138) |
/* XXX -- these two funcs may want to be broken into macros */ | XFree86-3.3/xc/programs/Xserver/dix/dixfonts.c(214) |
/* XXX -- do we need to pass error down to each renderer? */ | XFree86-3.3/xc/programs/Xserver/dix/dixfonts.c(1787) |
/* XXX might be a problem on 64 bit big-endian servers */ | XFree86-3.3/xc/programs/Xserver/dix/gc.c(567) |
/* XXX this should be obsolete now, remove? */ | XFree86-3.3/xc/programs/Xserver/dix/globals.c(134) |
/* XXX Do PointerNonInterestBox here */ | XFree86-3.3/xc/programs/Xserver/dix/events.c(1576) |
/* We SHOULD check for an error value here XXX */ | XFree86-3.3/xc/programs/Xserver/dix/window.c(480) |
/* XXX need to retile border on each window with ParentRelative origin */ | XFree86-3.3/xc/programs/Xserver/dix/window.c(1743) |
/* XXX copied from ws_io.c, get it into some header file somewhere */ | XFree86-3.3/xc/programs/Xserver/hw/dec/ws/ext_device.c(90) |
/* should think up cleaner solution XXX */ | XFree86-3.3/xc/programs/Xserver/hw/dec/ws/ext_device.c(232) |
/* someday I will do this in the line discpline open XXX */ | XFree86-3.3/xc/programs/Xserver/hw/dec/ws/ext_device.c(279) |
/* 200 * 39.37 XXX */ | XFree86-3.3/xc/programs/Xserver/hw/dec/ws/ext_device.c(501) |
/* XXX bad type in inputdevice.h */ | XFree86-3.3/xc/programs/Xserver/hw/dec/ws/ws_io.c(731) |
/* XXX - Should wrap or else BackingStore will leak memory */ | XFree86-3.3/xc/programs/Xserver/hw/ibm/skyway/skyScrInit.c(282) |
/* XXX truecolor */ | XFree86-3.3/xc/programs/Xserver/hw/vfb/InitOutput.c(513) |
/* XXX defined but not used */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/agx/agxGC16.c(176) |
/* XXX: check constants */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/agx/agxGC16.c(548) |
/* XXX: why nothing? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/agx/agxGC16.c(559) |
/* XXX: This needs sorting out */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/agx/agxGC16.c(745) |
/* XXX: new cursor? pScreen->BlockHandler = agxBlockHandler;*/ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/agx/agxScrIn.c(250) |
/* XXX should this be '<= PPW' ? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbbitblt.c(429) |
/* XXX only works when narrowShift >= PPW/2 */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbtileodd.c(209) |
/* XXX only works when narrowShift >= PPW/2 */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbtileodd.c(423) |
/* XXXX probably should restore MEM_CFG at exit */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32init.c(306) |
/* XXX -- R1-specific code will go here eventually... */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/r1/r1accel.c(58) |
/* XXX -- R1-specific code goes here... */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/r1/r1.c(145) |
/* XXXX should be checked if true */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3.c(233) |
/* XXXX just a guess, who has 805i docs? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3.c(1632) |
/* XXXX What happens here for 16bpp/32bpp ? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3.c(1641) |
/* XXXX should this be here? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3.c(1660) |
/* XXXX is clock[] initialized? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3.c(1668) |
/* XXXX improve this message */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3.c(2055) |
/* XXX depends on byte sex! __BYTE_ORDER == 1234 assumed */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3im.c(409) |
/* XXXX Better to test the DAC type? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3init.c(433) |
/* XXXX shouldn't need this */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3init.c(535) |
/* XXXX Should we really do something about the return value? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3init.c(671) |
/* XXX should be checked for 801/805 */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3init.c(1091) |
/* XXX: new cursor? pScreen->BlockHandler = s3BlockHandler;*/ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3scrin.c(269) |
/* XXXX Are the defaults for the other parameters correct? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3ramdacs.c(357) |
/* XXXX Is this right? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3ramdacs.c(360) |
/* XXXX Something should be masked here */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3ramdacs.c(562) |
/* XXXX is this right?? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3ramdacs.c(1507) |
/* XXXX strange: reserved bit which helps! */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3ramdacs.c(2752) |
/* XXXX 0x40? see above! */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3ramdacs.c(2753) |
/* XXXX just a guess, check !!! */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3ramdacs.c(4001) |
/* XXXX Check this elsewhere */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3/s3ramdacs.c(4561) |
/* XXXX this needs some changes */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3.c(1413) |
/*#if 0*/ /* XXX: why nothing? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3gc32.c(586) |
/* XXXX ~0x40 and SynthClock /= 2 in s3.c might be better... */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3init.c(564) |
/* XXX m/n calculation should be adopted to EDO-DRAMs */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3init.c(832) |
/* XXX: new cursor? pScreen->BlockHandler = s3BlockHandler;*/ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3scrin.c(248) |
/* XXXX This value needs to be checked (currently using 80MHz) */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/common/Mach8.c(23) |
/* XXXX This value needs to be checked (currently using 135 MHz) */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/common/XF86_P9000.c(25) |
/* XXXX caveat: multiple path components in line */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/common/xf86Config.c(1174) |
/* XXXX Most mice don't allow this */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/common/xf86Config.c(1682) |
/* XXXX Maybe should only do this when xf86bpp == default depth?? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/common/xf86Config.c(2907) |
/* XXXX Don't know what if anything to do here */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/os-support/mach/mach_video.c(167) |
/* XXXX This is a problem because it unmaps all regions */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/os-support/sysv/sysv_video.c(209) |
/* WHOOP WHOOP WHOOP XXX -- depth 8 *only* */ /* GJA -- ? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcBStore.c(124) |
/* WHOOP WHOOP WHOOP XXX -- depth 8 *only* */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcBStore.c(167) |
/* XXXX Fixed colors, debugging only. */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_cursor.c(363) |
/* XXXX Guess. */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_driver.c(1915) |
/* XXXX need to add 6245. */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_driver.c(180) |
/* 7541 XXXX Don't know for 754x. */ /* 80100 / 3 is a guess */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_driver.c(611) |
/* XXXX might be better/safer to reduce the value in clock limit tab */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_driver.c(873) |
/* XXXX Is 0 required for interlaced modes on some chips? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_driver.c(3608) |
/* XXX This can't be right for the 5434. */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_driver.c(3825) |
/* XXX Check this */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/igs/igs_accel.c(773) |
/* IGS.ChipClockScaleFactor = 1;*/ /* XXX - Katrina? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/igs/igs_driver.c(733) |
/* XXX Enable HW Cursor here */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/igs/igs_driver.c(865) |
/* XXX Disable HW Cursor here */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/igs/igs_driver.c(873) |
/* XXX - Undocumented magic from IGS! */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/igs/igs_driver.c(966) |
/* XXX Not sure where the delay should be here */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/igs/igs_driver.c(976) |
/* XXX Override GR05 Shift register */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/igs/igs_driver.c(1190) |
/* XXX Override AR10 Pixel clock select */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/igs/igs_driver.c(1192) |
/* XXX This has not been tested */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/igs/igs_driver.c(1249) |
/* Hidden Control: XXX some examples set this to 0x03 */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/igs/igs_driver.c(1281) |
/* XXX - ajv I'm assuming that pcr->_base0 is pci config space + 0x10 */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_driver.c(418) |
/* XXX - these values are Intel byte order I believe. */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_driver.c(420) |
/* XXXX Still not sure if this is needed. It isn't done in the Restore */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaHW.c(817) |
/* XXX should this be '<= PPW' ? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/vga/vgabitblt.c(450) |
/* XXX only works when narrowShift >= PPW/2 */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/vga/vgatileodd.c(198) |
/* XXX only works when narrowShift >= PPW/2 */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/vga256/vga/vgatileodd.c(413) |
/* XXXX DEBUGGING ONLY */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/xaa/xf86pcache.c(159) |
/* XXX DISABLED */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/xaa/xf86pcache.c(191) |
/* XXXX These descriptions should be improved. */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/xf86config/xf86config.c(315) |
/* XXXX Does this make sense? */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/xf86config/xf86config.c(480) |
/* XXX should this really be << PWSH, or * 8, or * PGSZB? */ | XFree86-3.3/xc/programs/Xserver/ilbm/ilbmgetsp.c(111) |
/* XXX only works when narrowShift >= INTER_PPG/2 */ | XFree86-3.3/xc/programs/Xserver/iplan2p4/ipltileodd.c(214) |
/* XXX only works when narrowShift >= INTER_PPG/2 */ | XFree86-3.3/xc/programs/Xserver/iplan2p4/ipltileodd.c(399) |
/* XXX use of globals like this is gross */ | XFree86-3.3/xc/programs/Xserver/lbx/lbxcmap.c(636) |
/* XXX should probably shrink this sucker too */ | XFree86-3.3/xc/programs/Xserver/lbx/lbxgfx.c(490) |
/* XXX some day */ | XFree86-3.3/xc/programs/Xserver/lbx/lbxmain.c(1424) |
/* XXX should this really be << PWSH, or * 8, or * PGSZB? */ | XFree86-3.3/xc/programs/Xserver/mfb/mfbgetsp.c(103) |
/* XXX assuming bit order == byte order */ | XFree86-3.3/xc/programs/Xserver/mi/mibitblt.c(349) |
/* XXX backward compatibility */ | XFree86-3.3/xc/programs/Xserver/mi/miwideline.c(2037) |
/* XXX need to retile border if ParentRelative origin */ | XFree86-3.3/xc/programs/Xserver/mi/miwindow.c(541) |
/* XXX kludge until real zero-width dash code is written */ | XFree86-3.3/xc/programs/Xserver/mi/mizerline.c(957) |
/* XXX bundle up into writev someday */ | XFree86-3.3/xc/programs/Xserver/os/lbxio.c(405) |
/* XXX add getrusage, popen("ps -ale") */ | XFree86-3.3/xc/programs/Xserver/os/auth.c(408) |
/* XXX how does this interact with new write block handling? */ | XFree86-3.3/xc/programs/Xserver/os/WaitFor.c(318) |
/* XXX goes in header file */ | XFree86-3.3/xc/programs/Xserver/record/record.c(2843) |
/* 6/21/93 (ef) -- XXX! deal with allocation failure */ | XFree86-3.3/xc/programs/Xserver/xkb/xkbActions.c(1124) |
/* 12/31/94 (ef) -- XXX! Should check if controls loaded from file */ | XFree86-3.3/xc/programs/Xserver/xkb/xkbInit.c(505) |
/* 12/9/95 (ef) -- XXX! Maybe we should try to fix up one or */ | XFree86-3.3/xc/programs/Xserver/xkb/xkbInit.c(596) |
/* 12/31/94 (ef) -- XXX! Should check if state loaded from file */ | XFree86-3.3/xc/programs/Xserver/xkb/xkbInit.c(616) |
/* 9/11/94 (ef) -- XXX! need to match release with */ | XFree86-3.3/xc/programs/Xserver/xkb/xkbPrKeyEv.c(148) |
/* 7/12/95 (ef) -- XXX check compatibility and/or indicator state */ | XFree86-3.3/xc/programs/Xserver/xkb/xkbUtils.c(266) |
/* 1/12/95 (ef) -- XXX! should zero out the new maps */ | XFree86-3.3/xc/programs/Xserver/xkb/xkbUtils.c(300) |
/* 1/12/95 (ef) -- XXX! should allow XKB structures to grow */ | XFree86-3.3/xc/programs/Xserver/xkb/xkbUtils.c(307) |
/* 3/26/94 (ef) -- XXX! Doesn't deal with input extension requests */ | XFree86-3.3/xc/programs/Xserver/xkb/xkbUtils.c(722) |
/* XXX want to use multiple servers */ | XFree86-3.3/xc/programs/lbxproxy/di/dispatch.c(232) |
/* XXX bad stuff... */ | XFree86-3.3/xc/programs/lbxproxy/di/lbxfuncs.c(786) |
/* XXX watch multi-proxy */ | XFree86-3.3/xc/programs/lbxproxy/di/wire.c(543) |
/* XXX watch multi proxy */ | XFree86-3.3/xc/programs/lbxproxy/di/wire.c(569) |
/* XXX - remove? */ | XFree86-3.3/xc/programs/twm/events.c(1794) |
/* Don't modify frame_XXX fields before calling SetupWindow! */ | XFree86-3.3/xc/programs/twm/events.c(2410) |
/* XXX should this be FALSE? */ | XFree86-3.3/xc/programs/twm/menus.c(1390) |
/* XXX - don't work */ | XFree86-3.3/xc/programs/twm/parse.c(498) |
/* XXX classic System V signal race condition here with RescanNotify */ | XFree86-3.3/xc/programs/xdm/dm.c(400) |
/* XXX make this dynamic? */ | XFree86-3.3/xc/programs/xfs/difs/cache.c(67) |
/* XXX -- try to set oldprev properly inside search loop */ | XFree86-3.3/xc/programs/xfs/difs/cache.c(219) |
/* XXXX -- this needs work for multiple auth replies */ | XFree86-3.3/xc/programs/xfs/difs/dispatch.c(249) |
/* XXX needs work for AuthContinue */ | XFree86-3.3/xc/programs/xfs/difs/dispatch.c(599) |
/* XXX does this need a refcount? */ | XFree86-3.3/xc/programs/xfs/difs/dispatch.c(706) |
/* ignore -1 return from select XXX */ | XFree86-3.3/xc/programs/xfs/difs/fonts.c(188) |
/* XXX why is it xFontProp ? */ | XFree86-3.3/xc/programs/xfs/difs/fonts.c(1217) |
/* XXX this should also go to syslog() */ | XFree86-3.3/xc/programs/xfs/os/error.c(134) |
/* XXX should Notices just be ignored if not using syslog? */ | XFree86-3.3/xc/programs/xfs/os/error.c(164) |
/* XXX -- leak */ | XFree86-3.3/xc/programs/xfs/os/osglue.c(248) |
/* XXX should we close stdio as well? */ | XFree86-3.3/xc/programs/xfs/os/osglue.c(349) |
/* XXX Not supported in SI */ | XFree86-3.3/xc/programs/xieperf/convolve.c(222) |
/* XXX check for error return */ | XFree86-3.3/xc/programs/xieperf/encode.c(298) |
/* 3/30/94 (ef) -- XXX! Should free action info here */ | XFree86-3.3/xc/programs/xkbcomp/compat.c(165) |
/* XXX resolve polling since it wastes CPU cycles */ | XFree86-3.3/xc/programs/xterm/Tekproc.c(740) |
/* XXX why is this undef-ed again? */ | XFree86-3.3/xc/programs/xterm/main.c(529) |
/* XXX - wrong */ | XFree86-3.3/xc/programs/xterm/menu.c(425) |
/* XXX: Find the right error code */ | apache/src/os/win32/mod_isapi.c(448) |
/* XXX: Is there is still an O(n^2) attack possible here? Please detail. */ | apache/src/os/win32/mod_isapi.c(532) |
/* XXX: ignore shi->fKeepConn? We shouldn't need the advise */ | apache/src/os/win32/mod_isapi.c(770) |
/* XXXX: this breaks things, but an alternative isn't obvious...*/ | apache/src/main/buff.c(610) |
/* XXX: only works with buffered writes */ | apache/src/main/buff.c(1610) |
/* XXX: this needs porting to OS2 and WIN32 */ | apache/src/main/http_log.c(614) |
/* XXX: @@@: What should be done with the parsed_uri values? */ | apache/src/main/http_request.c(975) |
/* XXX: this -1 thing is a gross hack */ | apache/src/main/util_script.c(713) |
/* XXX we don't check the validity */ | apache/src/main/http_protocol.c(133) |
/* XXX: well this is really broken if this happens */ | apache/src/main/util.c(607) |
/* XXXX possibly bogus cast */ | apache/src/main/http_main.c(533) |
/* XXX: um, well we've just wasted some space in pconf ? */ | apache/src/main/http_main.c(1841) |
/* XXX: This is no good, can't we please die in -X mode :-? */ | apache/src/main/http_main.c(3086) |
/*@@@ XXX FIXME: Assuming that writing the cache file won't time out?!!? */ | apache/src/modules/proxy/proxy_util.c(567) |
/* XXX: we checked for 125||150||226||250 above. This is redundant. */ | apache/src/modules/proxy/proxy_ftp.c(1256) |
/* XXX: we no longer log an "error writing to c->tempfile" - should we? */ | apache/src/modules/proxy/proxy_ftp.c(1258) |
/* XXX: could use ap_table_overlap here */ | apache/src/modules/standard/mod_include.c(114) |
/* XXX:@@@ Is the generated/included output ALWAYS in text/ebcdic format? */ | apache/src/modules/standard/mod_include.c(2494) |
/* XXX: what if size > HUGE_STRING_LEN? */ | apache/src/modules/standard/mod_vhost_alias.c(269) |
/* XXX todo: expires? cachability? */ | apache/src/modules/standard/mod_negotiation.c(2544) |
/* XXX todo: merge the two cases in the if statement below */ | apache/src/modules/standard/mod_negotiation.c(2569) |
/* XXX: not multithread safe */ | apache/src/modules/standard/mod_mime_magic.c(1750) |
/* XXX cpw >= 28 + strlen(sha1) chars - fixed len SHA */ | apache/src/support/htpasswd.c(212) |
/* XXX this len limitation is not in sync with any HTTPd len. */ | apache/src/support/htpasswd.c(226) |
/* XXX insert timings for ssl */ | apache/src/support/ab.c(220) |
/* XXXX propably wrong !!! */ | apache/src/support/ab.c(389) |
/* XXX fundamwentally worng .. */ | apache/src/support/ab.c(1001) |
/* XXX could DWIM "1.2.3" here */ | perl/universal.c(259) |
/* XXX why are these needed? */ | perl/globals.c(57) |
/* This list is a superset of the UTF8_ALLOW_XXX. */ | perl/utf8.c(233) |
/* XXX no locale support yet */ | perl/utf8.c(892) |
/* XXX ought to be handled by lex_start */ | perl/utf8.c(1216) |
/* XXX slurp this routine */ | perl/mg.c(1476) |
/* XXX Should we check that it hasn't changed? */ | perl/mg.c(1584) |
/* XXX level+1 ??? */ | perl/dump.c(975) |
/* XXX If this causes problems, set i_unistd=undef in the hint file. */ | perl/perl.c(19) |
/* XXX Needed? */ | perl/perl.c(1263) |
/* But running with -u leaves %ENV & @ARGV undefined! XXX */ | perl/perl.c(1297) |
/* XXX unsafe for threads if eval_owner isn't held */ | perl/perl.c(1563) |
/* XXX move this out into a module ? */ | perl/perl.c(1994) |
/* Assumptions: if ANCH_GPOS, then strpos is anchored. XXXX Check GPOS logic */ | perl/regexec.c(313) |
/* XXXX We assume that strpos is strbeg unless sv. */ | perl/regexec.c(318) |
/* XXXX May be hopelessly wrong for UTF... */ | perl/regexec.c(510) |
/* XXXX It is not documented what units *_offsets are in. Assume bytes. */ | perl/regexec.c(536) |
/* XXXX Why not check for STCLASS? */ | perl/regexec.c(664) |
/* XXXX If strpos moved? */ | perl/regexec.c(714) |
/* XXXX BmUSEFUL already changed, maybe multiple change is meaningful... */ | perl/regexec.c(736) |
/* XXXX Should be taken into account earlier? */ | perl/regexec.c(782) |
/* XXXX SBOL? */ | perl/regexec.c(1470) |
/* it must be a one character string (XXXX Except UTF?) */ | perl/regexec.c(1516) |
/* XXXX Not good when matches are reenterable... */ | perl/regexec.c(1746) |
/* XXXX This is too dramatic a measure... */ | perl/regexec.c(2538) |
/* XXXX Do this only if SUSPENDed? */ | perl/regexec.c(2546) |
/* XXXX Needn't unwinding in this case... */ | perl/regexec.c(3440) |
/* XXX could check well-formedness here */ | perl/regexec.c(3844) |
/* XXXX May be optimized away? */ | perl/pp_hot.c(536) |
/* XXXX What part of this is needed with true \G-support? */ | perl/pp_hot.c(1033) |
/* Do we need to open block here? XXXX */ | perl/pp_hot.c(2617) |
/* XXXX: logic is complicated otherwise, leave it along for a moment. */ | perl/regcomp.c(489) |
/* XXXX: logic is complicated otherwise */ | perl/regcomp.c(516) |
/* XXXX: logic is complicated, leave it along for a moment. */ | perl/regcomp.c(536) |
/* XXXX Add !SUSPEND? */ | perl/regcomp.c(656) |
/* XXXX How to optimize if data == 0? */ | perl/regcomp.c(1009) |
/* XXXX Should not we check for something else? Usually it is OPEN1... */ | perl/regcomp.c(1646) |
/* XXXX Check for BOUND? */ | perl/regcomp.c(1743) |
/* XXX Here's a total kludge. But we need to re-enter for swash routines. */ | perl/regcomp.c(4537) |
/* XXX compatibility with versions <= 5.003. */ | perl/gv.c(976) |
/* XXX compatibility with versions <= 5.003. */ | perl/gv.c(983) |
/* XXXX Eventually should do to_gv. */ | perl/gv.c(1412) |
/* XXX it could be a comma expression with loop modifiers */ | perl/toke.c(3238) |
/* XXX generalizable kludge */ | perl/toke.c(3831) |
/* XXX see note in do_binmode() */ | perl/toke.c(4127) |
/* XXX gotta be a better way */ | perl/toke.c(5794) |
/* XXX should fix CXINC macro */ | perl/scope.c(99) |
/* XXX should tmps_floor live in cxstack? */ | perl/scope.c(175) |
/* XXX Change to save by offset */ | perl/scope.c(461) |
/* XXXX 64-bit? IV may have better precision... */ | perl/sv.c(2204) |
/* XXX Skip this when sv_pvn_force calls */ | perl/sv.c(2276) |
/* XXXX Do we want to set IsUV for IV(ROK)? Be extra safe... */ | perl/sv.c(2900) |
/* XXX Might want something more general */ | perl/sv.c(3766) |
/* XXX fix when pmop->op_pmregexp becomes shared */ | perl/sv.c(6702) |
/* XXX TODO */ | perl/sv.c(6729) |
/* XXX copy dynamic vtable? */ | perl/sv.c(6783) |
/* XXX random ptr? */ | perl/sv.c(6796) |
/* XXX shared string/random ptr? */ | perl/sv.c(7002) |
/* XXX sometimes holds PMOP* when DEBUGGING */ | perl/sv.c(7076) |
/* XXX padlists are real, but pretend to be not */ | perl/sv.c(7232) |
/* XXXXX todo */ | perl/sv.c(7385) |
/* XXX quite arbitrary */ | perl/sv.c(7596) |
/* XXX time(&PL_basetime) when asked for? */ | perl/sv.c(7864) |
/* XXX not quite right */ | perl/sv.c(7940) |
/* XXX flag for cloning? */ | perl/sv.c(7999) |
/* XXX No PMOP ref count */ | perl/sv.c(8230) |
/* XXX never deallocated */ | perl/sv.c(8237) |
/* XXX Might want to check arrays, etc. */ | perl/sv.c(8385) |
/* XXX runtime compiled output needs to move to the pad */ | perl/pp_ctl.c(139) |
/* XXX can't change the optree at runtime either */ | perl/pp_ctl.c(143) |
/* XXX SvCUR bad */ | perl/pp_ctl.c(334) |
/* XXX should be REIFY (see av.h) */ | perl/pp_ctl.c(1591) |
/* XXX not good for nested eval */ | perl/pp_ctl.c(2416) |
/* XXX never used! */ | perl/pp_sys.c(381) |
/* XXX Configure probe for the length type of *truncate() needed XXX */ | perl/pp_sys.c(1859) |
/* XXX Configure probe for the signedness of the length type of *truncate() needed? XXX */ | perl/pp_sys.c(1872) |
/* XXX ASCII dependent code */ | perl/pp_sys.c(3127) |
/* XXX does _anyone_ need this? --AD 2/20/1998 */ | perl/pp_sys.c(3589) |
/* XXX Do we need individual probes? */ | perl/pp_sys.c(4344) |
/* XXX need separate mutex? */ | perl/util.c(3459) |
/* XXX As good a guess as any? */ | perl/util.c(3588) |
/* XXX maybe these should */ | perl/util.c(3589) |
/* XXX share in a pvtable? */ | perl/op.c(862) |
/* XXX c.f. SelectSaver.pm */ | perl/op.c(1739) |
/* XXX does this let anything illegal in? */ | perl/op.c(1949) |
/* XXX need to optimize away NOT NOT here? Or do we let optimizer do it? */ | perl/op.c(2059) |
/* XXX might want a ck_negate() for this */ | perl/op.c(2259) |
/* XXX create separate mutex */ | perl/op.c(4349) |
/* XXX hack: dependence on sizeof(PADOP) <= sizeof(SVOP) */ | perl/op.c(5432) |
/* XXX this can be tightened up and made more failsafe. */ | perl/op.c(5697) |
/* XXX length optimization goes here */ | perl/op.c(5798) |
/* XXX could check prototype here instead of just carping */ | perl/op.c(6668) |
/* XXXX system, exec */ | perl/pp.c(448) |
/* XXX deprecate in 5.005 */ | perl/pp.c(610) |
/* XXX may warn: unary minus operator applied to unsigned type */ | perl/pp.c(1056) |
/* XXX Plan9 assembler chokes on this; fix needed */ | perl/pp.c(1853) |
/* XXXXXX testing */ | perl/win32/perllib.c(298) |
/* XXX noop */ | perl/win32/win32.c(974) |
/* XXX threadid == 1 ? */ | perl/win32/win32.c(1658) |
/* XXX leak, good thing this code isn't used */ | perl/win32/win32sck.c(146) |
/* needs exec arguments and environment (XXX) */ | netbsdsrc/bin/ps/ps.h(70) |
/* XXX must be the same as off_t */ | netbsdsrc/include/stdio.h(69) |
/* XXX must be == PATH_MAX */ | netbsdsrc/include/stdio.h(192) |
/* used internally by ld(1); XXX */ | netbsdsrc/include/nlist.h(76) |
/* namelist value format; XXX */ | netbsdsrc/include/nlist.h(81) |
/* XXX for libkvm */ | netbsdsrc/include/nlist.h(88) |
/* XXX relic? */ | netbsdsrc/include/rpc/svc.h(274) |
/* XXX # of args? */ | netbsdsrc/lib/libc/arch/alpha/SYS.h(45) |
/* XXX this can probably go away */ | netbsdsrc/lib/libkvm/kvm_private.h(49) |
/* XXX: should become obsoleted */ | netbsdsrc/lib/libkvm/kvm_private.h(82) |
/* XXX move these to pcap-int.h? */ | netbsdsrc/lib/libpcap/pcap-namedb.h(73) |
/* XXX should these be in pcap.h? */ | netbsdsrc/lib/libpcap/pcap-int.h(108) |
/* drops by interface XXX not yet supported */ | netbsdsrc/lib/libpcap/pcap.h(98) |
/* XXX this guy lives in the bpf tree */ | netbsdsrc/lib/libpcap/pcap.h(136) |
/* XXX: Are there machines where we should define this? m68k? */ | netbsdsrc/lib/libz/zconf.h(74) |
/* XXX: Look out - this is used in zutil.h and elsewhere... */ | netbsdsrc/lib/libz/zconf.h(79) |
/* Floating point registers (XXXX VERIFY THIS) */ | netbsdsrc/sys/arch/alpha/include/asm.h(92) |
/* XXX PLACEHOLDER. Needs to be cleaned up. */ | netbsdsrc/sys/arch/alpha/include/conf.h(3) |
/* integer overflow XXX? */ | netbsdsrc/sys/arch/alpha/include/ieeefp.h(17) |
/* 0 XXX */ | netbsdsrc/sys/arch/alpha/include/kbio.h(104) |
/* XXX THE FOLLOWING PROTOTYPE BELONGS IN INTR.H */ | netbsdsrc/sys/arch/alpha/include/param.h(170) |
/* XXX END INTR.H */ | netbsdsrc/sys/arch/alpha/include/param.h(172) |
/* XXX THE FOLLOWING PROTOTYPE SHOULD BE A BUS.H INTERFACE */ | netbsdsrc/sys/arch/alpha/include/param.h(174) |
/* XXX END BUS.H */ | netbsdsrc/sys/arch/alpha/include/param.h(176) |
/* XXX because run _after_ prologue. */ | netbsdsrc/sys/arch/alpha/include/profile.h(79) |
/* XXX NOT HERE */ | netbsdsrc/sys/arch/alpha/include/pte.h(69) |
/* 8G XXX */ | netbsdsrc/sys/arch/alpha/include/vmparam.h(133) |
/* XXX should have a device type number */ | netbsdsrc/sys/arch/alpha/isa/pcppivar.h(32) |
/* XXX should have a cookie to be passed to callbacks */ | netbsdsrc/sys/arch/alpha/isa/pcppivar.h(33) |
/* XXX THESE DO NOT BELONG */ | netbsdsrc/sys/arch/alpha/isa/pcppivar.h(35) |
/* XXX need Timer definitions */ | netbsdsrc/sys/arch/alpha/pci/sioreg.h(124) |
/* XXX need DMA definitions */ | netbsdsrc/sys/arch/alpha/pci/sioreg.h(129) |
/* registers; XXX: need aliases */ | netbsdsrc/sys/arch/alpha/pci/tgavar.h(85) |
/* XXX should record intr fns/arg */ | netbsdsrc/sys/arch/alpha/pci/tgavar.h(111) |
/* Internal cursor row and column. XXX Weird Sun cursor pointers. */ | netbsdsrc/sys/arch/alpha/wscons/wscons_raster.h(71) |
/* XXX this isn't really a function, but... */ | netbsdsrc/sys/arch/alpha/wscons/wsconsvar.h(53) |
/* XXX: ITE interface */ | netbsdsrc/sys/arch/amiga/dev/kbdmap.h(135) |
/* XXXX initial phys addr */ | netbsdsrc/sys/arch/amiga/dev/sbicvar.h(83) |
/* open, close, write, ioctl -- XXX should be a generic device */ | netbsdsrc/sys/arch/amiga/include/conf.h(61) |
/* XXX for the full story, see i386 */ | netbsdsrc/sys/arch/amiga/include/psl.h(83) |
/* XXX: SYSPTSIZE */ | netbsdsrc/sys/arch/amiga/include/vmparam.h(160) |
/* XXX Shouldn't this be somewhere else? */ | netbsdsrc/sys/arch/arm32/include/podule.h(85) |
/*#define ovbcopy bcopy */ /* XXX should probably have long gone by now */ | netbsdsrc/sys/arch/arm32/include/param.h(45) |
/* XXX max. amount of KVM to be used by buffers. */ | netbsdsrc/sys/arch/arm32/include/vmparam.h(98) |
/* XXX why is this in ARM7500? */ | netbsdsrc/sys/arch/arm32/include/irqhandler.h(208) |
/* XXX should this go into isa_machdep.h. Somewhere else? */ | netbsdsrc/sys/arch/arm32/include/irqhandler.h(258) |
/* XXX - should be words ? */ | netbsdsrc/sys/arch/arm32/iomd/iomdreg.h(185) |
/* _ARM32_ISA_MACHDEP_H_ XXX */ | netbsdsrc/sys/arch/arm32/isa/isa_machdep.h(57) |
/* XXX needed for MI interface */ | netbsdsrc/sys/arch/arm32/isa/essvar.h(136) |
/* XXX should be MAXBSIZE */ | netbsdsrc/sys/arch/arm32/mainbus/fdreg.h(67) |
/* XXX: for clockframe */ | netbsdsrc/sys/arch/atari/atari/intr.h(41) |
/* XXX no driver uses yet, overlay planes */ | netbsdsrc/sys/arch/atari/dev/grfvar.h(108) |
/* XXX no driver uses yet, images planes */ | netbsdsrc/sys/arch/atari/dev/grfvar.h(109) |
/* XXX package being build */ | netbsdsrc/sys/arch/atari/dev/kbdvar.h(48) |
/* XXX: Assumes UCR_CLKDIV set! */ | netbsdsrc/sys/arch/atari/dev/serreg.h(39) |
/* XXX: We don't want to include this everywhere */ | netbsdsrc/sys/arch/atari/include/cpu.h(271) |
/* XXX: Range with byte frobbing */ | netbsdsrc/sys/arch/atari/isa/isa_machdep.h(37) |
/* XXX: Hades only */ | netbsdsrc/sys/arch/atari/isa/isa_machdep.h(38) |
/* XXX: hw. splval */ | netbsdsrc/sys/arch/atari/vme/if_levar.h(66) |
/* XXX IMPLEMENT bus_space_set_multi_N() XXX */ | netbsdsrc/sys/arch/bebox/include/bus.h(231) |
/* XXX IMPLEMENT bus_space_set_region_N() XXX */ | netbsdsrc/sys/arch/bebox/include/bus.h(242) |
/* XXX IMPLEMENT bus_space_copy_N() XXX */ | netbsdsrc/sys/arch/bebox/include/bus.h(254) |
/* For now XXX */ | netbsdsrc/sys/arch/bebox/include/cpu.h(57) |
/* raw partition: XX?d (XXX) */ | netbsdsrc/sys/arch/bebox/include/disklabel.h(39) |
/* NetBSD partition type (XXX) */ | netbsdsrc/sys/arch/bebox/include/disklabel.h(61) |
/* forward declaration to prohibit gcc warning XXX */ | netbsdsrc/sys/arch/bebox/include/ansi.h(61) |
/* XXX tm-rs6000.h reserves extra space in reg file */ | netbsdsrc/sys/arch/bebox/include/ipkdb.h(48) |
/* double check this XXX */ | netbsdsrc/sys/arch/bebox/include/types.h(61) |
/* _BEBOX_ISA_MACHDEP_H_ XXX */ | netbsdsrc/sys/arch/bebox/isa/isa_machdep.h(157) |
/* XXX: for now */ | netbsdsrc/sys/arch/hp300/dev/grfioctl.h(111) |
/* XXX select code, -1 for intio */ | netbsdsrc/sys/arch/hp300/dev/grfvar.h(97) |
/* XXX: itecngetc() interface */ | netbsdsrc/sys/arch/hp300/dev/kbdmap.h(67) |
/* XXX During readDSJ, force a status fetch */ | netbsdsrc/sys/arch/hp300/dev/mtreg.h(114) |
/* XXX performance hack */ | netbsdsrc/sys/arch/i386/include/pcb.h(80) |
/* XXX should be above */ | netbsdsrc/sys/arch/i386/include/signal.h(78) |
/* XXXX ought to be in psl.h with spl() functions */ | netbsdsrc/sys/arch/i386/include/cpufunc.h(130) |
/* XXX should have an interrupt stack */ | netbsdsrc/sys/arch/i386/include/cpu.h(70) |
/* _I386_ISA_MACHDEP_H_ XXX */ | netbsdsrc/sys/arch/i386/isa/isa_machdep.h(236) |
/* XXX: From cpuconf.h? */ | netbsdsrc/sys/arch/m68k/include/cacheops.h(121) |
/* XXXX this is historical (but it can't be deprecated quite yet) */ | netbsdsrc/sys/arch/m68k/include/reg.h(64) |
/* locore.s (XXX: move to support.s?) */ | netbsdsrc/sys/arch/m68k/include/m68k.h(107) |
/* XXX: Should go to ncr5380var.h */ | netbsdsrc/sys/arch/mac68k/dev/ncr5380reg.h(224) |
/* XXX should use PSL_M (see hp300) */ | netbsdsrc/sys/arch/mac68k/include/cpu.h(104) |
/* XXX Needs to be verified XXX */ | netbsdsrc/sys/arch/mac68k/include/adbsys.h(118) |
/* XXX - Could define splzs() here instead of in psl.h */ | netbsdsrc/sys/arch/mac68k/include/z8530var.h(123) |
/* XXX - This is a bit gross... */ | netbsdsrc/sys/arch/mac68k/include/z8530var.h(127) |
/* XXX boolean_t */ | netbsdsrc/sys/arch/mips/include/db_machdep.h(37) |
/* XXX endianness? */ | netbsdsrc/sys/arch/mips/include/db_machdep.h(58) |
/* XXX mips3 watchpoint */ | netbsdsrc/sys/arch/mips/include/db_machdep.h(65) |
/* XXX Really pte highpart ? */ | netbsdsrc/sys/arch/mips/include/locore.h(58) |
/* XXX should not enable TC on 3min */ | netbsdsrc/sys/arch/mips/include/mips_param.h(87) |
/* XXX saved general registers */ | netbsdsrc/sys/arch/mips/include/pcb.h(52) |
/* XXX copy of pmap pm_segtab */ | netbsdsrc/sys/arch/mips/include/pcb.h(56) |
/* XXX not MIPS1_PG_ROPAGE? */ | netbsdsrc/sys/arch/mips/include/pte.h(94) |
/* XXX reserved */ | netbsdsrc/sys/arch/mips/include/signal.h(64) |
/*XXX*/ /*FIXME*/ | netbsdsrc/sys/arch/pmax/pmax/nameglue.h(18) |
/*XXX* bogus proto */ /* a4 */ | netbsdsrc/sys/arch/pmax/stand/dec_prom.h(140) |
/* XXX etc. */ | netbsdsrc/sys/arch/sparc/dev/cgfourteenreg.h(73) |
/* XXX - find a place for these... */ | netbsdsrc/sys/arch/sparc/dev/fdreg.h(92) |
/* not decoded here XXX */ | netbsdsrc/sys/arch/sparc/include/bsd_openprom.h(161) |
/* XXX: does not belong here */ | netbsdsrc/sys/arch/sparc/include/ctlreg.h(125) |
/* XXX - This is wrong. Programs testing this expect 0xA2 */ | netbsdsrc/sys/arch/sparc/include/kbio.h(98) |
/*efine PG_NOACC 0 ** XXX */ | netbsdsrc/sys/arch/sparc/include/pte.h(289) |
/* XXX fix this name, it is a va shift not a pte bit shift! */ | netbsdsrc/sys/arch/sparc/include/pte.h(327) |
/* XXX we don't use this */ | netbsdsrc/sys/arch/sparc/include/sun_disklabel.h(108) |
/* XXX - of these, we currently use only cpu_type */ | netbsdsrc/sys/arch/sparc/sparc/cpuvar.h(124) |
/* XXX: Add more here! */ | netbsdsrc/sys/arch/sparc/sparc/cpuvar.h(189) |
/* We classify the Sun4m's by feature, not by model (XXX: do same for 4/4c) */ | netbsdsrc/sys/arch/sparc/sparc/cpuvar.h(245) |
/* XXX is this enough? */ | netbsdsrc/sys/arch/sparc/sparc/vaddrs.h(117) |
/* XXX: This is used only during attach. */ | netbsdsrc/sys/arch/sun3/dev/if_ievar.h(62) |
/* XXX - Hack! */ | netbsdsrc/sys/arch/sun3/include/cg2reg.h(208) |
/* XXX - Don't want this permanently in the kernel mapping. */ | netbsdsrc/sys/arch/sun3/include/cg2reg.h(209) |
/* _KERNEL XXX - Hack! */ | netbsdsrc/sys/arch/sun3/include/cg2reg.h(214) |
/* XXX - Put this in db_extern.h instead? -gwr */ | netbsdsrc/sys/arch/sun3/include/db_machdep.h(41) |
/* XXX - See mem.c */ | netbsdsrc/sys/arch/sun3/include/machdep.h(90) |
/* #define romp romVectorPtr XXX - Too prone to conflicts. */ | netbsdsrc/sys/arch/sun3/include/mon.h(366) |
/* max FS block size - XXX */ | netbsdsrc/sys/arch/sun3/include/param.h(61) |
/* XXX - Does this really belong here? -gwr */ | netbsdsrc/sys/arch/sun3/include/param.h(81) |
/* Uniform bit, does WHAT?? XXX */ | netbsdsrc/sys/arch/vax/include/pte.h(42) |
/* VAX_BTYP_65D 0x0A000001 VAXstation 3200, 3500 XXX */ | netbsdsrc/sys/arch/vax/include/sid.h(100) |
/* VAX_BTYP_640 0x0A000001 MicroVAX 3300, 3400 XXX */ | netbsdsrc/sys/arch/vax/include/sid.h(101) |
/* VAX_BTYP_655 0x0A000001 MicroVAX 3800, 3900 XXX */ | netbsdsrc/sys/arch/vax/include/sid.h(102) |
/* XXXX should be 1024 */ | netbsdsrc/sys/arch/vax/include/vmparam.h(96) |
/* XXX VAX8200 || VAX8500 || VAX8800 */ | netbsdsrc/sys/arch/vax/uba/ubareg.h(73) |
/* XXX - low order bit of all parity */ | netbsdsrc/sys/arch/x68k/dev/comreg.h(81) |
/* XXX: X68030 only */ | netbsdsrc/sys/arch/x68k/x68k/iodevice.h(196) |
/* XXX linux_machdep.h ? */ | netbsdsrc/sys/compat/linux/linux_exec.h(41) |
/* XXX: we limit the minor number to 0xff, instead of 0x3ffff */ | netbsdsrc/sys/compat/svr4/svr4_types.h(66) |
/* XXX should we have separate in/out? */ | netbsdsrc/sys/dev/audio_if.h(62) |
/* XXX external name */ | netbsdsrc/sys/dev/vndvar.h(118) |
/* XXX: device's dev_t */ | netbsdsrc/sys/dev/ccdvar.h(130) |
/* XXX ISA-specific. */ | netbsdsrc/sys/dev/ic/comreg.h(130) |
/* XXX software request queue */ | netbsdsrc/sys/dev/ic/aic7xxxvar.h(216) |
/* XXX: gross. netbsd/sparc doesn't have machine/bus.h yet. */ | netbsdsrc/sys/dev/ic/midwayreg.h(12) |
/* XXX isa_chipset_tag_t, pci_chipset_tag_t, etc. */ | netbsdsrc/sys/dev/ic/i82365var.h(87) |
/* XXX these are a little unclear from the data sheet */ | netbsdsrc/sys/dev/ic/i82365reg.h(89) |
/* XXX shouldn't these be in the reg.h file? */ | netbsdsrc/sys/dev/ic/tms320av110var.h(77) |
/* XXX ISA-centric name */ | netbsdsrc/sys/dev/ic/comvar.h(63) |
/* XXX Magic. */ | netbsdsrc/sys/dev/isa/if_fereg.h(90) |
/* XXX Is this right? */ | netbsdsrc/sys/dev/isa/mcdreg.h(60) |
/* type. XXX aliasing modifiers? */ | netbsdsrc/sys/dev/ofisa/ofisavar.h(49) |
/* XXX - should be conditional on pointer size */ | netbsdsrc/sys/dev/pci/if_fxpreg.h(194) |
/* #define M_X_MODIFY_DP (0x00) */ /* XXX what is this? */ | netbsdsrc/sys/dev/pci/ncrreg.h(594) |
/* configuration space register XXX */ | netbsdsrc/sys/dev/pci/pcivar.h(50) |
/* XXX this could be as high as 16 */ | netbsdsrc/sys/dev/pcmcia/pcmciavar.h(94) |
/* XXX this could be as high as 8 */ | netbsdsrc/sys/dev/pcmcia/pcmciavar.h(101) |
/* XXX waste of space? */ | netbsdsrc/sys/dev/pcmcia/pcmciavar.h(137) |
/* XXX Is this a command ? What's its opcode ? */ | netbsdsrc/sys/dev/scsipi/scsi_all.h(54) |
/* XXX scsi_release */ | netbsdsrc/sys/dev/scsipi/scsi_changer.h(160) |
/* XXX add data returned by REQUEST VOLUME ELEMENT ADDRESS */ | netbsdsrc/sys/dev/scsipi/scsi_changer.h(238) |
/* from Archive 150S Theory of Op. XXX */ | netbsdsrc/sys/dev/scsipi/scsi_tape.h(265) |
/* may be bad, works for CIPHER ST150S XXX */ | netbsdsrc/sys/dev/scsipi/scsi_tape.h(266) |
/* TC bus resource management; XXX will move elsewhere eventually. */ | netbsdsrc/sys/dev/tc/tcvar.h(102) |
/* XXX - see <netinet/in.h> */ | netbsdsrc/sys/lib/libsa/net.h(41) |
/* XXX delete this */ | netbsdsrc/sys/lib/libsa/net.h(60) |
/* XXX defines we can't easily get from system includes */ | netbsdsrc/sys/lib/libsa/rpc.h(40) |
/* XXX should query device */ | netbsdsrc/sys/miscfs/specfs/specdev.h(102) |
/* XXX fast fix for SNMP, going away soon */ | netbsdsrc/sys/net/if.h(67) |
/* XXX bus reset routine */ | netbsdsrc/sys/net/if.h(136) |
/* XXX unit number */ | netbsdsrc/sys/net/if_pppvar.h(58) |
/* XXX don't ask... */ | netbsdsrc/sys/net/if_slvar.h(52) |
/* XXX 4bsd-ism: should really be 128 */ | netbsdsrc/sys/net/slcompress.h(50) |
/* IPTOS_LOWCOST 0x02 XXX */ | netbsdsrc/sys/netinet/ip.h(78) |
/* XXX - not needed */ | netbsdsrc/sys/netns/ns.h(124) |
/* for core dump/debugger XXX */ | netbsdsrc/sys/sys/signalvar.h(59) |
/* SunOS compat; libc sigtramp XXX */ | netbsdsrc/sys/sys/signalvar.h(61) |
/* XXX avoid _POSIX_VDISABLE */ | netbsdsrc/sys/sys/ttydefaults.h(63) |
/* XXX: VM pager struct */ | netbsdsrc/sys/sys/malloc.h(90) |
/* XXX: VM pager private data */ | netbsdsrc/sys/sys/malloc.h(91) |
/* XXX not ready for this yet */ | netbsdsrc/sys/sys/systm.h(205) |
/* XXX retype pending input (state) */ | netbsdsrc/sys/sys/termios.h(175) |
/* XXX: net/if_sl.c:sl_softc. */ | netbsdsrc/sys/sys/tty.h(111) |
/* XXX: used to be emulation flag */ | netbsdsrc/sys/sys/proc.h(125) |
/* Save parent pid during ptrace. XXX */ | netbsdsrc/sys/sys/proc.h(139) |
/* Sideways return value from filedescopen. XXX */ | netbsdsrc/sys/sys/proc.h(140) |
/* Id for this "thread"; Mach glue. XXX */ | netbsdsrc/sys/sys/proc.h(193) |
/* Exit information. XXX */ | netbsdsrc/sys/sys/proc.h(199) |
/* XXX should have detach */ | netbsdsrc/sys/sys/device.h(127) |
/* XXX TEMPORARY */ | netbsdsrc/sys/sys/device.h(137) |
/* These are the names MOUNT_XXX from <sys/mount.h> */ | netbsdsrc/sys/sys/disklabel.h(268) |
/* open, close, read, write, ioctl, stop, poll -- XXX should be a tty */ | netbsdsrc/sys/sys/conf.h(233) |
/* open, read, write, ioctl, poll -- XXX should be a tty */ | netbsdsrc/sys/sys/conf.h(239) |
/* open, close, read, ioctl, poll -- XXX should be a generic device */ | netbsdsrc/sys/sys/conf.h(265) |
/* open, close, read, write, ioctl, poll -- XXX should be generic device */ | netbsdsrc/sys/sys/conf.h(279) |
/* XXX Namespace collissions with SYSVSEM; just declare what we need. */ | netbsdsrc/sys/sys/conf.h(429) |
/* XXX for AF_MAX */ | netbsdsrc/sys/sys/mount.h(252) |
/* No longer magic, shouldn't be here. XXX */ | netbsdsrc/sys/sys/param.h(113) |
/* XXX - limit maxfilesize */ | netbsdsrc/sys/ufs/ufs/ufsmount.h(72) |
/* XXX: inheritance codes */ | netbsdsrc/sys/vm/vm.h(41) |
/* XXX - All should use vm_map.pmap instead. */ | netbsdsrc/sys/vm/vm.h(88) |
/* SYS5 shared memory private data XXX */ | netbsdsrc/sys/vm/vm.h(92) |
/* text size (pages) XXX */ | netbsdsrc/sys/vm/vm.h(97) |
/* data size (pages) XXX */ | netbsdsrc/sys/vm/vm.h(98) |
/* user virtual address of text XXX */ | netbsdsrc/sys/vm/vm.h(100) |
/* user virtual address of data XXX */ | netbsdsrc/sys/vm/vm.h(101) |
/* XXX for curproc and p_pid */ | netbsdsrc/sys/vm/vm_map.h(165) |
/* XXX: number of kernel maps and entries to statically allocate */ | netbsdsrc/sys/vm/vm_map.h(210) |
/* XXX page is on free list */ | netbsdsrc/sys/vm/vm_page.h(142) |
/* XXX what is this here for? */ | netbsdsrc/sys/vm/vm_page.h(286) |
/* XXX probably should be elsewhere. */ | netbsdsrc/sys/vm/vm_page.h(289) |
/* XXX -- fix when cpp parses arguments rationally */ | netbsdsrc/usr.bin/calendar/pathnames.h(41) |
/* XXX: We need 64 bit numbers here */ | netbsdsrc/usr.bin/file/readelf.h(20) |
/* XXX: from ../vmstat/dkstats.c */ | netbsdsrc/usr.bin/systat/systat.h(64) |
/* XXX: Currently running ex. */ | netbsdsrc/usr.bin/vi/cl/cl.h(27) |
/* XXX Hacked ~ command. */ | netbsdsrc/usr.bin/vi/vi/vi.h(148) |
/* XXX, ic for emacs bug */ | netbsdsrc/usr.bin/window/ww.h(299) |
/* XXX: conf/trap/trap_hpux.h may override this definition for HPUX 9.0 */ | netbsdsrc/usr.sbin/amd/include/config.h(155) |
/* XXX - Add new tags here (or above as appropriate) */ | netbsdsrc/usr.sbin/bootpd/bootpd.h(192) |
/* XXX dunno if this is required for SCO... */ | netbsdsrc/usr.sbin/dhcp/includes/cf/sco.h(66) |
/* IPTOS_LOWCOST 0x02 XXX */ | netbsdsrc/usr.sbin/dhcp/includes/cf/sco.h(73) |
/* IPTOS_LOWCOST 0x02 XXX */ | netbsdsrc/usr.sbin/dhcp/includes/cf/ultrix.h(81) |
/* XXX from libc/net/rcmd.c */ | netbsdsrc/usr.sbin/lpr/lpd/extern.h(66) |
/* XXX - why is this POSIX_SOURCE instead of _POSIX_SOURCE? */ | netbsdsrc/usr.sbin/named/conf/portability.h(145) |
/* XXX: better autodetection of the need for "struct linger" would be nice */ | netbsdsrc/usr.sbin/named/conf/portability.h(244) |
/* reserved per RFC 1700, defined per RFC XXXX */ | netbsdsrc/usr.sbin/named/host/type.h(90) |
/* defined per RFC XXXX */ | netbsdsrc/usr.sbin/named/host/type.h(123) |
/* XXX - may belong elsewhere */ | netbsdsrc/usr.sbin/named/named/ns_defs.h(86) |
/* XXX - this will have to move to the name when we do !SOA notify */ | netbsdsrc/usr.sbin/named/named/ns_defs.h(140) |
/* XXX - this will need a type field when we do !SOA notify */ | netbsdsrc/usr.sbin/named/named/ns_defs.h(150) |
/* XXX - "struct qserv" is deprecated in favor of "struct nameser" */ | netbsdsrc/usr.sbin/named/named/ns_defs.h(183) |
/* XXX - need to add more stuff from "struct qserv", and use our rtt */ | netbsdsrc/usr.sbin/named/named/ns_defs.h(330) |
/* XXX avoid name conflict with AIX */ | netbsdsrc/usr.sbin/tcpdump/nfsfh.h(29) |
/* XXX macro prototyping clash */ | netbsdsrc/usr.sbin/xntp/include/l_stdlib.h(180) |
/* XXX: Why is this sequent bit INSIDE this test? */ | netbsdsrc/usr.sbin/xntp/include/ntp.h(20) |
// XXX Pentium and PowerPC have high res timer support in ACE. | ace/ace/config-rtems.h(26) |
// XXX thread defines go here | ace/ace/config-rtems.h(59) |
// XXXASG rm? | ace/TAO/TAO_IDL/be_include/be_codegen.h(137) |
// Call back end add_XXX functions for this scope. | ace/TAO/TAO_IDL/include/utl_scope.h(160) |
/*XXX should start at random values*/ | ace/TAO/orbsvcs/orbsvcs/AV/source.h(102) |
// XXX:This public: is a hack to keep the compiler complain about access violation. | ace/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.h(360) |
// #define TAO_TAG_XXXX_PROFILE 0x54414f0BU /* ???? */ | ace/TAO/tao/corbafwd.h(1669) |
// XXX Implementation should be able to assume response has been | ace/TAO/tao/DynamicInterface/Server_Request.h(68) |
/* XXX do we need to leave this gunk? */ | XFree86-3.3/xc/include/extensions/lbxstr.h(365) |
/*XXX XID? */ | XFree86-3.3/xc/include/extensions/syncstr.h(307) |
/* XXX temporary! need real 64 bit values for Alpha */ | XFree86-3.3/xc/include/extensions/syncstr.h(367) |
/*QueryValue*/ ) (), /* XXX prototype */ | XFree86-3.3/xc/include/extensions/syncstr.h(481) |
/* XXX massive crock to get around stupid #include interferences */ | XFree86-3.3/xc/lib/font/fc/fsio.h(70) |
/* XXX goes in cfbmskbits.h? */ | XFree86-3.3/xc/programs/Xserver/cfb/cfb8bit.h(69) |
/* 0x40 */ XK_Execute, NoSymbol, /* Action - XXX */ | XFree86-3.3/xc/programs/Xserver/hw/ibm/AIX/aixKeymap.h(95) |
/* 0x7d */ XK_Cancel, NoSymbol, /* scroll lock - XXX */ | XFree86-3.3/xc/programs/Xserver/hw/ibm/AIX/aixKeymap.h(156) |
/* rel. to HGC_XXX_MAP_BASE */ | XFree86-3.3/xc/programs/Xserver/hw/xfree86/mono/drivers/hgc1280/hgc1280HW.h(59) |
/* XXX -- get these from request buffer instead? */ | XFree86-3.3/xc/programs/Xserver/include/closestr.h(56) |
/* XXX don't want for Alpha? */ | XFree86-3.3/xc/programs/Xserver/mfb/maskbits.h(361) |
/* XXX this should be a calculation based on the wire latency */ | XFree86-3.3/xc/programs/lbxproxy/include/lbx.h(390) |
/* XXX globals.h? */ | XFree86-3.3/xc/programs/lbxproxy/include/misc.h(65) |
/* XXX ok for alpha, but not right on all 64-bit architectures */ | XFree86-3.3/xc/programs/xrx/plugin/include/jri_md.h(106) |
/* XXX _jlong_lo16(a) = ((a) << 16 >> 16) is better on some archs (not on mips) */ | XFree86-3.3/xc/programs/xrx/plugin/include/jri_md.h(252) |
/* XXX this needs to get out of here */ | XFree86-3.3/xc/programs/xrx/plugin/include/npapi.h(15) |
/* XXX: we assume that everything before the : is letters */ | apache/src/os/netware/os.h(156) |
/* Show plain text password (default: show XXXXXXXX) */ | apache/src/include/util_uri.h(90) |
/* XXX GV_ADDWARN */ | perl/XSUB.h(183) |
/* XXX does anyone even use this? */ | perl/perlvars.h(31) |
/* XXX shouldn't these be per-thread? --GSAR */ | perl/intrpvar.h(171) |
/* XXX pthread_setdetach_np() missing in DCE threads on HP-UX 10.20 */ | perl/thread.h(37) |
/* XXX Is there a better test for this? */ | perl/handy.h(270) |
/* XXX this is not used anywhere */ | perl/av.h(45) |
/* XXX merge lval and hasargs? */ | perl/cop.h(82) |
/* XXX unused, here for compatibility */ | perl/perl.h(773) |
/* XXX move to Configure? */ | perl/perl.h(1817) |
/* XXXX: need to speed it up */ | perl/perl.h(2090) |
/* XXX This needs to be revisited, since BEGIN makes yacc re-enter... */ | perl/perl.h(2613) |
/* XXX soon to be eliminated, only a few things in PERLCORE need these now */ | perl/objXSUB.h(13) |
/* XXX not refcounted */ | perl/scope.h(162) |
/* XXX This code hideously puts env inside: */ | perl/os2/os2ish.h(195) |
/* XXX there may be an inconsequential race here */ | perl/win32/win32thread.h(86) |
/* XXX hack to avoid perl_destruct() freeing optree */ | perl/win32/perlhost.h(1724) |
/* XXX perl_clone*() set TLS */ | perl/win32/perlhost.h(1784) |
/* XXX can probably use one buffer instead of several */ | perl/win32/win32.h(390) |
/* XXX fast gets won't work, must investigate */ | perl/x2p/a2p.h(28) |
// derived classes override this to invoke VisitXXXXX method | vcf/include/utils/CPPParser.h(345) |
// mkstemp() replaces "XXXXXX" | ace/ace/FILE_Connector.cpp(63) |
// @@ XXX - change this to a dynamic buffer | ace/ace/Configuration_Import_Export.cpp(33) |
// -15 for ace-file-XXXXXX | ace/ace/FILE_Addr.cpp(32) |
// -17 for ace-malloc-XXXXXX | ace/ace/Memory_Pool.cpp(204) |
// the template string doesn't contain "XXXXXX"! | ace/ace/OS.cpp(4613) |
// XXX Something isn't right here... When I use a mask it doesn't work at | ace/examples/ConfigViewer/ValueListCtrl.cpp(75) |
// XXX Check to see if an entry with this new name already exists | ace/examples/ConfigViewer/ValueListCtrl.cpp(193) |
// The - 24 is for the filename, mm_shared_mem_testXXXXXX | ace/tests/MM_Shared_Memory_Test.cpp(199) |
// - IO_XXX: send to all known members | ace/tests/RMCast/RMCast_Retransmission_Test.cpp(368) |
// XXXASG: need to add code here | ace/TAO/TAO_IDL/be/be_sunsoft.cpp(182) |
// XXXASG - this code should be based on using different strategies for | ace/TAO/TAO_IDL/be/be_interface.cpp(1072) |
// XXXASG - can we make this a method to return the right name ?? | ace/TAO/TAO_IDL/be/be_visitor_interface/direct_collocated_sh.cpp(82) |
// XXXASG - this part of the code may be conditionally generated because at | ace/TAO/TAO_IDL/be/be_visitor_root/root.cpp(196) |
// XXXASG - this method is same as that in the _ch visitor. So we need some | ace/TAO/TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp(43) |
/*XXX - should eventually be conditioned on cname not ipaddr */ | ace/TAO/orbsvcs/orbsvcs/AV/source.cpp(384) |
/*XXX check for buffer overflow*/ | ace/TAO/orbsvcs/orbsvcs/AV/RTCP.cpp(316) |
/* XXX should saturate on over/underflow */ | ace/TAO/orbsvcs/orbsvcs/AV/RTCP.cpp(390) |
/*XXX move header up so it's contiguous with data*/ | ace/TAO/orbsvcs/orbsvcs/AV/RTCP.cpp(923) |
// XXX: This is a hack. | ace/TAO/orbsvcs/orbsvcs/AV/sfp.cpp(1000) |
// XXX on Windows, make it always use OutputDebugString () instead of stdio. | ace/TAO/tao/debug.cpp(14) |
// XXX this will need to change someday to let different protocol | ace/TAO/tao/skip.cpp(253) |
// XXX would be useful to also have a trivalued comparison predicate, | ace/TAO/tao/LocalObject.cpp(55) |
// way we do it is CDR specific... Maybe the XXXStream classes | ace/TAO/tao/GIOP_Message_Lite.cpp(668) |
// XXX if type_id is that of CORBA_Object, "yes, we comply" :-) | ace/TAO/tao/Object.cpp(104) |
// XXXX Bridge: CORBA::Object operations | ace/TAO/tao/Stub.cpp(7) |
// XXX this currently assumes the TCKind to which we | ace/TAO/tao/Typecode.cpp(2362) |
// XXX there should be a simple way to reuse this code in other | ace/TAO/tao/ORB.cpp(1490) |
// XXX there should be a simple way to reuse this code in other ORB | ace/TAO/tao/ORB.cpp(1661) |
// XXX Add in the components | ace/TAO/utils/NamingViewer/ViewIORDialog.cpp(134) |
// XXX this doesn't actually go back and skip the whole | ace/TAO/utils/catior/catior.cpp(653) |
//; # XXX: badfs | perl/utils/perldoc.PL(493) |
Book homepage | Author homepage
(C) Copyright 2001-2006 D. Spinellis. May be freely uploaded by WWW viewers and similar programs. All other rights reserved.