| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Rename local offsetof() macro to boffsetof() to avoid clashing with
the offsetof() from <stddef.h>
|
| |
|
|
|
|
| |
PR: 22187
|
| |
|
|
|
|
| |
All uses of fldsiz() in this file were wrong anyway.
|
|
|
|
|
|
|
|
|
|
|
| |
statistics on a per network address basis.
Teach the IPv4 and IPv6 input/output routines to log packets/bytes
against the network address connected to the flow.
Teach netstat to display the per-address stats for IP protocols
when 'netstat -i' is evoked, instead of displaying the per-interface
stats.
|
|
|
|
| |
This has been sitting in my tree for ages...
|
|
|
|
|
|
|
| |
The solution isn't perfect, instead of printing the first report, it
will the report no report id, but the proper solution is more complex
than this. We would need to iterate over the report descriptor and
figure out all the report id's before starting to print.
|
|
|
|
| |
BLOCKSIZE could specify arbitrary block sizes, not exactly 1K blocks.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The old version lists all args as optional.
However, you need at least one arg to get a usable result.
PR: 18667
Reported by: obrien
Submitted by: Johan Karlsson <k@numeri.campus.luth.se>
Reviewed by: sheldonh
|
|
|
|
| |
Approved by: unanimous response on arch@freebsd.org (June time frame)
|
|
|
|
| |
"in use" percentage. In other words, show how much of mb_map is in use.
|
| |
|
|
|
|
|
|
|
| |
Restore historical behaviour when the first argument is an empty string.
Submitted by: Alexander N. Kabaev <ak03@gte.com>
Pointed out by: bde
|
|
|
|
|
|
| |
Style fixes
Submitted by: bde
|
|
|
|
|
|
|
|
|
| |
compatible with the old version but includes new functionality and bug fixes.
Since it is not part of the NO_SENDMAIL make.conf option, libsmdb and
libsmutil should always be built for vacation's sake.
PR: 15227
|
|
|
|
| |
<time.h>).
|
|
|
|
| |
Submitted by: Mike Heffner <mheffner@vt.edu>
|
|
|
|
|
|
|
|
|
| |
all-lower or all-upper case characters, respectively. These were added
to further reduce differences between NetBSD/OpenBSD and FreeBSD make(1)
to propagate OpenPackages.
PR: 19959
Submitted by: Gaspar Chilingarav <nm@web.am>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
but allows for regex. I removed NO_REGEX since no one could give a reason
to have it, and since we don't use make in bootstrap tools, it's not needed.
This is mostly added to synch up with NetBSD/OpenBSD so as to eliminate
roadblocks in the OpenPackages project (see http://www.openpackages.org/).
It's also quite useful, and costs us only about 3 kilobytes of space.
PR: 21605
Submitted by: Hubert Feyrer <hubertf@NetBSD.org>
Reviewed by: silence on -arch
Obtained from: NetBSD
|
|
|
|
|
|
|
|
|
| |
Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>.
This is also the appropriate fix for exo-tree sources.
Put warnings in <machine/console.h> to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the <machine/console.h> files will be removed.
|
|
|
|
|
| |
A garbage timestamp was used for at least installing /dev/null with -C -p
when the target doesn't already exist.
|
|
|
|
| |
command-line options for selecting what to display.
|
|
|
|
|
|
|
|
|
|
|
|
| |
wrote, and as such was not very pretty.
Changes that may cause problems for people who use sockstat in scripts:
- sockstat(8) now displays Unix domain sockets in addition to IPv4 and IPv6
- the last period in local and foreign addresses is changed to a colon to
make the port number easier to spot
- IPv4 and IPv6 sockets are listed separately (IPv4 first, then IPv6, then
Unix)
|
|
|
|
|
| |
PR: 21734
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
|
|
|
|
|
| |
PR: 21734
Submitted by: Johan Karlsson <k@numeri.campus.luth.se>
|
|
|
|
| |
Let the user know...
|
| |
|
| |
|
|
|
|
|
|
| |
inside /etc/finger.conf
PR: 21704
|
|
|
|
|
| |
In the case where the program is executed by a daemon running in the
background the terminal might not have a tty. The '(null)' is confusing.
|
|
|
|
|
|
|
| |
improvements (including :C & :L, among others). After that, I'll be coming
up with other ways to improve make(1).
Discussed in spirit with: peter
|
|
|
|
| |
a different pointer size from the target.
|
| |
|
|
|
|
| |
PR: bin/21476
|
|
|
|
|
|
| |
user-supplied host name if we can't get a canonical name.
Obtained from: contrib/tcp_wrappers/socket.c rev. 1.4 (in spirit)
|
|
|
|
| |
are treated, regardless of protocol.
|
|
|
|
| |
TCP.
|
|
|
|
|
|
|
|
|
|
| |
is not exploitable because telnet doesn't run with elevated privs.
Didn't fix all the other potential buffer overflows. Would be a good
task for someone who has lots of time to carefully study each case
because cut and paste solutions are dangerous for this code base.
Added $FreeBSD$ in the same way that command.c did it.
|
|
|
|
| |
Broken in rev 1.44.
|
|
|
|
|
|
| |
-h for NIS host).
Submitted by: Peter Avalos <pavalos@theshell.com>
|
| |
|
| |
|
|
|
|
|
|
| |
-I/usr/src/usr.bin/kdump/../.. Fix ioctl.c creation to deal with the depend case more properly.
Submitted by: Ruslan Ermilov <ru@sunbay.com>
|
|
|
|
| |
Submitted by: Ruslan Ermilov <ru@sunbay.com>
|
|
|
|
| |
Approved by: sef
|
|
|
|
|
|
| |
may expand to more than one user.
PR: 21228
|