Noriaki Mitsunaga
ae94720d12
Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98
...
(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
2000-10-23 12:55:51 +00:00
Ruslan Ermilov
1e832bf81d
-Wall cleanup.
...
PR: 22187
2000-10-23 12:18:34 +00:00
Poul-Henning Kamp
04c94f3cfd
Generate LOTS of warnings to remind the SMPng crew to fix the curproc
...
UP/SMP issue.
2000-10-23 09:22:18 +00:00
Poul-Henning Kamp
90b32bf849
Do not recursively include <sys/proc.h>
2000-10-23 09:14:20 +00:00
David E. O'Brien
45428438f7
Apply style(9). [best I could]
2000-10-23 08:46:25 +00:00
David E. O'Brien
e413f7bf97
Apply style(9).
...
(best I could)
2000-10-23 08:36:59 +00:00
Poul-Henning Kamp
416282b562
Get rid of the last traces of ACTUALLY_LKM_NOT_KERNEL
2000-10-23 08:35:41 +00:00
David E. O'Brien
30e3f60f75
Sort the #define's.
2000-10-23 08:29:04 +00:00
David E. O'Brien
683713f8e9
Minimal set of diffs from the i386 bits to the AlphaLinux.
2000-10-23 08:15:58 +00:00
David E. O'Brien
d1121275d5
Re-order the #define's into a more logical one.
2000-10-23 08:13:19 +00:00
Jun-ichiro itojun Hagino
d31944e6ec
be careful on mbuf overrun on ctlinput.
...
short icmp6 packet may be able to panic the kernel.
sync with kame.
2000-10-23 07:11:01 +00:00
Jun-ichiro itojun Hagino
a91a9fde81
kame 1.32 -> 1.33
...
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)
2000-10-23 07:07:33 +00:00
Maxim Sobolev
dd2b039a87
Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to record
...
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
2000-10-23 07:01:31 +00:00
David E. O'Brien
2159c8905f
We need to explicitly tell the args struct for COMPAT functions we use
...
that use the same args struct as their non-COMPAT counter parts.
2000-10-23 02:20:01 +00:00
David E. O'Brien
bcfa1e3a90
The last "-iDsym" makes more sense as "-iUsym".
2000-10-22 23:49:29 +00:00
Brian Feldman
53885065b7
Allow negative seek offsets for files that can be seeked upon. It
...
makes dd(1) a more complete "filter", even if this functionality is
limited to seekable streams.
2000-10-22 23:00:32 +00:00
David E. O'Brien
b608e3ff66
Somehow I left out sycall #98
2000-10-22 21:47:07 +00:00
David E. O'Brien
dd3ccfd92e
Minor whitespace cleanup.
2000-10-22 21:42:03 +00:00
David E. O'Brien
8c2c12607a
Minimal set of diffs from the i386 bits to the AlphaLinux.
...
Submitted by: gallatin (content, minimization by me)
2000-10-22 21:36:27 +00:00
Poul-Henning Kamp
5a008b9415
Don't bogusly include <struct.h>
...
Bogusly define our own versions of strbase() and fldoff() until we
have sorted out where they live in the kernel.
2000-10-22 19:43:01 +00:00
Poul-Henning Kamp
dd98c08d71
Don't rely on <sys/queue.h> to bogusly include <struct.h>.
...
Bogusly include <struct.h> until we have a better place to get
fldoff() from.
2000-10-22 19:39:17 +00:00
Poul-Henning Kamp
175c38cf60
On DEVFS machines, the device name database is no use.
2000-10-22 19:10:13 +00:00
Daniel Eischen
2fbba8b1b8
We use ___setjmp (non-signal saving) to setup a signal frame. When
...
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>
2000-10-22 18:35:11 +00:00
Poul-Henning Kamp
f90e81f97b
Avoid using the semi-bogus include <struct.h>
...
All uses of fldsiz() in this file were wrong anyway.
2000-10-22 17:38:32 +00:00
Yoshihiro Takahashi
97ae0fe84c
Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() to
...
isa/isavar.h, and added needed includes.
2000-10-22 16:48:08 +00:00
Boris Popov
6716c905c9
Rev 1.41 was committed from wrong diff, now do it right.
2000-10-22 16:15:12 +00:00
Poul-Henning Kamp
41f7aa55ba
Make LINT compile again.
2000-10-22 16:09:12 +00:00
Boris Popov
3ae19dd8cd
Release and unlock vnode if resource deadlock detected.
2000-10-22 15:40:22 +00:00
Boris Popov
b1b494a765
Update stale comment.
...
PR: kern/21805
2000-10-22 14:24:30 +00:00
Boris Popov
e7b1ac75dd
Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.
2000-10-22 14:22:17 +00:00
Søren Schmidt
0f4eed7d8b
Clean up the raid code a bit, also allow disks on HPT controllers to
...
be swapped around and still be put in the correct order in a raid.
2000-10-22 12:17:57 +00:00
Søren Schmidt
7dda7872cb
Fix warning in the ISA only case.
2000-10-22 12:17:38 +00:00
Søren Schmidt
8f281eed6c
Get the prober error code instead of relying on scp->error to contain
...
the lastest greatest.
2000-10-22 12:16:51 +00:00
Søren Schmidt
d29f653d3a
Up the reset pulse to 100ms in ata_reset, some drives especially
...
DVD drives need this to reset proberly.
Remove some verboseness..
2000-10-22 12:16:00 +00:00
Akinori MUSHA
241d880ebb
It is bsd.sites.mk one should look for a full list of default sites,
...
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.
2000-10-22 12:09:16 +00:00
Dag-Erling Smørgrav
c7d40ef296
Use funopen() instead of fdopen(). This fixes three problems:
...
- 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.
2000-10-22 12:07:28 +00:00
Jordan K. Hubbard
aed4d2d137
Cause fatal error messages to be a little more helpful to the programmer
...
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>
2000-10-22 09:53:27 +00:00
Scott Long
f38211c796
First attempt at timeouts for bio commands sent to the controller. No retry is
...
attempted right now; the failure is merely passed up. This may help with the
mysterious lockups seen by some with Pablano controllers.
2000-10-22 09:21:19 +00:00
Warner Losh
869975bf96
Make usual 1-line cardbus support modification.
...
I'm committing this over an Intel PRO-100 CardBus II card.
2000-10-22 06:41:46 +00:00
Gregory Neil Shapiro
a4799e4431
Remove obsolete setting. The directory src/usr.sbin/sendmail/cf hasn't
...
existing since sendmail was moved to contrib. Also, we now provide the cf
subdirectory in /usr/share/sendmail/cf/.
2000-10-22 05:57:50 +00:00
Warner Losh
bbfe025461
Cleanup the rman_make_alignment_flags function to be much clearer and shorter
...
than the prior version.
2000-10-22 04:48:11 +00:00
Warner Losh
fe8d027cd8
o Remove lots of kludges with iospace and irq.
...
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.
2000-10-22 04:46:56 +00:00
Warner Losh
283a983028
Cleanup allocation of resources for 16-bits. We now do the right
...
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).
2000-10-22 04:37:57 +00:00
MIHIRA Sanpei Yoshiro
e579ef5921
add Toshiba Mobile HDD MEHDD20A (Type II)
...
(Shigeru Ishida <ishida@isl.intec.co.jp>, [bsd-nomads:14564])
add Melco IGM-PCM56K
(IMAI Hidetoshi <hidepin@infonets.hiroshima-u.ac.jp>, [bsd-nomads:14649])
add Panasonic KX-PH405
(Norio Suzuki <nosuzuki@e-mail.ne.jp>, [bsd-nomads:14620])
add TDK Grey Cell GCS2000 Ethernet Card
(PR: 22184)
add new wi cards(tested by imp)
2000-10-22 02:57:48 +00:00
MIHIRA Sanpei Yoshiro
58a544be91
add TDK Grey Cell GCS2000 Ethernet Card
...
PR: 22184
2000-10-21 15:09:27 +00:00
Dag-Erling Smørgrav
23fe6d7a4c
If the scheme is HTTP or HTTPS, percent-escape whitespace in the document
...
part.
Submitted by: green
2000-10-21 14:58:18 +00:00
Hajimu UMEMOTO
f3581390d2
Popup IPv6 dialog, again.
2000-10-21 14:06:24 +00:00
Yoshihiro Takahashi
e30bdf6ba1
Use kern.disks sysctl on PC-98.
2000-10-21 10:08:57 +00:00
David Malone
1051d92c68
Claim maintainership of inetd.
2000-10-21 09:44:46 +00:00
David Malone
f27a3b3e41
Don't leak a file discriptor if a service we've called accept() for
...
loops.
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
2000-10-21 09:43:12 +00:00