he
1c8b1eb3f5
More adaptation for ports with unsigned char as char.
2010-02-05 14:39:07 +00:00
njoly
3b322df2c0
+infocmp.debug +tic.debug
2010-02-05 12:46:33 +00:00
roy
ae351fab5b
Store the aliases against the entry, so that infocmp can reproduce them.
...
Handy for creating smaller terminfo databases.
2010-02-05 12:31:56 +00:00
phx
ae95aa4ad1
Added two new macros to device.h:
...
amiga_membarrier() enforces a reorder protection on memory read/writes.
amiga_cpu_sync() makes sure the instruction pipelines are flushed.
Both macros may be used in all amiga device drivers for compatibility with
amigappc. For the start I fixed some SCSI drivers.
cbiiisc and ahsc were tested and seem to work really fast with DMA now.
Some stability problems with amigappc remain nevertheless (spontaneous
kernel DSI traps with high CPU/SCSI load).
2010-02-05 12:13:36 +00:00
phx
a76258b750
dma_cachectl() flushes the data cache for Amiga SCSI drivers.
...
Drop into the debugger after oea_dumpsys(), which doesn't dump anything ATM.
2010-02-05 12:05:25 +00:00
martin
0507e89f27
Avoid taking a (not yet) initialized mutex early during bootstrap.
2010-02-05 12:04:10 +00:00
cegger
8e585686fb
fix LOCKDEBUG panic 'uninitialized lock'.
...
seminit() calls exithook_establish(). exithook_establish() uses the exec_lock.
exec_lock is initialzed by exec_init(1).
Call exec_init(1) before seminit().
2010-02-05 11:06:36 +00:00
roy
461cb40b76
Make our unsigned char ports happy.
2010-02-05 10:10:04 +00:00
roy
bb3a353864
Use the rescue terminfo.db in our images instead of termcap.
2010-02-05 10:01:16 +00:00
roy
89d790bdbe
Move the emergancy terminfo database from /root to /rescue.
2010-02-05 09:44:23 +00:00
roy
e0d0a8eecc
Allow loading of a terminfo database in /rescue.
2010-02-05 09:42:21 +00:00
plunky
9422719fb6
be more adaptable when choosing the target arch, try to relate
...
the MACHINE_ARCH to the supported architectures before failing.
2010-02-05 08:58:47 +00:00
plunky
192b470eb8
just use the actual date in PACKAGE_CHECKOUT definition
2010-02-05 08:52:25 +00:00
plunky
accbe58577
don't build and install the crtbegin.o and crtend.o files at this stage,
...
they conflict with the system provided ones (lib/csu) and cause problems.
2010-02-05 08:46:25 +00:00
plunky
e8d2e908f8
use SUBDIR= not SUBDIR+=
2010-02-05 08:42:39 +00:00
plunky
ea7801f79b
don't conditionally include the Makefile.inc, we need the BINDIR etc
...
definitions for installation
2010-02-05 08:41:13 +00:00
plunky
60d1d27f5d
only go to WARNS=2 on these by default
2010-02-05 08:37:48 +00:00
skrll
60b795dc0a
Invert the sense of the bit to mark if LOCKDEBUG is enabled to disabled.
...
This will help my fellow developers spot "use before initialised" problems
that hppa picks up very well.
2010-02-05 06:43:16 +00:00
uebayasi
f0cafea3a4
vnode.h is not used here.
2010-02-05 03:49:11 +00:00
uebayasi
31973b36e6
Cosmetic. Shorten some long names.
2010-02-05 02:27:15 +00:00
uebayasi
2b1c626381
Fix !DIAGNOSTIC build. Reported by Geoff Wing.
2010-02-05 00:55:31 +00:00
christos
c68c36a514
Centralize time printing and deal with ctime possibly returning NULL.
2010-02-04 23:55:42 +00:00
wiz
e3da56d760
Remove trailing whitespace.
2010-02-04 22:56:11 +00:00
roy
ca59b5d5fb
Document termcap database removal.
2010-02-04 22:25:21 +00:00
joerg
3d7916e198
Explicitly include opt_gateway.h when depending on GATEWAY.
2010-02-04 21:48:11 +00:00
roy
4d083fa19a
Note .terminfo and .terminfo.db in /root.
2010-02-04 21:01:45 +00:00
roy
70f7be699b
Install a minimal .terminfo and .terminfo.db in /root.
...
This allows terminfo to be used when /usr is not available.
Fixes PR misc/6879.
2010-02-04 21:01:16 +00:00
reed
c0410f482f
For the -d option, refer to parsedate(3) for examples.
2010-02-04 19:25:22 +00:00
pgoyette
4c60416219
If the AC adapter is flagged with SME_DISABLE_REFRESH, don't try to call
...
its refresh() callback. Just assume that its value has been properly
updated by other means.
2010-02-04 18:06:53 +00:00
roy
346b4bb3a1
Don't remove termcap.db from existing systems.
2010-02-04 14:04:59 +00:00
tron
feced192ce
Define "HAVE_TERMCAP_H" to fix build with the new terminfo library.
2010-02-04 13:22:34 +00:00
plunky
097453b233
add note of "pcc" and "pcccmds" attributes
2010-02-04 13:07:55 +00:00
roy
33d71c82dc
Use correct lib
2010-02-04 12:54:55 +00:00
roy
d8609d0687
Allow hash to be build on other hosts.
2010-02-04 12:25:08 +00:00
roy
7ffeaa6526
Include nbtool_config.h as we need to be part of the terminfo toolchain.
2010-02-04 10:27:08 +00:00
msaitoh
929e6a0580
Don't increment when ICR_RXO is set because we count them by WMREG_MPC
...
counter.
2010-02-04 10:20:54 +00:00
wiz
2df103a0fe
Sort SEE ALSO. New sentence, new line. Whitespace fix.
2010-02-04 09:48:35 +00:00
roy
eedd9ade82
Fix build issues on other hosts.
2010-02-04 09:46:26 +00:00
roy
c4a14cdcf2
Sync terminfo.5 changes into terminfo.5.in
2010-02-04 09:45:30 +00:00
msaitoh
c3aa9a683a
- Count Receive error, CRC error, Alignment error, Symbol error, Sequence
...
error, Carrier extension error and Receive length error into ierror.
Fixes PR#30349 reported by UMEZAWA Takeshi.
- Count Missed packet (rx fifo overflow) and Receive no buffers (rx ring full)
into iqdrops.
2010-02-04 09:13:23 +00:00
wiz
69221deade
More markup.
2010-02-04 09:12:55 +00:00
wiz
4865efa9a5
Sort library descriptions.
2010-02-04 09:07:29 +00:00
uebayasi
e1b26edd82
Reduce diff between upper/lower neighbor handlers.
2010-02-04 05:48:26 +00:00
uebayasi
58625d0ac1
Merge "obfuscating layers" for readability. Inline some functions.
...
Requested by rmind@.
2010-02-04 03:32:21 +00:00
uebayasi
c0d0f35c5f
Move uvm_fault_* static func decls in one place.
2010-02-04 03:19:08 +00:00
pooka
f5b877c68d
Put common stuff in a single file which can be included.
2010-02-04 00:37:08 +00:00
pooka
2f22471206
lib_g is debuglib
2010-02-03 23:13:28 +00:00
plunky
b3081dfecd
fix the embedded VERSSTR by providing the correct machine architecture
...
at build time, and adding an import date to the version.
2010-02-03 22:13:13 +00:00
plunky
69337406ec
following the documentation in mk.conf(5) and share/mk/bsd.README,
...
and prior art with the MKGCC and MKGCCCMDS build options, only build
and install the pcc commands (pcc, cpp & ccom) when MKPCCCMDS != no
2010-02-03 22:07:50 +00:00
plunky
bd99595db9
Install the CPP manpage as pcpp(1) to avoid conflicts with the GCC version
2010-02-03 22:03:56 +00:00