| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Apply the following automated changes to try to eliminate
no-longer-needed sys/cdefs.h includes as well as now-empty
blank lines in a row.
Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/
Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/
Remove /\n+#if.*\n#endif.*\n+/
Remove /^#if.*\n#endif.*\n/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/
Sponsored by: Netflix
|
| |
|
|
| |
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| |
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| |
|
|
| |
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| |
|
|
|
|
|
|
| |
In most cases, usage does not return, so mark them as __dead2. For the
cases where they do return, they have not been marked __dead2.
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/735
|
| | |
|
| |
|
|
|
| |
MFC after: 1 week
Sponsored by: Netflix, Inc.
|
| |
|
|
|
| |
MFC after: 1 week
Sponsored by: Netflix, Inc.
|
| |
|
|
|
|
|
|
|
| |
In addition to filtering by stack and state, allow filtering
by the congestion control module used. Choose the command line
options to be consistent with the ones of sockstat.
MFC after: 1 week
Sponsored by: Netflix, Inc.
|
| |
|
|
|
| |
MFC after: 1 week
Sponsored by: Netflix, Inc.
|
| |
|
|
|
|
|
| |
No functional change intended.
MFC after: 1 week
Sponsored by: Netflix, Inc.
|
| |
|
|
|
|
|
| |
Suggested by: jhb
Notes:
svn path=/head/; revision=336170
|
| |
|
|
|
|
|
| |
Fixes r335979.
Notes:
svn path=/head/; revision=336002
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
strncpy did not guarantee NUL termination of the "stack" string.
Use strlcpy instead. While I'm here, avoid unnecessary memset
and strnlen calls.
Reported by: Coverity
CID: 1381035
Sponsored by: Dell EMC
Notes:
svn path=/head/; revision=334265
|
| |
|
|
|
|
|
| |
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=325188
|
| |
|
|
| |
Notes:
svn path=/head/; revision=323627
|
| |
|
|
|
|
|
| |
Sponsored by: Netflix, Inc.
Notes:
svn path=/head/; revision=323626
|
| |
|
|
|
|
|
| |
Sponsored by: Netflix, Inc.
Notes:
svn path=/head/; revision=323599
|
| |
|
|
|
|
|
|
|
| |
-s and the -S option.
Sponsored by: Netflix, Inc.
Notes:
svn path=/head/; revision=323596
|
| |
|
|
|
|
|
|
|
|
| |
Choose the command line options to be consistent with the ones of
sockstat.
Sponsored by: Netflix, Inc.
Notes:
svn path=/head/; revision=323493
|
| |
|
|
|
|
|
|
| |
PR: 218923
Submitted by: Daniel McRobb
Notes:
svn path=/head/; revision=317546
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a painful change, but it is needed. On the one hand, we avoid
modifying them, and this slows down some ideas, on the other hand we still
eventually modify them and tools like netstat(1) never work on next version of
FreeBSD. We maintain a ton of spares in them, and we already got some ifdef
hell at the end of tcpcb.
Details:
- Hide struct inpcb, struct tcpcb under _KERNEL || _WANT_FOO.
- Make struct xinpcb, struct xtcpcb pure API structures, not including
kernel structures inpcb and tcpcb inside. Export into these structures
the fields from inpcb and tcpcb that are known to be used, and put there
a ton of spare space.
- Make kernel and userland utilities compilable after these changes.
- Bump __FreeBSD_version.
Reviewed by: rrs, gnn
Differential Revision: D10018
Notes:
svn path=/head/; revision=315662
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
Notes:
svn path=/head/; revision=284345
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=284172
|
| | |\
| |/
|/|
| | |
Notes:
svn path=/projects/bmake/; revision=270164
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=266219
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=265802
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=248169
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=246868
|
| | |\
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=246555
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Requested by: Simon Gerraty <sjg@juniper.net>
Notes:
svn path=/projects/bmake/; revision=239572
|
| | |/
|/|
| |
| |
| |
| |
| |
| | |
PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>
Notes:
svn path=/head/; revision=267668
|
| |/
|
|
|
|
|
|
|
|
|
| |
than a space to permit directly pasting the output of commands such as
netstat and sockstat on the command line.
Reviewed by: net
MFC after: 1 week
Notes:
svn path=/head/; revision=246129
|
| |
|
|
| |
Notes:
svn path=/head/; revision=222765
|
| |
|
|
|
|
|
|
|
| |
PR: docs/156593
Submitted by: Yuri Pankov
MFC after: 1 week
Notes:
svn path=/head/; revision=220965
|
| |
|
|
| |
Notes:
svn path=/head/; revision=201390
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
connections. Including a flag to instead output a sequence of tcpdrop(8)
invocations that would accomplish the same thing, which is convenient for
scripting.
o) Make tcpdrop complain if the addresses given to it are entirely in different
address families, rather than failing silently.
o) When cross-referencing httpd(8), do not explicitly specify the apache2 port,
since the example in question is generic.
Notes:
svn path=/head/; revision=193203
|
| |
|
|
| |
Notes:
svn path=/head/; revision=173223
|
| |
|
|
|
|
|
|
|
|
| |
- Change some section numbers to match reality
- For MLINKS to manpages from ports, mention which port installs them
MFC after: 3 days
Notes:
svn path=/head/; revision=148011
|
| |
|
|
|
|
|
| |
Submitted by: hrs
Notes:
svn path=/head/; revision=143583
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143569
|
| |
|
|
|
|
|
| |
Noticed by: Daniel O'Connor
Notes:
svn path=/head/; revision=143568
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Use SYSCTL_IN() macro instead of direct call of copyin(9).
Submitted by: ume
o Move sysctl_drop() implementation to sys/netinet/tcp_subr.c where
most of tcp sysctls live.
o There are net.inet[6].tcp[6].getcred sysctls already, no needs in
a separate struct tcp_ident_mapping.
Suggested by: ume
Notes:
svn path=/head/; revision=141886
|
|
|
utility:
The tcpdrop command drops the TCP connection specified by the
local address laddr, port lport and the foreign address faddr,
port fport.
Obtained from: OpenBSD
Reviewed by: rwatson (locking), ru (man page), -current
MFC after: 1 month
Notes:
svn path=/head/; revision=141381
|