Home
last modified time | relevance | path

Searched refs:Clean (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/crypto/openssh/
H A DTODO51 Clean up configure/makefiles:
52 - Clean up configure.ac - There are a few double #defined variables
/freebsd/share/examples/oci/
H A DContainerfile.pkg23 # Clean up and remove package management overhead. We delete downloaded
/freebsd/tools/tools/locale/
H A DREADME32 Clean up the obj directories. Note that this does not
/freebsd/contrib/libpcap/
H A DCHANGES42 Clean up the code that sets the "real" ("original") length for
89 CVE-2023-7256: Clean up sock_initaddress() and its callers to avoid
279 Clean up findalldevs code in rpcapd.
280 Clean up bufferizing code.
391 Clean up man pages.
452 Clean up error checking and error messages for server address
544 Clean up support for some non-GNU libc C libraries
595 Clean up building DLL
715 Clean up the ether_hostton() stuff.
724 Clean up handing of signal interrupts in pcap_read_nocb_remote().
[all …]
/freebsd/usr.bin/compress/doc/
H A Drevision.log105 * Clean up the code a little and lint it. (Lint complains about all
/freebsd/contrib/ntp/
H A DChangeLog37 * [Bug 3853] Clean up warnings with modern compilers. <hart@ntp.org>
84 * Clean up a few warnings seen building with older gcc. <hart@ntp.org>
360 * Clean up sntp/networking.c:sendpkt() error message. <stenn@ntp.org>
555 * Clean up libevent configure checks. HStenn.
1006 * sntp/unity/unity.c: Clean up a printf(). Harlan Stenn.
1037 * Clean trailing whitespace in tests/ntpd/Makefile.am. Harlan Stenn.
1139 * CID 1269537: Clean up a line of dead code in getShmTime().
1156 * [Bug 2794] Clean up kernel clock status reports.
1178 * Clean up the RLIMIT_STACK code.
1195 * [Bug 2794] Clean u
[all...]
H A DCommitLog-4.1.0277 (local_clock): Use it. Clean up the code.
279 (rstclock): Implement it. Clean up the code.
702 (local_clock): Clean up some debug/info messages.
707 * ntpd/ntp_control.c (ctl_getitem): Buffer overflow check. Clean
1029 (crypto_recv): More debug info. Clean up/improve sanity checks on
1031 (crypto_xmit): Clean up/improve sanity checks on CRYPTO_ASSOC and
1171 subsequent checks, where appropriate. Clean up unpeer() logic.
1587 * configure.in: ATOM requires struct timespec, not PPSAPI. Clean
1595 * ntpd/ntpd.c (set_process_priority): Clean up debug messages.
1611 earlier. Clean up KERNEL_PLL code.
[all …]
H A DCOPYRIGHT76 port. Clean up recvbuf and iosignal code into separate modules.
H A DCommitLog1308 Clean up debug output of timestamps.
2067 Clean up a few warnings seen building with older gcc.
2077 Clean up a few warnings seen building with older gcc.
2108 Clean up warning for shadowing 'poll' by renaming attrtopsl() arg
2908 Clean up indents in leap second handling code.
2923 [Bug 3853] Clean up warnings with modern compilers.
2927 [Bug 3853] Clean up warnings with modern compilers.
4274 Clean up redundancy in VS 2015 project files.
5135 Clean up generated .html dependences.
5138 Clean u
[all...]
/freebsd/crypto/openssl/
H A DCONTRIBUTING.md77 Clean builds via GitHub Actions are required. They are started automatically
/freebsd/stand/forth/
H A Dcheck-password.4th110 drop \ Clean up stack cruft
/freebsd/sys/contrib/zlib/
H A DChangeLog73 - Clean up code style in enough.c, update version
99 - Clean up minizip to reduce warnings for testing
153 - Clean up contrib/vstudio [Roß]
180 - Clean up the usage of z_const and respect const usage within zlib
181 - Clean up examples/gzlog.[ch] comparisons of different types
458 - Clean up assembler builds in win32/Makefile.msc [Rowe]
544 - Clean up text files (tabs, trailing whitespace, etc.) [Oberhumer]
722 - Clean up compilation under Solaris SunStudio cc [Rowe, Reinholdtsen]
769 - Clean up some text files (carriage returns, trailing space)
1020 - Clean up FAR usage in inflate
[all …]
/freebsd/tools/tools/nanobsd/dhcpd/
H A Dcommon68 pprint 2 "Clean and create world directory (${LOCAL_DIR})"
/freebsd/contrib/tcpdump/
H A DCHANGES240 Clean up some help messages in configure.
377 Clean up pcap_findalldevs() call to find the first interface.
425 Clean up IS-IS printing.
539 Clean up relative time stamp printing (Fix an array overflow)
615 ISAKMP: Clean up parsing of IKEv2 Security Associations
625 LLC: Clean up printing of LLC packets
668 SNMP: Clean up the "have libsmi but no modules loaded" case
669 SNMP: Clean up the object abbreviation list and fix the code to match them
1084 Clean up documentation of vlan filter expression, document mpls
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp344 StringRef Clean = in makeHTMLReady() local
346 S.append(Clean.str()); in makeHTMLReady()
347 SR = SR.drop_front(Clean.size()); in makeHTMLReady()
/freebsd/contrib/ntp/sntp/
H A DCOPYRIGHT76 port. Clean up recvbuf and iosignal code into separate modules.
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-2.0228 o Clean up some problems identified by Coverity. (7c11e51 Harlan Stenn)
576 …o Clean up syntax on TAILQ_ENTRY() usage to build correctly with recent MSVC (60433a0 Gilad Benjam…
763 o Clean up a mistake in pointer manipulation in evbuffer_remove (28bfed4 Christopher Davis)
766 …o Clean up properly when adding a signal handler fails. (b84b598 Gilad Benjamini) o Ensure that ev…
1015 o Clean up formatting: Disallow space-before-tab. (8fdf09c)
1016 o Clean up formatting: use tabs, not 8-spaces, to indent. (e5bbd40)
1017 o Clean up formatting: remove trailing spaces (e5cf987)
1018 o Clean up formatting: function/keyword spacing consistency. (4faeaea)
H A DChangeLog-1.425 o Clean up properly when adding a signal handler fails. (ae6ece0 Gilad Benjamini)
/freebsd/contrib/libevent/
H A DChangeLog-2.0228 o Clean up some problems identified by Coverity. (7c11e51 Harlan Stenn)
576 …o Clean up syntax on TAILQ_ENTRY() usage to build correctly with recent MSVC (60433a0 Gilad Benjam…
763 o Clean up a mistake in pointer manipulation in evbuffer_remove (28bfed4 Christopher Davis)
766 …o Clean up properly when adding a signal handler fails. (b84b598 Gilad Benjamini) o Ensure that ev…
1015 o Clean up formatting: Disallow space-before-tab. (8fdf09c)
1016 o Clean up formatting: use tabs, not 8-spaces, to indent. (e5bbd40)
1017 o Clean up formatting: remove trailing spaces (e5cf987)
1018 o Clean up formatting: function/keyword spacing consistency. (4faeaea)
H A DChangeLog-1.425 o Clean up properly when adding a signal handler fails. (ae6ece0 Gilad Benjamini)
/freebsd/libexec/bootpd/
H A DChanges174 Clean-up signed/unsigned mismatches.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Features.td156 "Enable Armv8.2-A data Cache Clean to Point of Persistence">;
262 "Enable Armv8.5-A Cache Clean to Point of Deep Persistence">;
/freebsd/contrib/openpam/
H A DHISTORY299 - ENHANCE: Clean up some variable names.
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4810 ~RestorePlanState() { Clean(); } in ~RestorePlanState()
4812 void Clean() { in Clean() function in __anon9174e3c20911::RestorePlanState
4894 restorer.Clean(); in HandleStoppedEvent()
4907 restorer.Clean(); in HandleStoppedEvent()
/freebsd/usr.sbin/bsdconfig/share/
H A Dsysrc.subr442 # Clean up the buffer

123