wiz
|
5164e3e814
|
Xref mopcopy instead of mopa.out.
|
2002-06-07 11:23:19 +00:00 |
wiz
|
c8f923975f
|
Sort SEE ALSO.
|
2002-06-07 11:15:45 +00:00 |
itojun
|
a11e34efc5
|
whitespace
|
2002-06-07 07:38:51 +00:00 |
itojun
|
e2ce1896bd
|
whitespace
|
2002-06-07 07:35:39 +00:00 |
cjs
|
63a4bf8380
|
Add postgresql and mysql IANA-assigned ports.
|
2002-06-07 05:59:06 +00:00 |
gmcgarry
|
074387420c
|
Some more Athlon counter names.
|
2002-06-07 05:26:45 +00:00 |
gmcgarry
|
1ffad275a3
|
Add descriptions for types and flags.
|
2002-06-07 04:59:13 +00:00 |
itojun
|
9b39e24802
|
minor KNF to sync w/kame
|
2002-06-07 04:30:40 +00:00 |
itojun
|
06ed16c31d
|
typo
|
2002-06-07 04:18:11 +00:00 |
itojun
|
922b4012cc
|
'fall through' is not a valid LINT keyword.
|
2002-06-07 04:07:55 +00:00 |
gmcgarry
|
009583c02c
|
Athlon support.
|
2002-06-07 04:07:08 +00:00 |
gmcgarry
|
94b4a243e6
|
Support Athlon performance counters.
|
2002-06-07 04:04:47 +00:00 |
itojun
|
83aff37a0f
|
remove support for deprecated ioctls (EINVAL). sync w/kame
|
2002-06-07 04:03:53 +00:00 |
gmcgarry
|
3acf6ed1d8
|
Add Athlon performance counters.
|
2002-06-07 04:03:49 +00:00 |
itojun
|
88a8e0dd9e
|
cope with ndi->maxmtu == 0 case. sync w/kame
|
2002-06-07 03:05:18 +00:00 |
itojun
|
fb6078474d
|
cope with cases when maxmtu == 0 (this shoulnd't happen!)
|
2002-06-07 02:31:04 +00:00 |
simonb
|
4d304073f1
|
Add some ifdef's around the usage of mips_wait_idle; fixes builds for
playstations2 and MIPS1-only kernels.
Based on patch from Bill Squier.
|
2002-06-07 02:05:22 +00:00 |
itojun
|
d2503f643b
|
type mismatch
|
2002-06-07 01:39:07 +00:00 |
gmcgarry
|
f44a386b6f
|
Support i586 counters.
|
2002-06-07 01:38:17 +00:00 |
itojun
|
44772e4b2f
|
there are people using #ifdef APPEND_DOT. recover it.
|
2002-06-07 01:36:09 +00:00 |
simonb
|
214395e5cd
|
For some reason I'm not sure of yet, cfe_exit(warmstart, ...) isn't
working any more. Just do a cold restart so at least we get back to
CFE for now...
|
2002-06-07 01:34:03 +00:00 |
gmcgarry
|
72fe1c3076
|
Add i586 performance counters.
|
2002-06-07 01:30:19 +00:00 |
itojun
|
d6bd155256
|
use arc4random
|
2002-06-07 00:45:46 +00:00 |
itojun
|
6cebe67965
|
avoid fd_set overrun. sync w/kame
|
2002-06-07 00:45:15 +00:00 |
itojun
|
8a4859803b
|
remove unmaintained option (#ifdef FAITH4). sync w/kame
|
2002-06-07 00:20:45 +00:00 |
fvdl
|
a35e1a5e5b
|
Match DIAGNOSTIC spl code in new system call entry. We may return
through the old one in the case of a 32bit exec, causing the check
to fire.
|
2002-06-07 00:06:21 +00:00 |
bjh21
|
00eaefef06
|
When copying a block with an odd size to or from the card, be very careful
not to overrun the end of it on the host side, since that might just slip over
a page boundary and cause an embarrassing kernel panic.
|
2002-06-07 00:01:19 +00:00 |
itojun
|
2ad320ffb1
|
void SEGV on freeaddrinfo(NULL)
|
2002-06-07 00:00:19 +00:00 |
wrstuden
|
9e2b945a7b
|
defparam BPF_BUFSIZE
|
2002-06-06 23:54:47 +00:00 |
thorpej
|
df5fa8198f
|
mopa.out is renamed to mopcopy.
|
2002-06-06 23:05:34 +00:00 |
fvdl
|
165400b7ba
|
mov -> lea to access _map table.
|
2002-06-06 23:04:35 +00:00 |
thorpej
|
7d0a93d974
|
Rename mopa.out to mopcopy, since it handles more than a.out these days.
|
2002-06-06 23:00:56 +00:00 |
thorpej
|
63e6bdedae
|
Add Elf32 support to mopa.out (which is now quite inappropriately
named; a future commit will rename it).
Thanks to uwe@netbsd.org for testing the resulting MOP image for me.
Fixes port-vax/16867.
|
2002-06-06 22:52:25 +00:00 |
itojun
|
8288fc93ab
|
s/STRN_CPY/strlcpy/
|
2002-06-06 21:45:19 +00:00 |
itojun
|
3ba1803eb3
|
correct misuse of strncpy (use strlcpy). from openbsd
|
2002-06-06 21:42:42 +00:00 |
gmcgarry
|
83e2c9f2a8
|
Add a DIAGNOSTIC section to clarify potential problems.
|
2002-06-06 21:32:37 +00:00 |
itojun
|
2f7d82e63d
|
support scoped IPv6 address properly. PR 16810.
|
2002-06-06 21:28:49 +00:00 |
itojun
|
8dbe673a81
|
add syslogd and rpcbind, which links to libwrap by itself
VS: ----------------------------------------------------------------------
|
2002-06-06 21:27:49 +00:00 |
gmcgarry
|
616df6150d
|
The most likely failure of i386_pmc_info() is that the kernel doesn't
include PMC support. Report this to the user to give a clue as to
why pmc(1) doesn't work.
|
2002-06-06 21:20:42 +00:00 |
gmcgarry
|
4db43b2db0
|
Include PERFCTRS to match MTRR option. Now pmc(1) does something useful.
|
2002-06-06 21:16:47 +00:00 |
gmcgarry
|
d0c1fe487d
|
Document USERCONF and PERFCTRS
|
2002-06-06 21:05:05 +00:00 |
bjh21
|
452a764a15
|
Don't identify all VIDCs as "vidc20". Instead, print something appropriate
based on the type of IOMD in the system (which we use anyway to work out
the VCO reference clock frequency).
|
2002-06-06 21:03:28 +00:00 |
fvdl
|
e6f161c821
|
Fix the EINVAL return path.
|
2002-06-06 20:51:17 +00:00 |
fredette
|
eca6f29c46
|
Added /etc files for the hp700 port.
|
2002-06-06 20:35:38 +00:00 |
fredette
|
5b01583a40
|
Added hppa support to xlint.
|
2002-06-06 20:33:33 +00:00 |
fredette
|
02ac1ae2f0
|
Added hppa support (some of it incomplete) to lib/csu, lib/libc,
and lib/libkvm.
|
2002-06-06 20:31:19 +00:00 |
tron
|
366c558a3e
|
Add TOEFL.
|
2002-06-06 20:28:40 +00:00 |
fredette
|
e978777b86
|
Added hppa support to libkern.
|
2002-06-06 20:03:37 +00:00 |
fredette
|
49b0456a72
|
Added some missing files.
|
2002-06-06 19:50:20 +00:00 |
fredette
|
b57559001e
|
Fixed some mixup between processor number and type name,
i.e., PCXT is PA7100, not PA7200.
|
2002-06-06 19:49:58 +00:00 |