nwhitehorn
751ab3dd4f
Make the keymap script continue to work now that stderr is being
...
redirected to the log file.
2011-04-11 14:46:40 +00:00
rmacklem
d2181eff24
Modify the man pages to reflect the addition of a backup
...
stable restart file, as done by r220510.
This is a content change.
MFC after: 2 weeks
2011-04-10 13:45:46 +00:00
rmacklem
92d14f2b74
Add support for a backup stable restart file to the nfsd,
...
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
2011-04-10 01:54:42 +00:00
nwhitehorn
17025cd921
Rename the "Reboot" option to "Exit", which reflects what it actually
...
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.
2011-04-09 14:18:03 +00:00
obrien
cddd210098
* Add the readline(3) API to libedit. The libedit versions of
...
{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
2011-04-05 18:41:01 +00:00
jhb
4fde1ce654
Add the ability to manage the state of write caching when the battery
...
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
2011-04-05 14:19:05 +00:00
nwhitehorn
1b7ba92c16
Check correctly for whether there are any available wireless networks. This
...
was tested on a train in the middle of an upstate New York swamp.
2011-04-05 03:11:21 +00:00
nwhitehorn
bf61104672
Improve logging by always sending stderr to the installation log file.
...
Reduce warnings by making sure the temporary etc directory exists.
2011-04-05 03:09:44 +00:00
thompsa
44e946c1dd
Lower WARNS to unbreak the build, some archs may have alignment issues.
2011-04-04 03:43:13 +00:00
thompsa
076efb377c
fix printing of tv_usec
2011-04-04 02:57:19 +00:00
hselasky
57f20b6d96
- Include usbdump into default build.
...
MFC after: 7 days
Approved by: thompsa (mentor)
2011-04-03 22:36:40 +00:00
hselasky
13be006e1b
- Improvements to USB PF solution
...
- 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)
2011-04-03 20:03:45 +00:00
emaste
b62da713ee
Remove $Log$ keyword and associated history, which can cause annoyance in
...
diffs in some cases. Revision control tools have a history command to
obtain this information.
2011-03-31 14:33:27 +00:00
edwin
ddcfce408b
Add a menu entry for UTC in the main menu.
...
PR: bin/156019
Submitted by: Daniel O'Conner
Reviewed by: Garrett Cooper <gcooper@FreeBSD.org>
MFC after: 1 week
2011-03-30 21:33:23 +00:00
jpaetzel
3656a76a3a
Check in two missing files missed in cleanup.
...
Change expr to $(())
Switch test from "$?" = "0" to $? -eq 0
Approved by: kib (mentor)
2011-03-30 17:37:04 +00:00
jpaetzel
b7152a7846
Fix syntax error from previous commit.
...
Approved by: kib (mentor)
2011-03-30 17:33:52 +00:00
emax
344abc0142
Do not use word 'flood' as it not entirely correct. Use better 'no delay'
...
description. While here, replace atoi(3) with strtol(3).
Submitted by: arundel
MFC after: 1 week
2011-03-28 23:08:18 +00:00
nwhitehorn
cd47b87c5f
Committing while tired is never a good idea. Remove an unconditional error
...
exit left over from debugging.
2011-03-28 04:29:50 +00:00
nwhitehorn
af2e1861d2
Improve error handling.
2011-03-28 02:37:05 +00:00
nwhitehorn
605fa95a3a
Add mirror selection for FTP installs. To support TBEMD installs
...
(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.
2011-03-27 23:43:32 +00:00
jpaetzel
c0b9051b17
Fix a syntax error in a little-used function.
...
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)
2011-03-27 16:57:54 +00:00
jpaetzel
87a3622218
Increase size of boot partition to give breathing room in the future.
...
Approved by: kib (mentor)
2011-03-27 14:20:47 +00:00
dougb
1aed79fd1e
Add an example for the use of the <include> entry to help others
...
who are as slow as I am.
Discussed with: gordon
2011-03-26 00:34:35 +00:00
bapt
484221faf0
Really fix the confusion, sorry for noise
...
Submitted by: avg
Approved by: cognet
2011-03-24 12:35:59 +00:00
bapt
0b086b5868
Fix confusion between a-characters and d-characters
...
Submitted by: avg
Approved by: cognet
2011-03-24 12:04:42 +00:00
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