| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Revision 1.38 introduced the -n flag. It conflicted with the
RB_BOOTINFO flag, so was in effect always on. Change the -n flag to
be bit 0x1c instead of 0x1f. This also had the consequence that a mal-formed
/boot.config would render the system unbootable because the user was
unable to enter anything at all on the command line.
o Remove the initialization of opt to be RB_BOOTINFO since we filter that bit
out and do not otherwise use it.
Reviewed by: jhb
MFC after: 3 days
|
|
|
|
| |
Stumbled on by: bde
|
|
|
|
| |
Discussed with: bmah
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
called -r but it takes 512 byte blocks instead of megabytes, and I felt a
megabytes specification would be far more useful so I did not use the same
option character.
This will *greatly* improve dump performance at the cost of possibly
missing filesystem changes that occur between passes, and does a fairly
good job making up for the loss of buffered block devices. Caching is disabled
by default to retain historical behavior.
In tests, dump performance improved by about 40% when dumping / or /usr.
Beware that dump forks and the cache may wind up being larger then you
specify, but a more complex shared memory implementation would not produce
results that are all that much better so I kept it simple for now.
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
non-root users.
PR: docs/42651
Submitted by: Thomas Seck <tmseck@netcologne.de>
MFC after: 3 days
|
|
|
|
|
|
| |
release date, update Perl removal text.
Reminded by: keramida
|
|
|
|
| |
Neglected by: trhodes
|
|
|
|
|
| |
Submitted by: "Mikko S. Hyvarinen" <morphy@morphy.iki.fi>
MFC after: 5 days
|
|
|
|
|
| |
Submitted by: "Mikko S. Hyvarinen" <morphy@morphy.iki.fi>
MFC after: 5 days
|
|
|
|
| |
driver a _real_ GEOM driver.
|
|
|
|
| |
PR: 47015
|
|
|
|
|
|
|
|
|
| |
- Don't panic on contigmalloc failure.
- Calculate timestamp by feedforward rather than feedback which depends on
unreliable interrupt timing.
- Overwrite timestamp in CIP header correctly.
- Add debug code for timestamp synchronization.
- Add comments.
|
|
|
|
| |
Fill fdf bit fields and others.
|
| |
|
|
|
|
|
|
|
| |
ioctls are no reliable indication of the ioctls "set" or "get" nature or if
such simplistic categories can even be applied.
MFC candidate: boot0cfg issue.
|
|
|
|
| |
Reviewed by: Tom Henderson <thomas.r.henderson@boeing.com>
|
| |
|
|
|
|
|
|
|
|
| |
Only grab giant in the per unit kthread for SWAP and VNODE backed devices.
Initialize the bioq before the kthread gets a chance to study it.
Don't lock Giant in mddone_swap, we shouldn't need it.
|
|
|
|
|
|
|
| |
out since rev 1.1 (24 may 1994) of this file.
Add a nail to the K&R coffin by removing the #ifdef'ed K&R function
declaration for NDINIT.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
inconsistent when we do not do it for swap or vnode.
We still printf for preloaded disks because of the weak debugging
options people have in embedded/tiny environments where this is
usually used.
|
|
|
|
| |
Submitted by: Toru Morimoto <too@os.gulf.or.jp>
|
| |
|
|
|
|
|
|
| |
PR: kern/46386
Submitted by: dillon
MFC after: 3 days
|
| |
|
| |
|
|
|
|
|
|
| |
to access the pctcpu. This will have to be sorted out more later as the
new scheduler requires a procedural interface for this data. A more
complete solution will follow.
|
|
|
|
| |
resources we're managing.
|
|
|
|
| |
1003.1-2001 requires that fileno() behave as if it locks the stream.
|
| |
|
|
|
|
|
| |
removal of unnecessary casts and throw in some minor cleanups to see if
anyone complains, just for the hell of it.
|
|
|
|
|
|
|
|
|
|
| |
The objective being to eliminate some cases of page queues locking.
(See, for example, vm/vm_fault.c revision 1.160.)
Reviewed by: tegge
(Also, pointed out by tegge that I changed vm_fault.c before changing
vm_page.c. Oops.)
|
|
|
|
|
|
|
|
|
|
|
|
| |
1.9 -> 1.11 early-adopter/article.sgml
1.10 -> 1.12 errata/article.sgml
1.124 -> 1.126 hardware/common/dev.sgml
1.3 -> 1.5 hardware/common/intro.sgml
1.3 -> 1.5 hardware/i386/proc-i386.sgml
1.1 -> 1.3 hardware/ia64/proc-ia64.sgml
1.2 -> 1.4 hardware/pc98/proc-pc98.sgml
1.7 -> 1.9 hardware/sparc64/proc-sparc64.sgml
1.474 -> 1.476 relnotes/common/new.sgml
|
|
|
|
|
|
|
|
|
|
| |
1.1 -> 1.2 hardware/pc98/proc-pc98.sgml
1.122 -> 1.124 hardware/common/dev.sgml
1.5 -> 1.7 hardware/sparc64/proc-sparc64.sgml
Submitted by: Hideyuki KURASHINA <rushani@jp.FreeBSD.org>
References: [doc-jp-work 581]
|
|
|
|
|
|
| |
the disk mini-layer.
This is currently not enabled.
|
|
|
|
|
|
|
| |
and 3com MAC. Specifications for the Altima PHY are available at:
http://www.altimacom.com/products/ac101L.html
Submitted by: Mikko S. Hyvarinen <morphy@morphy.iki.fi>
|
|
|
|
|
|
|
| |
1.424 -> 1.444 relnotes/common/new.sgml
Submitted by: Hideyuki KURASHINA <rushani@jp.FreeBSD.org>
References: [doc-jp-work 577]
|
|
|
|
|
| |
This will prevent access through mechanisms other than the published
interfaces.
|
|
|
|
|
|
|
|
|
| |
Add 'id' tags to all <sect1> sections to ensure a sensible naming scheme
for the generated HTML documents.
Translators: no content changes.
Discussed with: bmah and udo on -doc
|
| |
|
| |
|
|
|
|
| |
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
|
|
|
|
| |
hardware/sparc64/proc-sparc64.sgml: 1.6 -> 1.7
|