| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
in softdep_sync_metadata(). Otherwise we may miss dependencies
that need to be flushed which will result in a later panic
with the message ``vinvalbuf: dirty bufs''.
Submitted by: Matthew Dillon <dillon@apollo.backplane.com>
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
larger than 8k. We now use 4k buffers regardless of the filesystem
block size, so there is no longer a static limit.
Simply increasing the buffer size from 8k to 16k as done on the
i386 doesn't work on the alpha, probably because it causes us
to overshoot boot1's 48k runtime memory limit.
Tested by: naddy
|
|
|
|
|
|
|
|
|
|
|
|
| |
are checked on the way in even if they were not calculated on the
way out.
This fixes rwhod
PR: 31954
Submitted by: fenner
Approved by: fenner
MFC after: 1 week
|
|
|
|
| |
Not objected to by: -current
|
|
|
|
|
|
|
|
|
|
| |
(We should be able to handle locally originated IP packets, and
these do not have m_pkthdr.rcvif set.)
PR: kern/32806, kern/33766
Reviewed by: luigi
Fix tested by: Maxim Konovalov <maxim@macomnet.ru>,
Erwin Lansing <erwin@lansing.dk>
|
| |
|
| |
|
|
|
|
| |
unicode decoding klds (cd9660_unicode port).
|
|
|
|
|
| |
not clear enough, will require additional analysis, or will
require some input from their maintainers.
|
|
|
|
|
|
|
|
| |
modules.
Note that in the case of 'mii' the API is not clearly
defined, and the symbols exported represent a subset
defined by current usage.
|
|
|
|
|
|
|
|
|
|
| |
defined, no symbols are exported from the module. This is
the typical configuration for most device drivers and
standalone modules; only infrastructure modules or those with
special requirements typically need to export symbols.
Don't print the objcopy commands as they are run when converting
symbols; they're bulky and annoying in many cases.
|
|
|
|
|
|
|
|
| |
All the alpha loaders should use the same version file. Also, we might
should merge the various loaders (cdboot, loader, netboot) into one loader
that can boot off of disks, CD's, and network devices. The version bump
is needed so the FICL scripts won't bomb out thinking that the netboot
binary is too old.
|
|
|
|
|
|
|
| |
backing out the 1024 sector boot0, but revision 1.12 had nothing to do with
that. Instead, it documented various compile time options for boot0 and
allowed them to be overridden via make.conf or options on the make
command line.
|
|
|
|
|
|
|
|
| |
We calculate a trigger point that both guarentees we will find a
sufficient number of vnodes to recycle and prevents us from recycling
vnodes with lots of resident pages. This particular section of
code is designed to recycle vnodes, not do unnecessary frees of
cached VM pages.
|
|
|
|
| |
Submitted by: Darren Croke <djc@packetdesign.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
been removed from the cache-list as part of a previous unmount.
This would result in panics (page fault in dqflush()) during subsequent
umounts provided that enough distinct UID's to actually make the
hash do something are active.
This can probably explain a number of weird quota related behaviours.
PR: 32331 maybe more.
Reproduced by: Søren Schrørder <sch@cybercity.dk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
traps on the first instruction of signal handlers.
In trap.c:syscall(), fake a trace trap if the single-step flag was set
on entry to the kernel, not if it will be set on exit from the kernel.
This fixes bogus trace traps after the last instruction of signal handlers.
gdb-4.18 (the version in FreeBSD) still has problems with the program in
the PR. These seem to be due to bugs in gdb and not in FreeBSD, and are
fixed in gdb-5.1 (the distribution version).
PR: 33262
Tested by: k Macy <kip_macy@yahoo.com>
MFC after: 1 day
|
|
|
|
| |
the RELENG_4 branch when approved by the release engineers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
properly translate the interface name passed to us, make sure
we also translate correctly before we return the list of
interfaces with the SIOCGIFCONF ioctl. It is common to use
the interface names returned by that ioctl in further ioctls,
such as SIOCGIFFLAGS.
Remove linux_ifname as it is no longer used. Also remove
ifname_bsd_to_linux as it cannot be used anymore now that
linux_ifname is removed (was deadcode anyway).
Reported and tested by: Andrew Atrens <atrens@nortelnetworks.com>
|
|
|
|
| |
of -fno-common in this case.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
simplifying the module linking process and eliminating the risks
associated with doubly-defined variables.
Cases where commons were legitimately used (detection of
compiled-in subsystems) have been converted to use sysinits, and
any new code should use this or an equivalent practice as a
matter of course.
Modules can override this behaviour by substituting -fno-common
out of ${CFLAGS} in cases where commons are necessary
(eg. third-party object modules). Commons will be resolved and
allocated space when the kld is linked as part of the module
build process, so they will not pose a risk to the kernel or
other modules.
Provide a mechanism for controlling the export of symbols from
the module namespace. The EXPORT_SYMS variable may be set in the
Makefile to NO (export no symbols), a list of symbols to export,
or the name of a file containing a newline-seperated list of
symbols to be exported. Non-exported symbols are converted to
local symbols. If EXPORT_SYMS is not set, all global symbols are
currently exported. This behaviour is expected to change (to
exporting no symbols) once modules have been converted.
Reviewed by: peter (in principle)
Obtained from: green (kmod_syms.awk)
|
|
|
|
|
| |
Reviewed by: peter@
Obtained from: mux@sneakerz.org
|
|
|
|
|
|
| |
to ucontext.h.
Approved by: -arch
|
|
|
|
|
|
|
|
|
|
|
| |
and to inherently verify its validity. Alpha signal frames and trap
frames are different; this field identifies which format the context
is
Set the machine context format (signal frame) before copying it out
when sending a signal.
Approved by: -arch
|
|
|
|
|
|
|
|
|
|
| |
whether the machine context is valid and whether the FPU state is
valid (saved).
Mark the machine context valid before copying it out when sending a
signal.
Approved by: -arch
|
|
|
|
|
|
|
|
|
|
|
|
| |
process of being unmounted. This allows forced NFS unmounts to
complete even if there are processes stuck holding the mnt_lock
while the server is down. The mechanism is not ideal in that there
is a small chance we might accidentally cancel requests during a
failed non-forced unmount attempt on that filesystem, but this
is not really a big problem.
Also, move the tsleep() in nfs_nmcancelreqs() so that we do not
sleep in the case where there are no requests to be cancelled.
|
|
|
|
|
|
|
| |
can't acquire the mnt_lock without blocking. Normally non-forced
unmount attempts return EBUSY quickly if any vnodes are active, so
this just extends that behaviour to cover the per-mount mnt_lock
too.
|
|
|
|
|
|
|
| |
a number of desirable cases in which SIGIO/SIGURG are delivered. We'll
keep tweaking.
Reported by: Alexander Kabaev <ak03@gte.com>
|
|
|
|
|
| |
pci_find_bsf() - Find a device_t by bus/slot/function.
pci_find_device() - Find a device_t by vendor/device ID.
|
|
|
|
| |
Reviewed by: markm
|
|
|
|
| |
around as a bad example.
|
|
|
|
|
| |
Now AcpiEnterSleep() is light enough, so flushing cache
before the function is not too early.
|
|
|
|
| |
filesystems with 16k blocks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libmchain.
KMODDEPS seems to be a no-op in HEAD, but is required in RELENG_4,
where MODULE_DEPEND seems to be a no-op.
Therefore, this change is harmless in -CURRENT, but will fix the
dependencies when merged to RELENG_4, where they are currently not
registered!
PR: kern/33625
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
|
|
|
|
| |
consistent in their adherence with style(9).
|
|
|
|
| |
sizeof(int) is not the size of a pointer.
|
|
|
|
|
|
| |
and devices can be created anytime after that.
Print a warning if an atttempt is made to create a device too early.
|
|
|
|
| |
MFC after: 3 weeks
|
|
|
|
| |
SI_SUB_DRIVERS. cnprobe is too early.
|
|
|
|
|
|
|
| |
peripheral drivers. Remove Ken's comment to the effect that this needed
to be done.
Staticise camnet_ih and cambio_ih.
|
|
|
|
| |
Submitted by: non
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
variables.
Reviewed by: phk (in principle)
|
|
|
|
|
|
|
| |
PR: kern/33638
Submitted by: Olexander Kunytsa <kunia@x-telecom.net>
MFC after: 3 days
(pending re's approval)
|
| |
|
|
|
|
|
|
|
| |
1.156 pooka; Socket Low-Power CF WLAN
1.155 ichiro; IBM Smart Capture Card II
1.152-154 ichiro; Fujitsu CF EtherCard and FMV-181,182,182A
1.151 christos; Symbol Spectrum24
|