Commit Graph

186097 Commits

Author SHA1 Message Date
nakayama
c2c5d365aa Print the warning message if extent_free fails. 2009-12-07 19:57:34 +00:00
dyoung
124a629265 Poison future uses of DVACT_ACTIVATE by deleting it. I deleted the last
"use" of DVACT_ACTIVATE in a driver, yesterday.
2009-12-07 19:45:13 +00:00
christos
8f7e9f408c PR/42243: Yasuoka Masahiko: Add support for "net.inet.icmp.bmcastecho" support.
Print the current status.
2009-12-07 18:48:45 +00:00
christos
adf7e47145 PR/42243: Yasuoka Masahiko: Add "net.inet.icmp.bmcastecho" sysctl support,
to disable icmp replies to the broadcast address.
2009-12-07 18:47:24 +00:00
dyoung
04489f616a Initialize/compare pointers with NULL instead of 0. 2009-12-07 18:38:55 +00:00
pooka
32a3b13698 add comment 2009-12-07 17:38:16 +00:00
agc
5674064867 Add a prototype for netpgp_match_list_keys() 2009-12-07 16:56:03 +00:00
martin
071ab236f8 size_t %z police 2009-12-07 16:55:37 +00:00
uebayasi
58b17edd41 Define dependencies of arith.[ch] on arith.y. 2009-12-07 16:22:41 +00:00
agc
93d262f9d5 + The internal variable "sshetcdir" has been renamed to "sshkeydir"
+ Take advantage of the new regular expression searching methods
2009-12-07 16:18:44 +00:00
agc
99e2a61b78 The internal variable "sshetcdir" has been renamed to "sshkeydir" 2009-12-07 16:17:57 +00:00
agc
183e04eb84 + When using ssh keys, use the first key as the default userid, unless
specified.

+ The internal variable "sshetcdir" has been renamed to "sshkeydir"

+ When matching the text fields in the username, use an ICASE, NOSUB, EXTENDED
regular expression. This allows more advanced ways of searching, such as:

% netpgpkeys --list-keys '\.de\>'

to find all the keys in the default keyring which have an email address
in Germany. This is actually surprisingly useful.
2009-12-07 16:17:17 +00:00
pooka
0ff1ef75c2 Need to send protocol layer response instead of transport layer
return value.  While there, just collapse all non-supported types
into one entry.
2009-12-07 15:51:52 +00:00
tsutsui
127e92aba6 Remove "#if defined(amiga) || defined(atari)" for PG_SHIFT.
Use PGSHIFT from <machine/param.h> instead.
2009-12-07 14:23:45 +00:00
pooka
20f444ae36 Mark putter as MODULE_CLASS_DRIVER to make it autoloadable. This
fixes autoloading of puffs upon mount.
2009-12-07 13:41:44 +00:00
nakayama
7ef930a8ee - fix corner case bugs around the segment offsets.
- make sure that on error condition we return "no valid mappings".
2009-12-07 11:28:37 +00:00
nakayama
5d49252b81 Add comment about an uncorrectable DMA error sometimes observed on
tlp(4) on Netra X1, and its workaround.

Also add membar_storestore, from OpenBSD.
2009-12-07 11:24:30 +00:00
nakayama
af8f0b5c72 Calculate DVMA pages correctly. 2009-12-07 11:18:38 +00:00
nakayama
af025f644d Avoid use of iommu_dvmamap_unload in error path. It is too
expensive since it contains data cache flushing.

Some driver (tlp(4) with DM9201 on Netra X1) can only handle one
DMA segment, so it was called frequently.
2009-12-07 11:14:27 +00:00
nonaka
5210b539fa remove init entry.
add floppy entry.
2009-12-07 10:03:37 +00:00
skrll
79b3e7eed6 Recognize $L as a local symbol for mips64. 2009-12-07 10:00:21 +00:00
kiyohara
c5b6dd5921 Remove null-line. 2009-12-07 08:58:48 +00:00
pooka
218004ca6a remove rest of 'no file-system PORTAL' (portalfs kernel driver was removed) 2009-12-07 08:57:38 +00:00
he
26717af9ee Can't negate a now non-existent file system (PORTALFS was removed). 2009-12-07 08:50:01 +00:00
uebayasi
42bd5b4c13 Typo. 2009-12-07 07:43:05 +00:00
eeh
9d21c97885 Fix some more hangs and deadlocks. 2009-12-07 04:12:10 +00:00
wiz
df7499f832 Remove me from some responsible lines. 2009-12-07 00:47:49 +00:00
dyoung
a14d2f3527 Simplify device-activation hooks. 2009-12-06 23:17:09 +00:00
dyoung
e98edc8502 Delete dead code. 2009-12-06 23:15:59 +00:00
dyoung
be75895d2f Simplify device-activation hook. 2009-12-06 23:14:39 +00:00
dyoung
e347b9986c Simplify device-activation hooks. 2009-12-06 23:14:05 +00:00
dyoung
0a9ae61983 device_t/softc split. 2009-12-06 23:05:39 +00:00
dyoung
903d1910d3 Simplify device-activation hooks. 2009-12-06 23:05:06 +00:00
dyoung
c2a519975e Simplify device-activation hook. 2009-12-06 22:56:56 +00:00
dyoung
b9e4d3a3cb Delete the do-nothing device-activation hook, drm_activate(). 2009-12-06 22:51:25 +00:00
dyoung
c6747de6d7 Simplify device-activation hooks. 2009-12-06 22:49:48 +00:00
dyoung
93c9b12505 Delete do-nothing device-activation hooks. 2009-12-06 22:48:17 +00:00
dyoung
8cbd7f7c54 Delete dead code: a device-activation hook. 2009-12-06 22:44:55 +00:00
dyoung
4075f812e7 Simplify these device-activation hooks using the following semantic
patch.

XXX sc_dying must die.

@@
type device_t;

identifier act, midi_softc, midiactivate, sc, self;
@@

int
midiactivate(device_t self, enum devact act)
{
(
	struct midi_softc *sc = device_private(self);
|
-	struct midi_softc *sc;
+	struct midi_softc *sc = device_private(self);
...
-	sc = device_private(self);
)
...
	switch (act) {
-	case DVACT_ACTIVATE:
-		return (EOPNOTSUPP);
-
	case DVACT_DEACTIVATE:
(
	sc->dying
|
	sc->sc_dying
)
		=
(
	1
|
	true
)
		;
-		break;
+		return 0;
+	default:
+		return EOPNOTSUPP;
	}
-	return (0);
}
2009-12-06 22:42:48 +00:00
dyoung
de0ad50405 Delete unnecessary device-activation hooks. 2009-12-06 22:40:56 +00:00
dyoung
711b27c90c Delete unnecessary device-activation hooks. Simplify the rest. 2009-12-06 22:33:44 +00:00
dyoung
efc6bfe74a Simplify device-activation hooks. 2009-12-06 21:40:31 +00:00
dyoung
7a2bcc8004 Delete the device-activation hook, it doesn't do anything useful. 2009-12-06 21:39:45 +00:00
dyoung
3dedfc004f Simplify the device-activation hook. Move some of the device
deactivation to the detachment routine, where it belongs.
2009-12-06 21:33:45 +00:00
dsl
43bac9730d Correct comment, pipelock() no longer releases the mutex. 2009-12-06 20:26:55 +00:00
dyoung
110a4ba3b4 Simplify several device-activation hooks. 2009-12-06 20:20:12 +00:00
dyoung
8641587693 For readability's sake, write NULL instead of (type *)0. 2009-12-06 18:00:15 +00:00
agc
5b91f35fb9 Fix up some lint.
Change the license on new files to a 2-clause one.
2009-12-06 17:43:05 +00:00
dsl
835104494b If pfi_address_add() has to extend the buffer, copy the data in the
right direction!
Fixes PR/41939.
2009-12-06 16:46:11 +00:00
dsl
111a678bed VNDIOCSET now returns a 64bit unsigned size.
Use compat ioctls if the kernel rejects the request.
Fixes PR/41873.
2009-12-06 16:35:16 +00:00