itojun
54bdd08634
fix size_t -> int cast. need checking with alpha...
2001-02-07 18:05:23 +00:00
itojun
3614dcc87c
unsigned long long -> %llu, not %qd
2001-02-07 18:01:30 +00:00
itojun
4a7fa50e38
always write out and read in files using 32bit timeval.
...
(if you have files written by 64bit arch, sorry, we can't read
those... there's no magic number or anything like that)
sync with tcpdump.org change.
2001-02-07 17:35:56 +00:00
itojun
31c0f02be2
update date string
2001-02-07 17:07:07 +00:00
ad
fc919d3e61
FC peripherals on DPT/Adaptec boards only respond to private class messages.
2001-02-07 17:05:46 +00:00
itojun
1f5cfca3e6
sync crypto/dist/ssh with re-importorted tree. try to minimize diffs
...
with openssh tree to ease future upgrade. re-do local changes, including:
- prototype pedants
- IgnoreRootRhosts
- login.conf user validation
some of the local changes that weren't used are omitted for now. we may
need to revisit those afterwards.
it adds "sftp".
2001-02-07 17:05:31 +00:00
ad
a2a041bd71
Add /usr/include/powerpc/pio.h.
2001-02-07 17:01:02 +00:00
itojun
9d3aa44a65
OpenSSH 2.3.1 as of 2001/2/8
2001-02-07 16:46:40 +00:00
uch
9279c0455c
adapted to hpc bootinfo structure.
...
add memory detect routines.
2001-02-07 15:29:21 +00:00
mrg
e927957b42
move the static inline conversion functions into a header file so other
...
files can see these. note a bunch of functions that should be moved
into their own files.
2001-02-07 15:22:39 +00:00
uch
78af56fcfd
move VM_PHYSSEG_MAX, VM_NFREELIST, VM_FREELIST_DEFAULT defines to
...
machine/vmparam.h
2001-02-07 14:53:09 +00:00
tacha
d95cfe7d68
Split out common code to cs428x.c and cosmetic change to introduce
...
higher symmetry between cs4280.c and cs4281.c.
Also fix the problem rebooting from Windows. Relevant patch is contributed
from Shingo WATANABE <nabe@nabechan.org>.
2001-02-07 14:41:10 +00:00
tsutsui
452f5212ff
Use common %cacr definitions between sun3 and sun3x.
...
%cacr bits added on 68030 don't cause any sideeffect on 68020.
XXX: We probably need <m68k/cacr.h>. See comments in <m68k/cpu.h>.
2001-02-07 14:28:50 +00:00
joda
8df67340c5
update libkadm5{clnt,srv} version number
2001-02-07 14:22:12 +00:00
joda
3334e10334
bump minor number (added some functions)
2001-02-07 14:10:04 +00:00
joda
aaa8b0ecdc
only link against -lkadm5srv
2001-02-07 14:07:47 +00:00
joda
2c0019bcce
add all functions from libkadm5clnt so that it's (again, after recent
...
changes to the latter) possible to build clients that use both client
and `server' connections
2001-02-07 14:06:57 +00:00
ad
3ad7988a6d
Fix duplicate cookie.
2001-02-07 13:59:24 +00:00
tsutsui
b43eeac561
mips[bl]e -> mipse[bl]
...
XXX: Is it worth to build ultrix module on mipseb?
2001-02-07 13:54:13 +00:00
itojun
0a7bed1113
bring in latest kame code.
...
- correct RTA_NETMASK processing
- correct -A filter behavior (do not advert aggregated route to other if)
- better signal handling
- mandate getifaddrs
- do not advert connected routes on !IFF_UP routes. experimental
sync with kame
2001-02-07 13:46:04 +00:00
mrg
499a68815c
also build sunos32_aout on sparc64
2001-02-07 13:36:04 +00:00
mrg
f50604bf29
build a sunos32 a.out exec module.
2001-02-07 13:35:39 +00:00
mrg
76d74bdd76
sparc64: build sunos32 (not sunos). don't build svr4, but comment to build svr4_32.
2001-02-07 13:34:17 +00:00
mrg
0dbcb1789b
build a sunos32 compat module.
2001-02-07 13:32:57 +00:00
mrg
dfa5ed17a0
s/-DVM86 //
2001-02-07 13:32:15 +00:00
pk
39ca30e495
setindex2ifc(): after a realloc(), zero the newly acquired entries.
2001-02-07 13:24:42 +00:00
mrg
7217f71af3
compat_12_netbsd32_{,fl}stat12() were not copyout()ing the converted result.
2001-02-07 13:15:54 +00:00
mrg
c1b372c5ca
fix the glaring errors in compat_13_netbsd32_sigaltstack13
2001-02-07 13:14:07 +00:00
mrg
7a908a5f44
compat_sunos needs netbsd32_compat_09.c
2001-02-07 13:13:01 +00:00
itojun
bf46c79fa7
add ECONNABORTED.
2001-02-07 12:50:15 +00:00
tsutsui
93a1c84cac
Add pio.h to INCS.
2001-02-07 12:43:52 +00:00
tsutsui
ec8b1c000e
Fix nested extern declaration of prtactive.
2001-02-07 12:40:43 +00:00
tsutsui
d3248aef9c
Declare prtactive extern.
2001-02-07 12:34:59 +00:00
itojun
d1507261c4
return ECONNABORTED, if the socket (tcp connection for example)
...
is disconnected by RST right before accept(2). fixes PR 10698/12027.
checked with SUSv2, XNET 5.2, and Stevens (unix network programming
vol 1 2nd ed) section 5.11.
2001-02-07 12:20:43 +00:00
itojun
1bba1c790c
typo
2001-02-07 11:56:04 +00:00
wdk
c0f3e4293d
Add a MD zs_chanstate layer that carries bus_space information
...
Tidy up several comments at same time.
2001-02-07 11:40:18 +00:00
itojun
2adb8e1671
document ND6_DEBUG
2001-02-07 11:40:16 +00:00
wdk
25ad09d3d2
Fully implement bus_space(9) access to the z8530 SCC registers.
...
This adds the missing wbflush() calls after writing register data.
At same time tidy up several comments and make several KNF changes.
XXX: The z8530 MI driver doesn't support bus_space access to the registers
(lacks a hook for storing a bus space tag, and stores register
addresses directly)
Until other ports catch up (this is the first) we have overlayed
the missing data in the MD structures
2001-02-07 11:38:34 +00:00
tacha
6e582f3dae
Add myself (Tatoku Ogaito).
2001-02-07 10:59:08 +00:00
itojun
c8e86cc06a
remove bogus DIAGNOSTIC. sync with kame
2001-02-07 10:56:38 +00:00
joda
31a9ada156
link against -lkadm5clnt instead of -lkadm5srv (this makes the `get'
...
command actually do something on non-kdc machines)
2001-02-07 10:38:02 +00:00
joda
1112a2d7ef
this library is hard to use w/o client_glue.c
2001-02-07 10:36:38 +00:00
haya
8c0513a51e
Regen.
2001-02-07 10:23:47 +00:00
haya
d3c14c8db8
Add code to insert struct definition in cardbusdevs_data.h to make
...
it correct C code.
2001-02-07 10:05:37 +00:00
haya
fd3b3be1ed
Add IO Data IDE Controller and Hitachi video capture cards.
2001-02-07 09:56:21 +00:00
haya
27081bf93e
Cosmetic change: re-ordered by vendor id.
2001-02-07 09:49:12 +00:00
itojun
22b473e0f6
during ip6/icmp6 inbound packet processing, do not call log() nor printf() in
...
normal operation (/var can get filled up by flodding bogus packets).
sysctl net.inet6.icmp6.nd6_debug will turn on diagnostic messages.
(#define ND6_DEBUG will turn it on by default)
improve stats in ND6 code.
lots of synchronziation with kame (including comments and cometic ones).
2001-02-07 08:59:47 +00:00
reinoud
33c3150b84
Euhm... i made some spelling errors (thanks Chris) .. more in anticipation
...
of commits I must admit and I thought it was mandatory when committing...
2001-02-07 08:29:53 +00:00
chs
aaf5efe492
fix previous to work with a.out as well.
2001-02-07 06:13:21 +00:00
briggs
be0166b004
Add in ppb* for PCI-PCI bridge support.
2001-02-07 05:51:10 +00:00