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
fredette
1eb29e31bf
Added hp700-specific files. Still a work in progress.
2002-06-06 19:48:01 +00:00
fvdl
e4b98ed506
Add init/fini handling.
2002-06-06 19:18:22 +00:00
fvdl
e8d64f072a
-x is too heavy-handed for removing symbols; newer versions of GNU ld
...
will completely delete empty local symbols with it. Use -X instead
for crt{begin,end}*.o, to keep init_fallthru hacks.
2002-06-06 19:17:01 +00:00
he
33afd46155
Add newlines to the WARNING messages printed for the dynamic standby bug.
2002-06-06 17:20:50 +00:00
fvdl
c0a27f0970
Enable (empty) procfs_machdep.c
2002-06-06 15:58:23 +00:00
ragge
184de4483b
Pipes and swap disks takes a not insignificant amount of KVA, so therefore
...
it must be used in KVA calculation.
2002-06-06 12:28:44 +00:00
ragge
dad88a6ce6
Just return if a zero uba vector is handled. It's OK to get them on Unibus
...
machines.
2002-06-06 11:40:53 +00:00
enami
dc6d9ea1fb
Add more syscalls which has pathname as its first argument.
2002-06-06 10:48:49 +00:00
fvdl
fab373098c
Fix wrong psstr computation.
...
(XXX why is there an entire copy of sys_execve here?)
2002-06-06 10:12:42 +00:00
lukem
29f550aa8c
- Replace make(1) and -D FTP_HOST with SYSINST_FTP_HOST.
...
Defaults to "ftp.netbsd.org"
- Replace make(1) and -D FTP_DIR with SYSINST_FTP_DIR.
Defaults to "pub/NetBSD/NetBSD-" + VER + "/" + MACH.
(FTP_DIR used to override "pub/NetBSD/NetBSD-", which meant the
path name had to contain the release version in it)
- Add make(1) and -D SYSINST_CDROM_DIR.
Defaults to "/" + mach.
- only append ftp_prefix to ftp_dir and cdrom_dir once, just after
the options are parsed. Do this in newly added set_defaults().
2002-06-06 09:53:22 +00:00
martin
a3ffe0312f
Make scanf parameters and variable types match. This helps archs
...
where sizeof(int) != sizeof(long).
2002-06-06 09:29:31 +00:00
drochner
3db12b1095
Don't detach the mouse from the mux just because the mouse device is
...
opened. Too annoying and unnecessary.
2002-06-06 09:16:12 +00:00
martin
07cafe307b
Follow changes in libsa/stand.h: exit(void) -> exit(int) (one in a #if
...
0 block), to make it compile again.
2002-06-06 05:04:28 +00:00
simonb
0720ab1874
Remove <machine/rnd.h> for algor.
2002-06-06 03:33:10 +00:00