itojun
76f65d83e3
attach random number source.
2002-08-20 00:35:46 +00:00
itojun
f695b9ecd3
revert attempt to make finger locale-dependent. (1) locale dependent
...
daemon is a bad idea, (2) there's no standard in 8bit finger, (3) there's no
guarantee that finger/fingerd uses the same locale, (4) existing finger client
could scream. see tech-userlevel.
2002-08-20 00:27:59 +00:00
itojun
ddbeae9874
check error from copyout
2002-08-19 23:23:22 +00:00
itojun
bec19ac64c
typo in comment
2002-08-19 23:21:11 +00:00
itojun
041c651838
fix copyout() logic. more proper fix to be done on kame tree.
2002-08-19 23:14:39 +00:00
thorpej
c59bd1a572
In ether_output(), don't bother calling memcpy() to plop the ethertype
...
into the packet: On system with no strict alignment constraints, just
assign the value, and on others, do an inline 2 byte copy.
2002-08-19 18:58:50 +00:00
fredette
fa8a85a54d
Cleaned up BTLB support. There are no longer BTLB function pointers
...
in struct hppa_cpu_info or anywhere else, now there are just hppa_btlb_*
functions. Added support for machines with split I/D and variable-range
BTLBs. Added support for purging BTLB entries.
2002-08-19 18:58:26 +00:00
wiz
803f71d406
Sort supported languages, and sync them with reality, as suggested by
...
Julio Merino in bin/17993, with a minor correction.
2002-08-19 18:27:31 +00:00
wiz
75839d2a59
It's RND_FLAG_*, not RND_FLAGS*. Noted by Christian Biere in kern/17992.
...
Also fix an unrelated mdoc error.
2002-08-19 17:41:46 +00:00
fredette
0ebb2cb8a8
Since trap_kdebug() may be a macro, be sure to cast to void when not
...
using its result.
2002-08-19 15:07:33 +00:00
lukem
16683a00df
Explicitly move setting of NOxxx (et al) to the top of the Makefile
...
(before including <bsd.own.mk>)
2002-08-19 15:01:34 +00:00
lukem
ec5dbc56b8
Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the
...
Makefile (before including <bsd.own.mk>)
2002-08-19 14:55:14 +00:00
lukem
811a3185a3
Explicitly note that if NOxxx and USE_SHLIBDIR are set by a Makefile,
...
it must be before <bsd.own.mk> is included.
2002-08-19 14:51:58 +00:00
lukem
f794aa60bb
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 13:54:34 +00:00
lukem
91d06a031b
More use of ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 13:35:05 +00:00
itohy
125a1bc0a9
Leaving overflow-sensitive code, very similar to what was fixed
...
in the previous changes to cfb.c / sfb.c / xcfb.c, would not be clever.
Just modify in the similar way.
2002-08-19 13:05:42 +00:00
simonb
0702d44ac5
Fix printf format string for the EXTENT_DEBUG case.
2002-08-19 12:03:48 +00:00
simonb
771cbe3e84
Remove CPU_MIPS_DOUBLE_COUNT for the MIPS 20Kc - it's cycle counter runs
...
at the normel CPU frequency.
2002-08-19 12:03:04 +00:00
wiz
3c7935455d
End some sentences with a dot. bin/17987 by Julio Merino.
2002-08-19 11:14:23 +00:00
blymn
f645d021ce
Allocate private string buffers for the menu mark and unmark to prevent
...
a double free of the string memory. This fixes PR 17937.
2002-08-19 11:01:11 +00:00
lukem
7360d7b6ae
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
pooka
337a91ae52
fix prototype for t_freent, and sprinkle const where necessary
2002-08-19 10:11:42 +00:00
lukem
146a774973
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
2002-08-19 09:56:00 +00:00
lukem
8f96758140
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../../some/path (etc).
...
(Reduces make output by ~ 20%)
2002-08-19 09:46:39 +00:00
lukem
ebb6fc9eb8
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
...
(Reduces make output by ~ 20%)
2002-08-19 09:41:27 +00:00
itojun
8b2ed6900d
copyout only if oldp is non-null
2002-08-19 07:23:22 +00:00
itojun
cc0fa7bc37
need explicit copyout(), apparently
2002-08-19 06:50:22 +00:00
itohy
a64e475289
Make it compile again.
...
Hi, itojun!
2002-08-19 03:52:53 +00:00
itojun
436f2a58ac
better sync w/kame on deprecated address handling. check af == AF_INET6.
2002-08-19 02:17:54 +00:00
itojun
f00291d88b
pull in deprecated address handling from KAME sys/netinet6/tcp6_input.c.
2002-08-19 02:13:46 +00:00
enami
43fe370014
Fix an argument to -width option of .Bl macro.
2002-08-19 01:54:58 +00:00
gmcgarry
d00f8989a1
Document RND_COM option. Partially addresses PR17976 from
...
<ChristianBiere@gmx.de>.
2002-08-19 00:00:48 +00:00
gmcgarry
a104b7da81
Type 'network' was an alias for 'net' and was changed to "net" in
...
rev 1.5. Remove duplicate. Reported by Christian Biere in PR17976.
2002-08-18 23:45:48 +00:00
wiz
44bfc91fab
mdocify. Adapt contents to NetBSD. Requested by mrg.
2002-08-18 23:41:38 +00:00
matt
8a75cdd09b
Add evcnt's for common pmap activities when PMAPCOUNTERS is defined
...
in the config file.
2002-08-18 19:18:33 +00:00
matt
5ba45ecc9c
defflag PMAPDEBUG, PMAPCHECK, and PMAPCOUNTERS into opt_pmap.h
2002-08-18 17:17:59 +00:00
simonb
7e0228bbc3
Update to rev 1.48 from Algorithmics; adds BONITO64 register definitions.
2002-08-18 16:00:33 +00:00
simonb
fd2320f396
Issue a dummy read after a write to the BONITO_PCIMAP_CFG register to
...
make sure the write is posted; needed to keep the BONITO64 happy.
2002-08-18 15:57:55 +00:00
itojun
98b535ba4a
don't install regress test programs
2002-08-18 14:59:32 +00:00
isaki
f208681961
Correct CLEANFILES.
2002-08-18 14:43:16 +00:00
isaki
25a181f53b
Kernel must be gzipped to boot.
...
Correct CLEANFILES.
Reviewed by lukem@netbsd.org
2002-08-18 14:43:00 +00:00
lukem
b3cba06420
- implement `install' target with:
...
${PARSELIST} -v mode=install | ${MAKE} -f - install
- don't need ../common/Makefile.image any more
2002-08-18 14:06:54 +00:00
lukem
a7e553295a
support "mode=install", which generates a Makefile with an install target.
2002-08-18 14:03:42 +00:00
lukem
e9f8f83170
add systrace and init
2002-08-18 13:00:02 +00:00
lukem
854be9c977
- use an improved heuristics for determining if certain special
...
"for specific platform only" programs are to be included
- add pdisk to the list of specially handled programs
- use ../common/mtree.dot instead of local duplicate
2002-08-18 12:39:42 +00:00
yamt
d43d55bc3a
mention argument promotion and change example
...
as well.
from OpenBSD.
2002-08-18 08:57:07 +00:00
yamt
41d3da5939
save/restore errno in signal handlers.
2002-08-18 08:03:35 +00:00
kanaoka
6e12c44e0f
- Fix typo in a message.
...
- Avoid to divide by 0.
When booting without battery, sc->sc_design_capacity become 0.
2002-08-18 07:45:04 +00:00
yamt
356b12bae1
change DIAGNOSTICS to RETURN VALUES
...
since it describes return values.
from openbsd.
2002-08-18 07:40:04 +00:00
yamt
447d4188a2
add FILES section to refer to /dev/mem.
...
from openbsd.
2002-08-18 07:34:51 +00:00