| 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 ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.
Sponsored by: Netflix
|
| |
|
|
|
|
|
| |
These do not use __FBSDID but instead use bare char arrays.
Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D41957
|
| |
|
|
|
|
|
|
|
|
|
|
| |
utilities so that they will compile with -fno-common.
Started by: Kyle Evans (kevans)
Reviewed by: Kyle Evans (kevans)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D24210
Notes:
svn path=/head/; revision=359627
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mainly focus on files that use BSD 3-Clause license.
The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
Notes:
svn path=/head/; revision=326025
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu>
Pull Request: https://github.com/freebsd/freebsd/pull/96
Notes:
svn path=/head/; revision=314436
|
| |
|
|
| |
Notes:
svn path=/head/; revision=128085
|
| |
|
|
|
|
|
|
|
| |
per letter dated July 22, 1999.
Approved by: core, imp
Notes:
svn path=/head/; revision=128073
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- using (intmax_t) and %j
- giving a non-empty format string to msg()
Include <stdint.h> directly instead of depending on <inttypes.h>
to do it.
Tested by: make universe
Notes:
svn path=/head/; revision=122669
|
| |
|
|
|
|
|
|
| |
remote backups can still be done with Kerberos authentication using
SSH and Kerberos 5.
Notes:
svn path=/head/; revision=114452
|
| |
|
|
| |
Notes:
svn path=/head/; revision=103949
|
| |
|
|
|
|
|
|
| |
o Use ANSI function definitions
o unifdef -D__STDC__
Notes:
svn path=/head/; revision=92837
|
| |
|
|
|
|
|
| |
keywords.
Notes:
svn path=/head/; revision=86473
|
| |
|
|
|
|
|
| |
These commits were inspired by a similar commit to netbsd.
Notes:
svn path=/head/; revision=59216
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
|
|
|
| |
device hitting EOM on a write.
Notes:
svn path=/head/; revision=39256
|
| |
|
|
|
|
|
|
| |
PR: 5346
Style-check-by: bde
Notes:
svn path=/head/; revision=37635
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36997
|
| |
|
|
|
|
|
|
|
|
|
|
| |
syndrome avoidance. The combination of SWS avoidance and ack-every-other
causes low throughput if the block size divided by the MSS is odd (which
is true with the default block size and MSS).
Turning on TCP_NODELAY disables the Nagle algorithm and sender SWS avoidance.
The rdump request/response protocol can not invoke Nagle and cannot cause
SWS, so this has no negative effects.
Notes:
svn path=/head/; revision=36115
|
| |
|
|
|
|
|
|
|
|
| |
options one would normally expect to set the realm, enable encryption,
and whatnot, but this actually is able to contact the remote server,
so at least it's a start. (As a bonus, the stripped static binary is
unquestionably exportable.)
Notes:
svn path=/head/; revision=25288
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23672
|
| |
|
|
|
|
|
|
|
|
| |
$TAPE. Inspired by OpenBSD's work in this area.
Reviewed by: Peter Wemm, Guido van Rooij and Jordan Hubbard.
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=21409
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19317
|
| |
|
|
|
|
|
|
| |
commit.. This causes a link error in sbin/restore which also uses this
file.
Notes:
svn path=/head/; revision=19315
|
| |
|
|
|
|
|
|
| |
messages, and make it explicit that stderr output came from the remote end.
(e.g. "rmt: command not found")
Notes:
svn path=/head/; revision=19300
|
| |
|
|
|
|
|
|
|
|
|
|
| |
setsockopt()'s on a -1 file descriptor.
Remove attempt to decrease TCP MSS; it makes no sense.
Set the IP TOS to IPTOS_THROUGHPUT as an indication that this is an
application sending large blocks of data, as recommended by RFC1700.
Notes:
svn path=/head/; revision=19239
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changes and one addition by me.
. Use reasonable defaults for the tape drive (/dev/rst0) instead of
something we actually don't have.
. Add a summary line displaying the alapsed time and the total throughput.
. Replace "rmt" for the remote location of rmt(8) by "/etc/rmt", since this
is the historical protocol, and relying on the $PATH causes a big pain.
Make it adjustable via an environmental variable though.
Reviewed by: joerg (for Andreas' part)
Submitted by: andreas@knobel.gun.de (Andreas Klemm)
Notes:
svn path=/head/; revision=12377
|
|
|
Note: XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
Notes:
svn path=/head/; revision=1558
|