| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
so give an example that is more likely to work.
Stolen from the ktrace(1) manual page.
PR: 128222
Submitted by: Mateusz Guzik <mjguzik@gmail.com>
|
|
|
|
|
|
|
|
| |
This gets rid of gnu89 style inlining. Also silence gcc by assigning two
variables NULL. This lets use to remove NO_WERROR.
Approved by: kib (mentor)
Approved by: harti
|
|
|
|
|
|
|
|
| |
T_secs already had a non-zero default. Unbreak by moving the default to
ftp_timeout / http_timeout.
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
MFC after: 2 weeks
|
|
|
|
|
|
|
|
| |
The name `aux' is reserved on Windows file systems. aux.c in the mail(1)
directory contains some random utility functions. I'm renaming this file
to util.c to make it possible to check out this directory on Windows.
MFC after: 1 month
|
|
|
|
|
|
|
| |
of error messages" section.
Submitted by: naddy
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
|
|
| |
argument. Before this fix, after searching the currently-running kernel,
we would still search the a.out argument - completely override the in-kernel
list, essentially defeating the K flag's purpose.
PR: 47387
Submitted by: Ryan Beasley <ryanb@goddamnbastard.org>
|
| |
|
| |
|
|
|
|
| |
Submitted by: jmc@OpenBSD.org
|
|
|
|
|
| |
PR: bin/124724
MFC after: 3 days
|
|
|
|
|
| |
newly created 'Var' back to the caller.
Also, back out an accidentally commented WIP comment.
|
|\
| |
| |
| |
| |
| | |
fetch a complete CVS repository. Support for rsync update of regular files are
also included, but are not yet enabled. The change should not have an impact on
existing csup usage, as little of the existing code has changed.
|
| | |
|
| | |
|
| |\ |
|
| |/ |
|
| |
| |
| |
| |
| | |
- Enable -Q by default for the moment - there is something weird
going on in the rescue build.
|
| |
| |
| |
| |
| |
| |
| |
| | |
to know number of not accepted connections for monitoring purposes.
PR: bin/128871
Submitted by: Anton Yuzhaninov
MFC after: 1 month
|
| |
| |
| |
| |
| |
| | |
include of param.h can be removed from audit.h.
MFC after: 3 weeks
|
| |
| |
| |
| |
| |
| | |
include of param.h can be removed from audit.h.
MFC after: 3 weeks
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
E.g., .MAKE.JOB.PREFIX=${.newline}---[${.MAKE.PID}]
would produce
---[1234] target ---
2. Added ${.newline} as a simple means of being able to include '\n' in the
assignment of .MAKE.JOB.PREFIX
Obtained from: NetBSD
|
| | |
|
| |
| |
| |
| |
| |
| | |
Bump doc date;
Kill hard sentence breaks;
Fix commas by moving them off their own line.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In particular, point out that string comparison can only use != and ==
(how weird, given that the underlying call to strcmp returns more
information), that floating point values are correctly interpreted
as numbers, and that the left-hand side must be a variable expansion.
MFC after: 3 weeks
|
| | |
|
| |
| |
| |
| |
| | |
PR: bin/129938
Submitted by: Bruce Cran
|
| |
| |
| |
| | |
PR: 119338
|
| |
| |
| |
| |
| |
| |
| |
| | |
be left regardless of an error, signal, or complete
run.
PR: 69861
Submitted by: vlad902@gmail.com
|
| | |
|
| |
| |
| |
| |
| |
| | |
Alter Makefile and remove NO_MAN.
PR: 109975
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
followed by 'f' or 'p', use the following or preceding month of that
number, respectively. Document this. Also includes other minor
grammatical and punctuation fixes to the manual page (capitalize
Easter, etc.).
MFC after: 1 month
|
| |
| |
| |
| | |
Approved by: rwatson
|
| |
| |
| |
| |
| |
| |
| |
| | |
owned by the current user. If kinfo_getfile() or kinfo_getvmmap() return
NULL, simply exit, and do not try and derefernce the memory.
Reviewed by: peter
Approved by: peter
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
rather than usually returning 1 but in a few instances using a sysexits(3)
return value.
2. Remove a few unused variables from libfetch.
PR: docs/122470 (1, only)
Reviewed by: des
> Description of fields to fill in above: 76 columns --|
> PR: If a GNATS PR is affected by the change.
> Submitted by: If someone else sent in the change.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email.
> Security: Vulnerability reference (one per line) or description.
> Empty fields above will be automatically removed.
M usr.bin/fetch/fetch.c
M lib/libfetch/fetch.c
|
| |
| |
| |
| | |
MFC after: 3 days
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
fetch(1) accepts a new argument -i <file> that if specified will cause
the file to be downloaded only if it is more recent than the mtime of
<file>.
libfetch(3) accepts the mtime in the url structure and a flag to
indicate when this behavior is desired.
PR: bin/87841
Submitted by: Jukka A. Ukkonen <jau@iki.fi> (partially)
Reviewed by: des, ru
MFC after: 3 weeks
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. separating L2 tables (ARP, NDP) from the L3 routing tables
2. removing as much locking dependencies among these layers as
possible to allow for some parallelism in the search operations
3. simplify the logic in the routing code,
The most notable end result is the obsolescent of the route
cloning (RTF_CLONING) concept, which translated into code reduction
in both IPv4 ARP and IPv6 NDP related modules, and size reduction in
struct rtentry{}. The change in design obsoletes the semantics of
RTF_CLONING, RTF_WASCLONE and RTF_LLINFO routing flags. The userland
applications such as "arp" and "ndp" have been modified to reflect
those changes. The output from "netstat -r" shows only the routing
entries.
Quite a few developers have contributed to this project in the
past: Glebius Smirnoff, Luigi Rizzo, Alessandro Cerri, and
Andre Oppermann. And most recently:
- Kip Macy revised the locking code completely, thus completing
the last piece of the puzzle, Kip has also been conducting
active functional testing
- Sam Leffler has helped me improving/refactoring the code, and
provided valuable reviews
- Julian Elischer setup the perforce tree for me and has helped
me maintaining that branch before the svn conversion
|
| |
| |
| |
| |
| |
| |
| | |
PR: bin/128616
Submitted by: Jaakko Heinonen
Pointy hat: Tim Kientzle
MFC after: 30 days
|
| | |
|
| |
| |
| |
| | |
Trim whitespace at EOL.
|
| |
| |
| |
| |
| | |
Submitted by: Mike Tancsa <mike@sentex.net>
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This change was erronously ommitted from the r185690, and attempt
to simply add the prototype to string.h has revealed that several
contributed programs defined local prototypes for strndup(), controlled
by autoconfed config.h. So, manually change #undef HAVE_STRNDUP to
#define HAVE_STRNDUP 1. Next import of the corresponding program would
regenerate config.h, overriding the changes in this commit.
No objections from: kan
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
wc utility. The -L option can be used to report the length of
the longest line wc has seen in one or more files. It is
disabled by default, and wc uses the standard `-lwc'.
Submitted by: Sheldon Givens, sheldon at sigsegv.ca
Reviewed by: kib
MFC after: 1 week
|
| | |
|
| |
| |
| |
| | |
a documentation disclaimer.
|
| | |
|
| |
| |
| |
| |
| | |
code but should be a lot fewer cross-platform compatibility
headaches.
|
| |
| |
| |
| | |
we're compiling under GCC.
|