summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add missing Obsolete Fileseadler2013-06-241-0/+4
| | | | Submitted by: Kurt Lidl <lidl@pi-coral.com>
* Remove request to email suggestions and fixes to the author.eadler2013-06-241-8/+0
| | | | | | | | 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
* Make the order of operations for lib/msun more clear.eadler2013-06-242-2/+2
| | | | | | | Tested with md5 sum of object code Reported by: swildner@DragonFlyBSD.org Submitted by: bde
* Disable hw.pci.realloc_bars by default. It wasn't needed for the originaljhb2013-06-241-1/+1
| | | | | | | | 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
* Typo in comment.glebius2013-06-241-1/+1
|
* Revert r252126, r252124, r252121.gjb2013-06-242-6/+9
| | | | Submitted by: hrs
* When RX checksum offloading is active, AX88772B will prepend ayongari2013-06-241-6/+5
| | | | | | | | | | | | | 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
* Delete the nd6 entries associated with an off-link prefixqingli2013-06-241-1/+7
| | | | | | | | if the same prefix cannot be found on an alternative interface. Reviewed by: hrs MFC after: 1 week
* Document the "-o" option added by r252138.rmacklem2013-06-241-1/+6
| | | | MFC after: 10 days
* Add a new "-o" option to the gssd which forces gss_init_sec_context()rmacklem2013-06-241-3/+136
| | | | | | | | | | | | | 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
* Bump shlib for dialog because ABI has changed when version 1.2 was importedbapt2013-06-232-1/+4
| | | | Reviewed by: kib
* Remove variable added by ru@ in r94940 that is no longer used by source or ↵eadler2013-06-231-4/+0
| | | | | | | | ports in share/mk/sys.mk PR: conf/155737 Reviewed by: ed (two years ago!) Exp-Run by: bdrewery
* Trim copyright years, and add the current year.gjb2013-06-231-6/+1
|
* Revert previous change to uark.c (restore previous rev), which wasthomas2013-06-231-20/+1
| | | | committed by mistake.
* Rewrap after previous commit.gjb2013-06-231-2/+2
|
* Fix minor typo in commentthomas2013-06-232-2/+21
|
* Add a new macro, release.current.release, to denote the head/ branchgjb2013-06-232-2/+4
| | | | | | 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.'
* Add missing copyright years.gjb2013-06-231-0/+3
|
* Cache the Open Firmware CPU properties at attach time, so we don't alwaysjhibbits2013-06-231-8/+19
| | | | enter it at runtime to get static data.
* Add a newline character to the end of the "Check URL again" error messagedteske2013-06-231-1/+1
| | | | | 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
* Merge r248313 from stable/9 sysinstall(8) to head bsdconfig(8):dteske2013-06-239-22/+678
| | | | | | | | | | | | 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).
* Implement the $probe_only parameter (previously unimplemented).dteske2013-06-231-3/+8
|
* Fine-tune the parsing of the URL. Re-order, comment, and add debugging todteske2013-06-232-17/+66
| | | | each case of unique URL format.
* Define and use e2fs_lbn_t in ext2fs.pfg2013-06-237-12/+19
| | | | | | | | | | | | | | | | | | 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
* If MAKE_CONF and/or SRC_CONF are set and not character devices,gjb2013-06-221-0/+11
| | | | | | | | copy to chroot to use with release build. Submitted by: Garrett Cooper (original version) Approved by: kib (mentor) MFC after: 1 week
* Fix r252074 so that it builds on 64bit arches.rmacklem2013-06-221-3/+1
|
* Fix a code typo that prevented the probing of the current defaultrouterdteske2013-06-221-1/+1
| | | | in-order to pre-populate the editor.
* Oops, previous revision (r252084) broke non-full-path resolution (e.g.,dteske2013-06-221-1/+1
| | | | | ftp://ftp.freebsd.org or ftp://ftp.freebsd.org/). Now both full-path and non-full resolution is working regardless of trailing-slash.
* Trim the trailing `/' from the ftp_dir when validating that the directorydteske2013-06-221-1/+4
| | | | | | 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.
* Take advantage of the fact that f_getvar evaluates the $var_to_get parameterdteske2013-06-222-6/+5
| | | | | within braces, allowing all manner of parameter expansions (properly quoted or escaped, of course).
* Fix a regression introduced by r251967, resulting in:dteske2013-06-221-1/+1
| | | | | /usr/libexec/bsdconfig/110.mouse/mouse: 134: Syntax error: ";;" unexpected (expecting "fi")
* Fix a regression introduced by r251967, resulting in:dteske2013-06-221-1/+1
| | | | | /usr/libexec/bsdconfig/080.console/console: 136: Syntax error: ";;" unexpected (expecting "fi")
* Add missing local declaration.dteske2013-06-211-1/+1
|
* Remove unused library include.dteske2013-06-211-1/+0
|
* Alphabetize library includes.dteske2013-06-2121-33/+33
|
* Style.dteske2013-06-212-18/+10
|
* Typo and grammar fixes to comments.dteske2013-06-212-2/+2
|
* The NFSv4.1 LayoutCommit operation requires a valid offset and length.rmacklem2013-06-211-8/+20
| | | | | (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.
* When the NFSv4.1 client is writing to a pNFS Data Server (DS), thermacklem2013-06-212-4/+25
| | | | | | | 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
* Since some NFSv4 servers enforce the requirement for a reserved port#,rmacklem2013-06-211-6/+0
| | | | | | | | 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
* Rename run(4) firmware file from runfw to run.fw. Previous name was thegonzo2013-06-212-7/+7
| | | | | | | | | | 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>
* Call sshd_precmd instead of sshd_configtest when the operatordelphij2013-06-211-2/+2
| | | | | | | | | | 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
* Switch ZFS mutex_owner macro to use sx_xholder as its now exported via sx.hsmh2013-06-211-2/+1
| | | | MFC after: 1 week
* Fix intermittent ZFS lock panic when kernel is compiled with debugging causedsmh2013-06-211-0/+1
| | | | | | by access of uninitialized smlock in mmutex_init. MFC after: 1 week
* Fixed ZFS zpool freeze (debug command) not processing due to invalid ioctl ↵smh2013-06-211-4/+3
| | | | | | call syntax. MFC after: 1 week
* Fixed import of destroyed ZFS pools failing due to vdev_geom incorrectlysmh2013-06-211-2/+1
| | | | | | | preventing config loads from devices associated with destroyed pools. Reviewed by: avg MFC after: 1 week
* Fix kmod_*stat_inc() after r249276. The incorrect code actuallyglebius2013-06-212-3/+3
| | | | | | | | 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.
* Non-virtualised hhook points are supported as of r251732.lstewart2013-06-211-7/+1
| | | | | MFC after: 1 week X-MFC with: 251732
* - Use length of _PATH_DEV instead of a hardcoded value[*].hrs2013-06-211-6/+6
| | | | | | | - Use MD_NAME for "md". Pointed out by: trasz [*] MFC after: 1 week
* Corrected ATA Passthrough defines from decimal to hexsmh2013-06-201-4/+4
| | | | | Reviewed by: scottl MFC after: 1 week
OpenPOWER on IntegriCloud