summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 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
OpenPOWER on IntegriCloud