wdk
581542f31f
Return microtime of zero if not available at early stages of device
...
autoconfiguration.
2001-02-21 09:46:54 +00:00
wdk
935036cf94
Remove superfluous #include added in previous commit
2001-02-21 09:20:56 +00:00
wdk
8e130c9227
Document KGDB options
2001-02-21 09:14:33 +00:00
wdk
85f0f12a55
Changes for KGDB
2001-02-21 09:12:14 +00:00
wdk
07bb8e7a23
Call KGDB hook function
2001-02-21 09:10:42 +00:00
wdk
6d8f58da18
Add zs_kgdb.c driver
2001-02-21 09:09:54 +00:00
wdk
8a5e278439
Glue functions for KGDB support
2001-02-21 09:08:35 +00:00
mrg
4a8b1de6c4
save the world. save the trees. use :sh: in the example entries.
...
suggested by Andrew Cagney <ac131313@cygnus.com>
2001-02-21 06:50:16 +00:00
itojun
aa13ada450
print multiple question section. improve TSIG printing.
...
sync with tcpdump.org.
2001-02-21 05:59:25 +00:00
minoura
943f21e2c5
Remove some redundant decls.
...
Fix some nested decls.
2001-02-21 05:53:35 +00:00
itojun
e79a9123a3
use u_quad_t for rtstat.
...
not sure if it really matters, but short (32K) looks way too small given
recent fat pipes connecting *BSD boxes, and our great uptime :-).
2001-02-21 05:45:11 +00:00
minoura
daa78d567e
Make this compile again.
2001-02-21 05:44:32 +00:00
chs
044409a035
reduce PAGER_MAP_SIZE to 4MB, we're short on KVA.
2001-02-21 02:43:02 +00:00
nisimura
573fd4fa4d
Make sure to have rnd pseudo device.
2001-02-21 01:44:44 +00:00
itojun
52f2cece9f
tighten AH IPv4 option chasing more. drop too short (< 2) option.
...
sync with kame.
2001-02-21 01:27:58 +00:00
reinoud
a81842f91d
Changing /dev/vidcvideo0 to /dev/vidcconsole0 with backwards X compat. trough
...
a symbolic link. Part of the vidcvideo0 to vidcconsole0 renaming to allow
an easy integration of wscons for RiscPC/A7000/RC7500
2001-02-21 00:59:45 +00:00
reinoud
ed2535fabd
Changing rc7500 for naming change of vidcvideo to vidcconsole
2001-02-21 00:55:34 +00:00
reinoud
926ac33ffb
Add newly renamed file for transition to new naming
...
vidcrender.c is old vidcconsole.c
vidcconsole.c is old vidcvideo.c
2001-02-21 00:53:36 +00:00
reinoud
37eca554a2
vidcvideo rename phase 2 : getting it to build again; tested ok
2001-02-21 00:51:26 +00:00
eeh
6a9224a06d
Remove old compatibility hack. Should no longer be needed.
2001-02-21 00:47:21 +00:00
minoura
a7d1fe9920
Correct the 1st argument for pci_conf_{read,write}.
...
On non-i386 platforms the previous revision could not be compiled.
Pointed out by mjl.
2001-02-21 00:32:31 +00:00
itojun
45e2b8d54b
remove necessary global variable for eon processing. from chopps,
...
sync with kame
2001-02-21 00:17:09 +00:00
itojun
c9928e0ab1
need PR_ADDR|PR_ATOMIC for IPPROTO_EON. fix typo. from chopps, sync with kame
2001-02-21 00:11:53 +00:00
cgd
040de26f85
call setprogname(argv[0]) at start of main()
2001-02-21 00:06:22 +00:00
cgd
00f68ab5c7
add include of stdlib.h, for use of setprogname() & getprogname()
2001-02-21 00:04:43 +00:00
cgd
c2bdafab79
use getprogname()
2001-02-20 23:51:59 +00:00
cgd
d7666f6c7f
use getprogname()
2001-02-20 23:22:49 +00:00
cgd
e459adfd7a
use getprogname()
2001-02-20 23:02:07 +00:00
reinoud
23d7dbe67e
Updated documentation about the bootloader
2001-02-20 22:58:34 +00:00
reinoud
f1d3c5daa6
Renamed vidcvideo configure option to vidcconsole wich covers the function
...
better and allows to clean up vidc tree by enabling the use of the term
vidcvideo for what it is : configuring video independent of choise of console
to allow implementation of wscons for RiscPC/A7000 and RC7500.
2001-02-20 22:49:55 +00:00
aymeric
5a6198b1a2
Put the correct ethernet address prefix for the Synergy 21 card.
...
This reflects reality, although the value is ignored anyway.
2001-02-20 22:34:23 +00:00
martin
f0d6660cf4
Filename cleanup: remove i4b_ prefixes outside sys/netisdn, last round.
...
Renamed in sys/dev/ic:
i4b_hscx.c -> hscx.c
i4b_hscx.h -> hscx.h
i4b_ipac.h -> ipac.h
i4b_isac.c -> isac.c
i4b_isac.h -> isac.h
i4b_isic.c -> isic.c
i4b_isicbchan.c -> isic_bchan.c
i4b_isicl1.c -> isic_l1.c
i4b_isicl1.h -> isic_l1.h
i4b_isicl1fsm.c -> isic_l1fsm.c
2001-02-20 22:24:31 +00:00
is
fcc944a0c5
Clean up messages, and replace nested ifs by switch statement.
2001-02-20 21:55:00 +00:00
hubertf
1156c833f6
Remove all the "#ifdef __APPLE__" code, to make this actually
...
build again on Darwin. The code in question is outdated.
OK'd by Wilfredo Sanchez wsanchez@MIT.EDU .
2001-02-20 19:45:51 +00:00
joda
7478bd5e34
convert parameters to host byte order before printing them
2001-02-20 19:18:32 +00:00
jdolecek
9c52662e24
fsort(): don't call append() with zero nelem
...
This fixes the 'sort -f /dev/null' coredump reported on current-users.
2001-02-20 18:33:09 +00:00
minoura
013971b69b
include sunos_exec.h to declare emul_sunos.
...
From syssrc/sys/arch/news68k/news68k/trap.c:1.12.
2001-02-20 15:55:08 +00:00
minoura
0e8197960f
Remove phys_map declaration, which is in <uvm/uvm_extern.h>.
...
From syssrc/sys/arch/news68k/news68k/vm_machdep.c:1.6.
2001-02-20 15:54:29 +00:00
minoura
a7d2590bf0
Fix some nested extern declarations.
...
From syssrc/sys/arch/news68k/news68k/machdep.c:1.16.
2001-02-20 15:53:27 +00:00
itojun
1e48b7fbb5
add SIOC[SG]LIFPHYADDR ioctl. greatly simplify tunnel address settings.
...
sync with kame. old ioctls are supplied but not recommended for new code.
2001-02-20 15:35:19 +00:00
minoura
fa6cae09e2
Re-initialize some registers after resuming from suspend.
...
Some APM BIOSes do not restore them.
Reviewd by augustss.
2001-02-20 15:20:32 +00:00
minoura
3b418f4eec
Re-initialize more registers after resuming from suspend.
...
Some APM BIOSes do not restore them.
Reviewd by haya.
2001-02-20 15:16:38 +00:00
itojun
a86059f695
mention that gif* can tunnel ISO over IPv4/6 using EON encapsulation.
...
XXX is terminology correct about netiso?
2001-02-20 12:55:24 +00:00
tsutsui
968d0f81c6
Adjust only avail_end address rather than reduce
...
the last bank size of avail_mem[] so that all RAM area
will be dumped in dumpsys().
2001-02-20 12:52:57 +00:00
jdolecek
26426e6fac
Note this conforms to ANSI C as well. Fixes standards/12157.
2001-02-20 11:36:01 +00:00
itojun
da8a3f0179
add AF_ISO case to output. from chopps.
2001-02-20 10:41:47 +00:00
itojun
498c0185d2
add IFT_GIF case. from chopps.
2001-02-20 10:38:37 +00:00
itojun
176db3e930
ISO over IPv4/v6 by EON encapsulation. from chopps, sync with kame.
2001-02-20 08:49:15 +00:00
itojun
9968ae668d
comment on dispatches (clearify inner/outer)
2001-02-20 08:48:27 +00:00
itojun
56ad92fd11
use u_int32_t, not u_int, for DLT_NULL encapsulation.
2001-02-20 08:33:02 +00:00