| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
While I'm here properly quote all the other input I neglected
to quote.
Approved by: markm (mentor)(implicit)
|
|
|
|
|
|
| |
routines, remove their declarations. Even though rwlocks have the same
functions, XBDft does not shade those declarations so I am leaving them in.
(This is probably a bug in the Standard.)
|
| |
|
|
|
|
|
| |
(which we never used). There is no need to tweak the TPR anymore and
only causes problems.
|
|
|
|
|
|
|
|
| |
commands from below the first 8K of physical memory. A better fix
is to modify the busdma api to allow either inclusion ranges or
multiple exclusion ranges, but that debate is for another day.
MFC After: 2 days
|
|
|
|
| |
it at context switch.
|
|
|
|
| |
problems and we only ever clear it.
|
|
|
|
|
|
|
|
| |
parent device, if there is a parent configured. Modify the result
returned by the parent to indicate that the only supported media
is the currently configured one.
Reviewed by: brooks
|
|
|
|
| |
Submitted by: Chuck McCrobie <mccrobie2000@yahoo.com>
|
|
|
|
| |
ahc and ahd modules have correct dependencies on the assembler.
|
|
|
|
|
|
|
|
|
| |
pretty printing is enabled
Add a dependency on the source files for aicasm so that it will be rebuilt
if out of date.
Simplify.
|
|
|
|
|
|
| |
- Merge the following from the English version:
1.20 -> 1.23 errata/article.sgml
|
|
|
|
|
|
|
|
| |
to mount_nfs. The sysctl defaults to 1 (paranoid mode). Setting it to 0
will allow an NFS client to receive replies on a different IP then they
were sent to by default.
Submitted by: Sean Eric Fagan <sef@kithrup.com>
|
| |
|
|
|
|
|
|
|
| |
Fix handling of -v option.
Don't treat negative offsets as valid positive ones.
Clean up the ETA and transfer rate code. Show transfer rate along with
ETA if the verbose level is higher than 1.
|
| |
|
|
|
|
|
|
|
|
| |
- Sort definition of cpu_* variables appropriately.
- Move cpu_fxsr out of the magic non-BSS set of variables and stick it in
the BSS along with hw_instruction_sse (make the latter static as well).
Submitted by: bde (partially)
|
|
|
|
|
| |
Suggested by: sam
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
| |
variable to something in the cpu_* namespace since that's what all the
other cpuid variables were named and cpu_procinfo is what I came up with.
Requested by: bde
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: silby
|
| |
|
|
|
|
| |
Submitted by: <robin@isometry.net>, mtm
|
|
|
|
|
|
| |
boards, it's definitely not an Nvidia chip.
Info from: Nvidia's Linux Network driver & pciids.sourceforge.net
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
to a pathname that contains '\r' or '\n'.
Together with the earlier STAT bugfix, this must solve
the problem of such pathnames appearing in the FTP control
stream.
|
| |
| |
| |
| | |
traumatized by perl.
|
| |
| |
| |
| |
| |
| |
| |
| | |
configuration files will no longer be available once sshd is chrooted.
PR: 39953, 40894
Submitted by: dinoex
MFC after: 3 days
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
otherwise the close operation is void, and the underlying device remains
marked as being busy.
Thanks to phk for finding this.
MFC after: 3 days
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
correctly against PF_LOCAL. It seems that the test always fails then
sockaddr was not filled. So, I added else clause for workaround.
I doubt if it is right fix. However, it is better than nothing. I
found that NetBSD has same potential problem. But, fortunately,
NetBSD has equivalent else clause.
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
incorrectly compute the length of the numeric portion of the previous
seed, causing the new seed to be one character shorter than the old
one.
This patch has been submitted to the vendor; I'm committing it right
away since the file is already off the vendor branch.
MFC after: 3 days
|
| |
| |
| |
| | |
Submitted by: marcel
|
| |
| |
| |
| |
| |
| |
| | |
so isn't required here, and seems to cause problems when booting
from disk.
Approved by: benno
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1.12 -> 1.20 errata/article.sgml
1.126 -> 1.129 hardware/common/dev.sgml
1.475 -> 1.480 relnotes/common/new.sgml
Submitted by: Hideyuki KURASHINA <rushani@jp.FreBSD.org>
References: [doc-jp-work 585]
|
| |
| |
| |
| | |
Approved by: benno
|
| |
| |
| |
| |
| |
| | |
- switch locore .s -> .S
Approved by: benno
|
| |
| |
| |
| | |
caused by rev 1.45. (eg: the estimate being exactly half of the result.)
|
| |
| |
| |
| | |
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| |
| | |
options.h to config.h.in and set via ./configure when built normally.
Export some of the build knobs to the Makefile here, overridable
from /etc/make.conf. Also get the version strings right.
config.h was repocopied to config.h.proto, and we do a limited sed on it
at build time now.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|