| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
PR: docs/54826
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
Reviewed by: ru
Approved by: ceri (mentor)
|
|
|
|
|
| |
Reviewed by: sos
MFC after: 1 week
|
|
|
|
|
| |
C in rev.1.32 so that it doesn't take 2 commits for all branches to fix
this message.
|
|
|
|
| |
mem.c where it's been made static.
|
| |
|
|
|
|
|
| |
long doubles. This gives us 16-byte alignment. Add a CTASSERT for
the size of the jmp_buf to detect ABI breakages.
|
|
|
|
|
|
|
|
|
| |
contain the filedescriptor number on opens from userland.
The index is used rather than a "struct file *" since it conveys a bit
more information, which may be useful to in particular fdescfs and /dev/fd/*
For now pass -1 all over the place.
|
|
|
|
| |
memory operand construct.
|
|
|
|
| |
value of 512 in LINT. This keeps gcc from complaining.
|
|
|
|
|
|
| |
the use of '-j8'.
Apologies to: ru
|
| |
|
|
|
|
|
|
| |
size_t not int.
Reviewed by: bp
|
|
|
|
|
|
|
| |
prototype gets brought into scope. This is a big deal for 64 bit
systems where the default return value of 'int' is != pointer.
Reviewed by: bp
|
| |
|
|
|
|
| |
anything' etc.
|
|
|
|
|
|
| |
invariants/witness/etc on i386, sparc64, amd64 and alpha for GENERIC.
Lint probably still needs fixing, as do a couple of other drivers
that have broken recently and not been noticed.
|
| |
|
|
|
|
| |
Unfortunately, it has different units.
|
|
|
|
|
|
|
|
|
|
| |
in ntfs_writentvattr_plain and ntfs_readntvattr_plain, and purge the boot
block from the buffer cache if isn't exactly one cluster long. These two
changes work around the same buffer cache bug that ntfs_subr.c 1.30 tried
to, but in a different way. This may decrease throughput by reading smaller
amounts of data from the disk at a time, but may increase it by avoiding
bogus writes of clean buffers.
Problem (re)reported by Karel J. Bosschaart on -current.
|
|
|
|
|
|
| |
switching anymore, so there's no need to save and restore GP. This
change breaks threaded applications linked against libc_r. Pull the
tier 2 card again: relink. This will link against libthr instead.
|
|
|
|
| |
Giant when needed.
|
| |
|
|
|
|
| |
Brought to you by: a boring talk at Ottawa Linux Symposium
|
|
|
|
| |
Brought to you by: a boring talk at OLS
|
|
|
|
| |
Reviewed by: jeff
|
| |
|
|
|
|
|
| |
#includes formerly required to pull in vtophys support, since we
don't need them anymore.
|
|
|
|
|
| |
besides x86 yet since I don't have access to a non-x86 FreeBSD
box at the moment. Volunteers welcome.
|
|
|
|
|
|
| |
size_t, not int. This could be fatal where size_t is long.
Reviewed by: bp
|
|
|
|
|
|
| |
Add vm object locking to pmap_prefault().
Note: powerpc and sparc64 do not implement this function.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the "do-nothing" versions of __RCSID(), __RCSID_SOURCE(), __SCCSID(),
and __COPYRIGHT() were not strictly correct. They should not expand
into [nothing], because the ';' which follows them would then cause
a syntax error (in a strict C compiler, if not gcc...).
So, change the do-nothing versions of those macros to use the
'struct __hack' tactic, as was already used with __FBSDID().
Approved by: discussions with bde
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
|
| |
a shell.
PR: docs/54667
Submitted by: Patrick Alken <pa59@cornell.edu>
MFC after: 3 days
|
|
|
|
|
|
| |
Use sysctl -n instead of sed
Submitted by: Scott Lambert <lambert@lambertfam.org>
|
|
|
|
|
|
|
| |
be closed. This fixes a file descriptor leak when closing a kqueue() fd.
Reviewed by: deischen
MFC after: 1 week
|
|
|
|
|
| |
EcEventWait(). If you get AE_HARDWARE_NO_RESPONSE errors, please enable
this info by setting hw.acpi.verbose=1 in loader.conf.
|
|
|
|
|
|
|
|
|
| |
on i486's (and probably i386's), but it has had very little effect
since gcc-2.7 or gcc-2.95. With gcc-3.3, it gave a small
pessimization for at least i386's, athlon-xp's and pentium4's, a
small optimization (I think) for pentium1's, and made no difference
for i386's. (movzbl is best for all the later processors, and the
micro-optimization was to stop it being used on i486's.)
|
|
|
|
|
|
| |
Update release notes: rescue(7) man page.
MFC: safe(4).
|
|
|
|
|
| |
Spotted by: nyan
Reviewed by: nyan
|
|
|
|
|
|
|
|
| |
than at the vendor. We have three different Fore cards and only the PCA200
need the microcode. Look also at the RAM address and load the code only if
it is not zero. A zero RAM address means either a bug in the driver or
this is a interface created by harp(4) in which case fatm(4) handles the
microcode issue.
|
| |
|
|
|
|
| |
Spotted by: GCC
|
| |
|
|
|
|
|
|
|
|
| |
use a separate variable.
o Restore interrupt priority level before return (no-op in HEAD).
Spotted by: Don Bowman <don@sandvine.com>
MFC after: 5 days
|
|
|
|
| |
OK'ed by: jhb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The release.9 target is now responsible only for generation of MFS root
file systems, that are built for all architectures, even those that do
not provide a floppy installation option. The release.10 target is now
responsible for creation of a set of boot, MFS root, and fixit floppies,
and the NO_FLOPPIES variable now affects only this target.
Also, replaced the FIXIT_TARGET variable with a check of whether the
*FIXITSIZE variables are present for a given architecture, similar to
how this is done when generating boot floppies.
Discussed with: jhb
|
|
|
|
|
| |
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
MFC after: 2 weeks
|
|
|
|
| |
and one of the usual sizeof(in_addr_t) == sizeof(u_long) bugs.
|
|
|
|
| |
Rename this for the moment. Also fix a sparc64 alignment warning.
|
|
|
|
| |
arguments and missing consts.
|