summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Modify the man pages to reflect the addition of a backuprmacklem2011-04-102-31/+22
| | | | | | | stable restart file, as done by r220510. This is a content change. MFC after: 2 weeks
* Add support for a backup stable restart file to the nfsd,rmacklem2011-04-101-9/+110
| | | | | | | | | | used for NFSv4 restart. This permits the nfsd to create the stable restart file as required and minimizes the risk of trouble if the file is lost. Suggested by: Tim Kientzle Reviewed by: jhb MFC after: 2 weeks
* Rename the "Reboot" option to "Exit", which reflects what it actuallynwhitehorn2011-04-091-1/+1
| | | | | | does. The rc.local wrapper script will also soon grow an option to use the live environment after installation, so an immediate reboot isn't even necessarily implied.
* * Add the readline(3) API to libedit. The libedit versions ofobrien2011-04-053-17/+13
| | | | | | | | | | | | | | | | {readline,history}.h are in /usr/include/edit so as to not conflict with the GNU libreadline versions. To use the libedit readline(3) one should add "-I/usr/include/edit" to their Makefile (spelled "-I${DESTDIR}/${INCLUDEDIR}/edit" within the FreeBSD source tree). * Enable its use in the BSD licensed utilities that support readline(3). * To make it easier to sync libedit development with NetBSD, histedit.h is moved into libedit's directory as history shows shown we keep merging it into that location. Obtained from: NetBSD Sponsored by: Juniper Networks
* Add the ability to manage the state of write caching when the batteryjhb2011-04-052-7/+40
| | | | | | | | | back-up is missing or dead. The current state of this field is reported in 'mfiutil cache <volume>' and can be adjusted via 'mfiutil cache <volume> bad-bbu-write-cache <enable|disable>'. This setting should generally be disabled to avoid data loss. MFC after: 1 week
* Check correctly for whether there are any available wireless networks. Thisnwhitehorn2011-04-051-1/+1
| | | | was tested on a train in the middle of an upstate New York swamp.
* Improve logging by always sending stderr to the installation log file.nwhitehorn2011-04-051-1/+3
| | | | Reduce warnings by making sure the temporary etc directory exists.
* Lower WARNS to unbreak the build, some archs may have alignment issues.thompsa2011-04-041-1/+1
|
* fix printing of tv_usecthompsa2011-04-041-1/+1
|
* - Include usbdump into default build.hselasky2011-04-031-0/+1
| | | | | MFC after: 7 days Approved by: thompsa (mentor)
* - Improvements to USB PF solutionhselasky2011-04-031-124/+237
| | | | | | | | | | | | | | - Add more fields for USB device and host mode - Add more information to USB PF header so that decoding can easily be done by software analyzer tools like Wireshark. - Optimise usbdump to display USB streams in text format more efficiently. - Software using USB PF must be recompiled after this commit, due to structure changes. MFC after: 7 days Approved by: thompsa (mentor)
* Remove $Log$ keyword and associated history, which can cause annoyance inemaste2011-03-311-25/+0
| | | | | diffs in some cases. Revision control tools have a history command to obtain this information.
* Add a menu entry for UTC in the main menu.edwin2011-03-301-5/+39
| | | | | | | PR: bin/156019 Submitted by: Daniel O'Conner Reviewed by: Garrett Cooper <gcooper@FreeBSD.org> MFC after: 1 week
* Check in two missing files missed in cleanup.jpaetzel2011-03-302-4/+4
| | | | | | | Change expr to $(()) Switch test from "$?" = "0" to $? -eq 0 Approved by: kib (mentor)
* Fix syntax error from previous commit.jpaetzel2011-03-301-1/+1
| | | | Approved by: kib (mentor)
* Do not use word 'flood' as it not entirely correct. Use better 'no delay'emax2011-03-282-18/+19
| | | | | | | description. While here, replace atoi(3) with strtol(3). Submitted by: arundel MFC after: 1 week
* Committing while tired is never a good idea. Remove an unconditional errornwhitehorn2011-03-281-2/+0
| | | | exit left over from debugging.
* Improve error handling.nwhitehorn2011-03-281-5/+4
|
* Add mirror selection for FTP installs. To support TBEMD installsnwhitehorn2011-03-273-4/+235
| | | | | | | | | | (e.g. powerpc64), this looks in a slightly different default path than now, specifying both $MACHINE and $MACHINE_ARCH: MIRROR/pub/FreeBSD/releases/`uname -p`/`uname -m`/`uname -r` How to handle TBEMD properly probably merits some more discussion, but, since no such 9.0-CURRENT distfiles exist at the moment, all existing mirrors presently fail anyway.
* Fix a syntax error in a little-used function.jpaetzel2011-03-2719-308/+283
| | | | | | | | | | Replace expr with $(()) Replace grep > /dev/null with grep -q Replace "$?" = "0" with $? -eq 0 in tests Consolidate export statements with variable assignment Replace tests for ! -z with -n Approved by: kib (mentor)
* Increase size of boot partition to give breathing room in the future.jpaetzel2011-03-271-1/+1
| | | | Approved by: kib (mentor)
* Add an example for the use of the <include> entry to help othersdougb2011-03-261-1/+6
| | | | | | who are as slow as I am. Discussed with: gordon
* Really fix the confusion, sorry for noisebapt2011-03-241-2/+2
| | | | | Submitted by: avg Approved by: cognet
* Fix confusion between a-characters and d-charactersbapt2011-03-241-2/+2
| | | | | Submitted by: avg Approved by: cognet
* Mark any distfiles with no checksum entries in the manifest "Skipped"nwhitehorn2011-03-231-5/+11
| | | | instead of "Passed".
* Allow setting of parameters for file systems (e.g. softupdates), turn onnwhitehorn2011-03-232-20/+121
| | | | | SUJ by default, and allow creation and mounting of FAT filesystems from the installer.
* - Merge changes to the base system to support OFED. These includejeff2011-03-213-16/+42
| | | | | a wider arg2 for sysctl, updates to vlan code, IFT_INFINIBAND, and other miscellaneous small features.
* Formatting fix.gjb2011-03-171-1/+1
| | | | | Submitted by: arundel (via doc@) MFC after: 3 days
* Preserve errno in an error case.jhb2011-03-171-1/+2
| | | | Submitted by: gcooper
* Add more details to the 'show battery' command including more rawjhb2011-03-171-9/+51
| | | | | | | | capacity values, charge cycle count, temperature, and more detailed status. Reviewed by: bz, emaste (older version) MFC after: 1 week
* Turn on softupdates by default. We need a UI to set filesystem parameters.nwhitehorn2011-03-151-1/+1
|
* - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.davidch2011-03-141-0/+1
| | | | | | (BCM57710, BCM57711, BCM57711E) MFC after: One month
* Rewind manifest file in case distributions are in a different order there.nwhitehorn2011-03-131-0/+2
|
* Use the manifest file count, if available, to determine the number of filesnwhitehorn2011-03-131-19/+62
| | | | | | in the archive instead of spinning through it to get a file count for the progress bar. This speeds up installation a lot on systems with slow CD drives.
* Add generation of an installation manifest containing SHA256 checksums asnwhitehorn2011-03-133-21/+82
| | | | | well as package descriptions and add code in the installer to check the checksums.
* Correct typo.nwhitehorn2011-03-111-1/+1
|
* Sync manpage's SYNOPSIS with program's usage.ru2011-03-092-5/+4
|
* Stop hard-coding default directory mode as 0777.jkim2011-03-084-9/+9
|
* Only validate the partition setup when the user presses "Save". If the usernwhitehorn2011-03-081-2/+2
| | | | | wants to exit without saving, it's not a problem if the disk is set up in an invalid way.
* Fix some duplicate-word typos in manpages.uqs2011-03-021-1/+1
| | | | | Submitted by: arundel MFC after: 1 week
* Prevent crashes from a race when (cloned) interfaces go away.bz2011-03-021-4/+6
| | | | | | | PR: bin/152143 Submitted by: Przemyslaw Frasunek (przemyslaw frasunek.com) Tested by: Przemyslaw Frasunek (przemyslaw frasunek.com) MFC after: 1 week
* Make installations work when no optional components are selected.nwhitehorn2011-03-021-1/+1
|
* Correct a typo.delphij2011-03-021-1/+1
| | | | | | PR: bin/155175 Submitted by: Peter J. Philipp <pjp centroid.eu> MFC after: 3 days
* Fixed conversion of prefix length to a netmask.ru2011-03-011-1/+1
|
* Another couple of unsigned/ssize_t changes.phk2011-03-012-2/+2
|
* Type-change to ssize_t to (app|pl)ease ppc platform.phk2011-02-281-1/+1
|
* Update fifolog internals to match main version:phk2011-02-287-184/+197
| | | | | | | | | | | Rename ...write_bytes... to ...write_records..., that's what they do. Move writer .h stuff into writer private .h file. Change logic in writer to support both fifolog usage in FreeBSD and Measured usage better, by always using an input buffer. Various cleanups.
* Don't override the perfectly good default ->zalloc and ->zfree functions.phk2011-02-281-20/+1
|
* Show disk model numbers in partition wizard screen. Also, since da(4) disksnwhitehorn2011-02-261-11/+16
| | | | | are probably more likely to be USB or Firewire these days than SCSI, just call them and anyone unknown "Disk" instead of SCSI disk.
* - Correct USB 3.0 wire-speed to 5.0Gbpshselasky2011-02-261-2/+2
| | | | | MFC after: 3 days Approved by: thompsa (mentor)
OpenPOWER on IntegriCloud