| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
in contributed sources with just a hack made possible
by bsd.sys.mk,v 1.33. This is better because it just
nulls out the warning flags rather than adding gcc(1)
specific -w option to CFLAGS.
|
|
|
|
|
|
| |
I started with a year-old patch by Orlando Bassotto
<orlando.bassotto@ieo-research.it>, and ported it to 5.2-CURRENT along with
fixing the problems working with pre-Audigy cards.
|
|
|
|
|
| |
This allows us to easily override them when necessary, e.g.,
to selectively disable warnings in libc/ contributed sources.
|
|
|
|
| |
Submitted by: Pawel Jakub Dawidek <nick@garage.freebsd.pl>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(See also vm/vm_mmap.c revision 1.173.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
signals to addresses to the child busses. Typically, ProgIf of 1
means a subtractive bridge. However, Intel has a whole lot of ones
with a ProgIf of 80 that are also subtractive. We cope with these
bridges too. This eliminates hw.pci.allow_unsupported_io_range
because that had almost the same effect as these patches (almost means
'buggy'). Remove the bogus checks for ISA bus locations: these cycles
aren't special and are only passed by transparent bridges.
We allow any range to succeed. If the range is a superset of the
range that's decoded, trim the resource to that range. Otherwise,
pass the range unchanged. This will change the location that PC Card
and CardBus cards are attached. This might bogusly cause some
overlapping allocation that wasn't present before, but the overlapping
fixes need to be in the pci level.
There's also a few formatting changes here.
|
|
|
|
|
|
| |
implementation writes directly to a file, similar to the Darwin,
Solaris, and whoever else implementations, rather than buffering
through a pseudo-device.
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| | |
ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.1.tar.bz2
or http://www.alsa-project.org/alsa/cvs/alsa-kernel/include/emu10k1.h
|
| |
| |
| |
| | |
actually includes the call to sse2_pagezero().
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
a maximum dump size of 0, return a size-related error, rather
than returning success. Otherwise, waitpid() will incorrectly
return a status indicating that a core dump was created. Note
that the specific error doesn't actually matter, since it's lost.
MFC after: 2 weeks
PR: 60367
Submitted by: Valentin Nechayev <netch@netch.kiev.ua>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When an NFS server is port-scanned nfsd sometimes exits. This has
happened 3 times the last few weeks.
Nfsd has been written to exit when accept(2) fails. Unfortunately
accept can sometimes make a "normal" return with errno ECONNABORTED
and in this case nfsd exits prematurely.
Solution:
Check for ECONNABORTED (and also EINTR, since nfsd uses signals)
and continue.
Submitted by: Bjoern Groenvall <bg@sics.se>
PR: 61084
|
| |
| |
| |
| | |
Eliminate trailing blank line in this file.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
kernel BOOTP options is *not* required if the boot loader can pass
network configuration information to the kernel using the kernel
environment. As such, PXE doesn't require them. However, the NFS
options are required in the kernel (previously not documented).
Tripped over by: des
|
| |
| |
| |
| |
| |
| | |
used with the contrib/ gdtoa sources as they aren't WARNS-clean.
Submitted by: ru
|
| |
| |
| |
| |
| | |
having PV entries for these pages.)
- Remove splvm() and splx() calls.
|
| |
| |
| |
| |
| |
| |
| |
| | |
new TCP MSS size/rate limiting feature.
Fix a typo. [1]
Submitted by: Aniruddha Bohra <bohra at cs dot rutgers dot edu> [1]
|
| |
| |
| |
| |
| |
| | |
Remove now unnecessary cast.
Reported by: alpha tinderbox
|
| |
| |
| |
| | |
Removed whitespace at EOL and EOF.
|
| |
| |
| |
| |
| |
| |
| |
| | |
checks and overload protection, OpenSSH 3.7.1p2.
Use digi(4) entity.
Bump copyright date.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
must first attach to the traced process. If the tracing process
exits without detaching, the traced process will be killed rather
than continued. For the duration of the tracing session, the traced
process is reparented to the tracing process (with resulting expected
behaviors). It is permissible to trace more than one other process
at a time. When using waitpid() to monitor the behavior of the traced
process, signals are intercepted: they may optionally then be
forwarded using ptrace(). Signals are generated normally by and for
the process, but also by the tracing facility (SIGTRAP).
Product of: Suffering
Sponsored by: DARPA, AFRL
|
| | |
|
| |
| |
| |
| |
| | |
the fallback for SysV (now in POSIX) variable substitution works
for old_string arguments starting with 'U' or 'L'.
|
| |
| |
| |
| | |
Pointed by: scottl
|
| |
| |
| |
| | |
Reported by: sparc64 tinderbox via bde
|
| | |
|
| |
| |
| |
| |
| |
| | |
since there are already the same links for the program binary.
Suggested by: mat
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
sequence when machine is started without attached USB mouse. Only do
repeated attempts to re-open device if the usb module has been actually
loaded. Also fix broken logic in doing delays between open attempts - do
delays between attempts, not after each attempt.
Due to previous behaviour being very annoying for notebook owners this
is a good 5.2 MFC candidate.
MFC after: 2 days
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
this allows, e.g., duplicated attempts of 'ifconfig lo0 ::1'
like for IPv4.
Obtained from: KAME
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
tcp6_usr_bind(), tcp_usr_connect(), and tcp6_usr_connect() before checking
to see whether the address is multicast so that the proper errno value
will be returned if sa_len is incorrect. The checks are identical to the
ones in in_pcbbind_setup(), in6_pcbbind(), and in6_pcbladdr(), which are
called after the multicast address check passes.
MFC after: 30 days
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
avoid relying on the minimum memory allocation size to avoid problems.
The check is somewhat redundant because the consumers of the returned
structure will check that sa_len is a protocol-specific larger size.
Submitted by: Matthew Dillon <dillon@apollo.backplane.com>
Reviewed by: nectar
MFC after: 30 days
|
| |
| |
| |
| |
| |
| |
| |
| | |
allnodes multicast route if the routing table has not been initialized.
This avoids a panic during boot if an interface detaches before the
routing table is initialized.
Submitted by: sam
|
| |
| |
| |
| |
| |
| |
| |
| | |
address (::) to the mapped address form.
PR: kern/22868
Obtained from: KAME
MFC after: 3 days
|
| | |
|
| |
| |
| |
| | |
fix the new firmware so remove it.
|
| |
| |
| |
| |
| |
| |
| | |
It happens because rpcclnt_request is incorrectly returning 0 in the case
of an rpc mismatch or auth error.
Submitted by: Jim Rees <rees@umich.edu>
|
| |
| |
| |
| | |
entries for these pages.)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
setting the new process' p_pgrp again before inserting it in the p_pglist.
Without it we can get the new process to be inserted in a different p_pglist
than the one p2->p_pgrp points to, and this is not something we want to happen.
This is not a fix, merely a bandaid, but it will work until someone finds a
better way to do it.
Discussed with: jhb (a long time ago)
|
| |
| |
| |
| | |
Mark trm as depending on cam.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Teach sdpcontrol(8) how to talk to the local SDP server
Update man pages
s/u_int/uint
Reviewed by: imp (mentor), ru
|
| |
| |
| |
| | |
sbuf_new(), and try to make them both a little clearer.
|
| | |
|
| |
| |
| |
| |
| | |
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: docs/60088
|