summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Fix division by zero, causing floating point exception in a drive progresspluknet2011-02-251-1/+1
| | | | | | | | | | | | command. It was possible to read a value of zero from a busy controller used as the divisor to calculate the remaining rebuild time. Reported by: Pavel Udovenko <udovenko att nic.ru> Discussed with: jhb Approved by: kib (mentor) MFC after: 1 week
* Fix a bunch of trivial whitespace mistakes and update the miniobj.hphk2011-02-259-30/+38
| | | | file before the real work starts.
* Alter comment to reflect change in code.jpaetzel2011-02-231-3/+8
| | | | | | Try atacontrol if camcontrol fails. Approved by: kib (mentor, implicit)
* Add a catch-all for miscellaneous RAID volumes while seeking a betternwhitehorn2011-02-231-1/+2
| | | | solution here. It would really help if CAM devices were part of newbus.
* Added patch-functions-upgrade which should fix some kernel panicsjpaetzel2011-02-221-2/+2
| | | | | | | doing upgrades and uninstalling linux compat ports. Submitted by: Joerg-Christian Boehme <joerg@chaosdorf.de> Approved by: kib (mentor, implicit)
* Better method for grabbing disk name, dmesg may produce mangled output.jpaetzel2011-02-221-1/+1
| | | | Approved by: kib (mentor, implicit)
* Add support for optional distributions, installation of the ports tree andnwhitehorn2011-02-223-2/+23
| | | | | src. Fitting all of this on a single CD along with a full system requires changing the default compression algorithm from gzip to xz.
* Make code more friendly to the non-C99 compilers - don't allocatesobomax2011-02-221-4/+8
| | | | | | local variables in the `for' loop declaration. This allows trunk newsyslog.c to be compiled on 7.x. This change should be no-op from the functional POV.
* Add some error checking on the return values of chdir() and calloc(). Thenwhitehorn2011-02-212-17/+49
| | | | | | | | first might actually happen, so it displays the error message in a prettier way. Found by: Coverity Prevent(tm) CID: 9121, 9122, 9123, 9124
* The FD_FORM ioctl used to ignore errors from the floppy controller; now whenbrucec2011-02-211-2/+1
| | | | | | | | it encounters an error it returns an error from the ioctl. Ignore any errors when using the FD_FORM ioctl. PR: kern/103862 MFC after: 3 days
* Fix typos - remove duplicate "the".brucec2011-02-213-3/+3
| | | | | | PR: bin/154928 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days
* Add notes about ASCII/Hex WEP keysimp2011-02-201-0/+13
|
* Don't present the user with spurious errors when overwriting a disk withnwhitehorn2011-02-191-2/+7
| | | | | | a deleted, but uncommitted, gpart. Reported by: brucec
* The PC98 gpart module supports labels now.nwhitehorn2011-02-191-10/+15
|
* Add a utility, utxrm(8).ed2011-02-194-0/+163
| | | | | | | | | | Most of the ports I broke when I imported utmpx, were simple management utilities for the utmp database, allowing you to add/remove entries manually. Add a small tool called utxrm(8), which allows you to remove an entry from the utmpx database by hand. This is useful when a login daemon crashes or fails to remove the entry during shutdown.
* Allow users to create ufs1 filesystems via the noninteractive install.cfgbrucec2011-02-191-0/+2
| | | | | | | system. PR: bin/113979 MFC after: 3 days
* Remove the quotas option from the Startup Services menu.brucec2011-02-191-2/+0
| | | | | | | | GENERIC has no support for quotas so this option has no effect. PR: bin/123237 Submitted by: Lawrence Mayer <lawmay3 at i12.com> MFC after: 3 days
* In the distribution list, 'A' is listed as the key to press to select bothbrucec2011-02-191-2/+2
| | | | | | | | | 'All' and 'Minimal'. Update the keys for Minimal and Custom to avoid the conflict. PR: bin/153809 Submitted by: Janne Snabb <snabb at epipe.com> MFC after: 3 days
* Merge binutils 2.17.50 to head. This brings a number of improvements todim2011-02-181-2/+2
|\ | | | | | | | | | | | | | | | | x86 CPU support, better support for powerpc64, some new directives, and many other things. Bump __FreeBSD_version, and add a note to UPDATING. Thanks to the many people that have helped to test this. Obtained from: projects/binutils-2.17
| * Sync: merge r216133 through r216338 from ^/head.dim2010-12-0969-5264/+7794
| |\
| | \
| | \
| *-. \ Sync: merge r215944 through r216132 from ^/head.dim2010-12-027-24/+31
| |\ \ \
| * \ \ \ Sync: merge r215709 through r215824 from ^/head.dim2010-11-255-278/+55
| |\ \ \ \
| * \ \ \ \ Sync: merge r215464 through r215708 from ^/head.dim2010-11-2214-14/+692
| |\ \ \ \ \
| * | | | | | Sync: merge r215396 through r215463 from ^/head.dim2010-11-182-3/+3
| | | | | | |
| * | | | | | Sync: merge r215319 through r215395 from ^/head, so ports can actuallydim2010-11-162-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | build! :)
| * | | | | | Sync: merge r215273 through r215318 from ^/head.dim2010-11-148-170/+165
| | | | | | |
| * | | | | | Sync: merge r215189 through r215272 from ^/head.dim2010-11-146-2/+379
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud