| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
512-byte sector map instead unused space in the first 2048-byte sector.
|
|
|
|
|
| |
Submitted by: David Demelier demelier dot david at gmail dot com
MFC after: 1 week
|
|
|
|
|
|
| |
bootstrap partitions from the ISO9660 boot catalog. This preserves OS X's
ability to mount the CD, while allowing us a way to provide HFS-ified
bootstrap code for Open Firmware.
|
|
|
|
|
|
|
|
|
| |
commands for a given adapter. Specifically, it shows the status of any
drive or volume activities currently in progress similar to the
'drive process' and 'volume progress' commands.
Reviewed by: emaste
MFC after: 1 week
|
|
|
|
|
|
| |
Obtained from: Sascha Wildner <saw att online dott de>
Approved by: jhb
MFC after: 3 days
|
|
|
|
|
| |
done by r220980 to deprecate the -e option and add the -o option.
This is a content change for both man pages.
|
|
|
|
|
|
|
|
| |
referred to as the experimental server. It also adds a new command
line option "-o" to both mountd and nfsd that forces them to use the
old/regular NFS server. The "-e" option for these commands is now
a no-op, since the new server is the default. I will be committing rc
script and man changes soon. Discussed on freebsd-fs@.
|
|
|
|
|
|
|
| |
While it will not fail in normal circumstances, better safe than
sorry.
MFC after: 3 days
|
|
|
|
|
|
|
| |
While they will not fail in normal circumstances, better safe than
sorry.
MFC after: 1 week
|
|
|
|
|
|
| |
PR: docs/156593
Submitted by: Yuri Pankov
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
requested in newsyslog.conf. This was only the case using the non-time
based filenames (.0, .1, .2 etc.).
The change also makes newsyslog clean clean up the old extra logfile so
users don't end up with a single stale logfile which won't be rotated
out.
This change also cleans up some code a bit to avoid more copy / paste
code and removes some old copy / paste code in the process.
PR: bin/76697
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in config files
- Fixes some issues creating gmirror devices, including on GPT partitions
- Bugfixes for ZFS mirroring
- Enhanced GELI to work with a passphrase only, or key-file only
- Bugfix to prevent crashing of PC-BSD Live media when checking for upgrade partitions
Submitted by: Kris Moore <kmoore@freebsd.org>
Approved by: kib (mentor)
Sponsored by: iXsystems
|
|
|
|
|
|
|
| |
This is a content change.
Suggested by: Jeremy Chadwick
MFC after: 2 weeks
|
|
|
|
|
| |
Submitted by: arundel
MFC after: 1 week
|
|
|
|
| |
Reported by: Garrett Cooper
|
|
|
|
| |
in the list and didn't change the date.
|
|
|
|
|
|
|
| |
This is a content change.
Suggested by: Jeremy Chadwick
MFC after: 2 weeks
|
| |
|
|
|
|
| |
long necessary for us since r220680.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
the username-for-accounting field (P), not the username-for-headerpage (L).
These are usually the same value, except that control files do not have
the username-for-headerpage field if the user has requested no header page.
- Also rename the cji_username field to cji_headruser, to make it clear that
the value should only be used for the header page. (aka banner page)
MFC after: 3 weeks
|
|
|
|
| |
redirected to the log file.
|
|
|
|
|
|
|
| |
stable restart file, as done by r220510.
This is a content change.
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
{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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
was tested on a train in the middle of an upstate New York swamp.
|
|
|
|
| |
Reduce warnings by making sure the temporary etc directory exists.
|
| |
|
| |
|
|
|
|
|
| |
MFC after: 7 days
Approved by: thompsa (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
| |
diffs in some cases. Revision control tools have a history command to
obtain this information.
|
|
|
|
|
|
|
| |
PR: bin/156019
Submitted by: Daniel O'Conner
Reviewed by: Garrett Cooper <gcooper@FreeBSD.org>
MFC after: 1 week
|
|
|
|
|
|
|
| |
Change expr to $(())
Switch test from "$?" = "0" to $? -eq 0
Approved by: kib (mentor)
|
|
|
|
| |
Approved by: kib (mentor)
|
|
|
|
|
|
|
| |
description. While here, replace atoi(3) with strtol(3).
Submitted by: arundel
MFC after: 1 week
|
|
|
|
| |
exit left over from debugging.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(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.
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Approved by: kib (mentor)
|
|
|
|
|
|
| |
who are as slow as I am.
Discussed with: gordon
|
|
|
|
|
| |
Submitted by: avg
Approved by: cognet
|
|
|
|
|
| |
Submitted by: avg
Approved by: cognet
|
|
|
|
| |
instead of "Passed".
|
|
|
|
|
| |
SUJ by default, and allow creation and mounting of FAT filesystems from
the installer.
|
|
|
|
|
| |
a wider arg2 for sysctl, updates to vlan code, IFT_INFINIBAND,
and other miscellaneous small features.
|
|
|
|
|
| |
Submitted by: arundel (via doc@)
MFC after: 3 days
|