Commit Graph

214825 Commits

Author SHA1 Message Date
christos 586fa6386c switch from fd_set to using bitmap macros 2012-12-01 15:11:43 +00:00
christos cd5e10b5a9 Add some bitmap operation macros similar to fd_set. Unfortunately we cannot
re-use bitstring, because it is userland only.
2012-12-01 15:03:47 +00:00
skrll 6da0cd6163 Check for _NETBSD_SOURCE being defined wherever we check for
_INCOMPLETE_XOPEN_C063 so that we expose the new POSIX extended API set
recently added.
2012-12-01 13:28:18 +00:00
mbalmer e3f283b63f Fix misspelling: accommodate is a long enough word to have room for two 'c's
and two 'm's.
2012-12-01 11:41:49 +00:00
mbalmer 2913016879 Fix misspelling of acceptible (it's only acceptable with an 'a', not an 'i'). 2012-12-01 11:37:26 +00:00
mbalmer 0b522e92f1 Fix a typo in debug output. 2012-12-01 11:31:01 +00:00
skrll 0b6536ef8c Check for _NETBSD_SOURCE being defined wherever we check for
_INCOMPLETE_XOPEN_C063 so that we expose the new POSIX extended API set
recently added.
2012-12-01 08:20:55 +00:00
wiz 1221f3d89d More markup. 2012-12-01 08:16:25 +00:00
matt 555aa92b83 Change ULONG_MAX to UINT32_MAX 2012-12-01 05:26:16 +00:00
pgoyette 5cf1898f6e Use proper quoting for the expected-failure reason 2012-12-01 04:43:44 +00:00
pgoyette 3ce5310bf2 Now that we have a PR for the brokenness in "ipftest -P -N", mark the
related tests as Expected Failure rather than just skipping the tests.
2012-12-01 04:40:00 +00:00
pgoyette e56dec26bf Based on the error messages, the test is not broken, but ipftest probably
in broken.

Once we can analyze the error further, we can open a PR in Gnats and then
move this to Expected-Failure.  But we shouldn't skip it because we'll
never come back to fix it.
2012-12-01 04:19:24 +00:00
tsutsui 1596dec6ce Fix RCSId. 2012-12-01 03:16:46 +00:00
dholland 71fb49fd0a Some updates:
- add a vfs section and some vfs subareas
   - list all filesystems (some with "?", please fill in)
   - note that npf is rmind's and that christos knows about lint
   - note that I know about a few other things, e.g. quotas

(Remember that this is chiefly a list of who knows about what; being
listed for something here does not make you responsible for its bug
list or anything.)
2012-12-01 03:09:55 +00:00
nakayama fb4e31b6db Improve smbfs timestamp handling.
Don't round timestamp to 2 seconds resolution if the server
supports the CAP_INFOLEVEL_PASSTHRU capability.
2012-11-30 23:24:21 +00:00
riz b2bc08746f Add alc* at pci, re-sort slightly to reduce diffs from GENERIC. 2012-11-30 18:13:30 +00:00
joerg 5adc71af23 CATDEPS is bogus for mandoc, so disable it in that case. 2012-11-30 17:52:13 +00:00
joerg 6528688d69 Don't force link and CSS options in bsd.own.mk, bsd.man.mk sets them. 2012-11-30 17:51:50 +00:00
mbalmer 3dcaf60fab I am absolutely not happy with the name change, but I still feel responsible
for the code.
2012-11-30 16:22:53 +00:00
pgoyette a95855641b If we're going to expect a failure, we need to use the correct shell
function!  "atf_expect_fail()" does not have a "_tc" in its name!
2012-11-30 14:46:48 +00:00
njoly 6be7ae0a4a Apply fix from hannken to ensure that VOP_ACCESS() is called on a
locked vnode for fd_nameiat(), fd_nameiat_simple() and do_sys_openat().
Fix both PR/47226 and PR/47255.
2012-11-30 13:26:37 +00:00
msaitoh f1f8803538 Fix off by one error. 2012-11-30 10:14:18 +00:00
wiz f6a7e95e09 Sort SYNOPSIS. Remove unnecessary Ns. Punctuation nit. 2012-11-30 08:25:35 +00:00
wiz 43e793251e Bump date for previous. 2012-11-30 08:19:01 +00:00
msaitoh 335564ef1d Use snprintf() instead of sprintf(). 2012-11-30 08:15:45 +00:00
msaitoh 1ba55f16aa s/,/;/ 2012-11-30 08:12:27 +00:00
pgoyette 51894881c0 Remove the now-obsolete ipf/t_bpf.sh test 2012-11-30 01:42:43 +00:00
pgoyette 361363890b Rather than providing a custom Atffile that requires separate
maintenance, just don't build or install the t_bpf.sh test.
2012-11-30 01:41:50 +00:00
reed 9557060a47 Add a manual for mkubootimage(1). It was missing.
It had one review on netbsd-docs@.
I didn't add the manual to the Makefile nor distrib set yet --
waiting for more review or improvements first.
2012-11-29 23:23:22 +00:00
mbalmer d6d52f19c7 Remove an obsolete (and incomprehensible) comment. Discussed with and ok
Roy Marples, Joerg Sonnenberger.
2012-11-29 23:01:16 +00:00
pgoyette 85d282e793 fix typo in previous - missing quote 2012-11-29 18:54:43 +00:00
msaitoh bbb3c8a04c Add C600(and X79) SMBus devices. 2012-11-29 18:48:26 +00:00
msaitoh 19152ee572 regen. 2012-11-29 18:46:10 +00:00
msaitoh 83f09ead02 Update SMBus devices from Document(c600-series-chipset-spec-update and
x79-express-chipset-specification-update)
2012-11-29 18:45:20 +00:00
matt 2e5dd08939 Add inlines for SCTRL 2012-11-29 18:15:33 +00:00
matt 35ce1aa6eb Make sure to bring the ULPI ports out of reset. 2012-11-29 17:38:26 +00:00
matt a5a34c6693 Make sure we enable the timer since CFE doesn't enable it by default. 2012-11-29 17:36:56 +00:00
pgoyette 1ed7a9a845 Update a couple of tests to indicate that they are broken/failing because
of missing input/expected data files
2012-11-29 17:22:17 +00:00
pgoyette 2cb9f80737 Now that I've created PR/47262, reference it in the tests that fail
because of the PR
2012-11-29 17:11:19 +00:00
pgoyette a557d345a2 Add another test option for expected failures, rather than simply
skipping tests
2012-11-29 17:10:21 +00:00
christos 4388d56064 add libpnf to /lib 2012-11-29 16:18:35 +00:00
christos 244cc8cdee install in /lib too because npfctl is linked against it. 2012-11-29 16:17:14 +00:00
pgoyette 60bd2d2129 Even though this test is currently disabled, fix it so it looks for the
correct input and expected-output files for test case bpf_f1
2012-11-29 16:05:34 +00:00
vanhu 2bdb1d3e0a Added support for AES GCM 16 in phase2 negociations. Code from Christophe Carre / NETASQ 2012-11-29 15:31:24 +00:00
nakayama 33e8b488e1 - Remove redundant vput() before vgone().
- Avoid unnecessary mutex_exit() in smbfs_node_alloc().
- Set NGONE bit to from-name vnode to invalidate the smbnode cache.
2012-11-29 11:58:49 +00:00
wiz 5c33580cf9 New sentence, new line.
Bump date for previous.
2012-11-29 11:34:33 +00:00
phx 4d9cf1f03c Mention Realtek driver bugs in the BUGS section. 2012-11-29 10:44:37 +00:00
msaitoh b9514938ff Remove trailing white space(s) from name of random source.
And also, changind space(s) in the middle with '-'.
PR#47232.
2012-11-29 10:29:45 +00:00
martin b954a04ff6 Skip kqueue_unsupported_fd if the drvctl device is not present. 2012-11-29 09:13:44 +00:00
pgoyette acd8a5e133 Since all of the expected-results files provided from upstream include
the "-D" output (Dump additional internal tables), update the tests to
actually generate the data!

This lets us re-enable 28 of the 30 "skipped" tests.

XXX Still need to work on tests n12 and n17_6
2012-11-29 04:57:42 +00:00