Commit Graph

73716 Commits

Author SHA1 Message Date
itojun
ad8f916312 add wctype.h 2000-12-21 05:41:37 +00:00
itojun
a25075d36a have dummy wctype.h and isw*/tow*. part of libc minor 68 -> 69 crank.
equivalent to is*/to* at this moment.  we'll put wchar_t code in the
near future.
2000-12-21 05:40:56 +00:00
enami
28f80d692b Redo previous slight differently. 2000-12-21 05:20:24 +00:00
itojun
b6ad76f487 add wcs* functions. consier it as part of libc minor crank 68 -> 69.
add decl of WEOF into wchar.h.  ISO/IEC 9899:1999(E)..
2000-12-21 05:12:18 +00:00
enami
5575e1f704 Print cpu features line only when corresponding part of bits are set. 2000-12-21 05:11:00 +00:00
itojun
5389a2b390 cope with embedded KAME scopeid. getifaddrs() expose kernel internal format
to the userland.
2000-12-21 03:58:52 +00:00
enami
0088605039 Don't cache a device vnode in a layer node cache once the layer node
is inactivated.  Otherwise, the device won't closed.
2000-12-21 03:51:02 +00:00
enami
7daeeec54d Set the size of vnode so that reading cdrom over nfs works. 2000-12-21 03:42:43 +00:00
enami
4e59adc1bb s/UBC_WINSIZE/ubc_winsize/g except the variable initialization. 2000-12-21 03:37:59 +00:00
sato
bd50a7eb6a - re-disable HPCFB_MULTI which enabled by my mistake.
- fix hpcfb_show_screen()'s cursor drawing when HPCFB_MULTI is enabled.
2000-12-21 03:30:36 +00:00
sato
b3192db26e fix sc->sc_fbconf.hf_offset calculation. 2000-12-21 03:27:15 +00:00
enami
58f16f5f39 - Zero is a valid random data. Don't give up to attach.
- 4 cycle is enough to get 4 octet of data.
2000-12-21 02:43:04 +00:00
mycroft
e2ef1b88bb Disable the 16-bit I/O space hack for ALL PROMISE CONTROLLERS.
This code is TOTALLY BROKEN and causes a NULL POINTER DEREFERENCE whenever it
is fired.
2000-12-21 01:19:24 +00:00
itojun
8f5f80ebfe document net.inet6.icmp6.mtudisc_{lo,hi}wat. 2000-12-21 01:10:52 +00:00
chs
fc03073896 expose the tunables ubc_nwins and ubc_winsize in uvm_param.h.
add the space used by UBC mappings to the initial PTE calculations
for pmaps that do that (mips and alpha).
2000-12-21 00:52:01 +00:00
itojun
b05acc70f8 make sure we notify of routing changes, even if we have net route pointed
to by inpcb.
2000-12-21 00:46:20 +00:00
itojun
b2aef8afe2 fix call to in6_pcbnotify. s/EMSGSIZE/PRC_MSGSIZE/. 2000-12-21 00:45:17 +00:00
onoe
c6607f2fef move definition of AN_INTRS from anreg.h to anvar.h
strip off AN_EV_CMD from AN_INTRS because it causes severe performance
problem.
2000-12-20 23:30:36 +00:00
bjh21
5cff2cca3b We seem to have support for automatic media selection now. 2000-12-20 23:11:26 +00:00
christos
128bd71ffc oops fix previous typos. 2000-12-20 23:08:51 +00:00
bjh21
15d214bd18 Looks like I got the state of the link-detect bit inverted. Fixing that
gets me working auto-media selection, which is nice.
2000-12-20 23:08:44 +00:00
bjh21
9ca53819f0 Actually use 10baseT when we say we will. 2000-12-20 22:48:15 +00:00
itojun
e07051a797 ISO 9899-1990: #include <wchar.h> should pull definition for "NULL" in.
checked with Norihiro Kumagai <kuma@oasis.sharplabs.com>
2000-12-20 22:36:25 +00:00
bjh21
4a33b50a91 Add eh(4). 2000-12-20 22:17:31 +00:00
itojun
08138ae451 avoid using "errno" as struct member name, to avoid conflict with errno.h.
ok by jdolecek
2000-12-20 22:11:16 +00:00
bjh21
454c532104 Add eh(4). 2000-12-20 21:24:35 +00:00
bjh21
35a8d9d1b4 eh, podloader 2000-12-20 21:17:35 +00:00
christos
0c0e139779 Ignore empty translation unit errors. 2000-12-20 21:13:56 +00:00
bjh21
0c2232a7c4 Manual page for the eh driver, for older i-cubed EtherLan cards. 2000-12-20 21:12:14 +00:00
thorpej
e3d7d246bb Fix a debugging clause missed when fixing full-duplex support.
Noted by Wolfgang Rupprecht.
2000-12-20 21:06:41 +00:00
christos
6f034c1640 fix const castaway. 2000-12-20 20:57:20 +00:00
christos
52b46a0f13 fix u_char -> char and char -> u_char casts. 2000-12-20 20:56:34 +00:00
christos
bebeeecd5b fix sbrk casts 2000-12-20 20:56:01 +00:00
christos
d9ce410183 fix nested extern
fix sbrk casts
2000-12-20 20:55:23 +00:00
christos
c9f588eab4 fix nested extern 2000-12-20 20:54:30 +00:00
christos
f0c45fdbc9 protect against multiple inclusions. 2000-12-20 20:54:01 +00:00
christos
f9b8c27ae8 appease lint casts 2000-12-20 20:52:50 +00:00
christos
663f790f35 remove redundant declarations. 2000-12-20 20:51:08 +00:00
christos
d76f22c50c add _nsyylineno declaration 2000-12-20 20:50:46 +00:00
christos
0891c39b57 remove declaration of _nsyylineno from here. 2000-12-20 20:47:55 +00:00
christos
413f6305c4 remove unnecessary prototypes
lint casting.
2000-12-20 20:44:14 +00:00
christos
02db12eb31 appease lint casting. 2000-12-20 18:47:11 +00:00
christos
6bae1e9ae7 avoid nested extern declaration 2000-12-20 18:38:30 +00:00
christos
b87a6ffa85 avoid multiple declarations. 2000-12-20 18:35:46 +00:00
christos
0b49c77063 deal with bsearch duplicate declaration. 2000-12-20 18:35:21 +00:00
scw
00627955a1 Some minor optimisations to avoid checking {cpu,mmu}type when
the kernel was built for only one type of CPU.
2000-12-20 16:53:50 +00:00
mrg
43251365b4 com_attach_subr() prints the newline for us. 2000-12-20 16:19:09 +00:00
christos
b8e7598d98 fix nested extern 2000-12-20 15:59:51 +00:00
briggs
9a73f8b22b Make _sure_ that we do not use selatn3 when it is not present. Fixes a
problem on pmax reported by Izumi Tsutsui.  Tested also on alpha and mac68k.
2000-12-20 15:49:03 +00:00
jhawk
33e37f6d03 When we hit a breakpoint in a process, print the pid of the process as
well as the command name (p_comm) of the process.
2000-12-20 15:42:37 +00:00