Commit Graph

84917 Commits

Author SHA1 Message Date
tjr
d243c1498d Prototype __getcwd() to avoid a warning. 2003-01-10 02:54:37 +00:00
tjr
1483d95c3a #include <ctype.h> for prototypes (or macro versions) of
tolower() and isdigit().
2003-01-10 02:46:32 +00:00
jake
0248008860 Don't allow user process to set an invalid window state through sigreturn.
Spotted by:	tmm
2003-01-10 00:04:56 +00:00
tmm
8dfd8a68d7 Clear the target hardware address field when generating an ARP request.
Reviewed by:	nectar
MFC after:	1 week
2003-01-10 00:04:53 +00:00
gordon
aac503d279 Fix superblock alignment problems on non-i386 platforms. Also change fs_uuid
to fs_swuid, making it more descriptive.

Submitted by:	marcel
Reviewed by:	peter
Pointy hat to:	gordon
2003-01-09 23:53:30 +00:00
jhb
44a02fb178 Fix a typo: s/save_free/safe_free/. 2003-01-09 22:07:24 +00:00
emoore
84c5b405c0 Fix for DELL PERC firmware. Driver was hanging
during load time; this attributed to the mailbox
busy byte not being set prior to issuing a
polling command.

Approved by: ps
MFC: 7 days
2003-01-09 21:02:28 +00:00
trhodes
c0c73ebf44 Add support for the Davicom DM9009 chipset.
PR:		46859
Submitted by:	Boaz Haberman <boaz@ool-182f8b09.dyn.optonline.net>
Approved by:	rwatson
2003-01-09 20:51:39 +00:00
jhb
af42968262 Remove earlysetcpuclass() as it has been OBE.
Suggested by:	bde
2003-01-09 19:59:28 +00:00
jhb
a52e1d6d69 Rework part of the previous processor name changes so that we read
cpu_exthigh and cpu_brand in printcpuinfo() instead of in identify_cpu().
We also only do it for known-good values of cpu_vendor which is a bit more
conservative.

Reviewed by:	bde (mostly)
2003-01-09 19:54:49 +00:00
trhodes
e72f2dd31e Top Gun Telnet has been deprecated, and the home page recomends Top Gun SSH.
Update the URL to reflect this.

PR:		45010
Submitted by:	Kim Scarborough <sluggo@unknown.nu> (Original patch)
2003-01-09 19:52:01 +00:00
schweikh
b646e6e519 Fix a useless use of cat. Save a process today. 2003-01-09 19:16:09 +00:00
obrien
95ba79a664 save_free the buf. 2003-01-09 19:11:16 +00:00
obrien
4556c70327 Separate the uses of a buffer and make it dynamically sized.
Approved by:	scottl(re), jhb(re)
Reviewed by:	kuriyama
2003-01-09 17:44:29 +00:00
obrien
09229c7b6c Build gem(4) on powerpc also. 2003-01-09 16:37:37 +00:00
obrien
7383e2b545 Moved if_hme to hme.
(I need a score card to keep track of the /sys layout fights)
2003-01-09 16:32:12 +00:00
obrien
f5a74d137b Add an hme(4) module.
PR:		46871
Submitted by:	Hartmut Brandt <brandt@fokus.gmd.de>
2003-01-09 16:29:03 +00:00
jake
56fb2cf104 Oops, add zstty to the witness order list.
Noticed by:	benno
2003-01-09 15:45:28 +00:00
sheldonh
08f7994cd8 Regen:
* Boemler:	vendors.txt (2002-12-27)
2003-01-09 15:38:06 +00:00
sos
827206a85c Dont probe PnP devices.
Submitted by: Takahashi Yoshihiro <nyan@FreeBSD.org>
2003-01-09 14:00:07 +00:00
sos
2f8f8520ff Fix typo
PR: 45375
2003-01-09 13:54:07 +00:00
ue
7d2b5f4bc1 SGML cleanup: Remove useless <para> </para> around lists 2003-01-09 13:02:09 +00:00
benno
e95f2e2420 Make ofw_pci_find_node() use the reg property instead of the
assigned-addresses property. This works a lot better.
2003-01-09 12:24:19 +00:00
des
4ef779e8c2 Document tinderbox and whereintheworld, and move diffburst in its
alphabetical place.
2003-01-09 12:24:17 +00:00
des
88a5b13bbc My version of fenner's "make world" log summarizer. 2003-01-09 12:23:29 +00:00
des
dd1f3721f4 Sample tinderbox script & build settings. 2003-01-09 12:22:59 +00:00
ue
3c38462e04 MFen: Happy new year 2003 2003-01-09 12:11:20 +00:00
des
974bf201ef Actually, the canonical way would be syntactically correct. 2003-01-09 12:04:21 +00:00
benno
2ea02f2f01 Add a pcib variant to allow us to fix up interrupt assignments.
We probably want to do something wrt bus enumeration as well at some point.
2003-01-09 12:04:18 +00:00
des
04c259b610 Canonical way of determining whether or not to use crypto. 2003-01-09 11:57:58 +00:00
simokawa
36912a7e93 - Add error messages for bulkxfer.
- Reduce register access.
2003-01-09 10:25:07 +00:00
benno
76de3fe59f Allocate interrupts from the resource list. 2003-01-09 09:15:42 +00:00
des
1adcabceb3 ia64 and sparc64 both have libc_r now. 2003-01-09 08:36:05 +00:00
benno
8c0e7c2bfe - Remove the ignore list and replace it with a quirk list of sorts.
- Add a quirk type for devices whose interrupt properties are actually
  attached to their children.
- Flag the "escc" (zs-alike serial controller) device as having this quirk.
- Rework the interrupt discovery code to deal with devices that have more than
  one interrupt.
2003-01-09 06:21:42 +00:00
sam
f4f096b27a Invoke the driver directly when a request is submitted via crypto_dispatch
or crypto_kdispatch unless the driver is currently blocked.  This eliminates
the context switch to the dispatch thread for virtually all requests.

Note that this change means that for software crypto drivers the caller
will now block until the request is completed and the callback is dispatched
to the callback thread (h/w drivers will typically just dispatch the op to
the device and return quickly).  If this is an issue we can either implement
a non-blocking interface in the s/w crypto driver or use either the
"no delay" flag in the crypto request or the "software driver" capability
flag to control what to do.

Sponsored by:	Vernier Networks
2003-01-09 05:39:04 +00:00
sam
192503cfb4 o handle jumbograms in m_clone
o fixup some comments

Submitted by:	Doug Ambrisko <ambrisko@verniernetworks.com>
2003-01-09 05:30:25 +00:00
mikeh
2e30918ec8 The return-path is optional in a headline, therefore don't skip a
message if it is missing the return-path.

PR:		bin/40314 (slightly different patch)
MFC after:	2 weeks
2003-01-09 05:08:37 +00:00
trhodes
4b8af226d2 Fix up some grammar.
Noticed by:	sheldonh
2003-01-09 04:35:38 +00:00
imp
0c14319eea Merge from NetBSD and arrange for FreeBSD's slight differences in
ucom.

This gets my Sanyo SCP-4900 working.

Approved by: joe
2003-01-09 04:24:28 +00:00
imp
5f18ebdc65 These are OBE. devd.conf now lives in /etc. 2003-01-09 04:11:19 +00:00
imp
2ab7ba2866 Move devd.conf here and install it by default (didn't do a repo copy
because there's so little history to save).

MFC After: 10 millifortnights
2003-01-09 04:05:06 +00:00
mikeh
2a15d86e86 Correct a few more definitions, capitalize header fields consistently. 2003-01-09 03:36:47 +00:00
grehan
6e6f844e64 - remove unneeded includes
- fix big in use of rid for SYS_RES_IRQ
- catch up with ATA common code by adding lock function
2003-01-09 01:22:30 +00:00
mikeh
7d265a254f Clarify ~. escape definition, remove duplicate entry, and shorten a
definition.
2003-01-09 01:14:54 +00:00
grehan
098967f861 Remove obsolete GEOM option, and bring diskless options up-to-date
Approved by:  benno
2003-01-09 01:09:41 +00:00
mikeh
534fb8f383 Document the ~. and ~? command escapes. 2003-01-09 01:08:33 +00:00
tmm
3d0449ca35 Include if_hme_sbus.c, so that the module can also be used on sbus
machines. Remove opt_bdg.h, which is not needed.
2003-01-09 00:46:41 +00:00
tmm
83c4e38801 Add detach, shutdown, suspend and resume methods.
Tested by:	jake
2003-01-09 00:45:10 +00:00
jake
6069ed9456 Add sbus specific zs file. 2003-01-08 23:36:59 +00:00
jake
0668263ef9 Split this into bus specific front end(s), so that it can be used by ppc.
This abstracts out all the differences I could see between the netbsd
sparc64 and macppc zs drivers.   In particular the offsets of the csr and
data registers are different, so we use a separate bus handle for each and
use bus_space_subregion to add the bus specific offsets.

Requested by:	benno
2003-01-08 23:36:16 +00:00