| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Proper syntax is '-s keyword1 -s keyword2', not '-s keyword1 keyword2'.
|
|
|
|
|
|
|
|
|
|
| |
ethernet (tested) and FDDI (not tested). The main use for this is on ADSL (or
other ATM) connections where bridged ethernet is used, PPPoE being a prime
example.
There is no manual page as yet, I will write one shortly.
Reviewed by: harti
|
|
|
|
|
|
|
| |
header to the inner IP header of the PIM Register if this is a PIM
Null-Register message.
Submitted by: Pavlin Radoslavov <pavlin@icir.org>
|
|
|
|
| |
Submitted by: Pavlin Radoslavov <pavlin@icir.org>
|
|
|
|
|
|
| |
vm_object_deallocate() so that it doesn't spin forever either.
Submitted by: bde
|
|
|
|
|
|
| |
during exit. Apparently it isn't safe after all. See uma_large_free().
Pointed out by: alc
|
|
|
|
|
|
|
| |
that we (p1) are currently running, we hold a reference on p_textvp which
means the vnode cannot go away. p2 cannot run yet (and hence cannot exit)
so this should be safe to do at this point. As a bonus, it removes a
block of under-Giant code that was there to support the vref.
|
|
|
|
|
| |
so remove it from here. The most notable examples include vm_mmap().
This removes one more Giant event from exit(2).
|
| |
|
| |
|
| |
|
|
|
|
| |
waiting for a context switch
|
| |
|
|
|
|
|
| |
PR: kern/63864
Submitted by: Gleb Smirnoff
|
|
|
|
|
|
|
|
|
|
| |
being reported by /usr/bin/printf.
This bug has been around for 22 months... either nobody uses printf
with floating-point values, or people are forgetting to check their
return codes.
Approved by: rwatson (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ever since alpha/alpha/pmap.c revision 1.81 introduced the list allpmaps,
there has been no reason for having this function on Alpha. Briefly,
when pmap_growkernel() relied upon the list of all processes to find and
update the various pmaps to reflect a growth in the kernel's valid
address space, pmap_init2() served to avoid a race between pmap
initialization and pmap_growkernel(). Specifically, pmap_pinit2() was
responsible for initializing the kernel portions of the pmap and
pmap_pinit2() was called after the process structure contained a pointer
to the new pmap for use by pmap_growkernel(). Thus, an update to the
kernel's address space might be applied to the new pmap unnecessarily,
but an update would never be lost.
|
|
|
|
|
|
| |
done before the first call, even if this is a malloc(0) call.
PR: 62859
|
| |
|
|
|
|
|
| |
Free what is allocated for pSRBs at unload time or if something bad happens,
thanks to scottl for spotting this out.
|
| |
|
|
|
|
| |
Submitted by: rwatson
|
| |
|
|
|
|
|
| |
Submitted by: le
Tweaks by: phk
|
|
|
|
|
|
|
| |
Approved by: simon(mentor)
Submitted by: Christian S.J. Peron <maneo@bsdpro.com>
PR: docs/62331
mdoc(7) cleanup by: ru
|
|
|
|
| |
Pointed out by: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
|
|
|
|
|
|
|
| |
they want to delete '*'. It turns out that there is one valid case where
this might happen, installing to an empty DESTDIR.
Patch submitted by: schweikh
|
|
|
|
|
|
| |
pmap_pinit2() empty.
Approved by: marcel
|
|
|
|
| |
of vm/vm.h's struct kva_md_info.)
|
|
|
|
| |
Reviewed by: jeff
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Logitec LDR-H443SU2
- IO-DATA DVR-UEH8
PR: kern/63793
Submitted by: Ryuji MATSUMOTO <matumoto@pluto.ai.kyutech.ac.jp>
MFC after: 1 week
|
|
|
|
| |
modified at run-time.
|
| |
|
|
|
|
| |
Remove obsolete compat_atdisk device.
|
|
|
|
|
|
|
|
|
|
|
|
| |
if_ndis.c has been split into if_ndis_pci.c and if_ndis_pccard.c.
The ndiscvt(8) utility should be able to parse device info for PCMCIA
devices now. The ndis_alloc_amem() has moved from kern_ndis.c to
if_ndis_pccard.c so that kern_ndis.c no longer depends on pccard.
NOTE: this stuff is not guaranteed to work 100% correctly yet. So
far I have been able to load/init my PCMCIA Cisco Aironet 340 card,
but it crashes in the interrupt handler. The existing support for
PCI/cardbus devices should still work as before.
|
|
|
|
|
|
|
|
|
| |
This doesn't yet address the issue of selective restore
of hardlinked files. With cpio format, it's possible to correctly
restore any linked file; the API doesn't yet fully support this.
(There's no way for the library to inform a client whether or not
there's a file body associated with this entry. The assumption
right now is that "hardlink" entries have no file body.)
|
| |
|
| |
|
|
|
|
| |
Submitted by: ru
|
| |
|
|
|
|
| |
particular implementation is based on the Solaris logins(1) man page.
|
|
|
|
| |
OK'ed by: imp
|
| |
|
|
|
|
| |
cleanup, add more sections, better explanation, declaration
|
|
|
|
|
|
|
|
| |
cleanups, handling 'ls -l-', handling '--*'
Note this is in the same time back out of our v1.3
"Don't print an error message if the bad option is '?'"
because it directly violates POSIX.
|
|
|
|
| |
Approved by: tanimura (mentor)
|
|
|
|
|
|
| |
only worked because src/Makefile.inc1 is wrapped by src/Makefile.
Silence from: dougb
|
| |
|