roy
2bb24c0bfc
Fix year.
2010-02-05 16:54:11 +00:00
roy
5f630912a5
Fix infocmp when both -a and -x are given as arguments.
2010-02-05 16:43:46 +00:00
roy
71dfbe1cc5
Note that -a no longer sets -x.
2010-02-05 16:36:09 +00:00
roy
2a23b85c5f
Retain commented out capabilities by default.
2010-02-05 16:34:04 +00:00
jmmv
7447e9b839
Note that pkgdb_dir is deprecated and point to the alternative setting.
2010-02-05 16:32:19 +00:00
jmmv
53cb2117e8
Deprecate the pkgdb_dir settings from daily.conf and security.conf in
...
favor of the PKG_DBDIR variable in /etc/pkg_install.conf. The purpose
of this is to only have to define the location of the packages database
in a single place and have all other system components pick it up.
pkgdb_dir is still honored if defined and the scripts will spit out a
warning in that case, asking the administrator to migrate to the
PKG_DBDIR setting. We can't remove this compatibility workaround until,
at least, after NetBSD 6 is released.
2010-02-05 16:29:02 +00:00
he
29cb6e1f41
More adaptation for ports where char is unsigned char.
2010-02-05 14:40:07 +00:00
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