| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Move INET6 out of the RELEASE_CRUNCH conditional block
because it saves as little as 2% of the binary size and
IPv6 is rather popular today. (Some other binaries, e.g.,
telnetd, include INET6 for RELEASE_CRUNCH already.)
|
| |
|
|
|
|
| |
should happen with this change.
|
|
|
|
|
|
|
| |
of incorrect and machine-dependent integer math. Now we can encrypt a file
on an i386 and decrypt it on an amd64, and vice versa.
Submitted by: Andrew Heybey < ath at niksun dot com >
|
|
|
|
| |
used in the kernel.
|
| |
|
| |
|
|
|
|
| |
-f pathname was specified.
|
|
|
|
|
| |
the values of the characters here are positive, so it's safe to index arrays
with them.
|
| |
|
| |
|
|
|
|
| |
in the case the var already exists.
|
| |
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
Submitted by: ru
|
|
|
|
|
| |
Pointed out by: maxim
Approved by: pjd (mentor)
|
|
|
|
|
|
| |
Submitted by: maxim
MFC after: 1 week
Approved by: pjd (mentor)
|
|
|
|
|
|
| |
Submitted by: Michiel Boland <michiel boland org>
MFC after: 1 week
Approved by: pjd (mentor)
|
|
|
|
|
|
| |
memory directly, we should do timebase conversion for route lifetime.
Approved by: glebius (mentor)
|
| |
|
| |
|
|
|
|
| |
- Add the forgotten new option in usage().
|
|
|
|
|
| |
Approved by: cperciva (mentor)
MFC after: 1 week
|
|
|
|
| |
Approved by: netchild (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
machine.c. The traditional condition was (pctcpu > 0 || SRUN), but the
negation of the condition logic (from select to skip) made this come
out as (pctcpu > 0 && SRUN), leading to a very erratic display, except
for purely CPU bound processes.
This has been discussed in the mail lists some time ago and I have used
top with this patch on my systems for more than a year without problems
(just forgot to commit it earlier, since my systems were all fixed ...).
|
| |
|
|
|
|
|
|
|
| |
to the audit types.
Submitted by: wsalamon
Obtained from: TrustedBSD Project
|
|
|
|
|
| |
freed), & cs (CPU context switch rate). 'vmstat 1' output is now lined up
for today's typical machines vs. a VAX. [tested my modest 1.6ghz laptop]
|
|
|
|
|
|
|
| |
it runs into the following month. Instead adjust month and day,
wrapping round into next year where necessary.
MFC after: 14 days
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
style "every Monday":
mon * Do Foo.
Previously, at the end of the month, this could cause a printout of
the following nature when invoked with -A 7:
36 May* Do Foo
MFC after: 2 weeks
|
|
|
|
|
|
| |
was...
Pointed out by: ru
|
|
|
|
|
|
| |
Submitted by: Martin Nagy <nagy.martin@gmail.com>
PR: 96239
MFC after: 2 weeks
|
|
|
|
|
| |
compiling mgc on a big endian system (specificly tested sparc64) breaks,
using one from a little endian system works
|
|
|
|
|
|
|
|
|
|
| |
used once on a non-empty pattern space and then again on an empty
pattern space, the second usage restores the pattern space length to
the length that it had when the first "P" was used.
PR: bin/96052
Submitted by: Andrey Zholos <aaz@althenia.net>
MFC after: 7 days
|
|
|
|
|
|
|
|
|
| |
specified size to be read in the more familiar units of kilobytes,
megabytes, gigabytes, terabytes and petabytes.
PR: bin/50988
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
MFC after: 7 days
|
|
|
|
|
|
|
|
| |
options.
PR: bin/71513
Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com>
MFC after: 7 days
|
|
|
|
|
|
|
| |
systat is working great on this LCD ;)
Submitted by: Ben Haga <tuximus AT absoludicrous DOT com>
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
32229 telnet CALL mmap(0,0x8000,0x3,0x1002,0xffffffff,0,0,0)
32229 telnet CALL open(0x2807bc28,0,0x1b6)
32229 telnet CALL socket(0x2,0x2,0)
to
32229 telnet CALL mmap(0,0x8000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,0xffffffff,0,0,0)
32229 telnet CALL open(0x2807bc28,O_RDONLY,<unused>0x1b6)
32229 telnet CALL socket(PF_INET,SOCK_DGRAM,0)
David wanted to implement the suggestions which came up at the review from
arch@ too, but real life rejected this proposal. So I commit what we already
got and let another volunteer pick the remaining work from the ideas list.
Submitted by: "David Kirchner" <dpk@dpk.net>
Suggested by: FreeBSD ideas list page
Reviewed by: arch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
RPC_MAXDATASIZE was introduced. This is believed to have been debugging
code committed accidentally, although I've been unable to reach the
committer to confirm this. The effect was to limit the size of RPCs on
TCP and UDP to 9k, well below the default protocol limits in the libc
rpc code. This change simply removes these introduced limits, falling
back on the libc definitions.
PR: 88856
Reported by: Keith Bostic <bostic at sleepycat dot com>
Testing by: Susan LoVerso <sue at loverso dot southborough dot ma dot us>
Reveiwed by: cel, rees
Review timeout: alfred, mbr
MFC after: 2 weeks
|
|
|
|
| |
Approved by: alfred
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rename, __getcwd, shutdown, getrlimit, setrlimit, _umtx_lock, _umtx_unlock,
pathconf, truncate, ftruncate, kill
- Decode more arguments of open, mprot, *stat, and fcntl.
- Convert all constant-macro and bitfield decoding to lookup tables; much
cleaner than previous code.
- Print the timestamp of process exit and signal reception when -d or -D are in
use
- Try six times with 1/2 second delay to debug the child
PR: bin/52190 (updated)
Submitted by: Dan Nelson <dnelson@allantgroup.com>
Approved by: alfred
|
|
|
|
| |
Approved by: alfred
|
|
|
|
|
|
| |
PR: bin/97292
Submitted by: clsung
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
| |
not on the top-level -and sequence, e.g. inside of ! or -or.
Create a separate linked list of all active -exec {} + primaries and
do the last execution for all at termination.
PR: bin/79263
Submitted by: Jilles Tjoelker <jilles@stack.nl>
MFC after: 7 days
|
|
|
|
| |
I find it quite handy to just hit ^T and see the time.
|
| |
|
| |
|
| |
|