| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted by: Kurt Lidl <lidl@pi-coral.com>
|
|
|
|
|
|
|
|
| |
He is no longer involved with the FreeBSD project.
While here: remove "no known bugs" and related. This isn't present in other manual pages.
PR: docs/179914
|
|
|
|
|
|
|
| |
Tested with md5 sum of object code
Reported by: swildner@DragonFlyBSD.org
Submitted by: bde
|
|
|
|
|
|
|
|
| |
tester of this fix, and realloc_bars breaks some other cases as a small
BAR that is reallocated can end up grabbing space needed by a much larger
BAR in the existing window of a PCI-PCI bridge.
MFC after: 3 days
|
| |
|
|
|
|
| |
Submitted by: hrs
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
checksum header. The header contains a received frame length but
the defined length for AX88772B is different with other ASIX
controllers. When the RX checksum is off, AX88772B controller does
not prepend a checksum header so driver has to use normal header
length mask.
This change should fix RX errors when RX checksum offloading is
off.
Tested by: kevlo
MFC After: 1 week
|
|
|
|
|
|
|
|
| |
if the same prefix cannot be found on an alternative
interface.
Reviewed by: hrs
MFC after: 1 week
|
|
|
|
| |
MFC after: 10 days
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to use DES and the associated old style GSS initialization token.
This appears to be required for some non-FreeBSD servers to
get a kerberized NFS mount to work. Also, ignore some signals when daemonized,
which might fix the gssd from "disappearing" without leaving a core dump.
Given the tight timeframe for the FreeBSD9.2 release, I have
committed this while waiting for code review. I will commit
changes recommended by the review in a separate commit.
Reviewed by: dfr (pending)
MFC after: 10 days
|
|
|
|
| |
Reviewed by: kib
|
|
|
|
|
|
|
|
| |
ports in share/mk/sys.mk
PR: conf/155737
Reviewed by: ed (two years ago!)
Exp-Run by: bdrewery
|
| |
|
|
|
|
| |
committed by mistake.
|
| |
|
| |
|
|
|
|
|
|
| |
with the -RELEASE suffix. This fixes the incorrect text on the -CURRENT
errata page from showing '10.0-CURRENT' followed by 'until 9.1-RELEASE is
released.'
|
| |
|
|
|
|
| |
enter it at runtime to get static data.
|
|
|
|
|
| |
because long URLs do not induce extra height despite wrapping by dialog(1).
NOTE: For even longer lines, the cursor up/down keys work to scroll through
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add support for installation directly via HTTP.
While we're here, remove the menu-item for Passive FTP (since moving to
ftp(1) and switching FTPMODE to `auto' by default -- see r251613 -- the
single remaining FTP menu-item works for both ftp.f.o and ftp-archive.f.o;
previously each requiring separately active versus passive both work with
the `auto' setting). In scripting you still have mediaSetFTPActive and
mediaSetFTPPassive but the remaining FTP menu-item uses mediaSetFTP which
defaults to `auto' (aforementioned SVN r251613).
|
| |
|
|
|
|
| |
each case of unique URL format.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In line to what is done in UFS, define an internal type
e2fs_lbn_t for the logical block numbers.
This change is basically a no-op as the new type is unchanged
(int32_t) but it may be useful as bumping this may be required
for ext4fs.
Also, as pointed out by Bruce Evans:
-Use daddr_t for daddr in ext2_bmaparray(). This seems to
improve reliability with the reallocblks option.
- Add a cast to the fsbtodb() macro as in UFS.
Reviewed by: bde
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
copy to chroot to use with release build.
Submitted by: Garrett Cooper (original version)
Approved by: kib (mentor)
MFC after: 1 week
|
| |
|
|
|
|
| |
in-order to pre-populate the editor.
|
|
|
|
|
| |
ftp://ftp.freebsd.org or ftp://ftp.freebsd.org/). Now both full-path and
non-full resolution is working regardless of trailing-slash.
|
|
|
|
|
|
| |
exists on the FTP server. This now means that when you specify a full-path
to the repository on the FTP server that it doesn't matter whether you have
a trailing `/' or not.
|
|
|
|
|
| |
within braces, allowing all manner of parameter expansions (properly quoted
or escaped, of course).
|
|
|
|
|
| |
/usr/libexec/bsdconfig/110.mouse/mouse: 134:
Syntax error: ";;" unexpected (expecting "fi")
|
|
|
|
|
| |
/usr/libexec/bsdconfig/080.console/console: 136:
Syntax error: ";;" unexpected (expecting "fi")
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(0, 0 is not sufficient) This patch a loop for each file layout, using
the offset, length of each file layout in a separate LayoutCommit.
|
|
|
|
|
|
|
| |
file's size attribute does not get updated. As such, it is necessary
to invalidate the attribute cache before clearing NMODIFIED for pNFS.
MFC after: 2 weeks
|
|
|
|
|
|
|
|
| |
enable use of the (no)resvport mount option for NFSv4. I had thought
that the RFC required that non-reserved port #s be allowed, but I couldn't
find it in the RFC.
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
| |
same as top-level target name for "device runfw" kernel option and
caused cyclic dependancy that lead to kernel build breakage
Module change is not strictly required and done for name unification sake
PR: conf/175751
Submitted by: Issei <i10a at herbmint.jp>
|
|
|
|
|
|
|
|
|
|
| |
requests reload or restart, which, in addition of testing the
configuration, will also generate host keys when they are not
present (previous behavior).
Obtained from: FreeNAS
Ok'ed by: bdrewery, des
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
| |
by access of uninitialized smlock in mmutex_init.
MFC after: 1 week
|
|
|
|
|
|
| |
call syntax.
MFC after: 1 week
|
|
|
|
|
|
|
| |
preventing config loads from devices associated with destroyed pools.
Reviewed by: avg
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
increased the pointer, not the memory it points to.
In collaboration with: kib
Reported & tested by: Ian FREISLICH <ianf clue.co.za>
Sponsored by: Nginx, Inc.
|
|
|
|
|
| |
MFC after: 1 week
X-MFC with: 251732
|
|
|
|
|
|
|
| |
- Use MD_NAME for "md".
Pointed out by: trasz [*]
MFC after: 1 week
|
|
|
|
|
| |
Reviewed by: scottl
MFC after: 1 week
|