| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Reviewed by: mux (mentor)
Approved by: re (scottl)
|
|
|
|
|
| |
Reviewed by: mux (mentor)
Approved by: re (scottl)
|
|
|
|
|
|
|
| |
have failed to grep this file properly).
Reported by: Hans Petter Selasky <hselasky at c2i dot net>
Approved by: re (ifnet blanket)
|
|
|
|
|
| |
Reported by: Hans Petter Selasky <hselasky at c2i dot net>
Approved by: re (ifnet blanked)
|
|
|
|
|
| |
Reported by: Hans Petter Selasky <hselasky at c2i dot net>
Approved by: re (ifnet blanket)
|
|
|
|
|
|
|
| |
exception of fans everything seems to work fine. No ill effects
observed.
Reviewed by: Nate Lawson (on acpi list)
Approved by: re (Ken Smith)
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
Approved by: re (kensmith)
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| | |
Submitted by: ru
Approved by: re (kensmith)
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| |
| | |
MFP4: (#78673) bump date
Submitted by: ru
Approved by: re (kensmith)
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| | |
Submitted by: ru
Approved by: re (kensmith)
|
| |
| |
| |
| | |
Approved by: re (kensmith)
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| | |
Approved by: re (blanket wpa)
|
| |
| |
| |
| |
| |
| | |
o add placeholder for hostapd.conf
Approved by: re (blanket wpa)
|
| |
| |
| |
| |
| |
| | |
o fillin wpa_supplicant.conf.5
Approved by: re (blanket wpa)
|
| |
| |
| |
| | |
Approved by: re (blanket wpa)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
cache_zap() to clear the v_dd pointers when a directory vnode is forcibly
discarded. For this to work, all vnodes with v_dd pointers to a directory
must also have name cache entries linked via v_cache_dst to that dvp
otherwise we could not find them at cache_purge() time. The following
code snipit could break this guarantee by unlinking a directory before
fetching it's dotdot. The dotdot lookup would initialize the v_dd field
of the unlinked directory which could never be cleared. To fix this
we don't initialize v_dd for orphaned vnodes.
printf("rmdir: %d\n", rmdir("../foo")); /* foo is cwd */
printf("chdir: %d\n", chdir(".."));
printf("%s\n", getwd(NULL));
Sponsored by: Isilon Systems, Inc.
Discovered by: kkenn
Approved by: re (blanket vfs)
|
| |
| |
| |
| |
| |
| | |
Translators can ignore this.
Approved by: re (blanket)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
ISA troubleshooting in the amd64 installation guide.
Also note that amd64 and ia64 use ACPI.
Approved by: re (blanket)
MFC after: 3 days
|
| |
| |
| |
| |
| | |
Approved by: re (blanket)
MFC after: 3 days
|
| |
| |
| |
| | |
Approved by: re (blanket)
|
| |
| |
| |
| | |
Approved by: re (blanket)
|
| |
| |
| |
| | |
Approved by: re (blanket)
|
| |
| |
| |
| |
| | |
Approved by: re (blanket)
MFC after: 3 days
|
| |
| |
| |
| | |
Approved by: re (blanket)
|
| |
| |
| |
| | |
Approved by: re (blanket)
|
| |
| |
| |
| | |
Approved by: re (blanket)
|
| |
| |
| |
| | |
Approved by: re (blanket)
|
| |
| |
| |
| | |
Approved by: re
|
| |
| |
| |
| | |
Approved by: re (dwhite)
|
| |
| |
| |
| | |
Approved by: re
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
2. Fill in the blanks on the advocacy category.
3. Expand a contraction while I'm in here.
Prodded by: simon (1)
Approved by: re (hrs)
MFC after: 5 days
|
| |
| |
| |
| | |
Approved by: re
|
| |
| |
| |
| | |
Approved by: re (blanket)
|
| |
| |
| |
| |
| |
| | |
Prodded by: obrien
Nodded by: peter
Approved by: re
|
| |
| |
| |
| |
| |
| |
| |
| | |
them.
Reported by: Darren Pilgrim <dmp at bitfreak dot org>
PR: conf/82313
Approved by: re (network interface startup blanket)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
not only means that it's possible (though unlikely) that we hand out
differing tags for the same bus space, it also means that the tags
we handed out are not used during bus enumeration. Both affect our
ability to compare tags. Fix the first by initializing our tags only
once. Fix the second by testing if one of the tags to compare is our
tag and the other is a busspace_isa_{io|mem} tag and declare them
equal if so.
This fixes using uart(4) as the serial console on a ds10. That is,
the low-level console worked, but we could not match the resources
to one of the UARTs found during bus enumeration, which prevented
uart(4) from becoming the console in single- or multi-user mode.
Approved by: re (kensmith)
MFC after: 2 days
Thanks to: all involved in getting a ds10 to me; directly or indirectly.
Special thanks to: Dave Knight, ISC (for not scratching my Porsche :-)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
http://docs.FreeBSD.org/cgi/mid.cgi?42AD8270.8060906 for a detailed
description of the crash.
Reported by: Eric Anderson
Approved by: re (scottl)
MFC after: 3 days
|
| |
| |
| |
| |
| |
| |
| |
| | |
in v1.139. This was only exposed if MALLOC_PROFILE was defined.
Submitted by: Gary Jennejohn
Pointy hat: rwatson
Approved by: re (scottl)
|
| |
| |
| |
| |
| |
| |
| |
| | |
pending discussion of how implementation would proceed. Applications
like -lc_r expect select(3) to match the EAGAIN-status of IO
functions.
Approved by: re
|
| |
| |
| |
| |
| | |
Submitted by: obrien
Approved by: re
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- do not use static memory as we are under a shared lock only
- properly rtfree routes allocated with rtalloc
- rename to verify_path6()
- implement the full functionality of the IPv4 version
Also make O_ANTISPOOF work with IPv6.
Reviewed by: gnn
Approved by: re (blanket)
|
| |
| |
| |
| |
| |
| | |
section or not.
Approved by: re (blanket)
|
| |
| |
| |
| |
| |
| |
| |
| | |
kernel mode, always use the curthread pmap instead. There are valid cases
were we can fault on a user address from the kernel without pcb_onfault
being set.
Approved by: re (blanket)
|
| |
| |
| |
| | |
Approved by: re (blanket ip6fw removal)
|