jdolecek
|
4ffa6a80d6
|
convert to use ether_ioctl()
fix bunch of typos
|
2001-03-22 12:00:26 +00:00 |
|
ross
|
504509aa58
|
Move two functions from asm to C, as NetBSD has a MI interface:
o fp_except syst_float_flags_clear(void)
o void syst_float_set_rounding_mode(fp_rnd direction)
Also, __RCSID
|
2001-03-22 12:00:06 +00:00 |
|
itojun
|
c35e5ed1b2
|
do not dereference p_vmspace, if it is not initialized yet (NULL).
|
2001-03-22 08:26:14 +00:00 |
|
matthias
|
2282e42ec2
|
Fix type in pliptransmit declaration (C version). Noticed by
Tyrel Beede <tb90@mail.csuchico.edu>.
|
2001-03-22 08:14:23 +00:00 |
|
kleink
|
346219c95f
|
Sprinkle some restrict qualifiers.
|
2001-03-22 07:37:04 +00:00 |
|
mrg
|
0fa02bb6e6
|
sync with sparc64.
|
2001-03-22 06:21:43 +00:00 |
|
mrg
|
e563dea3f6
|
sync with sparc64 (just some debug messages.)
|
2001-03-22 06:21:15 +00:00 |
|
lukem
|
b4e2b14fe6
|
convert to ANSI KNF
|
2001-03-22 04:52:25 +00:00 |
|
tsubai
|
ce8902b7fe
|
Merge my MP tree. At this point, Daystar dual 604 card (i.e. Power Macintosh
9500/180MP and 9600/200MP) runs at least into single-user mode, possibly
multi-user mode (not stable yet).
|
2001-03-22 04:11:46 +00:00 |
|
toshii
|
2d6322c3be
|
Handle ELF symbol table.
|
2001-03-22 03:45:39 +00:00 |
|
cgd
|
f60321832b
|
a couple of tiny whitespace cleanups
|
2001-03-22 02:41:02 +00:00 |
|
cgd
|
f3dd4051a1
|
get closer to KNF.
|
2001-03-22 02:33:47 +00:00 |
|
cgd
|
1da7909939
|
clean up a bit, xref exit(3), and suggest use of EXIT_FAILURE.
|
2001-03-22 01:47:17 +00:00 |
|
cgd
|
e8c9c330a8
|
document EXIT_SUCCESS and EXIT_FAILURE, since they've been around
since ANSI and (for portability, since ANSI) in some circles they're
the preferred exit status codes.
|
2001-03-22 01:37:46 +00:00 |
|
cgd
|
baa3e1d8d4
|
convert uses of hard-coded string "mkdep" to use getprogname().
|
2001-03-22 00:16:50 +00:00 |
|
cgd
|
42bf2daf5b
|
use setprogname
|
2001-03-21 23:56:35 +00:00 |
|
cgd
|
bea3342290
|
slight cleanup: KNF, and one line breaking tweak to make usage() slightly
more diffable w/ the BFD version in pkgsrc.
|
2001-03-21 23:46:48 +00:00 |
|
lukem
|
9f60674a47
|
now that duplicated stuff has been moved to sys/conf.h, remove unnecessary
defs for: lpt, joy, pc
|
2001-03-21 23:42:14 +00:00 |
|
cgd
|
7760ae7215
|
check for size_t overflow using cast, rather than comparison with
SIZE_T_MAX. The latter is less portable.
|
2001-03-21 23:27:33 +00:00 |
|
cgd
|
ab2465366a
|
slight portability improvement: use madvise(... MADV_SEQUENTIAL ...)
iff MADV_SEQUENTIAL is actually defined.
|
2001-03-21 23:16:33 +00:00 |
|
kleink
|
77fbd9fe1c
|
Sprinkle some restrict qualifiers.
|
2001-03-21 22:42:28 +00:00 |
|
lukem
|
723cd818d8
|
move duplicate definitions for:
pc, lpt, joy, ocis, apm, satlink, i4bctl, i4brbch, i4btel, i4btrc, i4b
from the port-specific arch/*/*/conf.c files into sys/conf.h
|
2001-03-21 22:25:52 +00:00 |
|
itojun
|
3e898c9239
|
in nd6_cache_lladdr(), set nd6_gctimer to ln_expire just after the state
transition to STALE. fixes tahi test breakage. sync with kame.
|
2001-03-21 21:56:29 +00:00 |
|
ragge
|
4a933b0a25
|
VAX_STYP_690 added, from Lord Isildur.
|
2001-03-21 21:11:13 +00:00 |
|
mhitch
|
4d316af9ee
|
Fix typo in md* device creation.
|
2001-03-21 20:59:35 +00:00 |
|
mycroft
|
fd917aa892
|
Use `rpcgen -C'.
|
2001-03-21 20:48:09 +00:00 |
|
fair
|
db62f78e85
|
Comment out CONFIGURATION section which refers to a README file that is not
installed in the system (but is in our source repository), per PR 10992
|
2001-03-21 20:26:27 +00:00 |
|
mycroft
|
6da9b09f70
|
Use `rpcgen -C'.
|
2001-03-21 20:14:10 +00:00 |
|
mycroft
|
0c00d4b5f2
|
Make -N' and -M' work together.
Fix more KNF and ANSI glitches.
|
2001-03-21 20:11:01 +00:00 |
|
mjacob
|
eac7f63639
|
Corrects PR misc/11479- add an ses(4) man page.
|
2001-03-21 20:10:41 +00:00 |
|
itojun
|
522ac04d08
|
backout 1.1 -> 1.2 (use /dev/urandom if no value can be found),
/dev/urandom is not a normal file - there'll be no EOF.
noticed by Manuel Bouyer.
|
2001-03-21 19:49:50 +00:00 |
|
fair
|
ee84bdd76e
|
Commit the patch from PR 11314 containing corrections for abbreviations.
|
2001-03-21 19:48:29 +00:00 |
|
thorpej
|
93d642a1b3
|
1.5T -- PR_ABRTACPTDIS in protosw.
|
2001-03-21 19:43:05 +00:00 |
|
thorpej
|
20fe4e2d96
|
Add a protosw flag, PR_ABRTACPTDIS (Abort on Accept of Disconnected
Socket), and add it to the protocols that use that behavior (all
PR_LISTEN protocols except for PF_LOCAL stream sockets).
|
2001-03-21 19:22:27 +00:00 |
|
mycroft
|
9c23f31eff
|
Fix a couple of things that disagree with Solaris.
|
2001-03-21 19:20:18 +00:00 |
|
itojun
|
4ce63adb1e
|
do not inject packets to ipfilter, if the packet went through IPsec tunnel.
http://www.netbsd.org/Documentation/network/ipsec/#ipf-interaction
|
2001-03-21 19:12:56 +00:00 |
|
soren
|
912c115675
|
s/vm_page_alloc_memory/uvm_pglistalloc/ in panic message.
|
2001-03-21 18:40:28 +00:00 |
|
soren
|
1d7d1bd0db
|
Regen.
|
2001-03-21 18:10:34 +00:00 |
|
soren
|
984c03180f
|
Lower-case a few hex digits for easier searching.
|
2001-03-21 18:10:13 +00:00 |
|
toshii
|
7e9512010c
|
Oops. I forgot this line.
|
2001-03-21 17:43:39 +00:00 |
|
toshii
|
4b32677535
|
Map DMA controller and disable its DMA channels.
|
2001-03-21 17:42:37 +00:00 |
|
itojun
|
c82eaba9eb
|
enable STARTTLS, gshapiro@sendmail says it works just fine on freebsd.
report if there's any problem.
|
2001-03-21 17:37:11 +00:00 |
|
itojun
|
bbde910f4e
|
plug memory leak. PR 12444.
|
2001-03-21 17:02:43 +00:00 |
|
wiz
|
771817a1ec
|
Move /usr/include/compat from mi to obsolete.mi, since it doesn't contain
any files.
|
2001-03-21 16:25:38 +00:00 |
|
toshii
|
f8dab8e69a
|
Make card insertion/removal work.
XXX powerdown and {io,mem}_unmap are still missing.
|
2001-03-21 16:16:35 +00:00 |
|
toshii
|
7c429e90c2
|
Handle interrupt polarity.
|
2001-03-21 16:08:34 +00:00 |
|
itojun
|
205669dc96
|
avoid dereferencing null pointer. from kame.
|
2001-03-21 15:28:29 +00:00 |
|
tsutsui
|
780d065665
|
Move c++rt0.o and scrt0.o from ad.m68k to md lists
since they are available only on a.out ports.
|
2001-03-21 15:03:56 +00:00 |
|
tsutsui
|
4dc9a92b20
|
Make and install ldconfig on ELF m68k ports.
|
2001-03-21 14:54:39 +00:00 |
|
toshii
|
f1b9737b90
|
Fix nit.
|
2001-03-21 14:48:30 +00:00 |
|