Home
last modified time | relevance | path

Searched refs:have (Results 1 – 25 of 1159) sorted by last modified time

12345678910>>...47

/dragonfly/contrib/less/
H A DREADME33 if you have not already done so.
43 Warning: if you have a GNU sed, make sure it is version 2.05 or later.
75 your system that configure might not have detected, you may fix the
118 to have CR-LF rather than LF as line terminators.
199 7. Make sure you have the emx runtime installed. You need the emx DLLs
201 Make sure you have termcap.dat either in the default location or
230 have dmake, you can get a copy from os9archive.rtsi.com.
H A DNEWS47 * Fix build on systems which have ncurses/termcap.h or
970 * A "quit" command defined in a lesskey file may now have an "extra"
1102 have a regular expression library.
1138 now have line editing functions.
1171 * Lesskey file may have a string appended to a key's action,
1182 * Search commands have been enhanced and reorganized:
1243 optionally have a space between the option letter and the string.
/dragonfly/sys/config/
H A DLINT64592 # means that if you removed a disk drive, you may have had to rewrite
594 # a new disk as it may have been probed earlier and moved your device
620 # configuration and doesn't have to be explicitly configured.
774 # fails to detect >64MB RAM you will have to use the MAXMEM option.
1040 # the 0x20 flag for that. Currently, at most one unit can have
1248 # controllers that have it configured only if this option is set.
1418 # PAL or SECAM users who have a 28Mhz crystal (and no 35Mhz crystal)
1540 # you'll need to have the following 3 lines in the kernel config.
1762 # So, to take advantage of autoscaling, you have to remove both
1854 # These controllers have a SCSI-like interface, and require the
[all …]
/dragonfly/contrib/awk/
H A DREADME.md30 Double-quotes in fields have to be doubled and enclosed in quoted fields.
119 If your system does not have `yacc` or `bison` (the GNU
121 The default in the `makefile` is `bison`; you will have
124 NOTE: This version uses ISO/IEC C99, as you should also. We have
H A DFIXES.1e33 not make a copy of regexp literals. also makedfa memory leaks have
62 Fixed file management memory leak that appears to have been
165 left over from previous calls that may have set it. Thanks to
484 longer have anything like a current windows environment, so
681 better, this will have to wait.
687 the function isblank doesn't seem to have propagated to any
744 this would never have happened with the lex version.
870 to have to compile out of the box.
931 of which are unchecked. you have been warned.
1054 who don't have yacc or lex.
[all …]
H A DFIXES77 fnematch and getrune have been overhauled to solve issues around
/dragonfly/
H A DCOPYRIGHT86 National Standards Committee X3, on Information Processing Systems have
/dragonfly/dports.base/
H A DREADME.dports.base26 We have not yet decided what to do with programs like LEX and YACC which
/dragonfly/sys/netproto/802_11/
H A DREADME.DRAGONFLY41 if_start() and if_ioctl() have an additional argument.
72 * msleep() calls typically have to become lksleep() calls. However,
92 * Firmware loading and/or the general network init function may have
100 * SYSCTL macros in FreeBSD may have a CTLFLAG_RWTUN which for us is
/dragonfly/sys/bus/u4b/
H A Dusbdevs39 * Note that it does not show companies that have obtained a Vendor ID
49 * After adding a vendor ID VNDR and a product ID PRDCT you will have the
54 * You may have to add these defines to the respective probe routines to
/dragonfly/contrib/dhcpcd/
H A DREADME.md64 # Most distributions have NTP support.
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib_inflate.c409 have = strm->avail_in; \
420 strm->avail_in = have; \
436 if (have == 0) goto inf_leave; \
437 have--; \
577 in = have; in inflate()
687 if (copy > have) copy = have; in inflate()
691 have -= copy; in inflate()
717 state->have = 0; in inflate()
726 while (state->have < 19) in inflate()
739 state->have = 0; in inflate()
[all …]
H A Dhammer2_zlib_inflate.h105 unsigned have; /* number of code lengths in lens[] */ member
/dragonfly/contrib/openresolv/
H A Dresolvconf.in96 -i [\$PATTERN] Show interfaces that have supplied DNS information
115 should have no output and return 0)
H A DREADME.md11 Say you have wired and wireless interfaces to different subnets and run a VPN
39 Take the following resolv.conf files which have been generated by a
/dragonfly/share/misc/
H A Dpci_vendors10 # New data are always welcome, especially if they are accurate. If you have
H A Dbsd-family-tree565 would have been 1.0 except for request
/dragonfly/sys/vfs/hammer2/
H A DDESIGN169 to 400% the logical storage as you have physical blocks, depending.
236 have differing storage arrangements.
376 5. The last block in a file will have a storage allocation in powers
554 without adding to the I/O we already have to do.
617 block size. HAMMER1 had to have specialized code to check for and
700 - Does not have to be flushed for fsync, reducing fsync overhead.
824 cluster). Instead a leaf with insufficient rights will have to
826 modifying operations will have to be forwarded to the proxy which
833 into a greater cluster that they normally would not have such
965 still have to fsync().
[all …]
/dragonfly/contrib/dhcpcd/hooks/
H A D30-hostname22 # Some systems don't have hostname(1)
/dragonfly/sys/conf/
H A Doptions10 # possible to have a full compile-test. If necessary, you can include
/dragonfly/sys/dev/virtual/vmware/pvscsi/
H A DLICENSE47 You should have received a copy of the GNU General Public License
/dragonfly/contrib/tcsh-6/
H A Dcomplete.tcsh1144 edit filelog files fix fixes fstat group groups have help \
/dragonfly/bin/csh/csh/
H A Dhost.defs76 # ifdef MC_GET_SYSTEM /* If we have target() */
/dragonfly/crypto/openssh/
H A Dmux.c1450 size_t have; in mux_client_read() local
1460 for (have = 0; have < need; ) { in mux_client_read()
1465 len = read(fd, p + have, need - have); in mux_client_read()
1484 have += (size_t)len; in mux_client_read()
1493 u_int have, need; in mux_client_write_packet() local
1508 for (have = 0; have < need; ) { in mux_client_write_packet()
1514 len = write(fd, ptr + have, need - have); in mux_client_write_packet()
1537 have += (u_int)len; in mux_client_write_packet()
1547 size_t need, have; in mux_client_read_packet() local
1569 if ((r = sshbuf_get_string_direct(queue, &ptr, &have)) != 0 || in mux_client_read_packet()
[all …]
H A Dkex.c1044 u_int have; in derive_key() local
1075 for (have = mdsz; need > have; have += mdsz) { in derive_key()
1079 ssh_digest_update(hashctx, digest, have) != 0 || in derive_key()
1080 ssh_digest_final(hashctx, digest + have, mdsz) != 0) { in derive_key()

12345678910>>...47