nwhitehorn
4b2699ef5a
Mark any distfiles with no checksum entries in the manifest "Skipped"
...
instead of "Passed".
2011-03-23 13:43:56 +00:00
nwhitehorn
9cfc2d6be3
Allow setting of parameters for file systems (e.g. softupdates), turn on
...
SUJ by default, and allow creation and mounting of FAT filesystems from
the installer.
2011-03-23 01:26:21 +00:00
jeff
2d7d8c05e7
- Merge changes to the base system to support OFED. These include
...
a wider arg2 for sysctl, updates to vlan code, IFT_INFINIBAND,
and other miscellaneous small features.
2011-03-21 09:40:01 +00:00
gjb
285eac355c
Formatting fix.
...
Submitted by: arundel (via doc@)
MFC after: 3 days
2011-03-17 22:17:56 +00:00
jhb
1ad2b56110
Preserve errno in an error case.
...
Submitted by: gcooper
2011-03-17 21:24:32 +00:00
jhb
01b38dc45f
Add more details to the 'show battery' command including more raw
...
capacity values, charge cycle count, temperature, and more detailed
status.
Reviewed by: bz, emaste (older version)
MFC after: 1 week
2011-03-17 17:29:46 +00:00
nwhitehorn
291c733238
Turn on softupdates by default. We need a UI to set filesystem parameters.
2011-03-15 13:27:34 +00:00
davidch
4cf0ebe1b2
- Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.
...
(BCM57710, BCM57711, BCM57711E)
MFC after: One month
2011-03-14 22:42:41 +00:00
nwhitehorn
8c134ab018
Rewind manifest file in case distributions are in a different order there.
2011-03-13 18:26:16 +00:00
nwhitehorn
baa953a2a5
Use the manifest file count, if available, to determine the number of files
...
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.
2011-03-13 18:23:47 +00:00
nwhitehorn
da52594639
Add generation of an installation manifest containing SHA256 checksums as
...
well as package descriptions and add code in the installer to check the
checksums.
2011-03-13 17:15:31 +00:00
nwhitehorn
2d07803115
Correct typo.
2011-03-11 19:40:49 +00:00
ru
23b678467d
Sync manpage's SYNOPSIS with program's usage.
2011-03-09 17:07:36 +00:00
jkim
2a03b255b4
Stop hard-coding default directory mode as 0777.
2011-03-08 20:13:29 +00:00
nwhitehorn
03141e27a3
Only validate the partition setup when the user presses "Save". If the user
...
wants to exit without saving, it's not a problem if the disk is set up
in an invalid way.
2011-03-08 01:17:30 +00:00
uqs
d8cc882294
Fix some duplicate-word typos in manpages.
...
Submitted by: arundel
MFC after: 1 week
2011-03-02 21:59:53 +00:00
bz
9791856c17
Prevent crashes from a race when (cloned) interfaces go away.
...
PR: bin/152143
Submitted by: Przemyslaw Frasunek (przemyslaw frasunek.com)
Tested by: Przemyslaw Frasunek (przemyslaw frasunek.com)
MFC after: 1 week
2011-03-02 17:13:07 +00:00
nwhitehorn
c8fdcb6d86
Make installations work when no optional components are selected.
2011-03-02 15:41:00 +00:00
delphij
5c2afe09ce
Correct a typo.
...
PR: bin/155175
Submitted by: Peter J. Philipp <pjp centroid.eu>
MFC after: 3 days
2011-03-02 00:29:14 +00:00
ru
9bdd2cd5a9
Fixed conversion of prefix length to a netmask.
2011-03-01 11:47:16 +00:00
phk
a3f6bc2c11
Another couple of unsigned/ssize_t changes.
2011-03-01 08:52:10 +00:00
phk
acdeb0f1a2
Type-change to ssize_t to (app|pl)ease ppc platform.
2011-02-28 14:48:00 +00:00
phk
851c06bea5
Update fifolog internals to match main version:
...
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.
2011-02-28 09:11:46 +00:00
phk
91a0b8165f
Don't override the perfectly good default ->zalloc and ->zfree functions.
2011-02-28 08:59:35 +00:00
nwhitehorn
cad6ecb973
Show disk model numbers in partition wizard screen. Also, since da(4) disks
...
are probably more likely to be USB or Firewire these days than SCSI, just
call them and anyone unknown "Disk" instead of SCSI disk.
2011-02-26 15:44:03 +00:00
hselasky
33c316e324
- Correct USB 3.0 wire-speed to 5.0Gbps
...
MFC after: 3 days
Approved by: thompsa (mentor)
2011-02-26 09:28:52 +00:00
pluknet
7d4c7b1304
Fix division by zero, causing floating point exception in a drive progress
...
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
2011-02-25 13:59:59 +00:00
phk
86423932a6
Fix a bunch of trivial whitespace mistakes and update the miniobj.h
...
file before the real work starts.
2011-02-25 09:40:17 +00:00
jpaetzel
6afaafbd89
Alter comment to reflect change in code.
...
Try atacontrol if camcontrol fails.
Approved by: kib (mentor, implicit)
2011-02-23 17:52:26 +00:00
nwhitehorn
05f2685017
Add a catch-all for miscellaneous RAID volumes while seeking a better
...
solution here. It would really help if CAM devices were part of newbus.
2011-02-23 13:51:41 +00:00
jpaetzel
f4cf481489
Added patch-functions-upgrade which should fix some kernel panics
...
doing upgrades and uninstalling linux compat ports.
Submitted by: Joerg-Christian Boehme <joerg@chaosdorf.de>
Approved by: kib (mentor, implicit)
2011-02-22 19:37:12 +00:00
jpaetzel
ab977d477a
Better method for grabbing disk name, dmesg may produce mangled output.
...
Approved by: kib (mentor, implicit)
2011-02-22 19:18:56 +00:00
nwhitehorn
1465b80841
Add support for optional distributions, installation of the ports tree and
...
src. Fitting all of this on a single CD along with a full system requires
changing the default compression algorithm from gzip to xz.
2011-02-22 13:56:59 +00:00
sobomax
271f830ef2
Make code more friendly to the non-C99 compilers - don't allocate
...
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.
2011-02-22 09:11:47 +00:00
nwhitehorn
a1c161cbf3
Add some error checking on the return values of chdir() and calloc(). The
...
first might actually happen, so it displays the error message in a prettier
way.
Found by: Coverity Prevent(tm)
CID: 9121, 9122, 9123, 9124
2011-02-21 14:28:31 +00:00
brucec
86ee4d5bd9
The FD_FORM ioctl used to ignore errors from the floppy controller; now when
...
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
2011-02-21 09:56:08 +00:00
brucec
6d9b42b486
Fix typos - remove duplicate "the".
...
PR: bin/154928
Submitted by: Eitan Adler <lists at eitanadler.com>
MFC after: 3 days
2011-02-21 09:01:34 +00:00
imp
138848dd32
Add notes about ASCII/Hex WEP keys
2011-02-20 17:54:49 +00:00
nwhitehorn
3f3be9a277
Don't present the user with spurious errors when overwriting a disk with
...
a deleted, but uncommitted, gpart.
Reported by: brucec
2011-02-19 15:22:06 +00:00
nwhitehorn
a9f4af7420
The PC98 gpart module supports labels now.
2011-02-19 14:49:49 +00:00
ed
ea4dbdacd2
Add a utility, utxrm(8).
...
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.
2011-02-19 11:44:04 +00:00
brucec
68e44090e5
Allow users to create ufs1 filesystems via the noninteractive install.cfg
...
system.
PR: bin/113979
MFC after: 3 days
2011-02-19 09:33:53 +00:00
brucec
3cce2f5dfa
Remove the quotas option from the Startup Services menu.
...
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
2011-02-19 09:24:24 +00:00
brucec
908cadad86
In the distribution list, 'A' is listed as the key to press to select both
...
'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
2011-02-19 09:08:13 +00:00
dim
58abb279f5
Merge binutils 2.17.50 to head. This brings a number of improvements to
...
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
2011-02-18 20:54:12 +00:00
jpaetzel
2e06507130
Remove US as the default layout in backend, let front-ends decide that
...
Submitted by: kmoore
Approved by: kib (mentor, implicit)
2011-02-18 15:52:57 +00:00
jpaetzel
6c73158fba
Sort available keyboard layouts to a more sane default.
...
PR: bin/154687
Submitted by: kmoore
Approved by: kib (mentor, implicit)
2011-02-18 15:13:07 +00:00
jpaetzel
7d7d9a901c
Improve pc-sysinstall's localization options to include support for GDM & KDM
...
desktop login managers.
PR: bin/154686
Submitted by: kmoore
Approved by: kib (mentor, implicit)
2011-02-18 15:06:35 +00:00
jpaetzel
56e8c76633
Add support to pc-sysinstall's create-part feature, to create non MBR type partitions,
...
such as GPT and others.
PR: bin/154684
Submitted by: kmoore
Approved by: kib (mentor, implicit)
2011-02-18 15:00:25 +00:00
nwhitehorn
b35b3cdb71
Import bsdinstall. This is meant to be (eventually in conjunction with
...
pc-sysinstall) a replacement for sysinstall in the 9.0 release and beyond.
Currently supported platforms are sparc64, pc98, i386, amd64, powerpc, and
powerpc64. Integration into the build system will occur in the coming
weeks.
Merging with pc-sysinstall will use this code as a frontend, while
temporarily retaining the interactive partition editor here. This work
will be done in parallel with improvements on this code and release
integration.
Thanks to all who have provided testing and comments!
2011-02-18 14:54:34 +00:00