tsutsui
d2151f7f4f
Use common pmap_bootstrap_finalize() to initialize lwp0 uarea etc.
...
Tested on HP9000/382.
2009-12-02 15:51:12 +00:00
christos
1dc0b61eca
If the environment is corrupt, die. From FreeBSD.
2009-12-02 15:50:13 +00:00
tsutsui
3c345377fe
Add a common pmap_bootstrap_finalize() function which initializes
...
lwp0 uarea, curlwp, and curpcb after MMU is turned on, using
lwp0uarea variable saved during pmap_bootstrap() (or equivalent functions)
for pmap_motorola based ports. Discussed with rmind@.
2009-12-02 15:47:45 +00:00
martti
1a30996c87
Removed obsolete files.
2009-12-02 15:21:37 +00:00
uebayasi
85051a7017
Add EXTSRCS to the list of syspkgs aware variables. Remove debug code.
2009-12-02 15:18:06 +00:00
martti
495b1f79b1
Initial version.
2009-12-02 15:07:09 +00:00
uebayasi
79bf8cee4b
Pass the correct ${MKVARS} equivalent value to list_set_files().
...
XXX list_set_files() needs to be rewritten.
2009-12-02 15:05:55 +00:00
uebayasi
5383775576
Quote variable values from make in case it has spaces. Remove debug print.
2009-12-02 14:32:15 +00:00
uebayasi
62258ab60d
Fix previous; don't forget extra vars other than MK*.
2009-12-02 14:28:24 +00:00
uebayasi
7a06940f80
Don't hardcode the list of MK* variables but use ${_MKVARS.yes} and
...
${_MKVARS.no} provided by bsd.own.mk.
2009-12-02 14:13:12 +00:00
uebayasi
0cd6b4b257
Define lists of MK* variable names as _MKVARS.yes and _MKVARS.no. They're
...
referred to by syspkg.
2009-12-02 14:11:20 +00:00
skrll
52d0d7030d
Define DPRINTF and use it.
2009-12-02 13:49:32 +00:00
skrll
44ff25d90b
Whitespace.
2009-12-02 13:45:13 +00:00
kiyohara
daaee09935
Call pxa2x0_clkman_config() instead of ioreg_write().
2009-12-02 13:10:09 +00:00
kiyohara
21d3db4d12
Enable latest bluetooth module (Infineon PBA31308).
2009-12-02 13:05:09 +00:00
kiyohara
c7dfb7bf39
Maybe supported LAN9218 Family.
2009-12-02 12:54:15 +00:00
stacktic
21c947db1b
KNF
2009-12-02 12:52:28 +00:00
kiyohara
7fe24103db
Maybe supported LAN9218 Family.
2009-12-02 12:51:50 +00:00
pooka
5f6578a865
tyop de fix
2009-12-02 12:50:27 +00:00
pooka
304d27696e
Document that strtouq can return UQUAD_MAX.
2009-12-02 12:45:35 +00:00
stacktic
994ec2b614
Added RCS id.
2009-12-02 12:40:12 +00:00
roy
5eba354808
Pass lint.
2009-12-02 11:14:47 +00:00
nakayama
64324c2947
In calculating initial tstate, cast to 64-bit first to avoid sign extension.
2009-12-02 10:18:42 +00:00
enami
8f4cd2bee8
Retain old variables when failed to allocate memory.
2009-12-02 09:34:51 +00:00
roy
7cfa046806
Reinstate __getdelim which does no locking.
...
Callers are now required to FLOCKFILE so they can operate on fp as well.
2009-12-02 09:03:13 +00:00
uebayasi
5f297383d5
struct _locale_time_t _global_locale is a datum. Declare it as extern.
2009-12-02 08:53:03 +00:00
roy
142091db36
Protect getline.
2009-12-02 08:46:33 +00:00
uebayasi
5eef0d3167
Declare global pointers as extern, otherwise they become common symbols.
...
Fix mips build in lib/librumpnet.
2009-12-02 08:31:56 +00:00
mrg
8a6ed6746c
print the fplwp in "mach cpu" list.
2009-12-02 07:55:53 +00:00
mrg
e02bb3d217
count IPI's as interrupts, not misc counters.
2009-12-02 07:55:01 +00:00
mrg
d9950bd46e
print pid, lid and p_comm in some diag messages that indicate killed processes.
2009-12-02 07:34:57 +00:00
haad
4afb879f5b
Mention lvm2tools update.
2009-12-02 02:07:02 +00:00
haad
b49e6087b6
Add two more needed files dev-swap.c and unknown.c.
2009-12-02 01:54:20 +00:00
haad
0fa7e5a89a
Fix build, add missing symbols, remove unknown ioctls etc.
2009-12-02 01:53:25 +00:00
haad
447276ebab
Fix comment about running ./configure script.
2009-12-02 00:59:19 +00:00
haad
d685da8d62
Fix cinflicts created by import of latest lvm2tools LVM2-2-02-56.
2009-12-02 00:58:02 +00:00
agc
7d576ad983
Add python bindings for netpgp, via swig.
...
When using python, always add the dumb symbolic link to the library name.
2009-12-02 00:32:06 +00:00
haad
7c604eea85
Import of new version of lvm2tools LVM2-2-02-56.
2009-12-02 00:25:22 +00:00
skrll
17b0854823
Spell busy correctly.
2009-12-01 23:16:00 +00:00
skrll
48ec6057bf
Fix build. Hi rmind.
2009-12-01 23:14:02 +00:00
haad
687f790f8f
Remove not needed debugging CFLAGS.
2009-12-01 23:12:51 +00:00
haad
f26bfe28da
Revert my commit which have added knowledge about dm targets to libdevmapper,
...
this breaks abstraction. Because only lvmtools/lvmlib and device-mapper can
have knowledge about target mapping and libdevmapper only passes requests
from lvmtools to kernel and back. Bump major library and driver version.
Requested by: yamt@
2009-12-01 23:12:09 +00:00
haad
cfa2bb1730
Revert my commit which added knowledge about dm targets to libdevmapper,
...
this breaks abstraction. Because only lvmtools/lvmlib and device-mapper can
have knowledge about target mapping and libdevmapper only passes requests
from lvmtools to kernel and back. Bump major library and driver version.
Requested by: yamt@
2009-12-01 23:11:17 +00:00
skrll
702079ad35
Typo in comment.
2009-12-01 22:36:31 +00:00
agc
e5e6e15318
Re-instate perl taint checking by re-defining the possible taint check in
...
swig. Fix a bug whereby the generated shlib_version file got appended to,
rather than rewritten.
2009-12-01 20:44:50 +00:00
martin
9e0d6893b8
Remove restriction of "mach prom" to cpu0 - it does not make sense now
...
that cpu0 is not always the bootstrap cpu, and in the majority of cases
the prom abort will just work fine on any cpu.
2009-12-01 18:51:20 +00:00
uebayasi
83246377bb
Revert previous, which caused tools build to fail.
2009-12-01 17:06:34 +00:00
skrll
16ac0b772d
Add a missing '\n' from a printf.
2009-12-01 16:20:52 +00:00
apb
fb5e3559de
There's no point in adding _PKGTOOLS_VER=$(${PKG_CREATE} -V)
...
to any syspkg +BUILD_INFO files, since we don't use the pkg_* tools
to create syspkgs. Also remove the definition of PKG_CREATE
from sets.subr, since nothing uses it now.
2009-12-01 15:49:21 +00:00
pooka
bc6c058985
Add note saying that special must be a raw device.
...
PR bin/42391
2009-12-01 10:56:33 +00:00