| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
touch ups. The cache needs to be flushed against block
reads, and a final flush at process termination to force the
backup superblocks to disk.
I believe this will allow 'make release' to complete.
Submitted by: Tor.Egge@fast.no
|
|
|
|
|
|
|
| |
was being called with interrupts disabled, when it was actually being called
with them enabled.
Pointed out by: tegge
|
|
|
|
| |
This fixes unaligned access on alpha for, eg, sysctl kern.ipc.mbtypes.
|
| |
|
|
|
|
|
|
|
|
| |
more include file including <sys/proc.h>, but there still is this wonky
and (causes warnings on i386) reference in globals.h.
CURTHD is now defined in <machine/globals.h> as well. The correct thing
to do is provide a platform function for this.
|
|
|
|
|
|
| |
will compile again. I can't quite see where this was a recursive inclusion.
We probably need to do something to fix the alpha, but let's not break it
in the interim- it's broken enough.
|
| |
|
|
|
|
|
|
|
|
|
| |
(a NetBSD port for NEC PC-98x1 machines). They are ncv for NCR 53C500,
nsp for Workbit Ninja SCSI-3, and stg for TMC 18C30 and 18C50.
I thank NetBSD/pc98 and bsd-nomads people.
Obtained from: NetBSD/pc98
|
|
|
|
| |
PR: 22187
|
|
|
|
| |
UP/SMP issue.
|
| |
|
| |
|
|
|
|
| |
(best I could)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
short icmp6 packet may be able to panic the kernel.
sync with kame.
|
|
|
|
|
|
|
|
|
| |
in add_m6fc(), set interface list for all cases.
in response to a report from Hoerdt Mickael.
kame 1.31 -> 1.32
discard PIM register if the version of the inner packet is incorrect (i.e. IPv6)
(according to clarfication of recent discussion in the IETF pim ML)
|
|
|
|
|
|
|
|
| |
a path of the port from which package has been created within FreeBSD Ports
Collection and will be used to improve pkg_version(1) and similar tools.
Reviewed by: ports@FreeBSD.org, jkh
Approved by: jkh
|
|
|
|
| |
that use the same args struct as their non-COMPAT counter parts.
|
| |
|
|
|
|
|
| |
makes dd(1) a more complete "filter", even if this functionality is
limited to seekable streams.
|
| |
|
| |
|
|
|
|
| |
Submitted by: gallatin (content, minimization by me)
|
|
|
|
|
| |
Bogusly define our own versions of strbase() and fldoff() until we
have sorted out where they live in the kernel.
|
|
|
|
|
| |
Bogusly include <struct.h> until we have a better place to get
fldoff() from.
|
| |
|
|
|
|
|
|
|
| |
adding a signal frame to a thread, be sure to label the context
correctly so we don't restore an uninitialized process mask.
Reported by: kimc@W8HD.ORG and Andrey Rouskol <anry@sovintel.ru>
|
|
|
|
| |
All uses of fldsiz() in this file were wrong anyway.
|
|
|
|
| |
isa/isavar.h, and added needed includes.
|
| |
|
| |
|
| |
|
|
|
|
| |
PR: kern/21805
|
| |
|
|
|
|
| |
be swapped around and still be put in the correct order in a raid.
|
| |
|
|
|
|
| |
the lastest greatest.
|
|
|
|
|
|
| |
DVD drives need this to reset proberly.
Remove some verboseness..
|
|
|
|
|
|
|
|
|
| |
not bsd.port.mk anymore.
Add MASTER_SITE_XFREE, MASTER_SITE_RINGSERVER, MASTER_SITE_TCLTK and
MASTER_SITE_RUBY.
Document and add MASTER_SORT_REGEX.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- ftpTimeout was not honored when reading actual data, as opposed to
talking protocol
- connection caching was broken because _ftp_cached_connect() would see
the result of the transfer instead of the result of the NOOP.
- if the RETR succeeded, but an error occurred later (as can happen
when talking to a proxy), the error would not be detected.
There still remains to register an atexit(3) callback to close the cached
connection gracefully instead of just dropping it on the floor.
|
|
|
|
|
|
|
|
|
| |
concerning where they're taking place.
Switch from [r]index() to str[r]chr() functions, which are more ISO
compliant.
Prompted by: Edward Welbourne <eddy@vortigen.demon.co.uk>
|
|
|
|
|
| |
attempted right now; the failure is merely passed up. This may help with the
mysterious lockups seen by some with Pablano controllers.
|
|
|
|
| |
I'm committing this over an Intel PRO-100 CardBus II card.
|
|
|
|
|
| |
existing since sendmail was moved to contrib. Also, we now provide the cf
subdirectory in /usr/share/sendmail/cf/.
|
|
|
|
| |
than the prior version.
|
|
|
|
|
|
| |
o Make sure that I/O space is aligned properly based on the length of the
resource we're allocating.
o Add bootverbose message when we fail.
|
|
|
|
|
| |
thing in pccbb bridge (the pcic bridge will be updated as I merge the
two copies of the code that were in the original cardbus commit).
|