Commit Graph

211855 Commits

Author SHA1 Message Date
wiz
7232eb5f6b From Bug Hunting:
improve wording, macro usage, and punctuation.

While here, remove an unnecessary comma and sort SEE ALSO.
2012-07-08 22:47:41 +00:00
dsl
d222864098 The MDP_USEDFPU (amd64 and sh3) and MDP_SSTEP (sh3) are lwp flags not
process ones, rename to MDL_xxx.
2012-07-08 20:14:11 +00:00
rmind
62ec828c27 Fix the lists. 2012-07-08 18:16:01 +00:00
pgoyette
e048bbf458 Restore the rest of the ipfilter test framework, even if most of these
tests are broken.  The "golden output" files for these tests need to be
updated.
2012-07-08 14:45:05 +00:00
hans
f9669c1ea4 It's msdos, not msdosfs. 2012-07-08 14:25:49 +00:00
rmind
5811facfd9 Shut up lint. 2012-07-08 13:42:29 +00:00
rmind
2e6b059c68 Mention MurmurHash2. 2012-07-08 12:07:12 +00:00
rmind
8b1b6a9a1f Add Makefile in libc for murmurhash, missed in previous commit. 2012-07-08 11:43:47 +00:00
jruoho
36c8692f54 ACPICA 20120620 is out. 2012-07-08 08:22:24 +00:00
rmind
246f7ce984 Add murmurhash2() prototype, missed in previous commit. 2012-07-08 01:24:08 +00:00
rmind
ea196989a7 Add MurmurHash2 -- a non-cryptographic hash function by Austin Appleby.
The code is taken from the upstream and is in the public domain.

OK christos@
2012-07-08 01:21:11 +00:00
matt
90845bcc64 Slight optimization. 2012-07-08 00:59:34 +00:00
matt
9a1cb11528 Make sure stuff using Obj_Entry is compiled correctly for ELF32 or ELF64. 2012-07-08 00:53:44 +00:00
pgoyette
b437857d4c Restore one more group of tests.
XXX Test i17 was broken previously, and remains broken.
2012-07-08 00:53:01 +00:00
pgoyette
f499e4e2e7 Restore some more tests from ipfilter 5.1.1
XXX Test in2 was broken before the ipfilter 5.1.1 import, and is still
XXX broken.
2012-07-08 00:48:29 +00:00
pgoyette
a29385018a Restore some more of the ipfilter 5.1.1 tests.
XXX It appears that ipftest is not handling the policy {,src-,dst-}hash
XXX correctly, so these tests are still marked broken/skipped.
2012-07-08 00:36:46 +00:00
pgoyette
f5d9b1d185 Re-enable some of the ipf tests. The only thing wrong with these tests
is that the tests were not re-imported with the rest of ipfilter 5.1.1

XXX There are still some more ipf test failures that need to get resolved,
XXX but at least we'll get some of them back just in case we have a
XXX regression.
2012-07-07 23:29:44 +00:00
spz
e43bd7ae6b platfrom -> platform
copyright name UTF8ified
2012-07-07 21:29:03 +00:00
rmind
13263649d9 mutex_owned: update about not-held test. 2012-07-07 21:27:56 +00:00
rmind
e74e71f4a2 Document kcpuset_isotherset() and kcpuset_countset(). 2012-07-07 21:26:36 +00:00
wiz
471b14b657 - Even if it may be obvious, actually explain what ``{}'' means
with ``-exec ... {} +'';
- make wording more consistent;
- bump date.

From Bug Hunting.
2012-07-07 20:45:09 +00:00
tsutsui
28d320dc7a Revert rev 1.95 since getdisksize() no longer returns secsize=0. 2012-07-07 16:18:50 +00:00
tsutsui
71a1f51386 unsigned -> unsigned int 2012-07-07 16:15:20 +00:00
tsutsui
50365d7376 Check if secsize and numsec returned from ioctl's are sane values
and add DIAGNOSTIC messages in getdisksize().

Discussed on source-changes-d@:
http://mail-index.NetBSD.org/source-changes-d/2012/07/02/msg004989.html
and patch is reviwed by christos@ and pgoyette@.
2012-07-07 16:10:23 +00:00
skrll
5096b2578c Whitespace. 2012-07-07 08:06:51 +00:00
skrll
6a48cfb1c0 Convert a KASSERT to a KASSERTMSG 2012-07-07 08:05:48 +00:00
joerg
39c83c81bb One more reference to unimplemented shared semaphores. 2012-07-07 01:39:59 +00:00
joerg
cf1cc428c9 Shared semaphores have been supported since the initial version, so drop
obsolete restriction.
2012-07-07 01:37:12 +00:00
jdf
59e494188c Add translations for "Config menu" (was hardcoded before), best guesses for
French and Spanish.
Add translations for Polish config menu entries (provided by Marcin Piotr
Pawlowski).
2012-07-06 21:10:56 +00:00
wiz
14716e14b6 Bug Hunting:
improve wording
2012-07-06 14:10:06 +00:00
wiz
670399119e From Bug Hunting:
- add `-D' argument to `usage' lines;
- sort options;
- fix argument names and / or translations thereof.
2012-07-06 09:12:16 +00:00
wiz
c854c88ec9 From Bug Hunting:
- synchronize `-f' and `-r' argument names with (the English)
  sysinst(8) usage message (change table width for it as well);
- generally improve / extend contents (note: there's no need for
  an explicit `OPTIONS' section for options; also ``include'' is
  used in the wording for the options, since currently not all are
  described);
- re-order options in `DESCRIPTION' section;
- better macro usage;
- capitalization (also of acronyms), punctuation (makes options
  table consistent);
- bump date.
2012-07-06 09:11:19 +00:00
wiz
4ac276bf48 From Bug Hunting:
- de-capitalize ``usage'' in `usage' message;
- synchronize `usage' message with man pages.
2012-07-06 09:06:43 +00:00
wiz
06bcaf248a From Bug Hunting:
- correct / improve macro usage;
- (re-)add an actual description in `DESCRIPTION' section;
- synchronize argument name to `-j' option;
- improve wording;
- bump date.
2012-07-06 09:05:26 +00:00
wiz
f6de61aefa From Bug Hunting:
- sort options in `SYNOPSIS' and `DESCRIPTION' sections;
- correct / improve macro usage;
- synchronize argument name to `-s' option;
- improve punctuation / wording;
- augment `SEE ALSO' section;
- bump date.

While here:
Use Sq for single characters instead of Dq.
Use Aq instead of \*[Lt]...\*[Gt].
Mark up NULL with Dv.
2012-07-06 09:03:34 +00:00
christos
347727af99 use the modern resolver functions if available. 2012-07-05 17:40:11 +00:00
matt
f396289e32 s/seg_tab/seg_ptr/ 2012-07-05 17:25:36 +00:00
matt
45a8ae0f55 Change seg_tab to seg_ptr and make it a void * from a pt_entry_t * since it
also needs to point to struct pmap_segtab * when used in a 3-level page table.
2012-07-05 17:24:54 +00:00
matt
466102b969 Change lockless segtab management to use a mutex for protection. Some minor
changes to make this closer to common/pmap/tlb/pmap_segtab.c
2012-07-05 17:21:02 +00:00
matt
75749d14ce Add 3-level page table support (from MIPS). Rename a few routines. 2012-07-05 16:55:11 +00:00
christos
ffd8412325 PR/46660: Henning Petersen: Fix typo in deviceid.c 2012-07-05 13:55:58 +00:00
joerg
48afed7b47 Fix use of uninitialized variable. 2012-07-05 12:53:22 +00:00
skrll
346c2c544e Fix locking botch introduced in 1.36. 2012-07-05 10:56:52 +00:00
kiyohara
df7c9c90af Don't call extent_free() in memio_unmap(), if not call extent_alloc() with
defined PPC_IBM4XX and extent_flags.
2012-07-05 03:02:53 +00:00
kiyohara
424a6d0beb Change read_eeprom(). We don't use bus_space(9) here. This is MD-part and,
don't support bus_space_unmap() to a space on reserved space?
2012-07-05 02:56:40 +00:00
jdf
b49de35fb2 * add entry for lvm(8)
* add subsection for block device subsystem setup
 * s/OPTIONAL:/"OPTIONAL:" to make mdoclint happier
 * add missing type specifications of variables
2012-07-04 20:53:30 +00:00
jdf
84bfda063b Change little wording error (s/associate/associated/) and formatting error.
Patch proposal was sent upstream to Heimdal as well.
Patch by jklowden in PR lib/46651.
2012-07-04 20:46:14 +00:00
jakllsch
1f2df78806 constify opts[] 2012-07-04 18:35:58 +00:00
reinoud
40d2eec2c6 Disable GENERIC_USERMODE kernel auto-build to avoid problems with the current
autobuild-system.
2012-07-04 13:54:20 +00:00
skrll
a3fdc07986 Add a KASSERT 2012-07-04 13:34:24 +00:00