he
edfa9a9fcd
Remove a now-unused variable declaration.
2010-02-07 12:52:04 +00:00
wiz
e9ce9a115f
Xref i386/splraise.9 and bump date for previous.
2010-02-07 10:49:35 +00:00
uebayasi
5b83bdc89a
KNF.
...
XXX This should use bus_dma(9).
2010-02-07 03:24:15 +00:00
he
76d4444c78
When using -lcurses, you also need -lterminfo.
...
This fixes the build for sun2, and also builds with LDSTATIC=-static,
since archive libraries don't record inter-library dependencies.
2010-02-06 23:45:24 +00:00
cegger
fbddcef366
scsi_sense_data: add comments taken from src/sys/dev/ieee1394/sbp.h
2010-02-06 23:13:59 +00:00
dyoung
31c659dfea
Move MD spllower(9) and splraise(9) doco from the MI spl(9) to an i386
...
manual page.
2010-02-06 22:32:07 +00:00
wiz
05207cfe3d
Fix date.
2010-02-06 21:57:08 +00:00
pgoyette
7a917b7c86
Enable acpismbus(4) for ALL kernel, per discussion on tech-kern
2010-02-06 21:27:51 +00:00
dholland
607923e4ca
Improve the error message that results when you have a multi-variable .for
...
and the substitution list doesn't divide evenly.
2010-02-06 20:37:13 +00:00
pgoyette
572b649d58
Add man page for acpismbus(4)
2010-02-06 20:15:54 +00:00
pgoyette
30f67e49db
Mention acpismbus(4) (expermiental)
2010-02-06 20:13:03 +00:00
pgoyette
c26849053d
Add acpismbus enries - commented out!
2010-02-06 20:12:32 +00:00
pgoyette
35f2f18a53
Add man page and cross-refs for experimental acpismbus(4)
2010-02-06 20:11:33 +00:00
pgoyette
a0a7ab3ea8
Import my experimental ACPI SMBus Control Method Interface driver
...
XXX Should not be enabled in any configuration file until you have
XXX disabled corresponding "native" i2c driver! Read the acpismbus(4)
XXX man page!
2010-02-06 20:10:18 +00:00
bouyer
66e2cc3a3e
Enlarge temporary buffer, so that event counter's name is not truncated
...
for ioapic interrupts.
2010-02-06 17:48:54 +00:00
tnn
6c77458a9c
Attach to SMBus on Intel P55 chipset.
2010-02-06 14:09:25 +00:00
wiz
43818948fa
Fix Dd, use Dq, and remove trailing comma.
2010-02-06 12:44:32 +00:00
uebayasi
2903e6d834
__inline -> inline
2010-02-06 12:10:59 +00:00
tonio
9e0a061a49
Add uthum(4) man page
2010-02-06 11:26:56 +00:00
tonio
9313df2220
Add uthum(4) driver from openbsd, adapted to handle both
...
TEMPerHUM and TEMPer devices
2010-02-06 11:17:17 +00:00
tonio
5cdb747656
Add uthum driver, ported from openbsd
...
Handles Tenx temperature sensors TEMPer and TEMPerHUM
and declares them to envsys
2010-02-06 11:14:41 +00:00
dsl
024dc5b629
Fix printf formats on amd64 (and probably other 64bit systems).
2010-02-06 10:50:52 +00:00
tonio
4557895744
regen
2010-02-06 10:15:48 +00:00
tonio
4d618aaaf1
Add TENX vendor and two devices
2010-02-06 10:11:55 +00:00
wiz
3d24ede313
Sync with terminfo(5): Remove /etc/terminfo.db.
2010-02-06 07:12:25 +00:00
cube
5ba423200b
Revert commit from Fri Feb 5 06:43:17 UTC 2010 by skrll:
...
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.
It has to be done differently, because the semantics of mtx_owner in the non-
LOCKDEBUG case can vary significantly between archs, and thus it is not
possible to simply flip a bit to 1.
Ok core@, as at least i386 is unbootable right now.
2010-02-06 04:50:19 +00:00
uebayasi
32afd183da
Typo in a wchan string.
2010-02-06 03:06:42 +00:00
uebayasi
6f78b42add
Make vm_physseg lookup routines take the target vm_physseg. This is for the
...
coming "managed" device segments.
2010-02-06 02:56:17 +00:00
agc
600b302b23
Changes to 1.99.16/20100205
...
+ minor simplifications to netpgp(1) internally
+ fix a bug in netpgp_verify_file where a non-existent file while listing
packets would cause a SIGSEGV
+ add duration arg to netpgp(1), and check for validity when verifying
signatures
+ add birthtime arg to netpgp(1), and check for validity when verifying
signatures
+ add netpgp commands to print pubkey, if desired
+ allow the passphrase for the signature to be taken from --pass-fd
+ get rid of static indent value when printing packet contents
+ print signature validity times when verifying a file's signature
2010-02-06 02:24:33 +00:00
mrg
0de49cb624
- properly map the schizo interrupt registers, so we can use the normal
...
virtual mappings to access them.
- with the above fxied, kill SCHIZO_BUS_SPACE_BROKEN, and introduce
an options CHEETAH for now, that disables the SPITFIRE code in locore.
- merge schizo_init() into schizo_attach() and clean up the softc a bit.
with this we are only one more step away from GENERIC booting on USIII
machines.
2010-02-06 00:23:30 +00:00
pooka
ed67da89a6
The rumpdev_net80211 until-recently-wip component is now rumpnet_net80211.
2010-02-05 22:07:51 +00:00
pooka
6467c64e95
add rumpnet_net80211 to lists
2010-02-05 22:07:14 +00:00
pooka
9d22319fa9
Move the net80211 support component into the proper place in "net"
...
and install as rumpnet_net80211.
2010-02-05 22:01:38 +00:00
enami
47e571f2ea
Don't touch past the end of allocated region. It results segmentation
...
violation.
2010-02-05 21:58:41 +00:00
snj
cbd4507895
Include locators.h for SSIOCF_ADDR_DEFAULT.
2010-02-05 21:10:58 +00:00
mlelstv
bb2d547d2f
Correct addressing of superblock updates.
2010-02-05 20:03:36 +00:00
jruoho
7ed7fa0c2a
Fix a typo in one DPRINTF (s/edata->des/edata->desc/).
2010-02-05 19:22:25 +00:00
roy
298c3fd52c
Don't look in /etc for a terminfo database.
...
Don't report the rescue database if we did not find the terminal in
there AND we were able to access prior databases.
2010-02-05 19:21:02 +00:00
plunky
16898b5422
add PCC commands and manpages [pcc(1), pcpp(1) and ccom(1)] and libpcc
2010-02-05 19:08:25 +00:00
plunky
742b10af18
amd64 provides MACHINE_ARCH=x86_64 but pcc wants TARGMACH=amd64. handle that
2010-02-05 18:41:25 +00:00
drochner
f4b5ad99de
add some missing (mostly hungarian or polish) dead accent combinations,
...
from lkundrak's netbsd-sk_cz-howto
2010-02-05 18:26:38 +00:00
pgoyette
1fe73d6688
One more callback of sme_refresh() routine needs to check first that
...
there is a routine to be called!
2010-02-05 17:44:27 +00:00
wiz
f7d285b48c
Mark up PKGDB_DIR with Dv (same as in pkg_install.conf).
2010-02-05 17:23:47 +00:00
plunky
8e1bb8f737
when making VERSSTR, provide the target os/machine rather than the host.
...
have the CVS checkout date in the PACKAGE_STRING rather than in a separate
definition
2010-02-05 17:18:31 +00:00
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