| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| | |
This is the documented size which the user-provided buffer must be.
|
| | |
|
| |
| |
| |
| | |
a second time does not rebuild the binary.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
the HISTORY section to reflect the first release of FreeBSD in
which this utility will appear.
|
| |
| |
| |
| |
| | |
memory-mapped register window. This closes the last known issue with
2.x vintage adapters.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
<stand.h>. Also, since bcache_strategy() used to not have a prototype,
arcdisk happily called bcache_strategy() with 6 parameters instead of 7,
leaving out the disk unit number, which is the 2nd parameter. Add in the
unit number to the bcache_strategy() call to fix this.
|
| |
| |
| |
| | |
BOOT_FORTH as it is only used if BOOT_FORTH is not defined.
|
| |
| |
| |
| |
| | |
getting rid of the check for NO_IDEA (in evp.h) completely if it's
installed without MAKE_IDEA=YES.
|
| |
| |
| |
| | |
Requested by: bde (ages ago)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When this happens, we know for sure that the packet data was not
received by the peer. Therefore, back out any advancing of the
transmit sequence number so that we send the same data the next
time we transmit a packet, avoiding a guaranteed missed packet and
its resulting TCP transmit slowdown.
In most systems ip_output() probably never returns an error, and
so this problem is never seen. However, it is more likely to occur
with device drivers having short output queues (causing ENOBUFS to
be returned when they are full), not to mention low memory situations.
Moreover, because of this problem writers of slow devices were
required to make an unfortunate choice between (a) having a relatively
short output queue (with low latency but low TCP bandwidth because
of this problem) or (b) a long output queue (with high latency and
high TCP bandwidth). In my particular application (ISDN) it took
an output queue equal to ~5 seconds of transmission to avoid ENOBUFS.
A more reasonable output queue of 0.5 seconds resulted in only about
50% TCP throughput. With this patch full throughput was restored in
the latter case.
Reviewed by: freebsd-net
|
| |
| |
| |
| | |
Submitted by: bde
|
| |
| |
| |
| |
| | |
and RANDOMDEV to the list. STill need to do more merging, but for now
things are better.
|
| | |
|
| |
| |
| |
| | |
Reviewed by: dfr
|
| |
| |
| |
| |
| |
| |
| | |
and CIRCLEQ_LAST(). Return the last element instead of a pointer
to the next field of the last element.
Reviewed by: dfr
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
page.
Add ability to run "inetd -R 0" to disable the default connection
per minute limit of 256 connections. Document this in man page.
Don't use maxchild as a boolean - instead check if it is greater
than zero.
Reviewed by: sheldonh
Based on a patch by: Alexander Langer <alex@big.endian.de>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Remove extra parens from my host selection commit.
Add white space after if, while, for and switch.
Get rid of braces around a single statement if.
There should be no functional changes in this commit.
Reviewed by: sheldonh
|
| |
| |
| |
| | |
Reviewed by: sheldonh
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Solo-1 Datasheet(vendor/device info at P.33)
http://www.alsa-project.org/alsa/ftp/manuals/ess/DsSolo1.pdf
|
| |
| |
| |
| | |
- Fixed comment.
|
| |
| |
| |
| |
| | |
warning fixes, but rather it made pre-existing compile-time knobs tweakable
via make variables. It also documented the options.
|
| | |
|
| |
| |
| |
| | |
some added const's.
|
| |
| |
| |
| |
| | |
for lsdev when printing out slice information. Now, you only get the
sizes and LBA's of slices if you use 'lsdev -v'.
|
| |
| |
| |
| |
| |
| |
| | |
prototypes, and adding in several 'const's. Also, add some missing
$FreeBSD$'s.
Found by: BDECFLAGS
|
| |
| |
| |
| | |
* Don't ignore error returns.
|
| |
| |
| |
| | |
- Use shift by %cl instead of five shifts by 1.
|
| |
| |
| |
| | |
exists.
|
| |
| |
| |
| |
| |
| |
| | |
/etc/make.conf.
PR: 20325
Submitted by: Johan Karlsson <k@numeri.campus.luth.se>
|
| |
| |
| |
| | |
something in the location where OpenSSH likes to point.
|
| | |
|
| |
| |
| |
| | |
Submitted by: pho and Hajimu UMEMOTO
|
| |
| |
| |
| | |
While I'm at it, move the #include line up to the top of the file.
|
| |
| |
| |
| |
| | |
The previous line was an AND. This change means you can compile in the
pfil_hook stuff and make it available for other users besides ipfilter.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
opens if the reference count is not decremented on close.
Note that this may result in the reference count being corrupted
on full duplex devices (due to mismatching opens/closes), but the
code doesn't use the reference count for anything on full duplex
devices.
|
| |
| |
| |
| |
| |
| |
| |
| | |
2. Offer half duplex with both playback and record on channel 1 or
full duplex with playback always on channel 2 as a compile-time option.
3. 16 bit record output is byte swapped for some dumb reason. Report the _BE
AFMTs for recording.
|
| |
| |
| |
| |
| |
| | |
a patch, returning -f/--force and -t/--batch to their previous semantics.
Pointed out by: asami
|
| |
| |
| |
| |
| |
| |
| | |
usb, all in usb.ko. uhub depends on usb. The bug was that the preload
processing only adds a module to the list once it's internal dependencies
are resolved... Since it was not "seeing" the internal usb module it
believed that uhub had a missing dependency.
|