| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
the config file. This fixes the breakage caused by the recent change
in the behavior of device_add_child for ata (which shows soren's
reservations were well founded).
Submitted by: OGAWA Takaya <t-ogawa@triaez.kaisei.org>
|
|
|
|
| |
loop.
|
|
|
|
|
| |
Reviewed by: murray
MFC after: 1 week
|
| |
|
|
|
|
| |
fixes.
|
|
|
|
|
| |
it isn't yet because our tv_sec is currently a long (so 64 bit architectures
are already broken to a degree).
|
| |
|
|
|
|
| |
a network and storage.
|
|
|
|
|
|
| |
since that is what we use now and this insulates us from any time_t
tweaks here. We can define a record format that uses 64 bit times if/when
we need to.
|
|
|
|
|
|
| |
- Bump document date.
- Remove hard sentence breaks.
- Fix markup.
|
| |
|
| |
|
|
|
|
| |
Reported by : Stephan Kulow <coolo@caldera.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
not setting any timer. Instead, set a 1 millisecond timer.
This ensures that ppp will come out of it's select() call after
losing carrier in -ddial mode with a reconnect period of 0 and
going to ST_OPENING, rather than waiting indefinitely for some
other event to wake ppp up.
Bump the ppp version number to indicate the event.
MFC after: 3 days
|
|
|
|
|
| |
i386-only, even though it would work on all the isa-capable platforms.
Change the NOI4B so that instead of excluding alpha, it only includes i386.
|
|
|
|
|
| |
was released in a.out form, it does define the a.out data structures.
The ia64 port does not.
|
|
|
|
|
|
|
| |
native inb/outb etc, and alpha has libio. ia64 doesn't have any yet.
move pppctl to the NOLIBC_R section (libc_r is not possible on ia64 in
its present form due to assumptions about setjmp/longjmp magic)
|
|
|
|
|
|
| |
in preparation for an implementation of limiting code for kern.maxvnodes.
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
| |
ports/devel/acpitools (iasl).
- Merge AML parser to build ACPI namespace
- Comment header info. out so that ASL compiler ignore them
- Fix DSDT header size to be discarded when DSDT file is specified
for input (acpidump and amldb)
- Write DSDT header as well into DSDT file for output
- Fix some trivial typo (Concatenate and SizeOf)
- Remove DEBUG_FLAGS from Makefile (acpidump and amldb)
|
|
|
|
| |
anything but i386/pc98.
|
|
|
|
|
|
|
|
| |
card.
Submitted by: Steve Looman
Reviewed by: hm
MFC after: 1 month
|
|
|
|
|
|
|
|
| |
makes that obsolete. The jury^W-arch is still out about the block and fragment
sizes so I'll that for later.
Reminded by: obrien
MFC after: 2 days
|
| |
|
| |
|
| |
|
|
|
|
| |
MFC after: 2 months
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
| |
allowed either because of the transport or configuration, send a
MRU NAK only once, then allow the negotiations to proceed.
rfc1661 says that 1500 should always be allowed and rfc2516 says
that 1492 is the maximum for PPPoE. This changes ppp so that it
only weakly suggests 1492, then goes with the default (leaving
the problem in the hands of the peer WRT how they set their MTU).
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 month
|
|
|
|
|
|
|
| |
interface in the middle is if_detach()'d). Return (and handle)
ENOENT when the ifmib(4) is accessed for a nonexistent interface.
MFC after: 14 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
spin in a loop eating CPU time. This bug has existed since the
TI-RPC import. The problem is that we should only enter the select
loop if at least one TCP server was started. Fix this by having
the master nfsd become a UDP server itself if there are no TCP
servers.
Also improve/correct the code for cleaning up slave nfsd processes
and unregistering with rpcbind when the master nfsd exits.
One issue that remains open is that if a slave nfsd dies, then all
nfsds will shut down. This is because nfssvc() in the master nfsd
returns 0 when the master nfsd receives a SIGCHLD.
Submitted by: tmm
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
|
| |
magnitude. Geez, this is Unix, what is with the arbitrary needless
constants.
|
|
|
|
|
|
| |
with strlcpy(3).
MFC after: 2 weeks
|
|
|
|
|
| |
Prompted by: dd
MFC after: 2 weeks
|
|
|
|
| |
damage their system.
|
|
|
|
| |
Submitted by: "Andrew P. Lentvorski" <andrewl@io.com>
|
|
|
|
|
| |
Submitted by: "Daniel O'Connor" <doconnor@gsoft.com.au>
MFC after: 2 weeks
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 30843
Submitted by: Vladimir B. Grebenschikov <vova@express.ru>
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
non-backward compatible changes in the format of packing list and handle
them gracefully;
- fix a longstanding issue with symlinks handling. Instead of recording
checksum for the file symlink points to, record checksum for the value
returned by readlink(2). For backward compatibility increase packing list
format minor version number and provide a fallback to a previous behaviour,
if package in question was created with older version of pkg_* tools;
Submitted by: Alec Wolman <wolman@cs.washington.edu>, sobomax
- don't record MD5 checksum for device nodes, fifo's and other non-regular
files.
Submitted by: nbm
MFC in: 2 weeks
|
|
|
|
|
| |
Tested on: i386, alpha
MFC after: 2 weeks
|
|
|
|
| |
MFC after: 4 days
|
|
|
|
| |
MFC after: 4 days
|
|
|
|
|
|
| |
warnings about conflict with a global variable used by 'lprm'.
MFC after: 4 days
|
|
|
|
|
|
|
| |
definitions to the same format used in other lpr source files, and by
adding parenthesis to the right spot in one 'if' statement.
MFC after: 4 days
|
|
|
|
| |
MFC after: 4 days
|
|
|
|
| |
MFC after: 4 days
|
|
|
|
| |
MFC after: 2 weeks
|