Commit Graph

200093 Commits

Author SHA1 Message Date
martin
1f1f76a438 Add an "exitstring" to the utility menu, so translations can provide
proper strings (like: "back to main menu"). For most translations set
to plain "Exit" (like it used to be) for now - natives, please fix!
2011-04-17 12:33:42 +00:00
martin
dd3f377a8d On install CDs: make ^C and ^Z work (mostly) as they used to do on
crunched/ramdisk install media again.
Fixes the remaining parts of PR 44738.
2011-04-17 12:18:19 +00:00
martin
518b4814dd Hint from dsl: make sure to have the /etc/protocols file already open
before doing a chroot() if run as root. Easily done by a setprotoent(1)
call. This is a better (less intrusive) fix for PR bin/44721.
2011-04-17 11:45:40 +00:00
mrg
99e13dd624 catch up with heimdal update. 2011-04-17 10:06:49 +00:00
mrg
648bc71c1a apply some _KERNEL_OPT. 2011-04-17 09:50:33 +00:00
mrg
19625811ee prepare for evbppc modules, and allow overriding the ${MACHINE} for
installed modules.
2011-04-17 09:47:40 +00:00
mrg
9163f54855 various updates to deal with heimdal update. 2011-04-17 09:01:57 +00:00
jruoho
2fa0f9fccc Few simple tests for getgroups(2). 2011-04-17 06:26:02 +00:00
jruoho
38b0bf3bbd Test nice(3) also with threads. 2011-04-17 06:18:23 +00:00
mrg
2101d54084 add a "module_machine", that defaults to machine.
allows MD code to override the default subdir for modules.
2011-04-17 05:16:28 +00:00
mrg
df0710a4ad catch up with s/MAKEDIROBJPREFIX/MAKEOBJDIR/ changes in comments. 2011-04-17 01:29:06 +00:00
mlelstv
d3b6e4494f Use MI routine banner() to print memory size. Also fixes output for systems
with 2GB RAM.
2011-04-17 00:37:49 +00:00
mrg
3776a6678e it's spelled CPPFLAGS not CPPFLAGGS. 2011-04-17 00:05:36 +00:00
christos
5b8e5cb4eb Fix markup 2011-04-16 23:58:01 +00:00
christos
62ee277445 Need --sysroot=/ otherwise ld does not find crt0.o and friends. 2011-04-16 22:45:23 +00:00
christos
ba32f653b8 add {man,cat,html}8/x86 2011-04-16 22:00:34 +00:00
christos
ccbde8e579 add cat8 and html8 2011-04-16 21:58:31 +00:00
christos
640ac4b1c5 Simplify and correct (previous did not work for !defined(DESTDIR) 2011-04-16 21:41:24 +00:00
rmind
d8dc3301a0 - Add nsems_total and track the use of all semaphores (not only named ones).
Prevents ksem module from unloading while anonymous semaphore(s) are in use.
- ksem_free: add few asserts.
2011-04-16 20:39:18 +00:00
he
847614d665 Some ports don't (need to) construct separate _pic libraries, so where
MKPICLIB != "yes", refer to libipc.a instead of libipc_pic.a.
Fixes the build for mips and vax.
2011-04-16 18:41:58 +00:00
martin
a6bdf6b9f3 Use <sys/atomic.h> ops on NetBSD (instead of MD gcc-isms). Stopgap fix
to unbreak the build on some risc platforms.
OK: elric
2011-04-16 17:45:44 +00:00
christos
dbc12114aa sort and add x86 2011-04-16 17:16:12 +00:00
jakllsch
23e5cf2d9f Make previous compile. 2011-04-16 14:03:28 +00:00
jakllsch
0863915cdf Ensure PCI_COMMAND_MASTER_ENABLE. 2011-04-16 13:47:20 +00:00
nakayama
20eeb27031 Add missing .{cat,man} keys. 2011-04-16 09:51:57 +00:00
plunky
831ec44f27 test that data element lists are not placed by sdp_put_attr(), as
an attribute/value pair should only contain a single data element
2011-04-16 07:32:27 +00:00
plunky
5bbcd2919f when placing an attribute/value pair, validate that the value given
is a single data element
2011-04-16 07:19:36 +00:00
jruoho
31e30c20fa ACPICA 20110413 is out. 2011-04-16 06:39:02 +00:00
jruoho
e77640da5b Merge floor(3) to ceil(3). 2011-04-16 05:48:50 +00:00
christos
00740dd48f PR/44864: Paul Ripke: Compile regular expressions on demand and only once. 2011-04-16 01:15:54 +00:00
jym
e09db11815 Duplicate item detected, destroying duplicate. 2011-04-15 22:57:05 +00:00
joerg
032ce801a7 Really apply roff.c 1.134 for the conditional stack fix 2011-04-15 22:05:51 +00:00
dyoung
8a24781c83 Refer to bits in the PCI CSR with using PCI_COMMAND_* instead of
PCI_FLAGS_*: change PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED to
PCI_COMMAND_IO_ENABLE and PCI_COMMAND_MEM_ENABLE, respectively.
2011-04-15 21:47:39 +00:00
mrg
905b08a092 regenerate for mipsy mips 2011-04-15 21:25:05 +00:00
martin
e8c70fb1ee Hint from Matt Thomas: use evcnt_attach_dynamic_nozero() 2011-04-15 21:24:00 +00:00
elric
9b1e92ba03 Randomness isn't terribly necessary when we are building tools. 2011-04-15 21:03:51 +00:00
dyoung
4e9db30a1d Don't set pba.pba_flags twice. No functional change intended. 2011-04-15 21:03:31 +00:00
elric
649d0dafa9 No need to -lfl -ly. 2011-04-15 21:02:47 +00:00
elric
46d08ee707 We need to include nbtool_config.h when we build tools. 2011-04-15 21:01:22 +00:00
elric
f321446158 Define an empty libinstall:: target instead of the prior methodology
which doesn't necessarily work everywhere.
2011-04-15 20:56:51 +00:00
martin
919049c3f1 Delay initialization of FPU related event counters to cpu_startup() - we
do not expect any events of this type before spinup of all cpus.
2011-04-15 20:52:36 +00:00
elric
b125a0825f I forgot to fix this. .BEGIN: is not appropriate for the creation of
these symlinks as during the make obj phase it would attempt to create
them in the current directory.
2011-04-15 19:41:11 +00:00
joerg
873b4d7d94 Install clang's MD headers into /usr/include/clang-3.0 similar to GCC. 2011-04-15 19:31:06 +00:00
elric
98fbe74f8c Upgrade Heimdal to 1.5pre1 by switching the build from crypto/dist/heimdal
to crypto/external/bsd/heimdal.  The latter was just imported as the head
of the Heimdal tree as of a few days ago.
2011-04-15 18:05:42 +00:00
matt
d8543ba5b8 Add bfd_mach_mips_xlr (this is easier than running mknative-binutils and
achieves the same result but it is a hack).
2011-04-15 17:57:39 +00:00
hannken
186b31b4b7 ffs_fsync: no need for wapbl_vptomp() here -- vnode is always VREG. 2011-04-15 15:54:11 +00:00
joerg
a5447c9e30 Deal with two cases of name shadowing 2011-04-15 15:50:28 +00:00
jdc
b2ec71d790 Clarify ffb EDID entry. 2011-04-15 15:30:59 +00:00
elric
f8f7efe31c On reasonably modern versions of Heimdal, you should not include krb5.h
to get the krb5 GSS functions.  gssapi/gssapi_krb5.h should be included.

[this is necesary for the next Heimdal upgrade as krb5.h inclusion is no
longer effective.]
2011-04-15 14:51:22 +00:00
elric
d8282bb7a4 Also define GSSAPI_DEPRECATED and KRB5_DEPRECATED as NULL to complete the
work of the prior check in.
2011-04-15 14:41:11 +00:00