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
np
f9ba5edcb6
cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.
...
MFC after: 3 weeks
2011-02-18 08:00:26 +00:00
jhb
6c8422154a
Save a copy of errno before invoking syslog() if accept() or select() fail.
...
syslog() can trash the errno value causing nfsd to exit for non-fatal
errors like ECONNABORTED from accept().
MFC after: 1 week
2011-02-17 17:03:56 +00:00
jpaetzel
38ea23ab3e
Add "Extract Only" functionality to pc-sysinstall. This allows disk setup to
...
be done manually, pc-sysinstall is pointed to a mount-point for installation.
PR: bin/154685
Submitted by: kmoore
Approved by: kib (mentor)
2011-02-17 16:33:41 +00:00
dim
afe2e8ee75
Only use -z noexecstack for these explicit arches: i386, amd64, powerpc
...
and powerpc64. Other arches currently do not support this feature.
Reminded by: kib
2011-02-16 21:04:47 +00:00
dim
08fa1606e8
Fix the last binary in the base system that still has an executable
...
stack, /usr/sbin/uathload.
Since this program links in a .o file containing a firmware blob, and
there is no clean way to add a .note.GNU-stack section to this .o file,
we simply use the -z noexecstack option to ld here.
2011-02-16 20:46:57 +00:00
jkim
f74b693166
Merge ACPICA 20110211.
2011-02-12 01:03:15 +00:00
imp
febdd2ffbc
Generate MACHINE= and MACHINE_ARCH= lines based on the machine
...
directive. Once this is MFC'd, we can move these out of the template
files where they are (incosnsitently) defined.
MFC after: 1 week
2011-02-11 06:35:53 +00:00
delphij
461f2c12fe
Don't consider ioctl returning error as a fatal error and move on to next
...
disk. When multiple devices are specified, a non-supporting ioctl will
cause diskinfo(8) to stop at the point which does not seem to be necessary.
Ok'ed by: phk
MFC after: 1 month
2011-02-08 11:32:22 +00:00
brian
b1195ff906
Add "iface name" and "iface description" commands.
...
PR: 151400
Submitted by: Aragon Gouveia - aragon at phat dot za dot net with minor fixes
MFC after: 3 weeks
2011-02-07 11:18:18 +00:00
jkim
bb6fc35ada
Do not let pw.conf(5) or -M option affect creation of basehome, e.g., /home.
...
When the basehome does not exist, it creates all intermediate directories as
required, which is logically equivalent to mkdir(1) with -m and -p options.
However, it modifies all intermediate directories, not just the final home
directory unlike mkdir. This problem was introduced in two revisions, i.e.,
r1.59 (SVN r167919) and r1.60 (SVN r168044).
MFC after: 1 month
2011-02-04 19:49:02 +00:00
mm
082f7a5a82
Use correct alphabetical order for xz(1) in SEE ALSO section
...
of newsyslog manpages.
Reported by: maxim
MFC after: 3 weeks
2011-01-31 11:30:26 +00:00
mm
0d3cc98e60
Add xz(1) support to newsyslog.
...
Rewrite and simplify logfile compression code.
Approved by: gad
MFC after: 3 weeks
2011-01-31 10:57:54 +00:00