christos
6033f15f86
Disable chgsbsize. It is not MPSAFE
2004-05-13 17:43:11 +00:00
christos
a0d397a023
return an error on invalid mode.
2004-05-13 17:34:48 +00:00
christos
1345b8cdf5
PR/20066: John F. Woods: Add plugin lcp hooks.
2004-05-13 17:31:57 +00:00
christos
18289afe56
PR/21178: Christian Biere: Potential misuse of ctype functions [pppd]
2004-05-13 17:02:32 +00:00
pooka
40559f7fcc
10+ entries in the kernel sources can't be wrong ... no, wait, they can:
...
it really is "panicking" instead of "panicing", so revert rev 1.211
thanks to Klaus for holding the spelling bee
2004-05-13 16:34:22 +00:00
wiz
325e9d47ba
Add comma in enumeration.
2004-05-13 16:05:02 +00:00
pooka
fb446888fc
+ note finnish encoding
...
+ shuffle things around a bit, since the encodings we were listing
were not countries (most of them were languages)
2004-05-13 16:01:45 +00:00
cl
719c5983ec
Workaround for gcc 2.95.3 failing to initialize structures
...
and/or unions inside structures using nested designators.
Should be reverted when gcc >=3.3.3 is ready for vax.
2004-05-13 15:44:04 +00:00
christos
626d1a4171
Keep track of the while level, when popping loops because of a breaksw.
...
This is nasty...
2004-05-13 15:25:58 +00:00
pooka
e2323790a2
typo in comment: panicking -> panicing
2004-05-13 15:20:18 +00:00
pooka
71085f7d18
Add el-cheapo finnish encoding, i.e. make the name "fi" point to
...
the swedish keymap, which actually gets set.
inspired by wiz
keymap name blessed by Klaus
2004-05-13 15:00:27 +00:00
lukem
95820dab0e
Add CONFIGFILES & CONFIGSYMLINKS; similar semantics to FILES & SYMLINKS
...
yet installed by 'configinstall' not 'install'.
(CONFIGFILES uses FILES{DIR,MODE,OWN,GRP,NAME}{,_*} as per FILES)
2004-05-13 13:05:53 +00:00
yamt
d94ff45112
call mcount in Xspllower.
2004-05-13 12:27:38 +00:00
yamt
ed15986b95
pmap_load: assert that being able to take ipis.
2004-05-13 12:24:05 +00:00
yamt
a87499d4ea
witch_return: call Xspllower only when there're pending interrupts.
2004-05-13 12:15:01 +00:00
yamt
6b9fd4bdc5
npxsave_lwp: issue pause in a busy loop.
2004-05-13 12:13:20 +00:00
tron
edadbda9d6
Initialize interface type to IFT_TUNNEL as suggested by Erik Änggård
...
in PR kern/25555.
2004-05-13 11:31:09 +00:00
tron
7d553415ce
Mark gre(4) interfaces as IFT_TUNNEL (Encapsulation interface).
2004-05-13 11:29:40 +00:00
wiz
3f4493d90c
End last line with a newline char.
2004-05-13 11:15:38 +00:00
wiz
9a9a356f83
Add comma in enumeration.
2004-05-13 11:14:46 +00:00
wiz
64ebeb5cbc
\- is a minus, not -.
2004-05-13 10:20:57 +00:00
wiz
339084de19
\- is a minus, not -.
2004-05-13 10:10:46 +00:00
tshiozak
45f22bd0e2
To prevent ctype predicate functions (e.g. isalpha()) to misjudge,
...
change the charset mask for G2 (JIS X 0201 kana), from 0x80 to 0x800080.
2004-05-13 09:57:03 +00:00
pk
cf098aff50
No need to pull in <bsd_openprom.h> explicitly.
2004-05-13 09:36:44 +00:00
lukem
aadb133a30
BYTE_ORDER is handled by Xarch.h
2004-05-13 09:31:11 +00:00
cube
a1ec763832
It's not safe to save the sysctlnode pointer returned by sysctl_createv.
...
It should only be used by the calling function to create further nodes
in the same function, and of course to save the MIB number, which is what
is done now.
Correct a stupid bug in the ethernet address parsing code. <ashamed face>
2004-05-13 07:20:47 +00:00
kleink
c54a69ad5a
Like in shmget(2), elaborate on IPC_EXCL in the description.
2004-05-13 01:49:55 +00:00
kleink
2594bcf8ad
Repair sentence in previous.
2004-05-13 01:43:13 +00:00
kleink
aa87f3ef0e
* Undo rev. 1.9, most of which was either redundant, inaccurate, or wrong.
...
* Elaborate on IPC_EXCL in the description.
2004-05-13 01:39:14 +00:00
cl
eb2be5fc98
Add NetBSD/xen documentation.
2004-05-13 00:26:25 +00:00
wiz
0a1db66278
Remove option letter from getopt string, since it does not
...
have a case handler below. From aaron@openbsd.
2004-05-13 00:18:46 +00:00
kleink
15a5f3876a
Don't use tm_gmtoff for %z: a strictly conforming ISO C application won't
...
initialize it. However, instead of using what is suggested in this code
path, attempt get it right for DST as well. Addresses PR standards/21722
from Richard Earnshaw.
2004-05-12 23:03:11 +00:00
matt
617ba1df60
In proc_representative_lwp, if there is an outstanding trap signal, return
...
the lwp that had the trap.
2004-05-12 21:10:09 +00:00
wiz
3cbaca3d38
Improve some card names; bump date.
2004-05-12 20:54:20 +00:00
wiz
901973874a
Fix typo in comment; from Robert Nagy via OpenBSD.
2004-05-12 20:43:17 +00:00
wiz
a8c55b7623
Add one more unofficial leadtek PCI vendor id; from Robert Nagy
...
via OpenBSD.
2004-05-12 20:42:10 +00:00
skrll
212b905081
Garbage collect the RTLD_RELOCATE_SELF error.
2004-05-12 20:23:29 +00:00
yamt
054ed3afcb
use callout_schedule() for schedcpu().
2004-05-12 20:13:58 +00:00
skrll
c0148a0dfe
Add a debug message.
2004-05-12 20:12:37 +00:00
yamt
8d2f96d0fc
g/c unused NFS_*ALLOC defines.
2004-05-12 20:11:27 +00:00
yamt
5469c2b7c1
add assertions.
2004-05-12 20:09:50 +00:00
yamt
3b6ad814b2
x86_ipi: call x86_pause() in busy loops.
2004-05-12 20:05:24 +00:00
yamt
d55112e112
add a comment to note that INTRFASTEXIT and trap() should be in sync.
2004-05-12 20:03:06 +00:00
wiz
0b35256a71
Sort options; drop trailing space and a superfluous s.
2004-05-12 18:49:30 +00:00
toshii
ac142bbda7
Fix typos.
2004-05-12 17:20:01 +00:00
cl
885c0b6fc9
``build.sh -m xen-i386 release'' now builds a release for NetBSD/xen
...
for i386. The resulting release consists of:
- NetBSD/xen for i386 kernel, loader and docuemntation
- NetBSD/i386 userland sets
2004-05-12 16:56:41 +00:00
tron
b174c24825
Fix handling of interface aliases if "rarpd" is not invoked with "-a".
2004-05-12 16:48:44 +00:00
christos
ff2dfdbba5
Add rules for RPC_CLNTFILES; suggested by Ian Zagorskih
2004-05-12 16:38:01 +00:00
christos
b1f894b9cc
add a 'v' flag to display a version number so that our usage matches with
...
everyone else's rpcgen.
2004-05-12 15:59:54 +00:00
christos
88011fdf59
One step closer to reality:
...
- missing flags described
- synopsis was wrong
- explain -b better
2004-05-12 15:58:12 +00:00