| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
POSIX threads libraries are not available. Add crypto support if
the crypto libraries are available. Build dnssec-{keygen,signzone}
if crypto is available.
Submitted by: (in part) dougb@
|
|
|
|
|
|
| |
Submitted by: (in part) dougb@, trhodes@
Reviewed by: dougb@, trhodes@, re@
MFC after: 5 days
|
| |
|
|
|
|
|
|
| |
Also, use strdup() instead of malloc()/strcpy().
PR: 64164
|
|
|
|
| |
Submitted by: Divacky Roman
|
|
|
|
| |
Approved by: murray (mentor)
|
|
|
|
| |
Approved by: pav (mentor)
|
|
|
|
|
|
| |
-c option was given.
Noticed by: sf
|
| |
|
|
|
|
| |
Reviewed by: sobomax
|
|
|
|
| |
Reviewed by: sobomax
|
|
|
|
|
|
|
|
| |
o use zlib(3) function which computes maximum length of the output
buffer instead of rolling own version;
o allow size of input file to be not multiple of cluster size by applying
zero padding.
|
| |
|
|
|
|
|
| |
Submitted by: keramida
Tested on: i386, sparc64 (panther)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
geom_uzip module. This is based on utility I wrote some 3 years ago for a
hack for md(4), which functionally was close to what geom_uzip does today.
Since I don't have a time to test that it compiles/works on other arches,
stick it to i386 only. Will do it later.
Unlike original cloop util, this one embedds FreeBSD-compatible shell code
into the generated image, not Linux one. Unfortunately severe space
restriction imposed by the CLOOP format doesn't allow to put conditional
code which will work both on Linux and FreeBSD. In fact it was quite a
challenge to fit necessary FreeBSD code into 127 bytes. ;-)
|
| |
|
|
|
|
|
|
| |
reason to enable this as performance didn't significantly change...
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
| |
also occupies a single slot. There's no need for any special handling
of Quads. While here, remove the silly make_quad() function. We have
the 2 longs on 32-bit machines already lined up in the argument array,
so we can fetch the Quad with a simple cast.
Before:
lseek(1,0x123456789,0xd0d0d0d0d0d0d0d0) = 4886718345 (0x123456789)
After:
lseek(1,0x123456789,SEEK_SET) = 4886718345 (0x123456789)
|
|
|
|
| |
Pointed out by: ru
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Thanks to: Guy Helmer
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
| |
when used with -t, "send to stdout" when used with -x.
Thanks to: Ryan Hamilton for pointing out this odd beast
MFC after: 3 days
|
|
|
|
|
| |
Submitted by: SANETO Takanori <sanewo@ba2.so-net.ne.jp>
MFC after: 3 days
|
| |
|
|
|
|
| |
Requested by: tjr
|
| |
|
|
|
|
|
|
|
|
|
|
| |
states that no longer have a corresponding file descriptor - until now,
sockstat would mostly randomly match null kern.file.*.xf_data fields
with the first mostly-closed socket.
This bugfix is a RELENG_5 candidate.
Approved by: andre
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'-T dn,ace -C US-ASCII' option one does only get:
$ whois nic.de
domain: nic.de
status: connect
More information available on:
http://www.denic.de/en/domains/technik/denic_whois-server/index.html
MFC: 3 days
|
|
|
|
| |
Inspired by: DragonFlyBSD
|
|
|
|
| |
Approved by: fjoe (mentor)
|
| |
|
|
|
|
| |
Approved by: anholt (mentor)
|
|
|
|
| |
Approved by: leeym (mentor)
|
|
|
|
|
|
|
| |
variable and using the .MAKEFLAGS special target, and the
differences between them.
Reviewed by: harti
|
| |
|
|
|
|
|
|
|
|
| |
duplicate allocated on the heap; the address defn points to is significant,
and is checked against the address of "null" in certain conditionals.
PR: 59883
MFC after: 1 week
|
|
|
|
|
| |
PR: 42725
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
|
|
|
|
|
|
|
|
| |
example) view io stats while sorting by process size. Also adds
voluntary and involuntary context-switch stats to the io page because
there was lots of room.
Submitted by: Dan Nelson dnelson at allantgroup.com
|
|
|
|
|
|
| |
only work on the first MAXCOMLEN (19) characters of that name.
Noticed by: Peter Holm
|
|
|
|
|
|
|
|
| |
meaningless. In particular, don't assume that it is left untouched if
stat(2) fails; that assumption happens to fail at high optimization
levels on some platforms.
MFC after: 1 week
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
the .MAKEFLAGS variable so that these are also passed to sub-makes.
This makes the handling of variables in the command environment more
consistent.
PR: bin/68853
Submitted by: Martin Kamerhofer <data@sbox.tugraz.at>
|
| |
|
|
|
|
| |
Sorry for the churn. ;)
|
| |
|
|
|
|
| |
Requested by: dima
|
|
|
|
| |
Approved by: den (mentor)
|
| |
|