View | Details | Raw Unified | Return to bug 121490
Collapse All | Expand All

(-)contrib/bind9/bin/named/query.c (-1 / +1 lines)
Lines 3105-3111 query_sortlist_order_1element(const dns_rdata_t *rdata, const void *arg) { Link Here
3105
3105
3106
/*
3106
/*
3107
 * Find the sortlist statement that applies to 'client' and set up
3107
 * Find the sortlist statement that applies to 'client' and set up
3108
 * the sortlist info in in client->message appropriately.
3108
 * the sortlist info in client->message appropriately.
3109
 */
3109
 */
3110
static void
3110
static void
3111
setup_query_sortlist(ns_client_t *client) {
3111
setup_query_sortlist(ns_client_t *client) {
(-)contrib/binutils/bfd/aout-arm.c (-1 / +1 lines)
Lines 421-427 MY_swap_std_reloc_out (abfd, g, natptr) Link Here
421
  /* If this relocation is relative to a symbol then set the
421
  /* If this relocation is relative to a symbol then set the
422
     r_index to the symbols index, and the r_extern bit.
422
     r_index to the symbols index, and the r_extern bit.
423
423
424
     Absolute symbols can come in in two ways, either as an offset
424
     Absolute symbols can come in two ways, either as an offset
425
     from the abs section, or as a symbol which has an abs value.
425
     from the abs section, or as a symbol which has an abs value.
426
     check for that here
426
     check for that here
427
     */
427
     */
(-)contrib/binutils/bfd/aoutx.h (-2 / +2 lines)
Lines 2083-2089 NAME(aout,swap_std_reloc_out) (abfd, g, natptr) Link Here
2083
  /* If this relocation is relative to a symbol then set the
2083
  /* If this relocation is relative to a symbol then set the
2084
     r_index to the symbols index, and the r_extern bit.
2084
     r_index to the symbols index, and the r_extern bit.
2085
2085
2086
     Absolute symbols can come in in two ways, either as an offset
2086
     Absolute symbols can come in two ways, either as an offset
2087
     from the abs section, or as a symbol which has an abs value.
2087
     from the abs section, or as a symbol which has an abs value.
2088
     check for that here.  */
2088
     check for that here.  */
2089
2089
Lines 2169-2175 NAME(aout,swap_ext_reloc_out) (abfd, g, natptr) Link Here
2169
  /* If this relocation is relative to a symbol then set the
2169
  /* If this relocation is relative to a symbol then set the
2170
     r_index to the symbols index, and the r_extern bit.
2170
     r_index to the symbols index, and the r_extern bit.
2171
2171
2172
     Absolute symbols can come in in two ways, either as an offset
2172
     Absolute symbols can come in two ways, either as an offset
2173
     from the abs section, or as a symbol which has an abs value.
2173
     from the abs section, or as a symbol which has an abs value.
2174
     check for that here.  */
2174
     check for that here.  */
2175
  if (bfd_is_abs_section (bfd_get_section (sym)))
2175
  if (bfd_is_abs_section (bfd_get_section (sym)))
(-)contrib/binutils/include/elf/common.h (-1 / +1 lines)
Lines 608-614 Link Here
608
#define DF_P1_LAZYLOAD	0x00000001
608
#define DF_P1_LAZYLOAD	0x00000001
609
#define DF_P1_GROUPPERM	0x00000002
609
#define DF_P1_GROUPPERM	0x00000002
610
610
611
/* Flag value in in the DT_FLAGS_1 .dynamic entry.  */
611
/* Flag value in the DT_FLAGS_1 .dynamic entry.  */
612
#define DF_1_NOW	0x00000001
612
#define DF_1_NOW	0x00000001
613
#define DF_1_GLOBAL	0x00000002
613
#define DF_1_GLOBAL	0x00000002
614
#define DF_1_GROUP	0x00000004
614
#define DF_1_GROUP	0x00000004
(-)contrib/cvs/contrib/rcs-to-cvs.sh (-1 / +1 lines)
Lines 16-22 Link Here
16
#
16
#
17
# Traverses the current directory, ensuring that an
17
# Traverses the current directory, ensuring that an
18
# identical directory structure exists in the repository directory.  It
18
# identical directory structure exists in the repository directory.  It
19
# then checks the files in in the following manner:
19
# then checks the files in the following manner:
20
#
20
#
21
#		1) If the file doesn't yet exist, check it in as revision 1.1
21
#		1) If the file doesn't yet exist, check it in as revision 1.1
22
#
22
#
(-)contrib/gcc/ChangeLog-1999 (-1 / +1 lines)
Lines 19912-19918 Thu Feb 4 15:12:41 1999 J"orn Rennecke <amylaar@cygnus.co.uk> Link Here
19912
	(cpp_options_init): Don't init things to zero twice.
19912
	(cpp_options_init): Don't init things to zero twice.
19913
	(cpp_expand_to_buffer): Use memcpy, not a char-by-char loop.
19913
	(cpp_expand_to_buffer): Use memcpy, not a char-by-char loop.
19914
	(do_include): Kill excessively verbose #import warning that
19914
	(do_include): Kill excessively verbose #import warning that
19915
	snuck back in in the gcc2 merge.
19915
	snuck back in the gcc2 merge.
19916
	(convert_string): Removed.
19916
	(convert_string): Removed.
19917
	(do_line): Rewrite with simple last-name-used cache instead of
19917
	(do_line): Rewrite with simple last-name-used cache instead of
19918
	private hashtable.
19918
	private hashtable.
(-)contrib/gcc/ChangeLog-2000 (-1 / +1 lines)
Lines 21693-21699 Mon Apr 17 14:59:36 MET DST 2000 Jan Hubicka <jh@suse.cz> Link Here
21693
	outputting case vectors.
21693
	outputting case vectors.
21694
	(ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
21694
	(ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
21695
	(ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
21695
	(ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
21696
	since vector in in the data CSECT.
21696
	since vector in the data CSECT.
21697
	(ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
21697
	(ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
21698
	* i370.md (Many patterns): Put the length in the XL directives.
21698
	* i370.md (Many patterns): Put the length in the XL directives.
21699
	(movdi): Put back STM and MVC in definition.
21699
	(movdi): Put back STM and MVC in definition.
(-)contrib/gcc/configure (-1 / +1 lines)
Lines 940-946 Optional Packages: Link Here
940
  --with-slibdir=DIR      shared libraries in DIR [LIBDIR]
940
  --with-slibdir=DIR      shared libraries in DIR [LIBDIR]
941
  --with-datarootdir=DIR  Use DIR as the data root [PREFIX/share]
941
  --with-datarootdir=DIR  Use DIR as the data root [PREFIX/share]
942
  --with-docdir=DIR       Install documentation in DIR [DATAROOTDIR]
942
  --with-docdir=DIR       Install documentation in DIR [DATAROOTDIR]
943
  --with-htmldir=DIR      html documentation in in DIR [DOCDIR]
943
  --with-htmldir=DIR      html documentation in DIR [DOCDIR]
944
944
945
Some influential environment variables:
945
Some influential environment variables:
946
  CC          C compiler command
946
  CC          C compiler command
(-)contrib/gcc/configure.ac (-1 / +1 lines)
Lines 3575-3581 docdir='$(datarootdir)') Link Here
3575
AC_SUBST(docdir)
3575
AC_SUBST(docdir)
3576
3576
3577
AC_ARG_WITH(htmldir,
3577
AC_ARG_WITH(htmldir,
3578
[  --with-htmldir=DIR      html documentation in in DIR [[DOCDIR]]],
3578
[  --with-htmldir=DIR      html documentation in DIR [[DOCDIR]]],
3579
htmldir="\${prefix}/$with_htmldir",
3579
htmldir="\${prefix}/$with_htmldir",
3580
htmldir='$(docdir)')
3580
htmldir='$(docdir)')
3581
AC_SUBST(htmldir)
3581
AC_SUBST(htmldir)
(-)contrib/gcc/doc/tree-ssa.texi (-1 / +1 lines)
Lines 1150-1156 Some useful functions and macros: Link Here
1150
single use of @code{ssa_var}.
1150
single use of @code{ssa_var}.
1151
@item   @code{single_imm_use (ssa_var, use_operand_p *ptr, tree *stmt)} :
1151
@item   @code{single_imm_use (ssa_var, use_operand_p *ptr, tree *stmt)} :
1152
Returns true if there is only a single use of @code{ssa_var}, and also returns
1152
Returns true if there is only a single use of @code{ssa_var}, and also returns
1153
the use pointer and statement it occurs in in the second and third parameters.
1153
the use pointer and statement it occurs in the second and third parameters.
1154
@item   @code{num_imm_uses (ssa_var)} : Returns the number of immediate uses of
1154
@item   @code{num_imm_uses (ssa_var)} : Returns the number of immediate uses of
1155
@code{ssa_var}. It is better not to use this if possible since it simply
1155
@code{ssa_var}. It is better not to use this if possible since it simply
1156
utilizes a loop to count the uses.
1156
utilizes a loop to count the uses.
(-)contrib/gcc/tree-flow-inline.h (-1 / +1 lines)
Lines 625-631 is_label_stmt (tree t) Link Here
625
625
626
/* PHI nodes should contain only ssa_names and invariants.  A test
626
/* PHI nodes should contain only ssa_names and invariants.  A test
627
   for ssa_name is definitely simpler; don't let invalid contents
627
   for ssa_name is definitely simpler; don't let invalid contents
628
   slip in in the meantime.  */
628
   slip in the meantime.  */
629
629
630
static inline bool
630
static inline bool
631
phi_ssa_name_p (tree t)
631
phi_ssa_name_p (tree t)
(-)contrib/gdb/gdb/infcmd.c (-1 / +1 lines)
Lines 1067-1073 print_return_value (int struct_return, struct type *value_type) Link Here
1067
  /* FIXME: 2003-09-27: When returning from a nested inferior function
1067
  /* FIXME: 2003-09-27: When returning from a nested inferior function
1068
     call, it's possible (with no help from the architecture vector)
1068
     call, it's possible (with no help from the architecture vector)
1069
     to locate and return/print a "struct return" value.  This is just
1069
     to locate and return/print a "struct return" value.  This is just
1070
     a more complicated case of what is already being done in in the
1070
     a more complicated case of what is already being done in the
1071
     inferior function call code.  In fact, when inferior function
1071
     inferior function call code.  In fact, when inferior function
1072
     calls are made async, this will likely be made the norm.  */
1072
     calls are made async, this will likely be made the norm.  */
1073
  else if (gdbarch_return_value_p (current_gdbarch))
1073
  else if (gdbarch_return_value_p (current_gdbarch))
(-)contrib/gdb/gdb/infttrace.c (-1 / +1 lines)
Lines 5088-5094 hppa_require_attach (int pid) Link Here
5088
      /* If we were already attached, you'd think that we
5088
      /* If we were already attached, you'd think that we
5089
       * would need to start going again--but you'd be wrong,
5089
       * would need to start going again--but you'd be wrong,
5090
       * as the fork-following code is actually in the middle
5090
       * as the fork-following code is actually in the middle
5091
       * of the "resume" routine in in "infrun.c" and so
5091
       * of the "resume" routine in "infrun.c" and so
5092
       * will (almost) immediately do a resume.
5092
       * will (almost) immediately do a resume.
5093
       *
5093
       *
5094
       * On the other hand, if we are VFORKING, which means
5094
       * On the other hand, if we are VFORKING, which means
(-)contrib/gdb/gdb/thread-db.c (-1 / +1 lines)
Lines 590-596 thread_db_new_objfile (struct objfile *objfile) Link Here
590
  td_err_e err;
590
  td_err_e err;
591
591
592
  /* First time through, report that libthread_db was successfuly
592
  /* First time through, report that libthread_db was successfuly
593
     loaded.  Can't print this in in thread_db_load as, at that stage,
593
     loaded.  Can't print this in thread_db_load as, at that stage,
594
     the interpreter and it's console haven't started.  The real
594
     the interpreter and it's console haven't started.  The real
595
     problem here is that libthread_db is loaded too early - it should
595
     problem here is that libthread_db is loaded too early - it should
596
     only be loaded when there is a program to debug.  */
596
     only be loaded when there is a program to debug.  */
(-)contrib/gdb/gdb/top.c (-1 / +1 lines)
Lines 601-607 disconnect (int signo) Link Here
601
}
601
}
602
#endif /* defined SIGHUP */
602
#endif /* defined SIGHUP */
603
603
604
/* Line number we are currently in in a file which is being sourced.  */
604
/* Line number we are currently in a file which is being sourced.  */
605
/* NOTE 1999-04-29: This variable will be static again, once we modify
605
/* NOTE 1999-04-29: This variable will be static again, once we modify
606
   gdb to use the event loop as the default command loop and we merge
606
   gdb to use the event loop as the default command loop and we merge
607
   event-top.c into this file, top.c */
607
   event-top.c into this file, top.c */
(-)contrib/gdb/gdb/utils.c (-1 / +1 lines)
Lines 2894-2900 gdb_realpath (const char *filename) Link Here
2894
  /* FIXME: cagney/2002-11-13:
2894
  /* FIXME: cagney/2002-11-13:
2895
2895
2896
     Method 2a: Use realpath() with a NULL buffer.  Some systems, due
2896
     Method 2a: Use realpath() with a NULL buffer.  Some systems, due
2897
     to the problems described in in method 3, have modified their
2897
     to the problems described in method 3, have modified their
2898
     realpath() implementation so that it will allocate a buffer when
2898
     realpath() implementation so that it will allocate a buffer when
2899
     NULL is passed in.  Before this can be used, though, some sort of
2899
     NULL is passed in.  Before this can be used, though, some sort of
2900
     configure time test would need to be added.  Otherwize the code
2900
     configure time test would need to be added.  Otherwize the code
(-)contrib/groff/contrib/mom/om.tmac (-2 / +2 lines)
Lines 10221-10227 E\\R'#CAP_HEIGHT \\n[.cht]' Link Here
10221
Mom's footnote handling is baroque, to say the least.  There are
10221
Mom's footnote handling is baroque, to say the least.  There are
10222
redundancies in a number of the macros involved, as well as some
10222
redundancies in a number of the macros involved, as well as some
10223
registers that probably don't get used anymore.  The baggage is left
10223
registers that probably don't get used anymore.  The baggage is left
10224
in in case some new footnote oddity/challenge gets thrown my way.
10224
in case some new footnote oddity/challenge gets thrown my way.
10225
10225
10226
The macros are heavily commented.
10226
The macros are heavily commented.
10227
..
10227
..
Lines 11231-11237 The macros are heavily commented. Link Here
11231
\# ---------------------------------------------------------------
11231
\# ---------------------------------------------------------------
11232
\#
11232
\#
11233
.ig
11233
.ig
11234
There are some redundancies here; they're left in in case unforeseen
11234
There are some redundancies here; they're left in case unforeseen
11235
footnote situations crop up in the future that might require
11235
footnote situations crop up in the future that might require
11236
manipulation of them.
11236
manipulation of them.
11237
..
11237
..
(-)contrib/libstdc++/ChangeLog-2006 (-1 / +1 lines)
Lines 2485-2491 Link Here
2485
	* include/tr1/random.tcc: Same.
2485
	* include/tr1/random.tcc: Same.
2486
2486
2487
	* include/tr1/hashtable: Move ::Internal to std::tr1::detail and
2487
	* include/tr1/hashtable: Move ::Internal to std::tr1::detail and
2488
	enclose bits that can actually be internal in in anonymous
2488
	enclose bits that can actually be internal in anonymous
2489
	namespace.
2489
	namespace.
2490
	* include/tr1/unordered_set: Adjust explicit qualifications for
2490
	* include/tr1/unordered_set: Adjust explicit qualifications for
2491
	namespace changes.
2491
	namespace changes.
(-)contrib/ncurses/doc/html/ncurses-intro.html (-1 / +1 lines)
Lines 1366-1372 on, you'll get an error return (<CODE>E_REQUEST_DENIED</CODE>). <P> Link Here
1366
1366
1367
Each menu has an associated pattern buffer.  The
1367
Each menu has an associated pattern buffer.  The
1368
<CODE>menu_driver()</CODE> logic tries to accumulate printable ASCII
1368
<CODE>menu_driver()</CODE> logic tries to accumulate printable ASCII
1369
characters passed in in that buffer; when it matches a prefix of an
1369
characters passed in that buffer; when it matches a prefix of an
1370
item name, that item (or the next matching item) is selected.  If
1370
item name, that item (or the next matching item) is selected.  If
1371
appending a character yields no new match, that character is deleted
1371
appending a character yields no new match, that character is deleted
1372
from the pattern buffer, and <CODE>menu_driver()</CODE> returns
1372
from the pattern buffer, and <CODE>menu_driver()</CODE> returns
(-)contrib/ncurses/doc/ncurses-intro.doc (-1 / +1 lines)
Lines 1226-1232 Processing Menu Input Link Here
1226
   get an error return (E_REQUEST_DENIED).
1226
   get an error return (E_REQUEST_DENIED).
1227
1227
1228
   Each  menu  has  an associated pattern buffer. The menu_driver() logic
1228
   Each  menu  has  an associated pattern buffer. The menu_driver() logic
1229
   tries  to  accumulate  printable  ASCII  characters  passed in in that
1229
   tries  to  accumulate  printable  ASCII  characters  passed in that
1230
   buffer;  when  it  matches a prefix of an item name, that item (or the
1230
   buffer;  when  it  matches a prefix of an item name, that item (or the
1231
   next  matching  item)  is selected. If appending a character yields no
1231
   next  matching  item)  is selected. If appending a character yields no
1232
   new  match,  that  character  is  deleted from the pattern buffer, and
1232
   new  match,  that  character  is  deleted from the pattern buffer, and
(-)contrib/ncurses/ncurses/tinfo/read_termcap.c (-1 / +1 lines)
Lines 45-51 Link Here
45
 *
45
 *
46
 * If USE_GETCAP is enabled, we use what is effectively a copy of the 4.4BSD
46
 * If USE_GETCAP is enabled, we use what is effectively a copy of the 4.4BSD
47
 * getcap code to fetch entries.  There are disadvantages to this; mainly that
47
 * getcap code to fetch entries.  There are disadvantages to this; mainly that
48
 * getcap(3) does its own resolution, meaning that entries read in in this way
48
 * getcap(3) does its own resolution, meaning that entries read in this way
49
 * can't reference the terminfo tree.  The only thing it buys is faster startup
49
 * can't reference the terminfo tree.  The only thing it buys is faster startup
50
 * time, getcap(3) is much faster than our tic parser.
50
 * time, getcap(3) is much faster than our tic parser.
51
 */
51
 */
(-)contrib/ntp/ChangeLog-4.1.0 (-1 / +1 lines)
Lines 1450-1456 Link Here
1450
	(atom_control): added
1450
	(atom_control): added
1451
	(atom_ppsapi): added
1451
	(atom_ppsapi): added
1452
	* ntpd/ntp_request.c (setclr_flags): SYS_FLAG_PPS cleanup
1452
	* ntpd/ntp_request.c (setclr_flags): SYS_FLAG_PPS cleanup
1453
	* ntpd/ntp_refclock.c: stropts.h back in in TTYCLK and
1453
	* ntpd/ntp_refclock.c: stropts.h back in TTYCLK and
1454
	HAVE_SYS_CLKDEFS_H
1454
	HAVE_SYS_CLKDEFS_H
1455
	Get ntp_syscall if KERNEL_PLL
1455
	Get ntp_syscall if KERNEL_PLL
1456
	Define cal_enable
1456
	Define cal_enable
(-)contrib/ntp/libntp/authkeys.c (-1 / +1 lines)
Lines 17-23 Link Here
17
#include "ntp_stdlib.h"
17
#include "ntp_stdlib.h"
18
18
19
/*
19
/*
20
 * Structure to store keys in in the hash table.
20
 * Structure to store keys in the hash table.
21
 */
21
 */
22
struct savekey {
22
struct savekey {
23
	struct savekey *next;
23
	struct savekey *next;
(-)contrib/openbsm/config/depcomp (-1 / +1 lines)
Lines 294-300 tru64) Link Here
294
      #
294
      #
295
      # With libtool 1.5 this exception was removed, and libtool now
295
      # With libtool 1.5 this exception was removed, and libtool now
296
      # generates 2 separate objects for the 2 libraries.  These two
296
      # generates 2 separate objects for the 2 libraries.  These two
297
      # compilations output dependencies in in $dir.libs/$base.o.d and
297
      # compilations output dependencies in $dir.libs/$base.o.d and
298
      # in $dir$base.o.d.  We have to check for both files, because
298
      # in $dir$base.o.d.  We have to check for both files, because
299
      # one of the two compilations can be disabled.  We should prefer
299
      # one of the two compilations can be disabled.  We should prefer
300
      # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
300
      # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
(-)contrib/openpam/depcomp (-1 / +1 lines)
Lines 294-300 tru64) Link Here
294
      #
294
      #
295
      # With libtool 1.5 this exception was removed, and libtool now
295
      # With libtool 1.5 this exception was removed, and libtool now
296
      # generates 2 separate objects for the 2 libraries.  These two
296
      # generates 2 separate objects for the 2 libraries.  These two
297
      # compilations output dependencies in in $dir.libs/$base.o.d and
297
      # compilations output dependencies in $dir.libs/$base.o.d and
298
      # in $dir$base.o.d.  We have to check for both files, because
298
      # in $dir$base.o.d.  We have to check for both files, because
299
      # one of the two compilations can be disabled.  We should prefer
299
      # one of the two compilations can be disabled.  We should prefer
300
      # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
300
      # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
(-)contrib/sendmail/cf/mailer/mail11.m4 (-1 / +1 lines)
Lines 17-23 PUSHDIVERT(-1) Link Here
17
#
17
#
18
# For local delivery of DECNET style addresses to the local
18
# For local delivery of DECNET style addresses to the local
19
# DECNET node, you will need feature(use_cw_file) and put
19
# DECNET node, you will need feature(use_cw_file) and put
20
# your DECNET nodename in in the cw file.
20
# your DECNET nodename in the cw file.
21
#
21
#
22
ifdef(`MAIL11_MAILER_PATH',, `define(`MAIL11_MAILER_PATH', /usr/etc/mail11)')
22
ifdef(`MAIL11_MAILER_PATH',, `define(`MAIL11_MAILER_PATH', /usr/etc/mail11)')
23
_DEFIFNOT(`MAIL11_MAILER_FLAGS', `nsFx')
23
_DEFIFNOT(`MAIL11_MAILER_FLAGS', `nsFx')
(-)contrib/tcp_wrappers/README (-1 / +1 lines)
Lines 468-474 exploited that trusts the client host name or address. Link Here
468
A long-term solution is to stop using network services that trust the
468
A long-term solution is to stop using network services that trust the
469
client host name or address, and to use data encryption instead.
469
client host name or address, and to use data encryption instead.
470
470
471
A short-term solution, as outlined in in CERT advisory CA-95:01, is to
471
A short-term solution, as outlined in CERT advisory CA-95:01, is to
472
configure network routers so that they discard datagrams from "outside"
472
configure network routers so that they discard datagrams from "outside"
473
with an "inside" source address. This approach is most fruitful when
473
with an "inside" source address. This approach is most fruitful when
474
you do not trust any hosts outside your local network.
474
you do not trust any hosts outside your local network.
(-)contrib/texinfo/doc/info.texi (-1 / +1 lines)
Lines 1095-1101 It switches to the next node if and when that is necessary. You Link Here
1095
type @kbd{s} followed by the string to search for, terminated by
1095
type @kbd{s} followed by the string to search for, terminated by
1096
@key{RET}.  To search for the same string again, just @kbd{s} followed
1096
@key{RET}.  To search for the same string again, just @kbd{s} followed
1097
by @key{RET} will do.  The file's nodes are scanned in the order
1097
by @key{RET} will do.  The file's nodes are scanned in the order
1098
they are in in the file, which has no necessary relationship to the
1098
they are in the file, which has no necessary relationship to the
1099
order that they may be in the tree structure of menus and @samp{next}
1099
order that they may be in the tree structure of menus and @samp{next}
1100
pointers.  But normally the two orders are not very different.  In any
1100
pointers.  But normally the two orders are not very different.  In any
1101
case, you can always do a @kbd{b} to find out what node you have
1101
case, you can always do a @kbd{b} to find out what node you have
(-)crypto/openssh/config.h (-1 / +1 lines)
Lines 1248-1254 Link Here
1248
/* Define if you want a different $PATH for the superuser */
1248
/* Define if you want a different $PATH for the superuser */
1249
/* #undef SUPERUSER_PATH */
1249
/* #undef SUPERUSER_PATH */
1250
1250
1251
/* syslog_r function is safe to use in in a signal handler */
1251
/* syslog_r function is safe to use in a signal handler */
1252
/* #undef SYSLOG_R_SAFE_IN_SIGHAND */
1252
/* #undef SYSLOG_R_SAFE_IN_SIGHAND */
1253
1253
1254
/* Support passwords > 8 chars */
1254
/* Support passwords > 8 chars */
(-)crypto/openssh/configure.ac (-1 / +1 lines)
Lines 561-567 mips-sony-bsd|mips-sony-newsos4) Link Here
561
	AC_DEFINE(HAVE_ATTRIBUTE__BOUNDED__, 1, [OpenBSD's gcc has bounded])
561
	AC_DEFINE(HAVE_ATTRIBUTE__BOUNDED__, 1, [OpenBSD's gcc has bounded])
562
	AC_DEFINE(SSH_TUN_OPENBSD, 1, [Open tunnel devices the OpenBSD way])
562
	AC_DEFINE(SSH_TUN_OPENBSD, 1, [Open tunnel devices the OpenBSD way])
563
	AC_DEFINE(SYSLOG_R_SAFE_IN_SIGHAND, 1,
563
	AC_DEFINE(SYSLOG_R_SAFE_IN_SIGHAND, 1,
564
	    [syslog_r function is safe to use in in a signal handler])
564
	    [syslog_r function is safe to use in a signal handler])
565
	;;
565
	;;
566
*-*-solaris*)
566
*-*-solaris*)
567
	if test "x$withval" != "xno" ; then
567
	if test "x$withval" != "xno" ; then
(-)crypto/openssl/crypto/asn1/asn1.h (-1 / +1 lines)
Lines 282-288 typedef struct ASN1_TLC_st ASN1_TLC; Link Here
282
/* This is just an opaque pointer */
282
/* This is just an opaque pointer */
283
typedef struct ASN1_VALUE_st ASN1_VALUE;
283
typedef struct ASN1_VALUE_st ASN1_VALUE;
284
284
285
/* Declare ASN1 functions: the implement macro in in asn1t.h */
285
/* Declare ASN1 functions: the implement macro in asn1t.h */
286
286
287
#define DECLARE_ASN1_FUNCTIONS(type) DECLARE_ASN1_FUNCTIONS_name(type, type)
287
#define DECLARE_ASN1_FUNCTIONS(type) DECLARE_ASN1_FUNCTIONS_name(type, type)
288
288
(-)crypto/openssl/demos/state_machine/state_machine.c (-2 / +2 lines)
Lines 147-153 void SSLStateMachine_read_inject(SSLStateMachine *pMachine, Link Here
147
    {
147
    {
148
    int n=BIO_write(pMachine->pbioRead,aucBuf,nBuf);
148
    int n=BIO_write(pMachine->pbioRead,aucBuf,nBuf);
149
    /* If it turns out this assert fails, then buffer the data here
149
    /* If it turns out this assert fails, then buffer the data here
150
     * and just feed it in in churn instead. Seems to me that it
150
     * and just feed it in churn instead. Seems to me that it
151
     * should be guaranteed to succeed, though.
151
     * should be guaranteed to succeed, though.
152
     */
152
     */
153
    assert(n == nBuf);
153
    assert(n == nBuf);
Lines 226-232 void SSLStateMachine_write_inject(SSLStateMachine *pMachine, Link Here
226
    {
226
    {
227
    int n=SSL_write(pMachine->pSSL,aucBuf,nBuf);
227
    int n=SSL_write(pMachine->pSSL,aucBuf,nBuf);
228
    /* If it turns out this assert fails, then buffer the data here
228
    /* If it turns out this assert fails, then buffer the data here
229
     * and just feed it in in churn instead. Seems to me that it
229
     * and just feed it in churn instead. Seems to me that it
230
     * should be guaranteed to succeed, though.
230
     * should be guaranteed to succeed, though.
231
     */
231
     */
232
    assert(n == nBuf);
232
    assert(n == nBuf);
(-)lib/libc/yp/xdryp.c (-1 / +1 lines)
Lines 42-48 extern void *ypresp_data; Link Here
42
 * I'm leaving the xdr_datum() function in purely for backwards
42
 * I'm leaving the xdr_datum() function in purely for backwards
43
 * compatibility. yplib.c doesn't actually use it, but it's listed
43
 * compatibility. yplib.c doesn't actually use it, but it's listed
44
 * in yp_prot.h as being available, so it's probably a good idea to
44
 * in yp_prot.h as being available, so it's probably a good idea to
45
 * leave it in in case somebody goes looking for it.
45
 * leave it in case somebody goes looking for it.
46
 */
46
 */
47
typedef struct {
47
typedef struct {
48
	char *dptr;
48
	char *dptr;
(-)lib/libc_r/uthread/uthread_sig.c (-1 / +1 lines)
Lines 342-348 thread_sig_find(int sig) Link Here
342
		 * Enter a loop to look for threads that have the signal
342
		 * Enter a loop to look for threads that have the signal
343
		 * unmasked.  POSIX specifies that a thread in a sigwait
343
		 * unmasked.  POSIX specifies that a thread in a sigwait
344
		 * will get the signal over any other threads.  Second
344
		 * will get the signal over any other threads.  Second
345
		 * preference will be threads in in a sigsuspend.  Third
345
		 * preference will be threads in a sigsuspend.  Third
346
		 * preference will be the current thread.  If none of the
346
		 * preference will be the current thread.  If none of the
347
		 * above, then the signal is delivered to the first thread
347
		 * above, then the signal is delivered to the first thread
348
		 * that is found.  Note that if a custom handler is not
348
		 * that is found.  Note that if a custom handler is not
(-)lib/libelf/libelf_convert.m4 (-1 / +1 lines)
Lines 136-142 __FBSDID("$FreeBSD: src/lib/libelf/libelf_convert.m4,v 1.3 2007/09/09 02:10:53 j Link Here
136
136
137
/*
137
/*
138
 * Read in various integral values.  The source pointer could be
138
 * Read in various integral values.  The source pointer could be
139
 * unaligned.  Values are read in in native byte order.  The source
139
 * unaligned.  Values are read in native byte order.  The source
140
 * pointer is incremented appropriately.
140
 * pointer is incremented appropriately.
141
 */
141
 */
142
142
(-)lib/libkse/thread/thr_sig.c (-1 / +1 lines)
Lines 658-664 thr_sig_find(struct kse *curkse, int sig, siginfo_t *info) Link Here
658
	 * Enter a loop to look for threads that have the signal
658
	 * Enter a loop to look for threads that have the signal
659
	 * unmasked.  POSIX specifies that a thread in a sigwait
659
	 * unmasked.  POSIX specifies that a thread in a sigwait
660
	 * will get the signal over any other threads.  Second
660
	 * will get the signal over any other threads.  Second
661
	 * preference will be threads in in a sigsuspend.  Third
661
	 * preference will be threads in a sigsuspend.  Third
662
	 * preference will be the current thread.  If none of the
662
	 * preference will be the current thread.  If none of the
663
	 * above, then the signal is delivered to the first thread
663
	 * above, then the signal is delivered to the first thread
664
	 * that is found.  Note that if a custom handler is not
664
	 * that is found.  Note that if a custom handler is not
(-)libexec/talkd/announce.c (-1 / +1 lines)
Lines 91-97 announce(CTL_MSG *request, const char *remote_machine) Link Here
91
 * Build a block of characters containing the message.
91
 * Build a block of characters containing the message.
92
 * It is sent blank filled and in a single block to
92
 * It is sent blank filled and in a single block to
93
 * try to keep the message in one piece if the recipient
93
 * try to keep the message in one piece if the recipient
94
 * in in vi at the time
94
 * in vi at the time
95
 */
95
 */
96
int
96
int
97
print_mesg(const char *tty, CTL_MSG *request,
97
print_mesg(const char *tty, CTL_MSG *request,
(-)sbin/geom/class/multipath/gmultipath.8 (-1 / +1 lines)
Lines 59-65 command. Link Here
59
This operation writes a label on the last sector of the underlying
59
This operation writes a label on the last sector of the underlying
60
disk device with a contained name and UUID.
60
disk device with a contained name and UUID.
61
The UUID guarantees uniqueness
61
The UUID guarantees uniqueness
62
in in a shared storage environment but is in general too cumbersome to use.
62
in a shared storage environment but is in general too cumbersome to use.
63
The name is what is exported via the device interface.
63
The name is what is exported via the device interface.
64
.Pp
64
.Pp
65
The first argument to
65
The first argument to
(-)share/man/man7/security.7 (-1 / +1 lines)
Lines 138-144 This gives you a convenient way to detect the attacker. Link Here
138
Making
138
Making
139
it impossible for an attacker to install a backdoor may actually be detrimental
139
it impossible for an attacker to install a backdoor may actually be detrimental
140
to your security because it will not close off the hole the attacker used to
140
to your security because it will not close off the hole the attacker used to
141
break in in the first place.
141
break in the first place.
142
.Pp
142
.Pp
143
Security remedies should always be implemented with a multi-layered
143
Security remedies should always be implemented with a multi-layered
144
.Dq onion peel
144
.Dq onion peel
(-)sys/boot/ficl/ficl.h (-1 / +1 lines)
Lines 71-77 Link Here
71
** is more like TCL than Forth, which usually expcets to be at the center
71
** is more like TCL than Forth, which usually expcets to be at the center
72
** of the system, requesting input at its convenience. Each Ficl virtual 
72
** of the system, requesting input at its convenience. Each Ficl virtual 
73
** machine can be bound to a different I/O channel, and is independent
73
** machine can be bound to a different I/O channel, and is independent
74
** of all others in in the same address space except that all virtual
74
** of all others in the same address space except that all virtual
75
** machines share a common dictionary (a sort or open symbol table that
75
** machines share a common dictionary (a sort or open symbol table that
76
** defines all of the elements of the language).
76
** defines all of the elements of the language).
77
**
77
**
(-)sys/boot/i386/cdboot/cdboot.s (-1 / +1 lines)
Lines 174-180 lookup_path: push %si # Save file name pointer Link Here
174
lookup_found:					# Found a loader file
174
lookup_found:					# Found a loader file
175
#
175
#
176
# Load the binary into the buffer.  Due to real mode addressing limitations
176
# Load the binary into the buffer.  Due to real mode addressing limitations
177
# we have to read it in in 64k chunks.
177
# we have to read it in 64k chunks.
178
#
178
#
179
		mov DIR_SIZE(%bx),%eax		# Read file length
179
		mov DIR_SIZE(%bx),%eax		# Read file length
180
		add $SECTOR_SIZE-1,%eax		# Convert length to sectors
180
		add $SECTOR_SIZE-1,%eax		# Convert length to sectors
(-)sys/boot/pc98/cdboot/cdboot.s (-1 / +1 lines)
Lines 415-421 lookup_path: push %si # Save file name pointer Link Here
415
lookup_found:					# Found a loader file
415
lookup_found:					# Found a loader file
416
#
416
#
417
# Load the binary into the buffer.  Due to real mode addressing limitations
417
# Load the binary into the buffer.  Due to real mode addressing limitations
418
# we have to read it in in 64k chunks.
418
# we have to read it in 64k chunks.
419
#
419
#
420
		mov %es:DIR_SIZE(%bx),%eax	# Read file length
420
		mov %es:DIR_SIZE(%bx),%eax	# Read file length
421
		add $SECTOR_SIZE-1,%eax		# Convert length to sectors
421
		add $SECTOR_SIZE-1,%eax		# Convert length to sectors
(-)sys/dev/ti/if_ti.c (-1 / +1 lines)
Lines 3685-3691 ti_ioctl2(struct cdev *dev, u_long cmd, caddr_t addr, int flag, Link Here
3685
		 * to the Tigon board you're interested in.  This seems
3685
		 * to the Tigon board you're interested in.  This seems
3686
		 * like a not-so-good way to do things, since unless you
3686
		 * like a not-so-good way to do things, since unless you
3687
		 * subsequently specify the unit number of the device
3687
		 * subsequently specify the unit number of the device
3688
		 * you're interested in in every ioctl, you'll only be
3688
		 * you're interested in every ioctl, you'll only be
3689
		 * able to debug one board at a time.
3689
		 * able to debug one board at a time.
3690
		 */
3690
		 */
3691
		error = 0;
3691
		error = 0;
(-)sys/i386/isa/vesa.c (-1 / +1 lines)
Lines 1384-1390 get_palette(video_adapter_t *adp, int base, int count, Link Here
1384
	}
1384
	}
1385
	free(r, M_DEVBUF);
1385
	free(r, M_DEVBUF);
1386
1386
1387
	/* if error && bits != 6 at this point, we are in in trouble... XXX */
1387
	/* if error && bits != 6 at this point, we are in trouble... XXX */
1388
	return error;
1388
	return error;
1389
}
1389
}
1390
1390
(-)usr.bin/checknr/checknr.c (-1 / +1 lines)
Lines 83-89 struct stkstr { Link Here
83
	int opno;	/* number of opening bracket */
83
	int opno;	/* number of opening bracket */
84
	int pl;		/* '+', '-', ' ' for \s, 1 for \f, 0 for .ft */
84
	int pl;		/* '+', '-', ' ' for \s, 1 for \f, 0 for .ft */
85
	int parm;	/* parm to size, font, etc */
85
	int parm;	/* parm to size, font, etc */
86
	int lno;	/* line number the thing came in in */
86
	int lno;	/* line number the thing came in */
87
} stk[MAXSTK];
87
} stk[MAXSTK];
88
int stktop;
88
int stktop;
89
89
(-)usr.bin/xlint/lint1/lint1.h (-1 / +1 lines)
Lines 325-331 typedef struct dinfo { Link Here
325
	u_int	d_mscl : 1;	/* multiple storage classes */
325
	u_int	d_mscl : 1;	/* multiple storage classes */
326
	u_int	d_terr : 1;	/* invalid type combination */
326
	u_int	d_terr : 1;	/* invalid type combination */
327
	u_int	d_nedecl : 1;	/* 1 if at least a tag is declared */
327
	u_int	d_nedecl : 1;	/* 1 if at least a tag is declared */
328
	u_int	d_vararg : 1;	/* ... in in current function decl. */
328
	u_int	d_vararg : 1;	/* ... in current function decl. */
329
	u_int	d_proto : 1;	/* current funct. decl. is prototype */
329
	u_int	d_proto : 1;	/* current funct. decl. is prototype */
330
	u_int	d_notyp : 1;	/* set if no type specifier was present */
330
	u_int	d_notyp : 1;	/* set if no type specifier was present */
331
	u_int	d_asm : 1;	/* set if d_ctx == AUTO and asm() present */
331
	u_int	d_asm : 1;	/* set if d_ctx == AUTO and asm() present */

Return to bug 121490