Commit Graph

210458 Commits

Author SHA1 Message Date
christos c161b41b57 add apple autodiscovery 2012-04-07 05:40:41 +00:00
christos 40b3227a8d add apple autodiscovery. 2012-04-07 05:39:55 +00:00
christos 23fc2b12e7 remove bogus check. 2012-04-07 05:38:49 +00:00
christos db09922d6f make this bitch less when we have wedges (EBUSY for the underlying disks) 2012-04-07 05:38:07 +00:00
christos 9836ec4b63 Add apple autodiscovery. 2012-04-07 05:36:49 +00:00
christos cc0b3c1656 recognize apple disks. 2012-04-07 05:36:10 +00:00
christos 5d992415ee use the partition sector size. 2012-04-07 05:09:09 +00:00
christos 5727fadda2 use getfsspecname() 2012-04-07 04:52:20 +00:00
christos 338fb03101 use getfsspecname 2012-04-07 04:13:06 +00:00
christos a1048e6542 bump libutil and new getfsspecname 2012-04-07 04:09:54 +00:00
christos 29484ab26f add getfsspecname 2012-04-07 04:04:21 +00:00
christos 9dbf303bcb cross reference getfsspecname 2012-04-07 03:47:30 +00:00
tsutsui aa651336c8 Remove obsolete SysV semaphores limit options (SEMMNI, SEMMNS, and SEMUME). 2012-04-07 03:25:00 +00:00
christos fbae18c4fe document NAME=label 2012-04-07 03:14:06 +00:00
christos 6ab6e47220 Accept NAME=label for special so that we can wire down our wedges. 2012-04-07 03:13:32 +00:00
tsutsui d1ab79a2ea Use 1MB alignment rather than the default 63 sectors for
fdisk partition boundary for >128GB disks, as fdisk(8) does.
No particular comments for my PR install/45990.
2012-04-07 03:08:33 +00:00
tsutsui 25a6ee4f49 Add a "supported board list" of NetBSD/evbarm with a brief desctiption
of each board.  Surveyed for NetBSD port presentation at
Open Source Conference 2012 Ehime.

Thanks to agc@, kiyohara@, and macallan@ for comments.
2012-04-07 01:44:08 +00:00
christos 7cb5dc5826 If our raid is now accessed from wedges, adjust the root to be the wedge
that corresponds to partition a. Is there a better way?
2012-04-07 01:39:38 +00:00
riz ed2340b163 Implement a post-install configuration menu, as proposed on tech-install.
Enables the user to configure a few additional items, including using
pkgin to manage binary packages, in a post-install menu which replaces
the series of questions (Do you want to set a root password? etc).

This is by no means a perfect solution, nor should it discourage anyone
from working on more sweeping changes to sysinst.

Some bug fixes, and .de translation provided by Julian Fagir.

XXX .es, .fr and .pl translations still needed.  Please help!
2012-04-06 23:48:53 +00:00
christos d365bff1e6 Add a quirk for the Apple iPod whose mode sense commands fails with not ready.
Seems to work just fine if we send a start command first...
2012-04-06 22:50:39 +00:00
christos 30044aadfd pdisk is now mi (except for rescue) 2012-04-06 22:46:15 +00:00
christos fe1ffb96a2 compile this for everyone, and warns=5 2012-04-06 22:42:50 +00:00
christos dcf51b974e make this work on 64 bit machines; use stdint/inttypes. 2012-04-06 22:41:47 +00:00
plunky 4946fc398d device_pmf_is_registered() is not required 2012-04-06 20:33:20 +00:00
plunky 37e862fcf6 device_pmf_is_registered() is not required 2012-04-06 20:16:58 +00:00
he 692082ea92 Disable HAVE_TLS for now for gcc's libgomp, since it otherwise
causes gcc indigestion (internal compiler error) for all m68k ports.
mrg@ says this will do for now, and committing to this generated-
by-mknative file is ok.
2012-04-06 20:10:28 +00:00
christos 788118e647 support sector sizes > 512. 2012-04-06 20:09:26 +00:00
matt 2a87f54efb Regen. 2012-04-06 18:49:44 +00:00
matt 838bae0c3f Add VSC8221 2012-04-06 18:49:17 +00:00
chs 800146cae0 bring in this change from openbsd:
Implement the AMD suggested workaround for family 10h & 12h errata 721
"Processor May Incorrectly Update Stack Pointer" by setting a bit
marked 'reserved' in an MSR that is only "documented" to exist on 12h.
2012-04-06 17:23:39 +00:00
chs 16c2ba7402 fix uarea_system_poolpage_free() to handle freeing a uarea
that was not allocated by cpu_uarea_alloc() (ie. on plaforms
where cpu_uarea_alloc() failing is not fatal).
fixes PR 46284.
2012-04-06 17:16:30 +00:00
chs 9bf3cb01a7 take the kernel lock during detach of atapibus as well. 2012-04-06 17:12:45 +00:00
skrll 7484216ecb Update comments to reflect that we always have a hardware FPU. 2012-04-06 13:13:13 +00:00
skrll 226cdf1d97 Remove unnecessary cache flushes.
FP regs are stored in memory from a pool which is direct mapped and
therefore available in virtual and physical modes.
2012-04-06 13:09:32 +00:00
skrll 2f65c48678 unifdef FPEMUL. All our supported systems have an FPU. 2012-04-06 12:21:58 +00:00
wiz a036920a7d Describe behaviour when no arguments are given.
Add comma.
Bump date.

From Bug Hunting.
2012-04-06 11:42:08 +00:00
wiz c27272249b - fix timed(8) references;
- fix capitalization;
- add reference to environ(7) in `SEE ALSO' section, as it is
  mentioned in the text.

From patch by Bug Hunting.
2012-04-06 11:36:56 +00:00
wiz 711cb78a48 Fix capitalization and typo, from Bug Hunting. 2012-04-06 11:36:04 +00:00
wiz 5eee512564 Fix typo, from Bug Hunting. 2012-04-06 11:35:39 +00:00
wiz 9c98053fcd Sync usage with man page, from Bug Hunting. 2012-04-06 11:34:58 +00:00
spz 99c48e8a16 expat is now at 2.1.0 2012-04-06 10:55:19 +00:00
spz d5b7b4d73a adjust for expat-2.1.0 2012-04-06 10:49:27 +00:00
spz 0db17c247f merge expat-2.1.0 2012-04-06 10:46:13 +00:00
spz 123d8dfc18 import of expat 2.1.0
Fixes CVE-2012-1147, CVE-2012-1148 and CVE-2012-0876 (other security
issues have been previously fixed in our tree)

relevant Changes:
Release 2.1.0 Sat March 24 2012
        - Bug Fixes:
          #1742315: Harmful XML_ParserCreateNS suggestion.
          #2895533: CVE-2012-1147 - Resource leak in readfilemap.c.
          #1785430: Expat build fails on linux-amd64 with gcc version>=4.1 -O3.
          #1983953, 2517952, 2517962, 2649838:
                Build modifications using autoreconf instead of buildconf.sh.
          #2815947, #2884086: OBJEXT and EXEEXT support while building.
          #1990430: CVE-2009-3720 - Parser crash with special UTF-8 sequences.
          #2517938: xmlwf should return non-zero exit status if not well-formed.
          #2517946: Wrong statement about XMLDecl in xmlwf.1 and xmlwf.sgml.
          #2855609: Dangling positionPtr after error.
          #2894085: CVE-2009-3560 - Buffer over-read and crash in big2_toUtf8().
          #2958794: CVE-2012-1148 - Memory leak in poolGrow.
          #2990652: CMake support.
          #3010819: UNEXPECTED_STATE with a trailing "%" in entity value.
          #3206497: Unitialized memory returned from XML_Parse.
          #3287849: make check fails on mingw-w64.
          #3496608: CVE-2012-0876 - Hash DOS attack.
        - Patches:
          #1749198: pkg-config support.
          #3010222: Fix for bug #3010819.
          #3312568: CMake support.
          #3446384: Report byte offsets for attr names and values.
        - New Features / API changes:
          Added new API member XML_SetHashSalt() that allows setting an intial
                value (salt) for hash calculations. This is part of the fix for
                bug #3496608 to randomize hash parameters.
          When compiled with XML_ATTR_INFO defined, adds new API member
                XML_GetAttributeInfo() that allows retrieving the byte
                offsets for attribute names and values (patch #3446384).
          Added CMake build system.
                See bug #2990652 and patch #3312568.
          Added run-benchmark target to Makefile.in - relies on testdata module
                present in the same relative location as in the repository.
2012-04-06 10:22:52 +00:00
gson 4caffa5d5e When printing the list of valid console names, don't treat the consoles[]
array as NULL terminated, because it's not.
2012-04-06 10:10:11 +00:00
isaki 8610ddb864 Oops, One more message. 2012-04-06 09:44:44 +00:00
isaki 7b5065f781 Print my progname in error messages.
It makes easy to find who displayed it.
2012-04-06 09:38:40 +00:00
wiz 2c8f117ddc Update version to 3.7.10, since that's what's currently in dist/
From Ryo ONODERA in PR 46300.
2012-04-06 09:21:39 +00:00
isaki 842922a8db Regen from miidevs,v 1.106; sync a comment with a fact. 2012-04-06 09:16:34 +00:00
isaki 5770fc9668 Sync a comment with a fact.
There is MII_OUI() in miivar.h not mii.h after 2001.
2012-04-06 09:15:37 +00:00