| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
use .Fn there appropriate
|
| |
|
| |
|
|
|
|
| |
is gone.
|
|
|
|
|
|
|
|
|
|
| |
Introdice RTLD_SELF special handle and properly process it within
dlsym() and dlinfo() functions.
The intention is to improve our compatibility with Solaris and
to make a Java port easier.
Partially submitted by: phantom
|
| |
|
|
|
|
|
|
|
| |
cases, the `struct sockaddr' will not be allocated.
Reported by: nectar
MFC after: 2 days
|
|
|
|
|
|
| |
Move xprintf to malloc.c, it is only used there. Make static.
Submitted by: phantom
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Drain fwohci TX queue first then drain xfer queue which has not started.
- Check validity of the received packet length.
- Don't allocate too large buffer for xfer receive buf.
sbp
- Fix panic for some CROM which doesn't have a text leaf.
This could fix the PR kern/48129 but no feedback has been gotten from
the originator yet.
- Put back some M_NOWAIT flags into malloc which could be called
in interrupt context for 4-stable.
|
| |
|
|
|
|
|
| |
PR: 48212
Submitted by: Masaharu FUJITA <m@fjts.org>
|
|
|
|
|
|
| |
PR: 44312
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 3 days
|
| |
|
|
|
|
|
| |
accidentally post the old log if the tinderbox script failed to start
altogether.
|
| |
|
|
|
|
| |
- use /\bStop\b/ instead of /^\*\*\* Error/ to identify errors
|
|
|
|
| |
and p_stats->p_cru without holding the appropriate locks.
|
|
|
|
| |
This fixes the checksum problems seen with telnet.
|
|
|
|
| |
Submitted by: David Dawes <dawes@xfree86.org>
|
|
|
|
| |
Remove kptobj. Instead, use VM_ALLOC_NOOBJ.
|
| |
|
| |
|
|
|
|
|
| |
was shipped with DISABLE_PG_G and DISABLE_PSE, not 5.0-REL. *blush*
Disable the code - but still leave it there in case its still lurking.
|
|
|
|
| |
that we can stop turning off PG_G and PG_PS globally for releases.
|
|
|
|
| |
This causes LOR and could-sleep messages to come with a stack trace.
|
|
|
|
| |
expect end users to automatically recognize a stack trace for what it is.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pluto2# gpt show da0
start end size contents
0 0 1 PMBR
1 1 1 Pri GPT header
2 33 32 Pri GPT table
34 401595 401562 GPT part - EFI System partition
401596 925883 524288 GPT part - FreeBSD ufs partition
925884 9314491 8388608 GPT part - FreeBSD swap partition
...
It'll print a plain uuid string for unrecognized types.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
or host specifications, eg:
!foo,bar
*.* /var/log/only_foo_or_bar.log
!-foo,bar
*.* /var/log/all_except_foo_or_bar.log
Reviewed by: roberto
Not objected to by: arch@
|
|
|
|
| |
which modify the connection list, namely, tcp_notify().
|
|
|
|
|
|
|
|
|
| |
looking for ^===> can give quite annoying false positives, especially
when building kernels, so drop it; the context can be inferred from
make's "Stop in /foo/bar/baz" messages anyway.
Also add a case that I'd missed the first time around (which happens
to be the common case, not the exception...)
|
| |
|
| |
|
|
|
|
| |
to tickle 'tail -F'.
|
|
|
|
|
|
|
|
|
| |
isnormal(). The current isinf() and isnan() are perserved for
binary compatibility with 5.0, but new programs will use the macros.
o Implement C99 comparison macros isgreater(), isgreaterequal(),
isless(), islessequal(), islessgreater(), isunordered().
Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU>
|
|
|
|
|
|
|
|
|
| |
warning which breaks builds.
cc1: warnings being treated as errors
src/sys/net/bridge.c: In function `bdg_forward':
sys/net/bridge.c:931: warning: suggest parentheses around assignment used as truth value
*** Error code 1
|
|
|
|
| |
Discussed with: alfred, bde, jmallett, obrien
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
NetVolante RTA54i Broadband&ISDN Router
NetVolante RTA55i Broadband VoIP Router
NetVolante RTW65b Broadband Wireless Router
NetVolante RTW65i Broadband&ISDN Wireless Router
PR: bin/42574
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lower extremities.
Setting bit 4 in debugflags (sysctl kern.geom.debugflags=16) will
allow any open to succeed on rank#1 providers. This will generally
correspond to the physical disk devices: ad0, da0, md0 etc.
This fundamentally violates the mechanics of GEOMs autoconfiguration,
and is only provided as a debugging facility, so obviously error
reports on GEOM where this bit is or has been set will not be
accepted.
|
|
|
|
| |
code so it results in -A rather than -rCURRENT.
|
|
|
|
| |
graphics card in a 64bit PCI slot.
|
|
|
|
| |
non-standard.
|
|
|
|
|
|
| |
# I though this was alredy implemented
Pointy hat on my head shown by: peter
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kill the slightly bogus #define for DECODE_PROTOTYPE
Be less verbose. Hide most (all I hope) of the CIS
parsing behind cardbus_debug_cis (which is set with
hw.cardbus.debug_cis=1).
This doesn't fix problems with parsing, but should make cardbus
less chatty. There appears to be some issues still with the
parsing of the CIS, but this won't fix them.
Prompted by: scottl
|