jmcneill
4c1d81b2b5
Merge jmcneill-pm branch.
2007-12-09 20:27:42 +00:00
martin
3947df41d1
Provide cpu_intr_p(), at least for non-MULTIPROCESSOR kernels.
...
Based on suggestions by Andrew Doran.
2007-12-09 20:12:54 +00:00
wiz
67e088229c
Fix formatting problems in HTML and text output reported by pavel.
2007-12-09 19:23:57 +00:00
wiz
ba938dba4f
Fix typos.
2007-12-09 18:47:44 +00:00
degroote
939a0dbd0a
Kill _IP_VHL ifdef (from netinet/ip.h history, it has never been used in NetBSD so ...)
2007-12-09 18:27:39 +00:00
pooka
faa30930fd
When creating a node, do the server-dance before creating the local
...
data structure. This avoids a race between create and lookup, as
the kernel now unlock the directory before the create operation
returns.
2007-12-09 18:05:42 +00:00
tsutsui
3c4a86f736
Fix typo.
2007-12-09 17:39:51 +00:00
ad
164992f1a5
Add missing strong aliases.
2007-12-09 17:38:51 +00:00
ad
6260baac6e
Add missing strong aliases; sure I did this before?
2007-12-09 17:33:56 +00:00
pooka
6617b3099a
print newnode cookie value for operations which create nodes
2007-12-09 16:54:17 +00:00
ad
be36918dcb
Use sys/atomic instead of __asm().
2007-12-09 15:35:15 +00:00
ad
f7576cd670
Use the new memory barriers.
2007-12-09 15:33:13 +00:00
ad
36fb43dbdb
Use atomic_cas_ulong().
2007-12-09 15:32:27 +00:00
ad
56c1b0074f
Minor correction to previous.
2007-12-09 15:31:03 +00:00
ad
dd24075295
- pmap_reactivate: save an atomic op if possible.
...
- pmap_tlb_shootdown: use atomic ops instead of _lock_cas().
2007-12-09 15:29:53 +00:00
dogcow
9ad45b39e6
more NDINIT fallout. not completely compile-tested.
2007-12-09 13:34:23 +00:00
wiz
9c131e8d5c
Remove last argument from NDINIT call, following
...
"Remove cn_lwp from struct componentname. curlwp should be used
from on. The NDINIT() macro no longer takes the lwp parameter and
associates the credentials of the calling thread with the namei
structure." from pooka.
2007-12-09 12:50:29 +00:00
dogcow
f4c8a4cce7
Turns out we don't actually need to include <sys/namei.h>; since it causes
...
a compile error, away it goes.
2007-12-09 12:04:06 +00:00
nisimura
da81a6921f
- make sure to advertise flowcontrol and 1000T FDX/HDX capablity for
...
GbE NICs.
- stop and reactive MII auto polling for every MII read/write access
in vge.c and nvt.c.
2007-12-09 09:55:58 +00:00
agc
a3d56a1b30
Update to version 20071209, to include new initiator "discovery only"
...
option, the iqn alias configuration option, and the different md5
routines which are being used.
2007-12-09 09:38:48 +00:00
agc
7d25996b8b
Add prototypes for initiator_get_targets() and initiator_set_target_name().
2007-12-09 09:33:35 +00:00
apb
d9024ddf4b
* init calls "MAKEDEV -MM init", not "MAKEDEV -M init"
...
* s/filesystem/file system/
* one typo and one markup fix
* bump date
2007-12-09 09:24:55 +00:00
agc
3cda7b4363
Use the portable md5 routines that have been added to the NetBSD iSCSI
...
distribution.
2007-12-09 09:23:58 +00:00
agc
4ed8885f3b
Move the iSCSI code over to use the endian neutral md5 code,
...
originally from Poul-Henning Kamp, as found in pkgsrc/pkgtools/digest.
This should address some of the MD5 problems that are being seen on
some hosts at login time.
Re-run autoconf, autoheader and configure.
2007-12-09 09:21:03 +00:00
agc
df4b4cffe4
Add support in the target for specifying the target IQN (iSCSI Qualified
...
Name) in the targets configuration file.
Now an entry of the form:
target0=iqn.binky rw extent0 any
will mean that target0 gets presented with the iqn of "iqn.binky".
This can be useful for shorter aliases for IQNs. With thanks to Peter
Eisch for the idea.
Note that the target's base IQN can still be set with the -t parameter
to iscsi-target.
2007-12-09 09:16:42 +00:00
apb
edf9f9968b
No need to pass "-ppax" to MAKEDEV now that MAKEDEV internally defaults
...
to using pax.
2007-12-09 09:16:28 +00:00
agc
d2f1aa150b
Get rid of some files which aren't used.
2007-12-09 09:09:02 +00:00
yamt
9390360597
should -> can
2007-12-09 08:53:57 +00:00
apb
368240a3c4
regen
2007-12-09 08:46:57 +00:00
apb
6d3d3ebe02
* MAKEDEV's "-M -M" option was always intended for use only by init(8).
...
Improve the documentation around that.
* The "-p pax", "-m mknod", and "-s" (mtree specfile) options should
always have been mutually exclusive. Now enforce that.
* The "-f" option didn't ever work with pax or mtree mode; document that,
and make it an error to try something that won't work.
* Make pax mode the default, if no other options prevent this, and if
"pax -w -M" appears to be usable.
* Add missing options to a usage message.
2007-12-09 08:46:16 +00:00
yamt
0156962757
document LWP_CACHE_CREDS.
2007-12-09 08:37:48 +00:00
yamt
a535c1a428
sort
2007-12-09 08:36:14 +00:00
yamt
478ca46add
document LWP_CACHE_CREDS.
2007-12-09 08:31:58 +00:00
ober
02ade29d04
Cleaning up commented out code. Formatting according to style rules.
2007-12-09 03:33:29 +00:00
xtraeme
6797f052ff
Erm fix some defines in previous...
2007-12-09 00:24:46 +00:00
jmcneill
0273402379
kern/37501: cosmetic error in acpi_tz probe messages
2007-12-08 23:01:30 +00:00
ad
1206a8cb5c
Add some goo to make this work in userspace.
2007-12-08 22:53:33 +00:00
ad
96f5ce86b9
objdump -d to the rescue. I think this should work now.
2007-12-08 22:42:46 +00:00
mrg
07f0bc85c9
catch up with the adses: IPL_CLOCK -> IPL_VM in a couple of places
...
that are #ifdef MULTIPROCESSOR.
MP sparc kernel faults inside proc0_init() yet.
2007-12-08 21:50:07 +00:00
jnemeth
1d506ab633
PR/37155 - Marcelo Schmidt -- specifying too large of a size causes segvs
2007-12-08 21:40:23 +00:00
jnemeth
415d88d5b8
PR/37503 - De Zeurkous -- inaccurate description of -s option
2007-12-08 20:52:19 +00:00
pooka
319ddafdc5
Now that "l" is gone both as an argument to operations and from
...
componentname, remove all vestiges of puffs_cid.
2007-12-08 19:57:02 +00:00
christos
f8082d9a50
We should be able to operate on more than one file, like other unix tools.
2007-12-08 19:56:54 +00:00
pooka
0153ca9dc9
4.99.41: cn_lwp is dead, long live curlwp
2007-12-08 19:30:53 +00:00
pooka
e474023c09
regen
2007-12-08 19:30:19 +00:00
pooka
db06a930e6
Remove cn_lwp from struct componentname. curlwp should be used
...
from on. The NDINIT() macro no longer takes the lwp parameter and
associates the credentials of the calling thread with the namei
structure.
2007-12-08 19:29:36 +00:00
jnemeth
85c7ab0640
add a sample XAuthLocation for x.org users as discussed on pkgsrc-users@
2007-12-08 19:03:28 +00:00
jdc
7cc6075b0e
Keep pushed-back characters locally. Fixes problems where KEY_* symbols
...
are pushed back. Should fix the arrow keys part of PR pkg/37173.
While we are here, make getch() and get_wch() check for resize immediately,
instead of reading a key, checking for resize and then having to push-back
the just read key.
2007-12-08 18:38:11 +00:00
dsl
28bae79b27
ANSIfy most of the function definitions in sys/compat (but not ndis).
...
All by the magic of sed ...
2007-12-08 18:35:53 +00:00
he
c26a54ba24
Ensure that we pass -z initfirst to the linker. The mips gcc
...
was unhappy about the missing -Wl specification.
2007-12-08 18:34:51 +00:00